21092 Commits (f3b8096bc0e7df9e45db1023d6e6e7bff177d0c4)

Author SHA1 Message Date
Michael Niedermayer 3556e7ce73 mpegvideo enc: choose VBV buffer size for mpeg4 when none is specified instead of failing 13 years ago
Michael Niedermayer 1856162caa mpegvideo enc: choose VBV buffer size for mpeg1/2 when none is specified instead of failing 13 years ago
Stefano Sabatini 4a227a706d lavc/utils: fix a few grammar/style nits in log messages 13 years ago
Stefano Sabatini 5ffadec30a lavc/utils: propagate or return meaningful error codes in avcodec_open2() 13 years ago
Paul B Mahol e2820d99f2 pnmdec: use more meaningful error codes 13 years ago
Luca Barbato 0c03cc6838 mp3: exit on parsing error in mp_decode_frame 13 years ago
Mans Rullgard fab0a8b2c6 libm: add fallbacks for various single-precision functions 13 years ago
Michael Niedermayer ec444c84cf mpegaudiodec: Fix buffer handling on random access 13 years ago
Diego Biurrun 2f17f265ed mpegaudio: Refactor mp3on4 flush function 13 years ago
Diego Biurrun 8f4c414df6 Improve wording and spelling of av_log_missing_feature messages. 13 years ago
Anton Khirnov c6b25d1d5e Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility" 13 years ago
Michael Niedermayer 34ccb94796 g723_1: remove unneeded cliping 13 years ago
Michael Niedermayer e9b61fffbe g722dec: s/Libav/FFmpeg/ The copyright years predate the existence of Libav 13 years ago
Michael Niedermayer da317efd92 j2k: reorder multiplications to avoid interger overflows related to precincts 13 years ago
Michael Niedermayer 45ae9a8fc9 j2k: reorder multiplications to avoid interger overflows related to code blocks 13 years ago
Michael Niedermayer 22793d7bb3 ffmpeg/lavc: move experimental warnings to libavcodec. 13 years ago
Justin Ruggles 5d1007f74d atrac3: initialize static tables in AVCodec.init_static_data() 13 years ago
Justin Ruggles a1f4cd371a atrac3: replace a calculation with FFALIGN() 13 years ago
Justin Ruggles 78edce3f19 atrac3: separate window initialization from IMDCT initialization 13 years ago
Justin Ruggles 808686fc1e atrac3: remove unused ATRAC3Context field, sample_rate 13 years ago
Justin Ruggles c51311b907 atrac3: move the 'frame_factor' field from ATRAC3Context to where it is used 13 years ago
Justin Ruggles 89a6c32bc1 atrac3: use sizeof(variable) instead of sizeof(type) 13 years ago
Justin Ruggles 327747de15 atrac3: simplify MDCT window calculation 13 years ago
Justin Ruggles a2664c91fb atrac3: move the 'samples_per_frame' field from ATRAC3Context to where it is used 13 years ago
Justin Ruggles 7e76f27081 atrac3: remove unused ATRAC3Context field, bit_rate 13 years ago
Justin Ruggles 7c1f93afe6 atrac3: remove unused ATRAC3Context field, samples_per_channel 13 years ago
Justin Ruggles cdd0e0de81 atrac3: use AVCodecContext.block_align instead of keeping a private copy 13 years ago
Justin Ruggles 64ebbb8f89 atrac3: move the 'delay' field from ATRAC3Context to where it is used 13 years ago
Justin Ruggles 5ac673b553 atrac3: use AVCodecContext.channels instead of keeping a private copy 13 years ago
Justin Ruggles 56a9d2b44e atrac3: move the 'version' field from ATRAC3Context to where it is used 13 years ago
Justin Ruggles aefdb735c3 atrac3: simplify some loop indexing 13 years ago
Justin Ruggles e55d53905f atrac3: cosmetics: pretty-printing and renaming 13 years ago
Mans Rullgard abdee95224 pcm: define AVCodec instances only for enabled codecs 13 years ago
Anton Khirnov 5957aefc7c libxvid: remove useless doxy comments. 13 years ago
Anton Khirnov b691135d0c lavc: remove stats_out from the options table. 13 years ago
Anton Khirnov d6f4fe68c8 lavc: extend frame_size doxy. 13 years ago
Justin Ruggles 46a86c6194 alacdec: set bits_per_raw_sample 13 years ago
Michael Niedermayer 248b1ff26b Fix various uses of av_log_missing_feature() 13 years ago
Nathan Caldwell c854102da7 avcodec: handle AVERROR_EXPERIMENTAL 13 years ago
Nathan Caldwell a4aa20fbdb avcodec: prefer decoders without CODEC_CAP_EXPERIMENTAL 13 years ago
Stefano Sabatini 8c2dbc3805 lavc/utils: provide more feedback in case of experimental codec 13 years ago
Michael Niedermayer 5713091818 mpegaudiodec: Fix buffer handling on random access 13 years ago
Marton Balint d6e9566949 h264: add support for AFD detection 13 years ago
Michael Niedermayer f72b735d41 libavcodec/vorbisenc: add {} to complex ifs 13 years ago
Michael Niedermayer 4ce9312d76 libavcodec/cook: add {} to complex ifs 13 years ago
Clément Bœsch 6fb2fd895e lavc: add lavfi metadata support. 13 years ago
Michael Niedermayer e4255eaf47 ffv1: split decoder and encoder 13 years ago
Michael Niedermayer 05f228b0a0 ffv1: fix gray 13 years ago
Michael Niedermayer 7696a392e2 mp3dec: propagate error code correctly. 13 years ago
Diego Biurrun a7d2861d36 svq3: K&R formatting cosmetics 13 years ago