24121 Commits (228ce3360607e81324942ea2ba31e24a356e5386)

Author SHA1 Message Date
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
Diego Biurrun f2e9d44a57 x86: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Diego Biurrun 383fd4d478 arm: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Diego Biurrun 088f38a4f9 avcodec: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Michael Niedermayer 53efb2fa09 gif: Fix little endian specific code 12 years ago
Diego Biurrun 38282149b6 ppc: More consistent arch initialization 12 years ago
Diego Biurrun 42b9150b0d fft: Remove pointless #ifdefs around function declarations 12 years ago
Diego Biurrun a053dbfcfb ppc: Move AltiVec utility headers out of AltiVec ifdefs 12 years ago
Diego Biurrun 6b110d3a73 ppc: More consistent names for H.264 optimizations files 12 years ago
Diego Biurrun 643e433bf7 mpegaudiosp: More consistent names for ppc/x86 optimization files 12 years ago
Anton Khirnov e036bb7899 lavc: clear AVBuffers on decoded frames if refcounted_frames is not set 12 years ago
Anton Khirnov bda9e6d923 indeo3: use put_pixels instead of put_no_rnd_pixels in copy_cell() 12 years ago
Anton Khirnov 95220be1fa indeo3: fix off by one in MV validity check 12 years ago
Diego Biurrun 97c56ad796 x86: dsputil: Remove a set of pointless #ifs around function declarations 12 years ago
Diego Biurrun 85f2f82af6 x86: dsputil: cosmetics: Group ff_{avg|put}_pixels16_mmxext() declarations 12 years ago
Diego Biurrun 20784aa678 x86: hpeldsp: Remove unused macro definitions 12 years ago
Michael Niedermayer b691bc424f copy_packet_data: fix memleak 12 years ago
Luca Barbato a943a132f3 aac: check the maximum number of channels 12 years ago
Michael Niedermayer 7f138310fb ffv1enc: favor version 3 over 2 unless -strict -2 is set 12 years ago
Diego Biurrun 1b6f84a986 h264_refs: Do not print check_opcodes() return value 12 years ago
Michael Niedermayer d4868a960b ffv1dec: remove redundant error message. 12 years ago
Michael Niedermayer ff0b4c08ca ffv1dec: add code to support frame threading with gop=1 ffv1 12 years ago
Michael Niedermayer 1a392fc550 ffv1: Store a flag in the global header that indicates if all frames are keyframes 12 years ago
Michael Niedermayer 24bb01f038 avcodec_string: Print the used codec if it differs from the codec_id name. 12 years ago