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
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
2009-11-29Make sure field_select is not set to nonsensical values even if unused.Michael Niedermayer
2009-11-29Factorize "s->first_slice = 1" out.Michael Niedermayer
2009-11-29Also check the location of the picture start code and picture codingMichael Niedermayer
2009-11-29Check order of startcodes, ignore some obviously wrong ones.Michael Niedermayer
2009-11-29Move mpeg_decode_postinit() out of bitstream decoding functions, it does notMichael Niedermayer
2009-11-28Inline mpeg_decode_extension, will simplify future changes.Michael Niedermayer
2009-11-28Simplify mpeg_decode_user_data()Michael Niedermayer
2009-11-16Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje
2009-10-06Remove casts that are useless since the argument is void *.Reimar Döffinger
2009-09-16Move down HWAccel code path so that to fill in s->mb_x first.Gwenole Beauchesne
2009-07-02Revert r19317, "simplify slice_end, return size of output frame".Baptiste Coudurier
2009-07-01simplify slice_end, return size of output frameBaptiste Coudurier
2009-05-27Rename alloc_picture to ff_alloc_picture and move its definitionBaptiste Coudurier
2009-05-27Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg.Wolfram Gloger
2009-05-17Add a forward declaration of mpeg1_decode_block_intra to fix compilationReimar Döffinger
2009-05-17mpeg12: fix non-standard use of "extern inline"Måns Rullgård
2009-05-15decode mpeg-2 closed gop first b frames, fix issue #824Baptiste Coudurier
2009-05-11Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad
2009-05-05Extract colorspace fields from MPEG1/2.Michael Niedermayer
2009-05-01Ignore first entry of intra matrixes if it is invalid.Michael Niedermayer
2009-05-01Factorize quantization matrix loading code out.Michael Niedermayer
2009-04-09Fix mb_height for interlaced mpeg2.Michael Niedermayer
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-02Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer
2009-03-02xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name.Diego Biurrun
2009-03-01Remove unused variable in mpeg_mc_decode_initReimar Döffinger
2009-02-27Remove superfluous call to mpeg_decode_slice() for hwaccel, thisGwenole Beauchesne
2009-02-27Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer
2009-02-25More AVhwaccel hunks from Gwenole Beauchesne.Michael Niedermayer
2009-02-24Correct time_base and repeat_pict for MPEG2 video.Ivan Schreter
2009-02-24add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer
2009-02-23Approved hunks for VAAPI / our new shiny hwaccel APIMichael Niedermayer
2009-02-22Change the type of pblocks from pointers to short array intoIvan Kalvachev
2009-02-15CosmeticsIvan Kalvachev
2009-02-15Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&)Ivan Kalvachev
2009-02-15Check ff_xvmc_field_start() result in all cases.Ivan Kalvachev
2009-02-14Add xvmc_internal.h that contains all internal xvmc function declarations.Diego Biurrun
2009-02-14use ff_xvmc for function names instead of XVMC_Ivan Kalvachev
2009-02-14Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun