summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* Pass codec pixel format list to get_format, if present, fix vdpau decodingBaptiste Coudurier2010-05-31
* In h264 decoder, use jpeg yuv pixel format when full range is set in vuiBaptiste Coudurier2010-05-28
* Factorize ff_h264_decode_extradata().Howard Chu2010-05-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* H.264: cosmetics (vertical align).Gwenole Beauchesne2010-04-15
* H.264: move avctx->{profile,level} init before AVCodecContext.get_format().Gwenole Beauchesne2010-04-15
* H.264: move avctx->refs init before AVCodecContext.get_format().Gwenole Beauchesne2010-04-15
* Move static function fill_filter_caches() from h264.h to h264.c.Diego Biurrun2010-04-13
* H264: Copy h264dsp when creating new slice threadsAlexander Strange2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix implicit weight for b frames in mbaff.Michael Niedermayer2010-03-30
* Set VDPAU H264 picture parameter field_order_cnt and frame_num at theStephen Warren2010-03-30
* Remove unused variable, fixes the warning:Diego Biurrun2010-03-23
* Reinitialize the h264 decoder context on every valid aspect ratioJanusz Krzysztofik2010-03-18
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-16
* Fix indentionMichael Niedermayer2010-03-12
* Always reset slice_table.Michael Niedermayer2010-03-12
* Reorder indexes in weight tables.Michael Niedermayer2010-03-03
* cosmetic addition of {}Michael Niedermayer2010-03-03
* Merge weight & offset tables, 15 cpu cycles faster.Michael Niedermayer2010-03-03
* Simplify implicit_weight table init.Michael Niedermayer2010-03-03
* Fix a bunch of bugs ive introduced recently that broke threaded decoding.Michael Niedermayer2010-03-02
* revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4Aurelien Jacobs2010-03-01
* Process picture aspect ratio changes in H.264.Janusz Krzysztofik2010-02-28
* Move init of right side of ref_cache from fill_caches() to init_the_darn_deco...Michael Niedermayer2010-02-26
* Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer2010-02-25
* Dont allocate direct_table 8 times too large.Michael Niedermayer2010-02-25
* Reorder intra4x4_pred_mode so that we can read/write 4 values at once.Michael Niedermayer2010-02-25
* Store intra4x4_pred_mode per row only.Michael Niedermayer2010-02-25
* Cut the size of mvd_table by yet another factor of 2.Michael Niedermayer2010-02-25
* Keep mvd_table values of only 2 mb rows.Michael Niedermayer2010-02-25
* Change mvd_cache & mvd_table to 8bit, this is overall a bit fasterMichael Niedermayer2010-02-24
* Try to set has_b_frames in codec init if we know everything alraedy.Michael Niedermayer2010-02-23
* Move extradata reading code into codec init instead of doing itMichael Niedermayer2010-02-23
* Remove unused variable mb_xy.avcoder2010-02-21
* H264: use alias-safe macrosMåns Rullgård2010-02-18
* Simplify deblock_left/top condition for deblocking_filter=2Michael Niedermayer2010-02-18
* Move predict_field_decoding_flag() from h264.h to .c as its only used there a...Michael Niedermayer2010-02-17
* Move check for and call of predict_field_decoding_flag() from the mb code toMichael Niedermayer2010-02-17
* Merge decode_cabac_mb_dqp() with surronding code.Michael Niedermayer2010-02-14
* Drop if(0) code.Michael Niedermayer2010-02-14
* h264: Remove unused variables.Alexander Strange2010-02-13
* Dont drop B frames without last_picture.Michael Niedermayer2010-02-12
* Try to support truncated h264 frames mixed with mpeg pes headers in mkv.Michael Niedermayer2010-02-12
* Set x264_build so that checks are simpler.Michael Niedermayer2010-02-08
* Fix large timebases.Michael Niedermayer2010-02-04
* Export H264 profile and level in AVCodecContext.Rafaël Carré2010-01-28
* Fix svq3_* function declarations.Rafaël Carré2010-01-27
* 100l typo fix, mixed up +-1 forcing the loop filter skip to never skip.Michael Niedermayer2010-01-26
* 100l, correct wrong H.264+adaptive MBAFF decodingAlexander Strange2010-01-25