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
2003-02-08mpeg1 bframe encoding patch by (Raphaƫl LEGRAND) with some modifications by meMichael Niedermayer
2003-01-21GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer
2003-01-20trying to fix mb skip bug in mpeg1/2 if slices are not usedMichael Niedermayer
2003-01-01trellis quantization for mpeg1Michael Niedermayer
2002-12-28qpel encodingMichael Niedermayer
2002-12-19* fix for empty image queueZdenek Kabelac
2002-12-17more debug outputMichael Niedermayer
2002-12-09AVVideoFrame -> AVFrameMichael Niedermayer
2002-12-09cleanup / messup?Michael Niedermayer
2002-12-06aspect ratio encoding for mpeg1Michael Niedermayer
2002-12-06mpeg1&2 aspect decodingMichael Niedermayer
2002-12-05drop b frames if there are no reference framesMichael Niedermayer
2002-12-04cleanupMichael Niedermayer
2002-11-26dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>)Agent Smith
2002-11-23moving init of some variables (hurry_up,...) to MPV_frame_start()Michael Niedermayer
2002-11-2010lMichael Niedermayer
2002-11-18hurry_up=5 supportMichael Niedermayer
2002-11-11* using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac
2002-11-09fixing -sameq with mpeg2Michael Niedermayer
2002-11-08cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer
2002-11-02cleanupMichael Niedermayer
2002-11-02handle init error in ffmpeg12Arpi
2002-10-31cleanupMichael Niedermayer
2002-10-27handle direct rendering buffer allocation failureMichael Niedermayer
2002-10-15warning fixesMichael Niedermayer
2002-10-09mpeg1 2pass encodingMichael Niedermayer
2002-10-03fixing custom quantizer matrix decodingMichael Niedermayer
2002-10-02optimizationMichael Niedermayer
2002-10-02sliced mode for mpeg1/2Michael Niedermayer
2002-10-02move scantable init from block-decode to header parserMichael Niedermayer
2002-10-02optimizing mpeg2 decode block stuffMichael Niedermayer
2002-09-30optimizing mpeg1_decode_block()Michael Niedermayer
2002-09-30forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlie...Michael Niedermayer
2002-09-30idct permutation cleanup, idct can be selected per context nowMichael Niedermayer
2002-09-24adaptive quantization for mpeg1Michael Niedermayer
2002-09-07support decoding of the last mpeg "packet" even if no startcode is immedeatly...Michael Niedermayer
2002-09-02new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) wit...Henry Mason
2002-08-28warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski
2002-08-26fixing some 64bit bugsMichael Niedermayer
2002-08-04fixing slices which start at mb_x>0Michael Niedermayer
2002-07-17hmm ABS(dc-diff) > 512 fixMichael Niedermayer
2002-07-16dr1Michael Niedermayer
2002-07-15uvlinesizeMichael Niedermayer
2002-07-14rl vlc table optimization (not yet used)Michael Niedermayer
2002-07-13optimization (get_vlc() -> get_vlc2())Michael Niedermayer
2002-07-11adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree...Marko Kreen
2002-07-09new bitstream reader API (old get_bits() based one is emulated and will still...Michael Niedermayer
2002-06-18dc scale simplification/optimizationMichael Niedermayer
2002-06-11fixed one mpeg decoder memory leakFabrice Bellard
2002-06-09passing avctx->flags so that grayscale only decoding works with mpeg1/2 tooMichael Niedermayer