summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-12/+12
|\
| * mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-10/+10
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-2/+2
* | h264: Mark previous field as done before throwing it away.Michael Niedermayer2012-02-121-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-111-17/+1
|\ \ | |/
| * h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje2012-02-091-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-011-71/+0
|\ \ | |/
| * h264: Split h264-test off into a separate file - golomb-test.c.Diego Biurrun2012-01-311-49/+0
| * h264-test: cleanup: drop timer invocations, commented out code and other cruftDiego Biurrun2012-01-311-15/+0
| * h264-test: Remove unused DSP and AVCodec contexts and related init calls.Diego Biurrun2012-01-311-5/+0
* | mpeg/h264: update thread context even if it is not initialized.Michael Niedermayer2012-01-311-5/+8
* | h264: Return the correct number of bytes for mid strea, extradata.Michael Niedermayer2012-01-311-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
|\ \ | |/
* | h264: Disallow w/h/pixfmt changes for frame threads.Michael Niedermayer2012-01-241-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-141-2/+2
|\ \ | |/
| * cabac: split cabac.h into declarations and function definitionsDiego Biurrun2012-01-121-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-081-1/+0
|\ \ | |/
| * h264-test: Initialize AVCodecContext.av_class.Diego Biurrun2012-01-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-071-7/+4
|\ \ | |/
| * h264: Only use symbols from the SVQ3 decoder under proper conditionals.Diego Biurrun2012-01-061-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-051-9/+4
|\ \ | |/
| * h264: return index in buffer on end-of-sequence.Ronald S. Bultje2012-01-031-2/+2
| * Merge some declarations and initializations.Diego Biurrun2012-01-041-6/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-031-5/+7
|\ \ | |/
| * mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-021-5/+4
* | h264: Fix frame sync / random access handling.Michael Niedermayer2012-01-011-5/+3
* | h264: Fix recovery_frame initialization when recovery_frame is -1Michael Niedermayer2012-01-011-1/+2
* | h264: reset picture->sync on allocation.Michael Niedermayer2012-01-011-0/+1
* | h264: add forgotten \n to "Invalid mix of idr and non-idr slices"Michael Niedermayer2012-01-011-1/+1
* | h264: Print pass in NAL debug outputMichael Niedermayer2012-01-011-1/+1
* | svq3: Fix memory corruption introduced by automatic thread_count.Michael Niedermayer2012-01-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-241-1/+1
|\ \ | |/
| * h264: Fix a possible overread in decode_nal_units()Alexander Strange2011-12-231-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-221-4/+4
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-201-1/+1
|\ \ | |/
| * h264: clear trailing bits in partially parsed NAL unitsJanne Grunau2011-12-191-1/+4
| * Revert "h264: skip start code search if the size of the nal unit is known"Janne Grunau2011-12-191-9/+2
| * h264: skip start code search if the size of the nal unit is knownJanne Grunau2011-12-181-2/+9
| * h264: don't drop B-frames after next keyframe on POC reset.Ronald S. Bultje2011-12-161-1/+5
* | h264: disable checking reader, overreads are not possibleMichael Niedermayer2011-12-181-0/+2
* | h264: return the consumed amountg in case of Q264Michael Niedermayer2011-12-161-1/+1
* | h264: retuen the amount read in case of NAL_END_SEQUENCEMichael Niedermayer2011-12-161-5/+6
* | h264: reset nal_unit_type so that decoding frames without any nal unitsMichael Niedermayer2011-12-161-0/+2
* | h264: fix midstream extardata handling with dump.f4vMichael Niedermayer2011-12-151-1/+21
* | h264: Fix build with --disable-everything --enable-decoder='h264' --disable-o...Michael Niedermayer2011-12-151-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-9/+9
|\ \ | |/
| * lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-131-8/+8
| * error_resilience: use the ER_ namespaceLuca Barbato2011-12-131-9/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-6/+7
|\ \ | |/
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-5/+7
OpenPOWER on IntegriCloud