Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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