21183 Commits (3174616f598665cfbe0c920d6e6c4d027fda9ca5)

Author SHA1 Message Date
Paul B Mahol dc239b3b40 av_get_audio_frame_duration: add IAC 12 years ago
Michael Niedermayer 0e4d34e087 pix_fmt_info: add 9/10 bit YUVA formats 12 years ago
Diego Biurrun 6860b4081d x86: include x86inc.asm in x86util.asm 12 years ago
Paul B Mahol 7adc600219 av_get_audio_frame_duration: add G723_1 12 years ago
Michael Niedermayer 28bcca46ed av_get_audio_frame_duration: fix IMC 12 years ago
Paul B Mahol b90d7840df lavc: const correctness for avpicture_fill() 12 years ago
Paul B Mahol 8a4284adbf ff: fix case where image does not have alpha channel 12 years ago
Martin Storsjö ab9545a290 cng: Reindent some incorrectly indented lines 12 years ago
Martin Storsjö 6b68223d31 cngdec: Allow flushing the decoder 12 years ago
Martin Storsjö 036e6c37d3 cngdec: Make the dbov variable have the right unit 12 years ago
Martin Storsjö cafefd889b cngdec: Fix the memset size to cover the full array 12 years ago
Martin Storsjö 9b50d20cd2 cngdec: Update the LPC coefficients after averaging the reflection coefficients 12 years ago
Michael Niedermayer 60e957476e rawdec: check avpicture_get_size() return value 12 years ago
Carl Eugen Hoyos d3de3a16d1 Partly revert f174fba: yop decoder does not support direct rendering. 12 years ago
Luca Barbato 7658295ba3 pixfmt: support more yuva formats 12 years ago
Carl Eugen Hoyos 8bf44d5c96 Partly revert f174fba: indeo3 decoder does not support direct rendering. 12 years ago
Paul B Mahol 5f614bcf2c vqavideo: return more meaningful error codes 12 years ago
Michael Niedermayer 4b7f34a34e mpeg12videodec: dont pass mpeg1 VBR special case value on as bitrate. 12 years ago
Heesuk Jung c349177b8c mpeg12video_parser: Wrong bit rate in MPEG2 video file (Ticket #1862) 12 years ago
Michael Niedermayer 740959fdbf mpeg12parser: cleanup bitrate parsing. 12 years ago
Ronald S. Bultje 95c89da36e Use ptrdiff_t instead of int for intra pred "stride" function parameter. 12 years ago
Ronald S. Bultje bad8e33dc9 x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes. 12 years ago
Michael Niedermayer ba8adf9be5 truemotion2: remove unused variable 12 years ago
Ronald S. Bultje c285edd06e Remove usage of INIT_AVX in h264_intrapred_10bit.asm. 12 years ago
Piotr Bandurski bf0d098a98 pictordec: decode 1bpp / 4bpp images when extra header marker is missing 12 years ago
Piotr Bandurski a29ed50ed7 avuidec: correct long_name 12 years ago
Paul B Mahol 9051025102 lavc: remove duplicated .capabilities 12 years ago
Martin Storsjö 9b500b8f6c avcodec: Add a RFC 3389 comfort noise codec 12 years ago
Martin Storsjö 8b25a20efb lpc: Add a function for calculating reflection coefficients from samples 12 years ago
Justin Ruggles 39ef66f530 lpc: Add a function for calculating reflection coefficients from autocorrelation coefficients 12 years ago
Anton Khirnov bff5e5f8b3 indeo3: remove duplicate capabilities line. 12 years ago
Diego Biurrun 72c758f1fd aacenc: Drop some unused function arguments 12 years ago
Anton Khirnov f174fbac3c lavc: add CODEC_CAP_DR1 to all video decoders missing them 12 years ago
Michael Niedermayer b4e6265136 dcadec: skip QMF on unused channels 12 years ago
Michael Niedermayer f472d01c25 frame_thread_encode: fix context memleak 12 years ago
Michael Niedermayer 991db63951 frame_thread_encoder: fix packet memleak 12 years ago
Michael Niedermayer d8246d475c vc1dec: mark by assert that the default path cannot occur 12 years ago
Michael Niedermayer c4a36b6f70 lpc: check that lpc_type is valid in ff_lpc_calc_coefs 12 years ago
Michael Niedermayer 189fbcede8 tak_parser: check ff_combine_frame() return code 12 years ago
Michael Niedermayer 6c8d259ab1 msmpeg4dec: fix init code to not fail when called from 2 threads at the same time. 12 years ago
Michael Niedermayer f44be0da94 ff_h263_decode_init_vlc: fix order of operations to avoid failure with 2 threads 12 years ago
Mans Rullgard 4471a24207 vp8: fix memset() crossing array boundary 12 years ago
Mans Rullgard c4cccc8d3f h264: fix invalid pointer arithmetic 12 years ago
Mans Rullgard 50be207759 amrwbdec: fix invalid pointer arithmetic 12 years ago
Xidorn Quan c25e9292ba fix a compiling error with llvm-gcc 12 years ago
Michael Bradshaw c430cb49fd Update my email address 12 years ago
Clément Bœsch eb36ee1ee1 lavc/srtenc: fix invalid read in case of SubRip. 12 years ago
Diego Biurrun 87cdd7c694 ivi_common: Drop unused function parameter from decode_band() 12 years ago
Diego Biurrun 707f58f515 cook: Remove some silly Doxygen comments 12 years ago
Diego Biurrun 8a61ba0e81 cook: Remove senseless maybe_reformat_buffer32() function 12 years ago