summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* h264: use designated initializers for AVClassPaul B Mahol2012-10-151-8/+8
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-091-1/+1
|\
| * Restructure av_log_missing_feature messageDiego Biurrun2012-10-091-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-29/+29
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-21/+21
* | h264: switch some asserts to av_assert1/2()Michael Niedermayer2012-10-071-5/+5
* | h264: fix integer avoption typesMichael Niedermayer2012-10-071-2/+2
* | lavc/h264: move ff_init_cabac_states() from decode_slice() to ff_h264_decode_...Clément Bœsch2012-10-031-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-011-3/+0
|\ \ | |/
| * avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-301-1/+3
|\ \ | |/
| * h264: avoid stuck buffer pointer in decode_nal_unitsJindřich Makovička2012-09-291-1/+3
* | Merge commit '0db2d94280e260af5f3ad7993c5a6357462f17c9'Michael Niedermayer2012-09-061-1/+0
|\ \ | |/
| * h264: Remove an assert on current_picture_ptr being nullMichael Niedermayer2012-09-051-1/+0
| * h264: Check that the codec isn't null before accessing itMartin Storsjö2012-08-281-1/+2
| * h264: vdpau: fix crash with unsupported colorspaceUoti Urpala2012-08-171-0/+9
* | h264: ff_init_cabac_states doesnt use its argument thus remove itMichael Niedermayer2012-08-261-1/+1
* | h264: fix variable overflow after a few years of video playbackMichael Niedermayer2012-08-201-1/+1
* | h264: Workaround invalid MPEG-TS broadcastsMichael Niedermayer2012-08-201-0/+6
* | h264: vdpau: fix crash with unsupported colorspaceUoti Urpala2012-08-181-0/+9
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-5/+5
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-5/+5
* | h264: disable assert on current_picture_ptr being null.Michael Niedermayer2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-231-17/+25
|\ \ | |/
| * h264: refactor NAL decode loopRonald S. Bultje2012-07-231-17/+25
* | h264: 12 and 14 bit supportMichael Niedermayer2012-07-101-3/+29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-051-532/+10
|\ \ | |/
| * h264: use templates to avoid excessive inliningMans Rullgard2012-07-051-533/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-041-2/+2
|\ \ | |/
| * misc typo and wording fixesDiego Biurrun2012-07-031-2/+2
* | h264: add avpriv_h264_has_num_reorder_frames()Michael Niedermayer2012-07-021-0/+6
* | h264: Fix maximum reference count check for non-b framesJeff Downs2012-06-281-3/+7
* | h264: use externally provided dimensions when they appear to be more correct.Michael Niedermayer2012-06-101-3/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-091-1/+0
|\ \ | |/
| * h264: allow cropping to AVCodecContext.width/heightMans Rullgard2012-06-091-0/+6
* | Make H264 reorder buffer size message less verbose.Carl Eugen Hoyos2012-06-051-1/+1
* | h264: log debug output for slightly truncated streamsMichael Niedermayer2012-06-021-0/+2
* | h264: try to better handle h264 streams that are slightly truncatedMichael Niedermayer2012-06-021-1/+1
* | h264: Fail on DPC its not fully implementedMichael Niedermayer2012-05-311-0/+3
* | h264: move q0 scan tables into contextMichael Niedermayer2012-05-311-12/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-031-1/+1
|\ \ | |/
| * h264: additional protection against unsupported size/bitdepth changes.Ronald S. Bultje2012-05-021-2/+2
* | h264: reset current_slice on context reinitMichael Niedermayer2012-04-181-0/+1
* | Fix memory leaks on failed ff_h264_decode_init()Dale Curtis2012-04-111-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-051-5/+11
|\ \ | |/
| * h264: Factorize declaration of mb_sizes array.Diego Biurrun2012-04-051-2/+3
| * h264: fix 4:2:2 PCM-macroblocks decodingAnton Mitrofanov2012-04-041-5/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-041-3/+3
|\ \ | |/
| * cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-041-3/+3
* | h264: fix incompatible pointer type warnings.Michael Niedermayer2012-04-021-3/+3
OpenPOWER on IntegriCloud