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
2008-08-20cosmetics: comment spelling/grammar fixesDiego Biurrun
2008-08-20Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun
2008-08-19Mark init_vlcs function as av_cold.Diego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-02print correct mpeg-2 broken_link value, and print closed_gopBaptiste Coudurier
2008-05-31Change init_2d_vlc_rl() to not use *alloc_static().Michael Niedermayer
2008-05-31Remove constant argument.Michael Niedermayer
2008-05-31Switch to INIT_VLC_USE_NEW_STATIC.Michael Niedermayer
2008-05-25Do not reject odd width/height.Michael Niedermayer
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-04-03Decode stuff from extradata as well.Michael Niedermayer
2008-04-03Factorize code a little.Michael Niedermayer
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-14Use correct t printf modifier for pointer differences.Diego Biurrun
2008-03-14log aspect ratio forbidden value, and fail if error resilience is highBaptiste Coudurier
2008-03-13do not fail badly if aspect ratio is 0/forbidden, fix issue 369Baptiste Coudurier
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-02-20Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2Michael Niedermayer
2008-02-19Reduce the number of senselessly scanned bytes.Michael Niedermayer
2008-02-01constMichael Niedermayer
2008-01-05Drop non key frames before the first key frame.Michael Niedermayer
2007-10-13Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870Stefan Lucke
2007-08-04Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.Michael Niedermayer
2007-08-03output last frame if seq end code is encounteredMichael Niedermayer
2007-08-02simplify s->mv_dir initMichael Niedermayer
2007-08-02exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer
2007-08-02exchange if() and for() in the MT_FIELD caseMichael Niedermayer
2007-08-02exchange for() and if() order in the MT_FRAME caseMichael Niedermayer
2007-08-02changeMichael Niedermayer
2007-08-02merge another 2 if() to save a few cpu cyclesMichael Niedermayer
2007-08-01reorder if() so that the condition can be simplifiedMichael Niedermayer
2007-08-01merge/simplify 2 if()Michael Niedermayer
2007-08-01merge 2 if()Michael Niedermayer
2007-08-01move some code which was executed for every skipped MB so it is only executedMichael Niedermayer
2007-08-01get rid of a useless variableMichael Niedermayer
2007-08-01avoid 2 additions (1 cpu cycle) per MBMichael Niedermayer
2007-08-01chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time se...Michael Niedermayer
2007-07-05add proper ff_ prefix to new extern symbolsAurelien Jacobs
2007-07-05split mpeg12 encoder out of mpeg12.cAurelien Jacobs
2007-06-22get rid of one unneeded #ifdef HAVE_XVMCMichael Niedermayer
2007-06-12misc typo fixesDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-05-19move imx_dump_header bitstream filter in its own fileAurelien Jacobs
2007-05-13allow to enable or disable every bitstream filters individuallyJason Millard
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
2007-05-05add a ff_ prefix to the now exported mpeg1_find_frame_end() functionAurelien Jacobs
2007-05-05move mpegvideo_parser in it's own fileAurelien Jacobs
2007-05-02make mpeg decoder handle mid-stream changes in resolutionHeikki Lindholm
2007-04-07typos/grammarDiego Biurrun