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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-16w32threads: support for frame multithreadingSteven Walters
2011-10-10mpeg124: use sign_extend() functionMans Rullgard
2011-09-21lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov
2011-09-13mpeg12: reorder functions to avoid ugly forward declarationsDiego Biurrun
2011-09-06mpeg12: cosmetics: reformat as K&RDiego Biurrun
2011-09-05mpeg12: propagate more real return values through chunk decode error return a...Dustin Brody
2011-08-26mpeg12: propagate chunk decode errors and fix conditional indentationDustin Brody
2011-08-15mpeg12: remove repeat-field code disabled since May 2002Dustin Brody
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-13mpeg1video: add CODEC_CAP_SLICE_THREADS.Ronald S. Bultje
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-04Remove return statements following infinite loops without breakMans Rullgard
2011-06-10mpeg12: more advanced ffmpeg mpeg2 aspect guessing code.Michael Niedermayer
2011-06-02Remove unused variablesMans Rullgard
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
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-04-28mpeg12: terminate mpeg2_video_profiles arraysStefano Sabatini
2011-04-26lavc: remove FF_API_HURRY_UP cruftAnton Khirnov
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-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
2011-03-24mpeg12.c: fix slice threading for mpeg2 field picture mode.Ronald S. Bultje
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