platform/upstream/libav.git
2012-06-30 Ronald S. Bultjednxhdenc: add space between function argument type...
2012-06-30 Ronald S. Bultjex86: fmtconvert: add special asm for float_to_int16_int...
2012-06-30 Ronald S. Bultjeattributes: Add a definition of av_always_inline for...
2012-06-30 Martin Storsjöcmdutils: Pass the actual chosen encoder to filter_code...
2012-06-30 Ronald S. Bultjeos_support: Add fallback definitions for stat flags
2012-06-30 Martin Storsjöos_support: Rename the poll fallback function to ff_poll
2012-06-30 Martin Storsjönetwork: Check for struct pollfd
2012-06-30 Martin Storsjöos_support: Don't compare a negative number against...
2012-06-30 Ronald S. Bultjeos_support: Include all the necessary headers for the...
2012-06-29 Mans Rullgardx86: vc1: fix and enable optimised loop filter
2012-06-29 Ronald S. Bultjefile: Only include unistd.h if it exists
2012-06-29 Ronald S. Bultjerandom_seed: Only read /dev/*random if we have unistd.h
2012-06-29 Samuel Pitoisetdoc: Indicate that RTMPT is natively implemented in...
2012-06-29 Ronald S. Bultjertpdec: Don't explicitly include unistd.h any longer
2012-06-28 Damien Fetisflv: add support for G.711
2012-06-28 Diego Biurrundoc: git: Add checklist with test steps to perform...
2012-06-28 Luca Barbatoflvenc: K&R formatting cosmetics
2012-06-27 Alex Conversemovenc: Add channel layouts for PCM.
2012-06-27 Kostya Shishkovmss1: validate number of changeable palette entries
2012-06-27 Kostya Shishkovmss1: report palette changed when some additional colou...
2012-06-27 Christophe... x86: fft: replace call to memcpy by a loop
2012-06-27 Martin Storsjöudp: Support IGMPv3 source specific multicast and sourc...
2012-06-27 Ronald S. Bultjedxva2: include dxva.h if found
2012-06-27 Martin Storsjölibm: Provide fallback definitions for isnan() and...
2012-06-27 Jordi Ortiztcp: Pass NULL as hostname to getaddrinfo if the string...
2012-06-27 Jordi Ortiztcp: Set AI_PASSIVE when the socket will be used for...
2012-06-26 Anton Khirnovavconv: add an assert to silence an uninitialized varia...
2012-06-26 Anton Khirnovavconv: shut up an uninitialized variable warning.
2012-06-26 Anton Khirnovavfiltergraph: shut up uninitialized variable warning.
2012-06-26 Anton Khirnovaf_join: initialize a variable to shut up gcc warning.
2012-06-26 Anton Khirnovamix: fix format specifier for AVFilterLink.sample_rate.
2012-06-26 Anton Khirnovlavfi: make filters less verbose.
2012-06-26 Anton Khirnovmpc8: read APE tags.
2012-06-26 Justin Ruggleslavr: x86: fix ff_conv_fltp_to_flt_6ch function prototypes
2012-06-26 Mans Rullgardlibm: provide fallback definition for cbrtf() using...
2012-06-26 Ronald S. Bultjenetwork: Don't redefine error codes if they already...
2012-06-26 Ronald S. Bultjeconfigure: Check for sys/time.h
2012-06-26 Martin Storsjönetwork: Include unistd.h from network.h
2012-06-26 Anton Khirnovavconv: don't include vsrc_buffer.h, which doesn't...
2012-06-26 Anton Khirnovlavfi: reorder AVFilterLink fields.
2012-06-26 Anton Khirnovlavfi: reorder AVFilterContext fields.
2012-06-26 Anton Khirnovlavfi: reorder AVFilter fields.
2012-06-26 Anton Khirnovlavfi: reorder AVFilterBufferRef fields.
2012-06-26 Anton Khirnovlavfi: reorder AVFilterBuffer fields.
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_FILTERS_PUBLIC cruft
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LIN...
2012-06-26 Anton Khirnovlavfi: use proper FF_API guards for different deprecate...
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME...
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_SAMPLERATE64 cruft
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_GRAPH_AVCLASS cruft
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-26 Carl Eugen... mov: do not try to read total disc/track number if...
2012-06-26 Anton Khirnovavconv: fix -force_key_frames
2012-06-26 Hendrik Leppkesdxva2_h264: fix signaling of mbaff frames
2012-06-25 Mans Rullgardx86: fft: elf64: fix PIC build
2012-06-25 Ronald S. Bultjelog: Include io.h on windows
2012-06-25 Justin Ruggleslavr: x86: merge some branches
2012-06-25 Mans Rullgardx86: cpu: whitespace (mostly) cosmetics
2012-06-25 Mans Rullgardx86: fft: win64: fix stack alignment for memcpy() call
2012-06-25 Martin Storsjöwtv: Check the return value from gmtime
2012-06-25 Mans Rullgardx86: fft: convert sse inline asm to yasm
2012-06-25 Ronald S. Bultjex86: place some inline asm under #if HAVE_INLINE_ASM
2012-06-24 Martin Storsjölog: Only include unistd.h if configure found it
2012-06-24 Anton Khirnovape: create audio stream before reading tags.
2012-06-24 Anton Khirnovmov: make a length variable larger.
2012-06-24 Mashiat Sarker... image2: Add "start_number" private option to the demuxer
2012-06-24 Mashiat Sarker... image2: Add "start_number" private option to the muxer
2012-06-24 Anton Khirnovavconv: remove a forgotten debugging printf.
2012-06-24 Anton Khirnovavconv: use more descriptive names for hardcoded filters.
2012-06-24 Anton Khirnovavconv: remove redundant handling of async.
2012-06-24 Anton Khirnovdoc/filters: fix typo.
2012-06-23 Mans Rullgardh264: use asm cabac reader under a generic condition
2012-06-23 Diego Biurrunx86: Only use optimizations with cmov if the CPU suppor...
2012-06-23 Diego Biurrunx86: Add CPU flag for the i686 cmov instruction
2012-06-23 Mans Rullgardx86: remove unused inline asm macros from dsputil_mmx.h
2012-06-23 Mans Rullgardx86: move some inline asm macros to the only places...
2012-06-22 Alex Converselavfi: Add the af_channelmap audio channel mapping...
2012-06-22 Anton Khirnovlavfi: add join audio filter.
2012-06-22 Anton Khirnovlavfi: allow audio filters to request a given number...
2012-06-22 Anton Khirnovlavfi: support automatically inserting the fifo filter...
2012-06-22 Anton Khirnovlavfi/audio: eliminate ff_default_filter_samples().
2012-06-22 Anton Khirnovlibspeexenc: add supported sample rates and channel...
2012-06-22 Mans RullgardReplace usleep() calls with av_usleep()
2012-06-22 Mans Rullgardlavu: add av_usleep() function
2012-06-22 Hendrik Leppkesutvideo: mark interlaced frames as such
2012-06-22 Carl Eugen... utvideo: Fix interlaced prediction for RGB utvideo.
2012-06-22 Diego Biurruncosmetics: do not use full path for local headers
2012-06-21 Mans Rullgardlavu/file: include unistd.h only when available
2012-06-21 Mans Rullgardconfigure: check for unistd.h
2012-06-21 Mans Rullgardlog: include unistd.h only when needed
2012-06-21 Mans Rullgardlavf: include libavutil/time.h instead of redeclaring...
2012-06-21 Janne Grunaufix hardcoded tables compililation caused by missing...
2012-06-21 Ronald S. Bultjelavf: Make codec_tag arrays constant
2012-06-21 Ronald S. Bultjetwinvq: give massive struct a name.
2012-06-21 Mans Rullgardlavf, lavu: version bumps and APIchanges for av_gettime...
2012-06-21 Anton Khirnovlavfi/audio: don't set cur_buf in ff_filter_samples().
2012-06-21 Anton Khirnovlavfi/fifo: add audio version of the fifo filter.
2012-06-21 Anton Khirnovfifo: fix parenthesis placement.
2012-06-21 Anton Khirnovlavfi: rename vf_fifo.c -> fifo.c
2012-06-21 Anton Khirnovlavc: remove stats_in from AVCodecContext options table.
next