| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-21 | 1 | -0/+4 |
|\ |
|
| * | error_resilience: skip last-MV predictor step if MVs are not available. | Ronald Bultje | 2011-06-20 | 1 | -0/+4 |
| * | error_resilience: actually add counter when adding a MV predictor. | Ronald Bultje | 2011-06-20 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -7/+38 |
|\| |
|
| * | H264/MPEG frame-level multi-threading. | Alexander Strange | 2011-06-02 | 1 | -7/+38 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -4/+4 |
* | | error concealment: check last pictures motion_val before using it. | Michael Niedermayer | 2011-05-12 | 1 | -1/+1 |
* | | error_concealment: Use previous pictures motion vectors when the current ones... | Michael Niedermayer | 2011-05-11 | 1 | -0/+8 |
* | | Merging branch 'ffmpeg-mt/master' | Multiple Authors | 2011-05-11 | 1 | -0/+2 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -4/+4 |
* | | Revert "Eliminate pointless '#if 1' statements without matching '#else'." | Michael Niedermayer | 2011-04-27 | 1 | -5/+12 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -12/+5 |
|\| |
|
| * | Eliminate pointless '#if 1' statements without matching '#else'. | Diego Biurrun | 2011-04-26 | 1 | -12/+5 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Add rectangle.h #include for fill_rectangle(). | Diego Biurrun | 2010-04-13 | 1 | -0/+1 |
* | Make sure the EC code does not attempt to use inter based concealment if there | Michael Niedermayer | 2010-03-30 | 1 | -0/+6 |
* | Change ref_index structure so it matches how its organized in h264. | Michael Niedermayer | 2010-03-23 | 1 | -3/+2 |
* | fix compilation with --disable-everything --enable-decoder=mpeg2video | Aurelien Jacobs | 2010-03-20 | 1 | -1/+1 |
* | Hotfix for regtest-error failure | Michael Niedermayer | 2010-03-20 | 1 | -2/+3 |
* | Error concealment of h264 with multiple references. | Michael Niedermayer | 2010-03-20 | 1 | -18/+35 |
* | Use H264s MC instead of mpeg4-asp qpel for h264 error resilience. | Michael Niedermayer | 2010-03-17 | 1 | -0/+11 |
* | Make sure all mvs of a mb are set in the error concealment code. | Michael Niedermayer | 2010-03-14 | 1 | -3/+8 |
* | Ensure that the deblock filter accesses the correct MVs for h264. | Michael Niedermayer | 2010-03-14 | 1 | -6/+12 |
* | Fix guess_mv() so that it works correctly with 4x4 MV blocks. | Michael Niedermayer | 2010-03-12 | 1 | -11/+35 |
* | Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to | Michael Niedermayer | 2010-02-25 | 1 | -1/+1 |
* | 4:2:2 4:4:4 bugfix for the error concealment code. | Michael Niedermayer | 2009-12-01 | 1 | -2/+2 |
* | Disable error resilience for field pictures, this was never supported, | Michael Niedermayer | 2009-11-30 | 1 | -0/+1 |
* | Make sure error resilience does not try to use unavailable reference frames. | Reimar Döffinger | 2009-04-10 | 1 | -6/+17 |
* | Return early if a HW accelerator is used. | Gwenole Beauchesne | 2009-02-27 | 1 | -0/+3 |
* | More approved hunks for VAAPI & our new and cleaner hwaccel API. | Gwenole Beauchesne | 2009-02-23 | 1 | -0/+1 |
* | Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around if | Diego Biurrun | 2009-02-16 | 1 | -8/+4 |
* | Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices. | Diego Biurrun | 2009-02-14 | 1 | -3/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -3/+3 |
* | Move VDPAU check, make future VDPAU patches smaller. | Carl Eugen Hoyos | 2009-01-09 | 1 | -0/+1 |
* | Switch xvmc over to a CONFIG_ option. | Diego Biurrun | 2008-12-15 | 1 | -3/+3 |
* | Do not attempt to perform error concealment in lowres mode as this is | Michael Niedermayer | 2008-09-30 | 1 | -1/+1 |
* | Ensure that no non-existing frame is used. | Michael Niedermayer | 2008-09-25 | 1 | -1/+1 |
* | Rename error_resilience to error_recognition. | Michael Niedermayer | 2008-09-08 | 1 | -4/+4 |
* | cosmetics: typo fixes | Diego Biurrun | 2008-03-22 | 1 | -1/+1 |
* | typo: occured --> occurred | Diego Biurrun | 2008-03-22 | 1 | -1/+1 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -4/+4 |
* | typo fix: inited --> initialized | Diego Biurrun | 2008-02-13 | 1 | -1/+1 |
* | On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will se... | Ivan Kalvachev | 2007-09-28 | 1 | -0/+5 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -2/+2 |
* | sanity check | Michael Niedermayer | 2007-02-09 | 1 | -0/+5 |
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 1 | -2/+2 |