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-11motion_est: make MotionExtContext.map_generation unsignedMans Rullgard
2011-10-05mpegvideo: set correct offset for edge emulation buffer.Ronald S. Bultje
2011-08-31mpeg12: add 'scan_offset' private option.Anton Khirnov
2011-08-31mpeg12enc: add drop_frame_timecode private option.Anton Khirnov
2011-08-31mpeg12enc: add intra_vlc private option.Anton Khirnov
2011-08-26doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun
2011-08-03Move an int64_t down in MpegEncContextMartin Storsjö
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-04H.264: fix overreads of qscale_tableJason Garrett-Glaser
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-05-26Remove h263_msmpeg4 from MpegEncContext.Alex Converse
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-26lavc: remove FF_API_HURRY_UP cruftAnton Khirnov
2011-04-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-29Rearrange MpegEncContext to simplify access from asmMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-16Add ff_ prefix for mpeg2_dc_scale_table.Michael Niedermayer
2010-03-16Support intra_dc_precision>8 in jpegMichael Niedermayer
2010-03-08bfin: fix function prototypesMåns Rullgård
2010-03-07Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.cMåns Rullgård
2010-01-09Split H263 encoder and decoder from common code.Michael Niedermayer
2010-01-08Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.Michael Niedermayer
2010-01-08Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.Michael Niedermayer
2010-01-08Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer
2010-01-07Document ff_h263_show_pict_info().Michael Niedermayer
2010-01-07Split out intel H263 decoder.Michael Niedermayer
2010-01-07Split flv decoding out.Michael Niedermayer
2010-01-07Split out flv encoding.Michael Niedermayer
2010-01-07Mark h263_get_picture_format() av_const to indicate that it has no funnyMichael Niedermayer
2010-01-07Document h263_get_picture_format().Michael Niedermayer
2009-12-04Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...Michael Niedermayer
2009-12-02Store original width/height so that rv20 does not get stuck with someMichael Niedermayer
2009-10-15Raise MAX_THREADS to 16.Frank Barchard
2009-08-27Remove useless alignment from MpegEncContext.intra_scantableMåns Rullgård
2009-06-24Improve wording: s/reseted/resetHaruhiko Yamagata
2009-06-24Fix H.264 picture reordering, 2nd try.Haruhiko Yamagata
2009-05-27Rename alloc_picture to ff_alloc_picture and move its definitionBaptiste Coudurier
2009-05-15decode mpeg-2 closed gop first b frames, fix issue #824Baptiste Coudurier
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-31Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY].Gwenole Beauchesne
2009-03-02Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer
2009-03-02small spelling/grammar fixesDiego Biurrun
2009-02-27Add ff_hwaccel_pixfmt_list_420[] definition.Gwenole Beauchesne
2009-02-24Add and use ff_pixfmt_list_420.Michael Niedermayer
2009-02-24Add ff_h263_find_resync_marker() to find the bit position of the next resync_...Gwenole Beauchesne
2009-02-22Better parsing of i263 picture headerKostya Shishkov