June 3, 2011
View 6a9c859

H264/MPEG frame-level multi-threading.

Alexander Strange authored on 2011/06/03 02:15:58
April 30, 2011
View 975a144

Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.

Stefano Sabatini authored on 2011/04/30 01:53:57
April 26, 2011
View e6ff064

Eliminate pointless '#if 1' statements without matching '#else'.

Diego Biurrun authored on 2011/04/26 20:52:12
March 19, 2011
View 2912e87

Replace FFmpeg with Libav in licence headers

Mans Rullgard authored on 2011/03/19 02:35:10
April 20, 2010
View ba87f08

Remove explicit filename from Doxygen @file commands.

Diego Biurrun authored on 2010/04/20 23:45:34
April 14, 2010
View e5d2bde

Add rectangle.h #include for fill_rectangle().

Diego Biurrun authored on 2010/04/14 07:52:14
March 31, 2010
View c28112f

Make sure the EC code does not attempt to use inter based concealment if there is no reference frame available. (this can happen because the EC code will attempt to use reference frames even for I/IDR frames)

Michael Niedermayer authored on 2010/03/31 05:46:46
March 23, 2010
View fc4a2d1

Change ref_index structure so it matches how its organized in h264. Also revert the related error concealment hotfix.

Michael Niedermayer authored on 2010/03/23 11:17:04
March 21, 2010
View 3546fa8

fix compilation with --disable-everything --enable-decoder=mpeg2video

Aurelien Jacobs authored on 2010/03/21 08:18:07
View b297129

Hotfix for regtest-error failure a proper fix appears to require changing h263/mpeg2/motion est to index ref_index like h264. Ill do this change and then revert this hotfix but it will take a bit time.

Michael Niedermayer authored on 2010/03/21 01:51:36
March 20, 2010
View 673fc63

Error concealment of h264 with multiple references.

Michael Niedermayer authored on 2010/03/20 09:52:08
March 17, 2010
View 68f0bc7

Use H264s MC instead of mpeg4-asp qpel for h264 error resilience.

Michael Niedermayer authored on 2010/03/17 11:59:12
March 14, 2010
View 686c781

Make sure all mvs of a mb are set in the error concealment code.

Michael Niedermayer authored on 2010/03/14 10:52:31
View bb4fcfa

Ensure that the deblock filter accesses the correct MVs for h264.

Michael Niedermayer authored on 2010/03/14 09:42:26
March 13, 2010
View 2c4bc23

Fix guess_mv() so that it works correctly with 4x4 MV blocks.

Michael Niedermayer authored on 2010/03/13 01:59:21