| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -1/+1 |
|\ |
|
* | | h264: Disallow w/h/pixfmt changes for frame threads. | Michael Niedermayer | 2012-01-24 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-14 | 1 | -2/+2 |
|\| |
|
| * | cabac: split cabac.h into declarations and function definitions | Diego Biurrun | 2012-01-12 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-08 | 1 | -1/+0 |
|\| |
|
| * | h264-test: Initialize AVCodecContext.av_class. | Diego Biurrun | 2012-01-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-07 | 1 | -7/+4 |
|\| |
|
| * | h264: Only use symbols from the SVQ3 decoder under proper conditionals. | Diego Biurrun | 2012-01-06 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-05 | 1 | -9/+4 |
|\| |
|
| * | h264: return index in buffer on end-of-sequence. | Ronald S. Bultje | 2012-01-03 | 1 | -2/+2 |
| * | Merge some declarations and initializations. | Diego Biurrun | 2012-01-04 | 1 | -6/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-03 | 1 | -5/+7 |
|\| |
|
| * | mpegenc: use avctx->slices as number of slices | Janne Grunau | 2012-01-02 | 1 | -5/+4 |
* | | h264: Fix frame sync / random access handling. | Michael Niedermayer | 2012-01-01 | 1 | -5/+3 |
* | | h264: Fix recovery_frame initialization when recovery_frame is -1 | Michael Niedermayer | 2012-01-01 | 1 | -1/+2 |
* | | h264: reset picture->sync on allocation. | Michael Niedermayer | 2012-01-01 | 1 | -0/+1 |
* | | h264: add forgotten \n to "Invalid mix of idr and non-idr slices" | Michael Niedermayer | 2012-01-01 | 1 | -1/+1 |
* | | h264: Print pass in NAL debug output | Michael Niedermayer | 2012-01-01 | 1 | -1/+1 |
* | | svq3: Fix memory corruption introduced by automatic thread_count. | Michael Niedermayer | 2012-01-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-24 | 1 | -1/+1 |
|\| |
|
| * | h264: Fix a possible overread in decode_nal_units() | Alexander Strange | 2011-12-23 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-22 | 1 | -4/+4 |
|\| |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-20 | 1 | -1/+1 |
|\| |
|
| * | h264: clear trailing bits in partially parsed NAL units | Janne Grunau | 2011-12-19 | 1 | -1/+4 |
| * | Revert "h264: skip start code search if the size of the nal unit is known" | Janne Grunau | 2011-12-19 | 1 | -9/+2 |
| * | h264: skip start code search if the size of the nal unit is known | Janne Grunau | 2011-12-18 | 1 | -2/+9 |
| * | h264: don't drop B-frames after next keyframe on POC reset. | Ronald S. Bultje | 2011-12-16 | 1 | -1/+5 |
* | | h264: disable checking reader, overreads are not possible | Michael Niedermayer | 2011-12-18 | 1 | -0/+2 |
* | | h264: return the consumed amountg in case of Q264 | Michael Niedermayer | 2011-12-16 | 1 | -1/+1 |
* | | h264: retuen the amount read in case of NAL_END_SEQUENCE | Michael Niedermayer | 2011-12-16 | 1 | -5/+6 |
* | | h264: reset nal_unit_type so that decoding frames without any nal units | Michael Niedermayer | 2011-12-16 | 1 | -0/+2 |
* | | h264: fix midstream extardata handling with dump.f4v | Michael Niedermayer | 2011-12-15 | 1 | -1/+21 |
* | | h264: Fix build with --disable-everything --enable-decoder='h264' --disable-o... | Michael Niedermayer | 2011-12-15 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -9/+9 |
|\| |
|
| * | lavc: introduce ER_MB_END and ER_MB_ERROR | Luca Barbato | 2011-12-13 | 1 | -8/+8 |
| * | error_resilience: use the ER_ namespace | Luca Barbato | 2011-12-13 | 1 | -9/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -6/+7 |
|\| |
|
| * | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -5/+7 |
| * | lavc: convert error_recognition to err_recognition. | Dustin Brody | 2011-12-12 | 1 | -1/+1 |
| * | h264: remove useless cast | Mans Rullgard | 2011-12-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-12 | 1 | -5/+5 |
|\| |
|
| * | Remove extraneous semicolons | Mans Rullgard | 2011-12-11 | 1 | -2/+2 |
| * | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -3/+3 |
* | | h264: Fix concealment regression introduced by babf4fe01a808327d53977ba319c11... | Michael Niedermayer | 2011-12-10 | 1 | -1/+2 |
* | | h264: reset prev_poc_msb to the same value everywhere. | Michael Niedermayer | 2011-12-10 | 1 | -1/+1 |
* | | h264: improve "no picture" debug output. | Michael Niedermayer | 2011-12-10 | 1 | -1/+1 |
* | | h264: switch from qatars has_b_frames calculation back to mine. | Michael Niedermayer | 2011-12-10 | 1 | -68/+29 |
* | | h264: init prev_frame_num to -1 on init | Michael Niedermayer | 2011-12-07 | 1 | -0/+1 |
* | | h264: Fix memleaks on close, reset more fields | Michael Niedermayer | 2011-12-07 | 1 | -0/+1 |
* | | h264: show when has_b_frames is being increased. | Michael Niedermayer | 2011-12-04 | 1 | -1/+2 |