summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* H264: Allow templating hl_decode_mb based on pixel_size.Michael Niedermayer2011-04-101-51/+53
* H264: Split out hl_motion and template it, this seems a bit fasterMichael Niedermayer2011-04-101-418/+1
* H264: replace pixel_size by pixel_shiftMichael Niedermayer2011-04-101-66/+66
* Enable decoding of high bit depth h264.Oskar Arvidsson2011-04-101-0/+11
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-101-4/+18
* Add support for higher QP values in h264.Oskar Arvidsson2011-04-101-8/+11
* H264: fix prefetchMichael Niedermayer2011-04-101-1/+1
* Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-04-101-63/+129
* Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-04-101-25/+4
* H264: Fix slice threadsMichael Niedermayer2011-04-101-0/+1
* Fix deblocking with thread_slicesMichael Niedermayer2011-04-081-4/+10
* Fix ffmpeg-mt fixme in h264.Michael Niedermayer2011-04-061-5/+0
* Dont be so picky on decoding pps in extradata.Michael Niedermayer2011-04-031-1/+1
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-031-4/+18
|\
| * lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-4/+18
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * h264: define FF_PROFILE_H264_HIGH_444 to the correct valueJanne Grunau2011-02-081-0/+1
| * h264: add profile names for the existing definesAnssi Hannula2011-02-011-0/+17
| * h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-011-1/+28
| * Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-3/+3
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
| * Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò2011-01-251-1/+0
| * Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò2011-01-251-1/+5
| * Reindent.Ronald S. Bultje2011-01-221-4/+4
| * Fix crash on resolution change (issue 2393).Ronald S. Bultje2011-01-221-4/+6
| * Remove H.264 encoder fragmentsAlex Converse2011-01-221-1/+1
| * Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-201-6/+91
* | H264: fix slice end error detectionMichael Niedermayer2011-04-021-1/+2
* | h264: change a few comments into error messagesMichael Niedermayer2011-04-021-7/+17
* | 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
OpenPOWER on IntegriCloud