23824 Commits (cdfa1c89b715aff78c39e68957f4e181e887cb01)

Author SHA1 Message Date
Michael Niedermayer cdfa1c89b7 avcodec: Set frame.width/height on all exit pathes of ff_get_buffer() 12 years ago
Michael Niedermayer a1f234be11 make the ordering of the return type and av_cold consistent 12 years ago
Reimar Döffinger d82729e5d9 Detect and skip mj2-style jp2c header. 12 years ago
Claudio Freire 1ef82cc60d AAC encoder: Fix rate control on twoloop. 12 years ago
Claudio Freire c545876d1b AAC encoder: Fixed a rounding bug in psy's channel bitrate computation. 12 years ago
Michael Niedermayer 369a120826 xbmdec: fix off by one error in scanf() 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Michael Niedermayer c40f51e15b h264: Always decode MMCOs into temprary array 12 years ago
Michael Niedermayer c7a7605656 wmaprodec: Fix null pointer dereference in decode_frame() 12 years ago
Michael Niedermayer e9e207ece7 dfa: Put our pointer check back. 12 years ago
Hendrik Leppkes d18341fb11 aacdec: free frame buffer if no audio was decoded 12 years ago
Michael Niedermayer f18d2dff11 evrcdec: fix sign error 12 years ago
Michael Niedermayer 64819bfc7a snow: Fix off by 1 error in reference picture management 12 years ago
Michael Niedermayer e756635964 eamad: Check against minimum supported dimensions 12 years ago
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Christophe Gisquet 4a7af92cc8 sbrdsp: Unroll and use integer operations 12 years ago
Christophe Gisquet 8394d9a676 sbrdsp: Unroll sbr_autocorrelate_c 12 years ago
Christophe Gisquet 5a97469a4f x86: sbrdsp: Implement SSE2 qmf_deint_bfly 12 years ago
Michael Niedermayer d29f9f4a0e vc1dec: fix lutuv use in vc1_mc_4mv_chroma4() 12 years ago
Michael Niedermayer 7e30bfcb91 vc1dec: Fix mixed field/frame intensity compensation 12 years ago
Michael Niedermayer 90c2e40ebb vc1dec: vc1_mc_4mv_chroma4: match addressing between compensation and MC 12 years ago
Michael Niedermayer 2ee29b5fb9 avcodec: move lowres down with the next ABI bump and add accessors 12 years ago
Masaki Tanaka accde1bd87 vc1_parser: Set field_order. 12 years ago
Masaki Tanaka f43c14d046 mpegvideo_parser: Set field_order. 12 years ago
Masaki Tanaka 507b1e454c avcodec: Add field order information to AVCodecParserContext. 12 years ago
Anton Khirnov 803d21f38b lavc: schedule AVCodecContext.lowres for removal on next bump. 12 years ago
Michael Niedermayer ae2132ac90 mmvideo/mm_decode_intra: check horizontal coordinate too 12 years ago
Michael Niedermayer 8d3c99e825 mmvideo/mm_decode_inter: check horizontal coordinate too 12 years ago
Diego Biurrun 6b753015ca aac: Remove aacpsy.h header, unused since 78e65cd772 12 years ago
Diego Biurrun 153f31b1af cavs: Remove cavsdata.h header, unused since 88386feefd 12 years ago
Michael Niedermayer 60ab448042 ape_decode_value_3860: check k before using it in get_bits() 12 years ago
Michael Niedermayer 8937230719 ape_decode_value_3900: check tmpk 12 years ago
Paul B Mahol 663794f63d vmdav: unbreak decoding of samples from game The Last Dynasty 12 years ago
Paul B Mahol cdada4f639 vmdav: return meaningful error codes 12 years ago
Diego Biurrun bf7c3c6b15 x86: dsputil: Move cavs and vc1-specific functions where they belong 12 years ago
Diego Biurrun 9328062321 x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.c 12 years ago
Diego Biurrun 9c112a6158 x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.c 12 years ago
Diego Biurrun 9b3a04d306 x86: Move duplicated put_pixels{8|16}_mmx functions into their own file 12 years ago
Carl Eugen Hoyos d0a661d48a Add wmv2 dependency to vc1 compilation. 12 years ago
Diego Biurrun a650c906cb ppc: Only compile AltiVec FFT assembly when AltiVec is enabled 12 years ago
Michael Niedermayer 6021615bbe avcodec/ansi: Fix right/bottom end checks 12 years ago
Michael Niedermayer e91fd754c6 avcodec/ansi: Check x/y 12 years ago
Michael Niedermayer c1f2c4c3b4 vmdav: Try to fix unpack_rle() 12 years ago
Nicolas George ceb33f3aee lavc: copy subtitle_header when copying context. 12 years ago
Michael Niedermayer fbaf75b166 h264: Use the correct croping values. 12 years ago
Michael Niedermayer 5299ee54a7 h264: assert that croping values at slice level are consistent 12 years ago
Michael Niedermayer c3bd306e78 h264_ps: check croping values 12 years ago
Derek Buitenhuis 00b8e650e8 avcodec: doxy: Clarify how to use buf[] when implementing get_buffer2() 12 years ago
Derek Buitenhuis 4cdb3c50b5 avcodec: doxy: Clarify what get_buffer2 must fill in buf[] 12 years ago
Diego Biurrun 7f75f2f2bd ppc: Drop unnecessary ff_ name prefixes from static functions 12 years ago