| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not offer unsupported HWAccel PIX_FMT. | Reimar Döffinger | 2011-04-05 | 1 | -2/+12 |
* | Use CONFIG_VDPAU as condition for using ff_vdpau_mpeg_picture_complete. | Reimar Döffinger | 2011-04-05 | 1 | -1/+1 |
* | Move frame_pred_frame_dct check elsewhere. | Michael Niedermayer | 2011-04-03 | 1 | -1/+8 |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-03 | 1 | -0/+4 |
|\ |
|
| * | lavc: mark hurry_up for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -0/+4 |
* | | Fix compilation with --disable-vdpau | Carl Eugen Hoyos | 2011-04-02 | 1 | -1/+1 |
* | | Allow selecting VDPAU, XvMC via get_format for MPEG-2 | Reimar Döffinger | 2011-04-01 | 1 | -26/+44 |
* | | Use consistent condition for whether to run slice-threading execute function. | Reimar Döffinger | 2011-03-28 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-25 | 1 | -1/+13 |
|\ \
| |/ |
|
| * | mpeg12.c: fix slice threading for mpeg2 field picture mode. | Ronald S. Bultje | 2011-03-24 | 1 | -1/+13 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | More advanced ffmpeg mpeg2 aspect guessing code. | Michael Niedermayer | 2011-03-25 | 1 | -2/+18 |
* | | Fake-Merge remote-tracking branch 'ffmpeg-mt/master' | Michael Niedermayer | 2011-03-22 | 1 | -4/+32 |
|/ |
|
* | Export profiles from the mpeg2 video decoder | Benjamin Larsson | 2011-03-10 | 1 | -0/+13 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -20/+20 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -6/+6 |
* | Remove redundant checks against MIN_CACHE_BITS | Mans Rullgard | 2011-01-23 | 1 | -32/+0 |
* | Make dc_lum_vlc and dc_chroma_vlc non-static symbols, | Vitor Sessak | 2011-01-05 | 1 | -2/+5 |
* | Fix doxy that refers to the wrong variable. | Michael Niedermayer | 2010-07-27 | 1 | -1/+1 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 1 | -0/+3 |
* | Do not skip one of three bits zero padding. | Daniel Kristjansson | 2010-06-30 | 1 | -1/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -2/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -6/+6 |
* | Change ref_index structure so it matches how its organized in h264. | Michael Niedermayer | 2010-03-23 | 1 | -2/+4 |
* | Add ff_ prefix for mpeg2_dc_scale_table. | Michael Niedermayer | 2010-03-15 | 1 | -1/+1 |
* | Fix timestamp association for mpeg2 field pictures. | Michael Niedermayer | 2010-02-21 | 1 | -1/+1 |
* | Fix decoding ATI VCR2 codec, sample in | Carl Eugen Hoyos | 2010-01-24 | 1 | -0/+3 |
* | Be less picky on invalid frame_pred_frame_dct values. | Michael Niedermayer | 2009-12-12 | 1 | -1/+1 |
* | Cosmetics: Reindent after r20679. | Carl Eugen Hoyos | 2009-12-05 | 1 | -14/+14 |
* | slif aka "SoftLab MPEG-2 I-frames Codec" support. | Michael Niedermayer | 2009-12-01 | 1 | -0/+5 |
* | Move "slice below image" check from mpeg_decode_slice to its caller. | Michael Niedermayer | 2009-11-30 | 1 | -4/+6 |
* | Move dummy picture allocation code from mpeg1/2 to mpegvideo. | Michael Niedermayer | 2009-11-30 | 1 | -19/+0 |
* | Set mb_y in mpeg2 field pictures like h264 does. | Michael Niedermayer | 2009-11-30 | 1 | -9/+12 |
* | Start decoding from seq/gop too, not just I frames. | Michael Niedermayer | 2009-11-30 | 1 | -8/+20 |
* | Fix dual prime motion compensation in field pictures. | Michael Niedermayer | 2009-11-30 | 1 | -3/+5 |
* | Print errors instead of just ignoring contradictionary values in mpeg2 silently. | Michael Niedermayer | 2009-11-29 | 1 | -2/+10 |
* | Override a few values read so as to ensure that things are not inconsistent. | Michael Niedermayer | 2009-11-29 | 1 | -0/+7 |
* | Restructure dummy frame allocation. | Michael Niedermayer | 2009-11-29 | 1 | -6/+19 |
* | Make sure field_select is not set to nonsensical values even if unused. | Michael Niedermayer | 2009-11-29 | 1 | -1/+1 |
* | Factorize "s->first_slice = 1" out. | Michael Niedermayer | 2009-11-28 | 1 | -2/+1 |
* | Also check the location of the picture start code and picture coding | Michael Niedermayer | 2009-11-28 | 1 | -1/+8 |
* | Check order of startcodes, ignore some obviously wrong ones. | Michael Niedermayer | 2009-11-28 | 1 | -1/+17 |
* | Move mpeg_decode_postinit() out of bitstream decoding functions, it does not | Michael Niedermayer | 2009-11-28 | 1 | -3/+5 |
* | Inline mpeg_decode_extension, will simplify future changes. | Michael Niedermayer | 2009-11-28 | 1 | -31/+19 |
* | Simplify mpeg_decode_user_data() | Michael Niedermayer | 2009-11-28 | 1 | -12/+5 |
* | Use get_bits_left() instead of size_in_bits - get_bits_count(). | Ronald S. Bultje | 2009-11-16 | 1 | -1/+1 |
* | Remove casts that are useless since the argument is void *. | Reimar Döffinger | 2009-10-06 | 1 | -1/+1 |
* | Move down HWAccel code path so that to fill in s->mb_x first. | Gwenole Beauchesne | 2009-09-16 | 1 | -13/+13 |
* | Revert r19317, "simplify slice_end, return size of output frame". | Baptiste Coudurier | 2009-07-01 | 1 | -5/+9 |