| Commit message (Expand) | Author | Age | Files | Lines |
* | g.723.1: add missing CODEC_CAP_DR1 | Anton Khirnov | 2012-10-24 | 1 | -1/+1 |
* | lavc: initialize output AVFrame before decoding. | Anton Khirnov | 2012-10-24 | 1 | -0/+4 |
* | lavc: fix documentation for AVCodecContext.delay | Justin Ruggles | 2012-10-23 | 1 | -1/+1 |
* | atrac3: return an error if extradata_size is not a specific known size | Justin Ruggles | 2012-10-23 | 1 | -0/+1 |
* | lavc: use the correct API version guard macro for avcodec_encode_audio() | Justin Ruggles | 2012-10-23 | 1 | -1/+1 |
* | dfa: use av_memcpy_backptr() where previously impossible | Mans Rullgard | 2012-10-23 | 1 | -3/+1 |
* | av_memcpy_backptr: Drop no longer necessary malloc padding | Diego Biurrun | 2012-10-23 | 3 | -4/+4 |
* | dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxU | Diego Biurrun | 2012-10-23 | 1 | -14/+6 |
* | dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16 | Diego Biurrun | 2012-10-23 | 1 | -2/+2 |
* | mp3: properly forward mp_decode_frame errors | Luca Barbato | 2012-10-23 | 1 | -14/+18 |
* | mp3: exit on parsing error in mp_decode_frame | Luca Barbato | 2012-10-23 | 1 | -0/+3 |
* | libm: add fallbacks for various single-precision functions | Mans Rullgard | 2012-10-23 | 1 | -0/+1 |
* | mpegaudiodec: Fix buffer handling on random access | Michael Niedermayer | 2012-10-23 | 1 | -0/+1 |
* | mpegaudio: Refactor mp3on4 flush function | Diego Biurrun | 2012-10-23 | 1 | -8/+9 |
* | Improve wording and spelling of av_log_missing_feature messages. | Diego Biurrun | 2012-10-23 | 8 | -11/+11 |
* | Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com... | Anton Khirnov | 2012-10-23 | 3 | -31/+11 |
* | atrac3: replace a calculation with FFALIGN() | Justin Ruggles | 2012-10-22 | 1 | -2/+1 |
* | atrac3: remove unused ATRAC3Context field, sample_rate | Justin Ruggles | 2012-10-22 | 1 | -4/+0 |
* | atrac3: use sizeof(variable) instead of sizeof(type) | Justin Ruggles | 2012-10-22 | 1 | -6/+7 |
* | atrac3: simplify MDCT window calculation | Justin Ruggles | 2012-10-22 | 1 | -10/+7 |
* | atrac3: initialize static tables in AVCodec.init_static_data() | Justin Ruggles | 2012-10-22 | 1 | -26/+27 |
* | atrac3: separate window initialization from IMDCT initialization | Justin Ruggles | 2012-10-22 | 1 | -12/+9 |
* | atrac3: move the 'frame_factor' field from ATRAC3Context to where it is used | Justin Ruggles | 2012-10-22 | 1 | -7/+6 |
* | atrac3: remove unused ATRAC3Context field, bit_rate | Justin Ruggles | 2012-10-22 | 1 | -2/+0 |
* | atrac3: move the 'samples_per_frame' field from ATRAC3Context to where it is ... | Justin Ruggles | 2012-10-22 | 1 | -7/+6 |
* | atrac3: remove unused ATRAC3Context field, samples_per_channel | Justin Ruggles | 2012-10-22 | 1 | -3/+1 |
* | atrac3: use AVCodecContext.block_align instead of keeping a private copy | Justin Ruggles | 2012-10-22 | 1 | -17/+13 |
* | atrac3: move the 'delay' field from ATRAC3Context to where it is used | Justin Ruggles | 2012-10-22 | 1 | -6/+5 |
* | atrac3: move the 'version' field from ATRAC3Context to where it is used | Justin Ruggles | 2012-10-22 | 1 | -5/+5 |
* | atrac3: use AVCodecContext.channels instead of keeping a private copy | Justin Ruggles | 2012-10-22 | 1 | -21/+20 |
* | atrac3: simplify some loop indexing | Justin Ruggles | 2012-10-22 | 1 | -30/+30 |
* | atrac3: cosmetics: pretty-printing and renaming | Justin Ruggles | 2012-10-22 | 2 | -585/+572 |
* | pcm: define AVCodec instances only for enabled codecs | Mans Rullgard | 2012-10-22 | 1 | -37/+45 |
* | libxvid: remove useless doxy comments. | Anton Khirnov | 2012-10-22 | 1 | -27/+0 |
* | lavc: remove stats_out from the options table. | Anton Khirnov | 2012-10-22 | 1 | -1/+0 |
* | lavc: extend frame_size doxy. | Anton Khirnov | 2012-10-22 | 1 | -1/+7 |
* | alacdec: set bits_per_raw_sample | Justin Ruggles | 2012-10-21 | 1 | -0/+1 |
* | avcodec: handle AVERROR_EXPERIMENTAL | Nathan Caldwell | 2012-10-21 | 1 | -0/+6 |
* | avcodec: prefer decoders without CODEC_CAP_EXPERIMENTAL | Nathan Caldwell | 2012-10-21 | 1 | -10/+9 |
* | svq3: cosmetics: Drop useless parentheses | Diego Biurrun | 2012-10-20 | 1 | -59/+59 |
* | svq3: K&R formatting cosmetics | Diego Biurrun | 2012-10-20 | 1 | -398/+456 |
* | ffv1: Add missing #includes to header file | Diego Biurrun | 2012-10-20 | 1 | -0/+7 |
* | ffv1: update to ffv1 version 3 | Luca Barbato | 2012-10-20 | 4 | -285/+809 |
* | ffv1: propagate errors | Luca Barbato | 2012-10-20 | 2 | -39/+40 |
* | ffv1: split decoder and encoder | Luca Barbato | 2012-10-20 | 5 | -1602/+1705 |
* | avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility | Martin Storsjö | 2012-10-20 | 3 | -11/+31 |
* | celp_math: rename ff_log2 to ff_log2_q15 | Mans Rullgard | 2012-10-20 | 3 | -3/+3 |
* | ARM: fix overreads in neon h264 chroma mc | Mans Rullgard | 2012-10-20 | 1 | -58/+28 |
* | build: Drop OBJS declaration for non-existing PCM_DVD encoder | Diego Biurrun | 2012-10-19 | 1 | -1/+0 |
* | mpeg4videodec: Disable frame multithreading for GMC, its not implemented at all | Michael Niedermayer | 2012-10-19 | 1 | -1/+2 |