summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-25
|\
| * avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-25
* | mpegvideo: fix lowres on field picturesMichael Niedermayer2012-10-25
* | roqaudioenc: remove dead codeMichael Niedermayer2012-10-25
* | srt: make the demuxer output SubRip packets.Clément Bœsch2012-10-25
* | lavc: add AV_PKT_DATA_SUBTITLE_POSITION side data type.Clément Bœsch2012-10-24
* | lavc/utils: make sub decode consistent with A/V.Clément Bœsch2012-10-24
* | pgmyuvenc: do not create files which are not supportedPaul B Mahol2012-10-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-24
|\|
| * g.723.1: add missing CODEC_CAP_DR1Anton Khirnov2012-10-24
| * lavc: initialize output AVFrame before decoding.Anton Khirnov2012-10-24
* | Merge commit 'c68317ebbe4915035df0b08c23eea7a0b80ab881'Michael Niedermayer2012-10-24
|\|
| * lavc: fix documentation for AVCodecContext.delayJustin Ruggles2012-10-23
| * atrac3: return an error if extradata_size is not a specific known sizeJustin Ruggles2012-10-23
| * lavc: use the correct API version guard macro for avcodec_encode_audio()Justin Ruggles2012-10-23
| * dfa: use av_memcpy_backptr() where previously impossibleMans Rullgard2012-10-23
| * av_memcpy_backptr: Drop no longer necessary malloc paddingDiego Biurrun2012-10-23
* | Merge commit 'ceb754d041f5f6327fd9195a5f43575af9516daa'Michael Niedermayer2012-10-24
|\|
| * dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxUDiego Biurrun2012-10-23
| * dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16Diego Biurrun2012-10-23
| * mp3: properly forward mp_decode_frame errorsLuca Barbato2012-10-23
| * mp3: exit on parsing error in mp_decode_frameLuca Barbato2012-10-23
* | Merge commit '80521c1997a23e148edf89e11b939ab8646297ca'Michael Niedermayer2012-10-24
|\|
| * libm: add fallbacks for various single-precision functionsMans Rullgard2012-10-23
* | mpegvideo enc: choose VBV buffer size for mpeg4 when none is specified instea...Michael Niedermayer2012-10-24
* | mpegvideo enc: choose VBV buffer size for mpeg1/2 when none is specified inst...Michael Niedermayer2012-10-24
* | lavc/utils: fix a few grammar/style nits in log messagesStefano Sabatini2012-10-24
* | lavc/utils: propagate or return meaningful error codes in avcodec_open2()Stefano Sabatini2012-10-24
* | pnmdec: use more meaningful error codesPaul B Mahol2012-10-23
* | Merge commit 'ec444c84cfd30ef34a4e7b4ec7ee77d7e5250d25'Michael Niedermayer2012-10-23
|\|
| * mpegaudiodec: Fix buffer handling on random accessMichael Niedermayer2012-10-23
| * mpegaudio: Refactor mp3on4 flush functionDiego Biurrun2012-10-23
* | Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'Michael Niedermayer2012-10-23
|\|
| * Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-23
* | Merge commit '468ea9d5b14f92fe61f47f034e67066f65163f5f'Michael Niedermayer2012-10-23
|\|
| * Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com...Anton Khirnov2012-10-23
* | Merge commit '2b8dd371e4d276ca0d342e82b8b4cc281be0630a'Michael Niedermayer2012-10-23
|\|
| * atrac3: replace a calculation with FFALIGN()Justin Ruggles2012-10-22
| * atrac3: remove unused ATRAC3Context field, sample_rateJustin Ruggles2012-10-22
| * atrac3: use sizeof(variable) instead of sizeof(type)Justin Ruggles2012-10-22
| * atrac3: simplify MDCT window calculationJustin Ruggles2012-10-22
* | Merge commit '5d1007f74dd496d54b932242004382f44e3b22b4'Michael Niedermayer2012-10-23
|\|
| * atrac3: initialize static tables in AVCodec.init_static_data()Justin Ruggles2012-10-22
| * atrac3: separate window initialization from IMDCT initializationJustin Ruggles2012-10-22
| * atrac3: move the 'frame_factor' field from ATRAC3Context to where it is usedJustin Ruggles2012-10-22
| * atrac3: remove unused ATRAC3Context field, bit_rateJustin Ruggles2012-10-22
* | Merge commit 'a2664c91fba15a1307f676ffad511f8f86fb3a27'Michael Niedermayer2012-10-23
|\|
| * atrac3: move the 'samples_per_frame' field from ATRAC3Context to where it is ...Justin Ruggles2012-10-22
| * atrac3: remove unused ATRAC3Context field, samples_per_channelJustin Ruggles2012-10-22
| * atrac3: use AVCodecContext.block_align instead of keeping a private copyJustin Ruggles2012-10-22