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-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
2010-02-12Try to support truncated h264 frames mixed with mpeg pes headers in mkv.Michael Niedermayer
2010-02-08Set x264_build so that checks are simpler.Michael Niedermayer
2010-02-04Fix large timebases.Michael Niedermayer
2010-01-28Export H264 profile and level in AVCodecContext.Rafaël Carré
2010-01-28Fix svq3_* function declarations.Rafaël Carré
2010-01-26100l typo fix, mixed up +-1 forcing the loop filter skip to never skip.Michael Niedermayer
2010-01-25100l, correct wrong H.264+adaptive MBAFF decodingAlexander Strange
2010-01-25H.264: Use 64-/128-bit write-combining macros for copiesAlexander Strange
2010-01-24Remove is_complex from loop_filter() its useless there in its current form.Michael Niedermayer
2010-01-24Added a missing const to ff_h264_get_slice_type().Laurent Aimar
2010-01-24Remove all uses of slice_type* from the loop filter, also remove itsMichael Niedermayer
2010-01-23Move +52 from the loop filter to the alpha/beta offsets in the context.Michael Niedermayer
2010-01-19Cosmetic, get rid of &x[0]Michael Niedermayer
2010-01-19Fix compilation with -O0.Michael Niedermayer
2010-01-18Fix 10l segfault with threads.Michael Niedermayer
2010-01-18Perform reference remapping at fill_cache() time instead of in theMichael Niedermayer
2010-01-18Move the qp check to skip the loop filter up.Michael Niedermayer
2010-01-18Split fill_caches() between filter and decoder.Michael Niedermayer
2010-01-17Rearchitecturing the stiched up goose part 1Michael Niedermayer
2010-01-16Consider slice_beta_offet in qp_thresh.Michael Niedermayer
2010-01-16Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh.Michael Niedermayer
2010-01-13remove unused variableMichael Niedermayer
2010-01-13Split cabac decoding code out of h264.c.Michael Niedermayer
2010-01-13Split cavlc out of h264.c.Michael Niedermayer