summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* Merge commit '0db2d94280e260af5f3ad7993c5a6357462f17c9'Michael Niedermayer2012-09-06
|\
| * h264: Remove an assert on current_picture_ptr being nullMichael Niedermayer2012-09-05
| * h264: Check that the codec isn't null before accessing itMartin Storsjö2012-08-28
| * h264: vdpau: fix crash with unsupported colorspaceUoti Urpala2012-08-17
* | h264: ff_init_cabac_states doesnt use its argument thus remove itMichael Niedermayer2012-08-26
* | h264: fix variable overflow after a few years of video playbackMichael Niedermayer2012-08-20
* | h264: Workaround invalid MPEG-TS broadcastsMichael Niedermayer2012-08-20
* | h264: vdpau: fix crash with unsupported colorspaceUoti Urpala2012-08-18
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | h264: disable assert on current_picture_ptr being null.Michael Niedermayer2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-23
|\|
| * h264: refactor NAL decode loopRonald S. Bultje2012-07-23
* | h264: 12 and 14 bit supportMichael Niedermayer2012-07-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-05
|\|
| * h264: use templates to avoid excessive inliningMans Rullgard2012-07-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-04
|\|
| * misc typo and wording fixesDiego Biurrun2012-07-03
* | h264: add avpriv_h264_has_num_reorder_frames()Michael Niedermayer2012-07-02
* | h264: Fix maximum reference count check for non-b framesJeff Downs2012-06-28
* | h264: use externally provided dimensions when they appear to be more correct.Michael Niedermayer2012-06-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-09
|\|
| * h264: allow cropping to AVCodecContext.width/heightMans Rullgard2012-06-09
* | Make H264 reorder buffer size message less verbose.Carl Eugen Hoyos2012-06-05
* | h264: log debug output for slightly truncated streamsMichael Niedermayer2012-06-02
* | h264: try to better handle h264 streams that are slightly truncatedMichael Niedermayer2012-06-02
* | h264: Fail on DPC its not fully implementedMichael Niedermayer2012-05-31
* | h264: move q0 scan tables into contextMichael Niedermayer2012-05-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-03
|\|
| * h264: additional protection against unsupported size/bitdepth changes.Ronald S. Bultje2012-05-02
* | h264: reset current_slice on context reinitMichael Niedermayer2012-04-18
* | Fix memory leaks on failed ff_h264_decode_init()Dale Curtis2012-04-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-05
|\|
| * h264: Factorize declaration of mb_sizes array.Diego Biurrun2012-04-05
| * h264: fix 4:2:2 PCM-macroblocks decodingAnton Mitrofanov2012-04-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-04
|\|
| * cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-04
* | h264: fix incompatible pointer type warnings.Michael Niedermayer2012-04-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-30
|\|
| * h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing()Diego Biurrun2012-03-30
| * h264: Make ff_h264_decode_end() static, it is not used externally.Diego Biurrun2012-03-30
* | h264: dont mess with chroma planes for grayscale h264.Michael Niedermayer2012-03-27
* | h264: move resolution change check further up.Michael Niedermayer2012-03-24
* | h264: print the pps_id when its invalid.Michael Niedermayer2012-03-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-17
|\|
| * h264: fix deadlocks on incomplete reference frame decoding.Ronald S. Bultje2012-03-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-17
|\|
| * h264: K&R formatting cosmeticsDiego Biurrun2012-03-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-15
|\|
| * h264: stricter reference limit enforcement.Ronald S. Bultje2012-03-14