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
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-20mpeg12: do not decode extradata more than once.Anton Khirnov
2012-12-18mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau
2012-10-18avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tabMartin Storsjö
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-09-29mpeg12: fix the semantics of the int* parameter of decode()Anton Khirnov
2012-09-29mpeg12: move mpeg_decode_frame() lowerAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-03mpeg12: fixed parsing in some mpeg2 streamsHendrik Leppkes
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-08hwaccel: mpeg2: decode first field, if requested.Gwenole Beauchesne
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-06mpeg12: Do not change frame_pred_frame_dct flag and demote error into a warningAnne Aaron
2012-03-05lavc: deprecate AVCodecContext.sub_id.Anton Khirnov
2012-03-02Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-19mpeg12: check for available bits to avoid an infinite loopJindřich Makovička
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2012-01-02mpegenc: use avctx->slices as number of slicesJanne Grunau
2011-12-13error_resilience: use the ER_ namespaceLuca Barbato
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-10-28lavc: remove "legacy" mpegvideo decoder.Anton Khirnov
2011-10-24mpeg12: fix mpeg_decode_slice context parameter typeJanne Grunau
2011-10-24Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Janne Grunau
2011-10-23mpeg12: move closed_gop from MpegEncContext to Mpeg1ContextAnton Khirnov
2011-10-23mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov
2011-10-23mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.hAnton Khirnov
2011-10-22lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody
2011-10-20lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov
2011-10-20lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov
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