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-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-02Remove unused variablesMans Rullgard
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-05-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-18mpeg12: add slice-threading checks to slice-threading initializers.Ronald S. Bultje
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-28mpeg12: terminate mpeg2_video_profiles arraysStefano Sabatini
2011-04-28mpeg12: terminate mpeg2_video_profiles arraysStefano Sabatini
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26lavc: remove FF_API_HURRY_UP cruftAnton Khirnov
2011-04-22Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-22Introduce slice threads flag.Ronald S. Bultje
2011-04-09Use consistent condition for whether to run slice-threading execute function.Reimar Döffinger
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