summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* Fix deblocking with thread_slicesMichael Niedermayer2011-04-08
* Fix ffmpeg-mt fixme in h264.Michael Niedermayer2011-04-06
* Dont be so picky on decoding pps in extradata.Michael Niedermayer2011-04-03
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-03
|\
| * lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * h264: define FF_PROFILE_H264_HIGH_444 to the correct valueJanne Grunau2011-02-08
| * h264: add profile names for the existing definesAnssi Hannula2011-02-01
| * h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-01
| * Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-28
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
| * 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
* | H264: fix slice end error detectionMichael Niedermayer2011-04-02
* | h264: change a few comments into error messagesMichael Niedermayer2011-04-02
* | h264: permit h264 decoder to be compiled when svq3 decoder is disabledPeter Ross2011-03-30
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-22
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | h264: define FF_PROFILE_H264_HIGH_444 to the correct valueJanne Grunau2011-02-09
* | h264: add profile names for the existing definesAnssi Hannula2011-02-02
* | h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-02
* | Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-30
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
* | Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò2011-01-26
* | Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò2011-01-26
* | Reindent.Ronald S. Bultje2011-01-23
* | Fix crash on resolution change (issue 2393).Ronald S. Bultje2011-01-23
* | Remove H.264 encoder fragmentsAlex Converse2011-01-23
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-21
|/
* 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