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
2010-09-28Try to fix crashes introduced by r25218Jason Garrett-Glaser
2010-09-27Improve error concealment of lost framesJason Garrett-Glaser
2010-09-14Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje
2010-07-05Perform sliding window operation during frame gap handling.Michael Niedermayer
2010-07-03Give context to av_logBaptiste Coudurier
2010-07-02Fix typo in Doxygen function parameter name.Diego Biurrun
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-01Pass codec pixel format list to get_format, if present, fix vdpau decodingBaptiste Coudurier
2010-05-29In h264 decoder, use jpeg yuv pixel format when full range is set in vuiBaptiste Coudurier
2010-05-26Factorize ff_h264_decode_extradata().Howard Chu
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-15H.264: cosmetics (vertical align).Gwenole Beauchesne
2010-04-15H.264: move avctx->{profile,level} init before AVCodecContext.get_format().Gwenole Beauchesne
2010-04-15H.264: move avctx->refs init before AVCodecContext.get_format().Gwenole Beauchesne
2010-04-14Move static function fill_filter_caches() from h264.h to h264.c.Diego Biurrun
2010-03-31H264: Copy h264dsp when creating new slice threadsAlexander Strange
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-31Fix implicit weight for b frames in mbaff.Michael Niedermayer
2010-03-30Set VDPAU H264 picture parameter field_order_cnt and frame_num at theStephen Warren
2010-03-23Remove unused variable, fixes the warning:Diego Biurrun
2010-03-19Reinitialize the h264 decoder context on every valid aspect ratioJanusz Krzysztofik
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2010-03-12Fix indentionMichael Niedermayer
2010-03-12Always reset slice_table.Michael Niedermayer
2010-03-04Reorder indexes in weight tables.Michael Niedermayer
2010-03-03cosmetic addition of {}Michael Niedermayer
2010-03-03Merge weight & offset tables, 15 cpu cycles faster.Michael Niedermayer
2010-03-03Simplify implicit_weight table init.Michael Niedermayer
2010-03-02Fix a bunch of bugs ive introduced recently that broke threaded decoding.Michael Niedermayer
2010-03-01revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4Aurelien Jacobs
2010-02-28Process picture aspect ratio changes in H.264.Janusz Krzysztofik
2010-02-26Move init of right side of ref_cache from fill_caches() to init_the_darn_deco...Michael Niedermayer
2010-02-26Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer
2010-02-25Dont allocate direct_table 8 times too large.Michael Niedermayer
2010-02-25Reorder intra4x4_pred_mode so that we can read/write 4 values at once.Michael Niedermayer
2010-02-25Store intra4x4_pred_mode per row only.Michael Niedermayer
2010-02-25Cut the size of mvd_table by yet another factor of 2.Michael Niedermayer
2010-02-25Keep mvd_table values of only 2 mb rows.Michael Niedermayer
2010-02-24Change mvd_cache & mvd_table to 8bit, this is overall a bit fasterMichael Niedermayer
2010-02-23Try to set has_b_frames in codec init if we know everything alraedy.Michael Niedermayer
2010-02-23Move extradata reading code into codec init instead of doing itMichael Niedermayer
2010-02-21Remove unused variable mb_xy.avcoder
2010-02-18H264: use alias-safe macrosMåns Rullgård
2010-02-18Simplify deblock_left/top condition for deblocking_filter=2Michael Niedermayer
2010-02-17Move predict_field_decoding_flag() from h264.h to .c as its only used there a...Michael Niedermayer
2010-02-17Move check for and call of predict_field_decoding_flag() from the mb code toMichael Niedermayer
2010-02-15Merge decode_cabac_mb_dqp() with surronding code.Michael Niedermayer
2010-02-15Drop if(0) code.Michael Niedermayer
2010-02-14h264: Remove unused variables.Alexander Strange
2010-02-13Dont drop B frames without last_picture.Michael Niedermayer