46060 Commits (8766ad9eb1b0b498ec5db824c8c34385e3d6d713)
 

Author SHA1 Message Date
Michael Niedermayer ec444c84cf mpegaudiodec: Fix buffer handling on random access 12 years ago
Diego Biurrun 2f17f265ed mpegaudio: Refactor mp3on4 flush function 12 years ago
Diego Biurrun 88bdec03b9 fate: Add dependencies for audio tests 12 years ago
Diego Biurrun 71f3eb4536 fate: cosmetics: Group idct8x8 test together with all other libavcodec tests 12 years ago
Diego Biurrun 8b8899ac32 fate: Declare avcodec/avformat deps in the respective Makefile snippets 12 years ago
Diego Biurrun 7d420a4294 fate: More fine-grained dependencies for libavcodec test programs 12 years ago
Diego Biurrun e273a1a542 fate: Add dependencies for WMA and WavPack tests 12 years ago
Diego Biurrun 8f4c414df6 Improve wording and spelling of av_log_missing_feature messages. 12 years ago
Anton Khirnov c692957c4e lavu: remove disabled avoptions cruft 12 years ago
Anton Khirnov 468ea9d5b1 Revert "avutil: make some tables visible again" 12 years ago
Anton Khirnov add3a6902e lavu: bump major to 52 12 years ago
Anton Khirnov 2b8dd371e4 lavu: postpone recent deprecations until the next major bump 12 years ago
Anton Khirnov 00ed7f5958 lavu: remove disabled FF_API_AV_FIFO_PEEK cruft 12 years ago
Anton Khirnov 8207c67a24 lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruft 12 years ago
Anton Khirnov c6b25d1d5e Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility" 12 years ago
Anton Khirnov 9cac8a5199 APIchanges: update lavr bump date 12 years ago
Anton Khirnov 4e61a38aa0 avconv: only apply presets when we have an encoder. 12 years ago
Michael Niedermayer 34ccb94796 g723_1: remove unneeded cliping 12 years ago
Michael Niedermayer e9b61fffbe g722dec: s/Libav/FFmpeg/ The copyright years predate the existence of Libav 12 years ago
Michael Niedermayer 7770c0da07 fate/mapchan: add bitexact flag 12 years ago
Paul B Mahol a57d560db3 LVF demuxer 12 years ago
Michael Niedermayer 3318d6b940 ffmpeg: check avpicture_get_size() retuen value 12 years ago
Michael Niedermayer da317efd92 j2k: reorder multiplications to avoid interger overflows related to precincts 12 years ago
Michael Niedermayer 45ae9a8fc9 j2k: reorder multiplications to avoid interger overflows related to code blocks 12 years ago
Clément Bœsch 7c2d5eec29 fate: quote file paths in movie/amovie filtergraphs. 12 years ago
Clément Bœsch 2649b78384 fate: improve metadata filter deps readability. 12 years ago
Clément Bœsch ae69c683e5 fate: add scale filter to the scene detect dependencies. 12 years ago
Clément Bœsch 7be9c0c10f fate: fix SAMPLES dependency for ffprobe. 12 years ago
Michael Niedermayer 0de41ead6f qt-faststart: check fseeko() return codes 12 years ago
Michael Niedermayer 250fe6eeb4 cmdutils: apply option to codec and format contexts if possible. 12 years ago
Matthieu Bouron c68a8a1340 lavf/aiffdec: don't stop parsing after SSND chunk 12 years ago
Matthieu Bouron d8173f264f dv: fix a check on dv_extract_timecode return value 12 years ago
Michael Niedermayer 22793d7bb3 ffmpeg/lavc: move experimental warnings to libavcodec. 12 years ago
Justin Ruggles 5d1007f74d atrac3: initialize static tables in AVCodec.init_static_data() 12 years ago
Justin Ruggles a1f4cd371a atrac3: replace a calculation with FFALIGN() 12 years ago
Justin Ruggles 78edce3f19 atrac3: separate window initialization from IMDCT initialization 12 years ago
Justin Ruggles 808686fc1e atrac3: remove unused ATRAC3Context field, sample_rate 12 years ago
Justin Ruggles c51311b907 atrac3: move the 'frame_factor' field from ATRAC3Context to where it is used 12 years ago
Justin Ruggles 89a6c32bc1 atrac3: use sizeof(variable) instead of sizeof(type) 12 years ago
Justin Ruggles 327747de15 atrac3: simplify MDCT window calculation 12 years ago
Justin Ruggles a2664c91fb atrac3: move the 'samples_per_frame' field from ATRAC3Context to where it is used 12 years ago
Justin Ruggles 7e76f27081 atrac3: remove unused ATRAC3Context field, bit_rate 12 years ago
Justin Ruggles 7c1f93afe6 atrac3: remove unused ATRAC3Context field, samples_per_channel 12 years ago
Justin Ruggles cdd0e0de81 atrac3: use AVCodecContext.block_align instead of keeping a private copy 12 years ago
Justin Ruggles 64ebbb8f89 atrac3: move the 'delay' field from ATRAC3Context to where it is used 12 years ago
Justin Ruggles 5ac673b553 atrac3: use AVCodecContext.channels instead of keeping a private copy 12 years ago
Justin Ruggles 56a9d2b44e atrac3: move the 'version' field from ATRAC3Context to where it is used 12 years ago
Justin Ruggles aefdb735c3 atrac3: simplify some loop indexing 12 years ago
Justin Ruggles e55d53905f atrac3: cosmetics: pretty-printing and renaming 12 years ago
Mans Rullgard abdee95224 pcm: define AVCodec instances only for enabled codecs 12 years ago