23760 Commits (04fa81877913798bf4badfa472c8653219f2aeb1)

Author SHA1 Message Date
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
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
Michael Niedermayer 59a3b6b751 avcodec_string: remove the "(hq)" listing 12 years ago
Michael Niedermayer 9a0aa8d02a avcodec/intrax8: fix regression with wmv3 12 years ago
Diego Biurrun 7c00e9d8ae x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponents 12 years ago
Michael Niedermayer d78329700d vc1dec: make sure next_use_ic is set correctly 12 years ago
Michael Niedermayer ee4c01bef6 vc1dec: factor lut clean code 12 years ago
Paul B Mahol 30579b7ef0 dcaenc: silence address sanitizer warning 12 years ago
Michael Niedermayer 05f4c05061 vc1dec: remove interlaced warning 12 years ago
Michael Niedermayer 688fc4ac56 vc1dec: Try to fix vc1_mc_4mv_chroma4() parameters 12 years ago
Michael Niedermayer 9b49d3974e vc1dec: add avg & variable direction support to vc1_mc_4mv_chroma4() 12 years ago
Michael Niedermayer dd6e291e40 vc1dsp: add avg_no_rnd_vc1_chroma_mc4_c() 12 years ago
Michael Niedermayer 5183365aeb vc1dec: fix doxy for vc1_mc_4mv_chroma4() 12 years ago
Paul B Mahol 2c5700c5e2 vima: add @file doxy 12 years ago
Paul B Mahol da22760364 vima: generate predict_table once, and share it with all decoders 12 years ago
Paul B Mahol 77570a390d lavc/cdxl: add @file doxy 12 years ago
Martin Storsjö 74685f6783 x86: Rename dsputil_rnd_template.c to rnd_template.c 12 years ago
Paul B Mahol e1ba5fc968 dcaenc: update 12 years ago
Michael Niedermayer 8f0db04b08 avcodec/pthread: use THREAD_SAFE_CALLBACKS() to simplifx more code 12 years ago
Michael Niedermayer 94b3a666fa avcodec/pthread: Make sure ff_thread_finish_setup() conditions match 12 years ago
Michael Niedermayer 32a6dfeb12 vc1dec: drop mv_f_last, simplify code 12 years ago
Paul B Mahol aa96439fae lavc: remove unused put_bits.h headers 12 years ago
Michael Niedermayer 12e3c1bee4 vc1dec: drop old use_ic code from vc1_b_mc 12 years ago
Michael Niedermayer 100184ccff vc1: use use_ic instead of shuffling mv_mode around 12 years ago
Michael Niedermayer 84c0ec92ae vc1dec: Implement intensity compensation for vc1_interp_mc() 12 years ago
Michael Niedermayer 782ebd6118 vc1dec: redesign the intensity compensation 12 years ago
Nicolas George 70feca926b lavc: check decoded subtitles encoding. 12 years ago
Michael Niedermayer c560437e95 vc1: make INIT_LUT() self contained 12 years ago