| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | avcodec: move some AVCodecContext fields to an internal struct. | Justin Ruggles | 2011-11-19 | 11 | -58/+127 |
| * | | avcodec: use av_opt_set() instead of deprecated av_set_string3() | Justin Ruggles | 2011-11-19 | 1 | -1/+1 |
| * | | avcodec: fix some const warnings | Justin Ruggles | 2011-11-19 | 1 | -2/+2 |
| * | | avcodec: remove pointless AVOption, internal_buffer_count | Justin Ruggles | 2011-11-19 | 1 | -1/+0 |
* | | | lavc: translate FF_ER_EXPLODE to AV_EF_EXPLODE|COMPLIANT | Michael Niedermayer | 2011-11-19 | 1 | -0/+2 |
* | | | h261dec: correct AV_EF flags. | Michael Niedermayer | 2011-11-19 | 1 | -1/+1 |
* | | | mpeg12dec: correct AV_EF flags. | Michael Niedermayer | 2011-11-19 | 1 | -4/+4 |
* | | | lavc: remove incorrect mapping between semantically incompatible error recogn... | Michael Niedermayer | 2011-11-19 | 1 | -3/+0 |
* | | | mpegaudeiodec: correct AV_EF flags. | Michael Niedermayer | 2011-11-19 | 1 | -3/+3 |
* | | | lavc: Add AV_EF flags to restore support for the error_resilience framework i... | Michael Niedermayer | 2011-11-19 | 3 | -1/+12 |
* | | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-19 | 1 | -18/+18 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | cinepack: return non-generic errors | Luca Barbato | 2011-11-18 | 1 | -14/+14 |
| * | cinepak: remove redundant coordinate checks | Michael Niedermayer | 2011-11-18 | 1 | -2/+2 |
| * | cinepak: check strip_size | Michael Niedermayer | 2011-11-18 | 1 | -0/+2 |
| * | cinepak, simplify, use AV_RB24() | Michael Niedermayer | 2011-11-18 | 1 | -1/+1 |
| * | cinepak: simplify, use FFMIN() | Michael Niedermayer | 2011-11-18 | 1 | -2/+1 |
| * | cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0 | Michael Niedermayer | 2011-11-18 | 1 | -0/+4 |
* | | Don't fill in frame gaps with copied refs after flush | Joakim Plate | 2011-11-18 | 1 | -3/+3 |
* | | qdm2dec: check remaining input bits in the mainloop of qdm2_fft_decode_tones() | Michael Niedermayer | 2011-11-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-18 | 2 | -5/+12 |
|\ \
| |/ |
|
| * | vp5: Fix illegal read. | Alex Converse | 2011-11-17 | 1 | -2/+6 |
| * | vp6: Fix illegal read. | Thierry Foucu | 2011-11-17 | 1 | -3/+6 |
* | | j2kdec: fix 10l typo in initializing sgnd. | Michael Niedermayer | 2011-11-18 | 1 | -1/+1 |
* | | Added support for J2K encoding with libopenjpeg | Michael Bradshaw | 2011-11-18 | 4 | -2/+333 |
* | | libutvideo: use K&R style. | Clément Bœsch | 2011-11-17 | 1 | -48/+43 |
* | | aacdec: Avoid unneeded reinit due to ADTS headers | Michael Niedermayer | 2011-11-17 | 1 | -1/+1 |
* | | libopenjpeg: rename decoder source file. | Michael Bradshaw | 2011-11-17 | 2 | -1/+1 |
* | | h264: fix cur_chroma_format_idc with slice multithreading. | Michael Niedermayer | 2011-11-17 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-17 | 2 | -6/+73 |
|\ \
| |/ |
|
| * | mpegaudiodec: Don't use a nonexistent log context for av_dlog | Martin Storsjö | 2011-11-16 | 1 | -2/+2 |
| * | cinepak: Add another special case so that it can handle the following file: | Mike Melanson | 2011-11-16 | 1 | -2/+3 |
| * | lagarith: add some RGBA decoding support | Kostya Shishkov | 2011-11-16 | 1 | -0/+67 |
| * | lagarith: Add correct line prediction for RGB | Nathan Caldwell | 2011-11-16 | 1 | -5/+5 |
* | | h264: migrate poc gap based has_b_frames calculation into new has_b_frame cal... | Michael Niedermayer | 2011-11-17 | 1 | -10/+2 |
* | | h264: minor simplification | Michael Niedermayer | 2011-11-17 | 1 | -1/+1 |
* | | h264: rewrite has_b_frame calculation code, | Michael Niedermayer | 2011-11-17 | 1 | -17/+19 |
* | | h264: reset last_pocs on IDRs | Michael Niedermayer | 2011-11-16 | 1 | -0/+3 |
* | | cinepak: remove redundant coordinate checks | Michael Niedermayer | 2011-11-16 | 1 | -2/+2 |
* | | cinepak: check strip_size | Michael Niedermayer | 2011-11-16 | 1 | -0/+2 |
* | | cinepak, simplify, use AV_RB24() | Michael Niedermayer | 2011-11-16 | 1 | -1/+1 |
* | | cinepak: simplify, use FFMIN() | Michael Niedermayer | 2011-11-16 | 1 | -2/+1 |
* | | cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0 | Michael Niedermayer | 2011-11-16 | 1 | -0/+4 |
* | | Add another special case to the Cinepak video decoder so that it can handle t... | Mike Melanson | 2011-11-16 | 1 | -2/+3 |
* | | cleanup: remove various double end ';' all over the code. | Clément Bœsch | 2011-11-16 | 3 | -6/+6 |
* | | wma: Check channel number before init. | Michael Niedermayer | 2011-11-16 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-16 | 2 | -178/+182 |
|\ \
| |/ |
|
| * | cosmetics: indentation | Justin Ruggles | 2011-11-15 | 1 | -157/+157 |
| * | mpegaudiodec: init static tables in AVCodec.init_static_data() | Justin Ruggles | 2011-11-15 | 2 | -18/+22 |
* | | diracdec: obmc accesses arent aligned for all files. | Michael Niedermayer | 2011-11-15 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-15 | 2 | -6/+5 |
|\ \
| |/ |
|