| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-30 | 1 | -2/+0 |
|\ |
|
| * | x86: dsputil: Remove a set of pointless #ifs around function declarations | Diego Biurrun | 2013-04-30 | 1 | -2/+0 |
* | | Merge commit '85f2f82af66fade2f5af2a03c5011d7de1b6e295' | Michael Niedermayer | 2013-04-30 | 1 | -28/+14 |
|\| |
|
| * | x86: dsputil: cosmetics: Group ff_{avg|put}_pixels16_mmxext() declarations | Diego Biurrun | 2013-04-30 | 1 | -28/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-29 | 1 | -7/+0 |
|\| |
|
| * | x86: hpeldsp: Remove unused macro definitions | Diego Biurrun | 2013-04-29 | 1 | -7/+0 |
* | | copy_packet_data: fix memleak | Michael Niedermayer | 2013-04-29 | 1 | -5/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-28 | 1 | -0/+2 |
|\| |
|
| * | aac: check the maximum number of channels | Luca Barbato | 2013-04-28 | 1 | -0/+2 |
* | | Merge commit '1b6f84a98665a15130e969fd6b460a05d50090c1' | Michael Niedermayer | 2013-04-28 | 1 | -1/+1 |
|\| |
|
| * | h264_refs: Do not print check_opcodes() return value | Diego Biurrun | 2013-04-27 | 1 | -3/+3 |
* | | ffv1enc: favor version 3 over 2 unless -strict -2 is set | Michael Niedermayer | 2013-04-27 | 1 | -1/+1 |
* | | ffv1dec: remove redundant error message. | Michael Niedermayer | 2013-04-27 | 1 | -3/+1 |
* | | ffv1dec: add code to support frame threading with gop=1 ffv1 | Michael Niedermayer | 2013-04-27 | 1 | -1/+26 |
* | | ffv1: Store a flag in the global header that indicates if all frames are keyf... | Michael Niedermayer | 2013-04-27 | 3 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-27 | 2 | -37/+0 |
|\| |
|
| * | x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponents | Diego Biurrun | 2013-04-26 | 2 | -37/+0 |
* | | avcodec_string: Print the used codec if it differs from the codec_id name. | Michael Niedermayer | 2013-04-27 | 1 | -0/+4 |
* | | avcodec_string: remove the "(hq)" listing | Michael Niedermayer | 2013-04-27 | 1 | -2/+2 |
* | | avcodec/intrax8: fix regression with wmv3 | Michael Niedermayer | 2013-04-26 | 2 | -5/+12 |
* | | vc1dec: make sure next_use_ic is set correctly | Michael Niedermayer | 2013-04-26 | 1 | -1/+1 |
* | | vc1dec: factor lut clean code | Michael Niedermayer | 2013-04-26 | 1 | -25/+23 |
* | | dcaenc: silence address sanitizer warning | Paul B Mahol | 2013-04-26 | 1 | -1/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-26 | 3 | -2/+2 |
|\| |
|
| * | x86: Rename dsputil_rnd_template.c to rnd_template.c | Martin Storsjö | 2013-04-25 | 3 | -2/+2 |
* | | vc1dec: remove interlaced warning | Michael Niedermayer | 2013-04-26 | 2 | -5/+0 |
* | | vc1dec: Try to fix vc1_mc_4mv_chroma4() parameters | Michael Niedermayer | 2013-04-25 | 1 | -1/+3 |
* | | vc1dec: add avg & variable direction support to vc1_mc_4mv_chroma4() | Michael Niedermayer | 2013-04-25 | 1 | -16/+35 |
* | | vc1dsp: add avg_no_rnd_vc1_chroma_mc4_c() | Michael Niedermayer | 2013-04-25 | 1 | -0/+21 |
* | | vc1dec: fix doxy for vc1_mc_4mv_chroma4() | Michael Niedermayer | 2013-04-25 | 1 | -1/+1 |
* | | vima: add @file doxy | Paul B Mahol | 2013-04-25 | 1 | -0/+6 |
* | | vima: generate predict_table once, and share it with all decoders | Paul B Mahol | 2013-04-25 | 1 | -11/+11 |
* | | lavc/cdxl: add @file doxy | Paul B Mahol | 2013-04-25 | 1 | -0/+6 |
* | | dcaenc: update | Paul B Mahol | 2013-04-25 | 2 | -873/+807 |
* | | avcodec/pthread: use THREAD_SAFE_CALLBACKS() to simplifx more code | Michael Niedermayer | 2013-04-25 | 1 | -10/+2 |
* | | avcodec/pthread: Make sure ff_thread_finish_setup() conditions match | Michael Niedermayer | 2013-04-25 | 1 | -6/+5 |
* | | vc1dec: drop mv_f_last, simplify code | Michael Niedermayer | 2013-04-25 | 2 | -14/+2 |
* | | lavc: remove unused put_bits.h headers | Paul B Mahol | 2013-04-24 | 4 | -4/+0 |
* | | Merge remote-tracking branch 'cigaes/master' | Michael Niedermayer | 2013-04-24 | 1 | -1/+30 |
|\ \ |
|
| * | | lavc: check decoded subtitles encoding. | Nicolas George | 2013-04-24 | 1 | -1/+30 |
* | | | vc1dec: drop old use_ic code from vc1_b_mc | Michael Niedermayer | 2013-04-24 | 1 | -13/+0 |
* | | | vc1: use use_ic instead of shuffling mv_mode around | Michael Niedermayer | 2013-04-24 | 1 | -10/+24 |
* | | | vc1dec: Implement intensity compensation for vc1_interp_mc() | Michael Niedermayer | 2013-04-24 | 1 | -1/+25 |
* | | | vc1dec: redesign the intensity compensation | Michael Niedermayer | 2013-04-24 | 3 | -37/+112 |
|/ / |
|
* | | vc1: make INIT_LUT() self contained | Michael Niedermayer | 2013-04-24 | 1 | -4/+4 |
* | | vc1dec: fix current ptr selection in vc1_mc_4mv_chroma() | Michael Niedermayer | 2013-04-24 | 1 | -1/+1 |
* | | vc1dec: factorize picture pointer selection in vc1_mc_4mv_chroma() | Michael Niedermayer | 2013-04-24 | 1 | -8/+3 |
* | | vc1dec: factorize picture pointer selection code | Michael Niedermayer | 2013-04-24 | 1 | -26/+11 |
* | | vc1dec: Fix mv_f shuffling | Michael Niedermayer | 2013-04-24 | 1 | -15/+11 |
* | | vc1dec: Fix mv_f shuffling | Michael Niedermayer | 2013-04-24 | 1 | -0/+2 |