summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò2011-01-25
* Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò2011-01-25
* Reindent.Ronald S. Bultje2011-01-22
* Fix crash on resolution change (issue 2393).Ronald S. Bultje2011-01-22
* Remove H.264 encoder fragmentsAlex Converse2011-01-22
* Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-20
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-15
* Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.Jason Garrett-Glaser2011-01-15
* H.264: Remove useless arg to chroma_dc_dequant_idct_cJason Garrett-Glaser2011-01-14
* Fix SVQ3Jason Garrett-Glaser2011-01-14
* Reindent after r26337.Jason Garrett-Glaser2011-01-14
* H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser2011-01-14
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-14
* H.264: eliminate non-transposed scantable support.Jason Garrett-Glaser2011-01-14
* H.264: fix grayscale decoding with explicit wpredJason Garrett-Glaser2011-01-10
* SVQ3: Allow decoding if thread_count is > 1Alexander Strange2010-12-15
* In h264 decoder, fix decoding when nal end sequence is presentBaptiste Coudurier2010-11-23
* H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger2010-11-03
* Do not assume PIX_FMT_YUV420P will remain the only supported output format fo...Carl Eugen Hoyos2010-10-05
* Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ...Michael Niedermayer2010-10-05
* Try to fix crashes introduced by r25218Jason Garrett-Glaser2010-09-28
* Improve error concealment of lost framesJason Garrett-Glaser2010-09-27
* Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje2010-09-14
* Perform sliding window operation during frame gap handling.Michael Niedermayer2010-07-05
* Give context to av_logBaptiste Coudurier2010-07-03
* Fix typo in Doxygen function parameter name.Diego Biurrun2010-07-02
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* 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