summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* h264: permit h264 decoder to be compiled when svq3 decoder is disabledPeter Ross2011-03-301-4/+16
* Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-221-166/+520
* Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* h264: define FF_PROFILE_H264_HIGH_444 to the correct valueJanne Grunau2011-02-091-0/+1
* h264: add profile names for the existing definesAnssi Hannula2011-02-021-0/+17
* h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-021-1/+28
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-301-3/+3
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-2/+2
* Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò2011-01-261-1/+0
* Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò2011-01-261-1/+5
* Reindent.Ronald S. Bultje2011-01-231-4/+4
* Fix crash on resolution change (issue 2393).Ronald S. Bultje2011-01-231-4/+6
* Remove H.264 encoder fragmentsAlex Converse2011-01-231-1/+1
* Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-211-6/+91
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-151-91/+6
* Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.Jason Garrett-Glaser2011-01-151-1/+1
* H.264: Remove useless arg to chroma_dc_dequant_idct_cJason Garrett-Glaser2011-01-141-5/+5
* Fix SVQ3Jason Garrett-Glaser2011-01-141-9/+11
* Reindent after r26337.Jason Garrett-Glaser2011-01-141-11/+11
* H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser2011-01-141-2/+6
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-141-42/+8
* H.264: eliminate non-transposed scantable support.Jason Garrett-Glaser2011-01-141-24/+10
* H.264: fix grayscale decoding with explicit wpredJason Garrett-Glaser2011-01-101-1/+2
* SVQ3: Allow decoding if thread_count is > 1Alexander Strange2010-12-151-1/+1
* In h264 decoder, fix decoding when nal end sequence is presentBaptiste Coudurier2010-11-231-8/+9
* H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger2010-11-031-1/+1
* Do not assume PIX_FMT_YUV420P will remain the only supported output format fo...Carl Eugen Hoyos2010-10-051-1/+1
* Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ...Michael Niedermayer2010-10-051-2/+2
* Try to fix crashes introduced by r25218Jason Garrett-Glaser2010-09-281-5/+10
* Improve error concealment of lost framesJason Garrett-Glaser2010-09-271-0/+12
* Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje2010-09-141-8/+3
* Perform sliding window operation during frame gap handling.Michael Niedermayer2010-07-051-1/+2
* Give context to av_logBaptiste Coudurier2010-07-031-1/+1
* Fix typo in Doxygen function parameter name.Diego Biurrun2010-07-021-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Pass codec pixel format list to get_format, if present, fix vdpau decodingBaptiste Coudurier2010-05-311-0/+2
* In h264 decoder, use jpeg yuv pixel format when full range is set in vuiBaptiste Coudurier2010-05-281-2/+11
* Factorize ff_h264_decode_extradata().Howard Chu2010-05-261-35/+46
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* H.264: cosmetics (vertical align).Gwenole Beauchesne2010-04-151-1/+1
* H.264: move avctx->{profile,level} init before AVCodecContext.get_format().Gwenole Beauchesne2010-04-151-6/+2
* H.264: move avctx->refs init before AVCodecContext.get_format().Gwenole Beauchesne2010-04-151-2/+2
* Move static function fill_filter_caches() from h264.h to h264.c.Diego Biurrun2010-04-131-0/+216
* H264: Copy h264dsp when creating new slice threadsAlexander Strange2010-03-311-0/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Fix implicit weight for b frames in mbaff.Michael Niedermayer2010-03-301-12/+39
* Set VDPAU H264 picture parameter field_order_cnt and frame_num at theStephen Warren2010-03-301-2/+4
* Remove unused variable, fixes the warning:Diego Biurrun2010-03-231-1/+0
* Reinitialize the h264 decoder context on every valid aspect ratioJanusz Krzysztofik2010-03-181-1/+2
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-161-15/+16
OpenPOWER on IntegriCloud