summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\
| * H264/MPEG frame-level multi-threading.Alexander Strange2011-06-02
* | h264 fill_filter_caches: Dont init chroma nnz_cache.Michael Niedermayer2011-06-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-24
|\|
| * h264: Properly set coded_{width, height} when parsing H.264.Felipe Contreras2011-05-23
* | Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-05-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-20
|\|
| * h264: correct border check.Ronald S. Bultje2011-05-19
| * h264: fix loopfilter with threading at slice boundaries.Ronald S. Bultje2011-05-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-19
|\|
| * h264: copy pixel_shift between slice threading contexts.Ronald S. Bultje2011-05-18
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * Enable decoding of high bit depth h264.Oskar Arvidsson2011-05-10
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
| * Add support for higher QP values in h264.Oskar Arvidsson2011-05-10
| * Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-10
| * Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-05-10
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| * Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-02
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | replace deprecated av_get_pict_type_char() with av_get_picture_type_char()Stefano Sabatini2011-05-02
* | H264: print nal_ref_idc too for debugMichael Niedermayer2011-05-01
* | Fix decoding of mpegts streams with h264 video that does *NOT* have b framesMike Scheutzow2011-05-01
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-30
|\|
| * Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-26
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-22
|\|
| * Introduce slice threads flag.Ronald S. Bultje2011-04-21
* | Merge remote-tracking branch 'ffmpeg-mt/master'Alexander Strange2011-04-18
* | H264: Allow templating hl_decode_mb based on pixel_size.Michael Niedermayer2011-04-10
* | H264: Split out hl_motion and template it, this seems a bit fasterMichael Niedermayer2011-04-10
* | H264: replace pixel_size by pixel_shiftMichael Niedermayer2011-04-10
* | Enable decoding of high bit depth h264.Oskar Arvidsson2011-04-10
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-10
* | Add support for higher QP values in h264.Oskar Arvidsson2011-04-10
* | H264: fix prefetchMichael Niedermayer2011-04-10
* | Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-04-10
* | Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-04-10
* | H264: Fix slice threadsMichael Niedermayer2011-04-10
* | 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