summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-05-211-13/+42
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-201-21/+18
|\
| * h264: correct border check.Ronald S. Bultje2011-05-191-8/+8
| * h264: fix loopfilter with threading at slice boundaries.Ronald S. Bultje2011-05-191-7/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-191-0/+1
|\ \ | |/
| * h264: copy pixel_shift between slice threading contexts.Ronald S. Bultje2011-05-181-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-62/+73
|\ \ | |/
| * Enable decoding of high bit depth h264.Oskar Arvidsson2011-05-101-0/+11
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-4/+18
| * Add support for higher QP values in h264.Oskar Arvidsson2011-05-101-8/+11
| * Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-101-103/+220
| * Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-05-101-25/+4
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-30/+30
| * Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-021-1/+1
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-30/+30
* | replace deprecated av_get_pict_type_char() with av_get_picture_type_char()Stefano Sabatini2011-05-021-1/+1
* | H264: print nal_ref_idc too for debugMichael Niedermayer2011-05-011-1/+1
* | Fix decoding of mpegts streams with h264 video that does *NOT* have b framesMike Scheutzow2011-05-011-1/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-301-4/+0
|\ \ | |/
| * Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-10/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-16/+2
|\ \ | |/
| * lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-16/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-221-1/+3
|\ \ | |/
| * Introduce slice threads flag.Ronald S. Bultje2011-04-211-1/+2
* | Merge remote-tracking branch 'ffmpeg-mt/master'Alexander Strange2011-04-181-4/+10
* | 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
OpenPOWER on IntegriCloud