summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-01
|\
| * h264: Split h264-test off into a separate file - golomb-test.c.Diego Biurrun2012-01-31
| * h264-test: cleanup: drop timer invocations, commented out code and other cruftDiego Biurrun2012-01-31
| * h264-test: Remove unused DSP and AVCodec contexts and related init calls.Diego Biurrun2012-01-31
* | mpeg/h264: update thread context even if it is not initialized.Michael Niedermayer2012-01-31
* | h264: Return the correct number of bytes for mid strea, extradata.Michael Niedermayer2012-01-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
* | h264: Disallow w/h/pixfmt changes for frame threads.Michael Niedermayer2012-01-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-14
|\|
| * cabac: split cabac.h into declarations and function definitionsDiego Biurrun2012-01-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-08
|\|
| * h264-test: Initialize AVCodecContext.av_class.Diego Biurrun2012-01-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-07
|\|
| * h264: Only use symbols from the SVQ3 decoder under proper conditionals.Diego Biurrun2012-01-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-05
|\|
| * h264: return index in buffer on end-of-sequence.Ronald S. Bultje2012-01-03
| * Merge some declarations and initializations.Diego Biurrun2012-01-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-03
|\|
| * mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-02
* | h264: Fix frame sync / random access handling.Michael Niedermayer2012-01-01
* | h264: Fix recovery_frame initialization when recovery_frame is -1Michael Niedermayer2012-01-01
* | h264: reset picture->sync on allocation.Michael Niedermayer2012-01-01
* | h264: add forgotten \n to "Invalid mix of idr and non-idr slices"Michael Niedermayer2012-01-01
* | h264: Print pass in NAL debug outputMichael Niedermayer2012-01-01
* | svq3: Fix memory corruption introduced by automatic thread_count.Michael Niedermayer2012-01-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-24
|\|
| * h264: Fix a possible overread in decode_nal_units()Alexander Strange2011-12-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-22
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-20
|\|
| * h264: clear trailing bits in partially parsed NAL unitsJanne Grunau2011-12-19
| * Revert "h264: skip start code search if the size of the nal unit is known"Janne Grunau2011-12-19
| * h264: skip start code search if the size of the nal unit is knownJanne Grunau2011-12-18
| * h264: don't drop B-frames after next keyframe on POC reset.Ronald S. Bultje2011-12-16
* | h264: disable checking reader, overreads are not possibleMichael Niedermayer2011-12-18
* | h264: return the consumed amountg in case of Q264Michael Niedermayer2011-12-16
* | h264: retuen the amount read in case of NAL_END_SEQUENCEMichael Niedermayer2011-12-16
* | h264: reset nal_unit_type so that decoding frames without any nal unitsMichael Niedermayer2011-12-16
* | h264: fix midstream extardata handling with dump.f4vMichael Niedermayer2011-12-15
* | h264: Fix build with --disable-everything --enable-decoder='h264' --disable-o...Michael Niedermayer2011-12-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-13
| * error_resilience: use the ER_ namespaceLuca Barbato2011-12-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
| * lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-12
| * h264: remove useless castMans Rullgard2011-12-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-12
|\|
| * Remove extraneous semicolonsMans Rullgard2011-12-11
| * Fix a bunch of common typos.Diego Biurrun2011-12-11
* | h264: Fix concealment regression introduced by babf4fe01a808327d53977ba319c11...Michael Niedermayer2011-12-10