| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: add CODEC_CAP_DR1 to all video decoders missing them | Anton Khirnov | 2012-10-29 | 9 | -0/+9 |
* | vp8: fix memset() crossing array boundary | Mans Rullgard | 2012-10-27 | 1 | -1/+2 |
* | h264: fix invalid pointer arithmetic | Mans Rullgard | 2012-10-27 | 1 | -5/+5 |
* | amrwbdec: fix invalid pointer arithmetic | Mans Rullgard | 2012-10-27 | 1 | -11/+10 |
* | ivi_common: Drop unused function parameter from decode_band() | Diego Biurrun | 2012-10-26 | 1 | -2/+2 |
* | cook: Remove some silly Doxygen comments | Diego Biurrun | 2012-10-26 | 1 | -17/+2 |
* | cook: Remove senseless maybe_reformat_buffer32() function | Diego Biurrun | 2012-10-26 | 1 | -7/+1 |
* | cook: cosmetics: Better names for joint_decode() function parameters | Diego Biurrun | 2012-10-26 | 1 | -7/+8 |
* | cook: cosmetics: Better name for ccpl COOKSubpacket member | Diego Biurrun | 2012-10-26 | 1 | -4/+7 |
* | h263: avoid memcpys over array bound in motion vector caching for obmc | Janne Grunau | 2012-10-26 | 1 | -13/+21 |
* | ffv1: set the range coder state in decode_slice_header | Luca Barbato | 2001-01-01 | 1 | -1/+6 |
* | avutil: Move memcpy_backptr() to mem.c | Diego Biurrun | 2012-10-25 | 7 | -9/+7 |
* | 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 |