21663 Commits (b5eb630e216cd997050744aca0864012d5e1f7c9)

Author SHA1 Message Date
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
Diego Biurrun f23b4a0682 cook: cosmetics: Better names for joint_decode() function parameters 12 years ago
Diego Biurrun 20015379a4 cook: cosmetics: Better name for ccpl COOKSubpacket member 12 years ago
Janne Grunau 154ff81870 h263: avoid memcpys over array bound in motion vector caching for obmc 12 years ago
Michael Niedermayer 9f36ec6aa9 aacps: fix order of operands of ipdopd_reset(). 12 years ago
Michael Niedermayer 0018aa9013 aacps: loose self assignment 12 years ago
Michael Niedermayer f69f9b3876 aacenc: replace scale factor warning by assert 12 years ago
Paul B Mahol 04a585f054 fraps: use meaningful error codes 12 years ago
Paul B Mahol d8245c3bcd dsicinav: return proper error code in case of malloc failure 12 years ago
Paul B Mahol 296f9c2b3b dsicinav: return meaningful error code 12 years ago
Michael Niedermayer da4e4d65f4 aacdec: reorder multiuplications to make code safer against too large input values. 12 years ago
Diego Biurrun 5bac2d0c30 avutil: Move memcpy_backptr() to mem.c 12 years ago
Michael Niedermayer d312ffdd79 mpegvideo: fix lowres on field pictures 12 years ago
Michael Niedermayer a1af505d66 roqaudioenc: remove dead code 12 years ago
Clément Bœsch c27b3816e4 srt: make the demuxer output SubRip packets. 12 years ago
Clément Bœsch 4d46fd0b3e lavc: add AV_PKT_DATA_SUBTITLE_POSITION side data type. 12 years ago
Clément Bœsch 60d9ee1b75 lavc/utils: make sub decode consistent with A/V. 12 years ago
Paul B Mahol 6ddb03caf0 pgmyuvenc: do not create files which are not supported 12 years ago
Anton Khirnov 5a9567631a g.723.1: add missing CODEC_CAP_DR1 12 years ago
Anton Khirnov 1bc64c2814 lavc: initialize output AVFrame before decoding. 12 years ago
Michael Niedermayer 3556e7ce73 mpegvideo enc: choose VBV buffer size for mpeg4 when none is specified instead of failing 12 years ago