| Commit message (Expand) | Author | Age | Files | Lines |
* | dca: Support for XLL (lossless extension) | Niels Möller | 2015-03-15 | 8 | -32/+1716 |
* | dca: Mark syncword constants unsigned; they do not fit in 32-bit signed int | Diego Biurrun | 2015-03-13 | 1 | -12/+12 |
* | TDSC decoder | Vittorio Giovara | 2015-03-13 | 6 | -1/+638 |
* | mjpeg: Mark decoder family as thread safe | Vittorio Giovara | 2015-03-13 | 5 | -0/+10 |
* | lavc: Introduce AVCodec internal capabilities | Vittorio Giovara | 2015-03-13 | 3 | -1/+21 |
* | lavc: Improve thread locking error message | Vittorio Giovara | 2015-03-13 | 1 | -1/+4 |
* | libx264: Return more meaningful error codes | Himangi Saraogi | 2015-03-12 | 1 | -3/+3 |
* | libtheora: Check frame allocation | Vittorio Giovara | 2015-03-12 | 1 | -0/+2 |
* | mpegvideo_enc: Check AVCodecContext allocation | Vittorio Giovara | 2015-03-12 | 1 | -0/+2 |
* | dca: Document the permuted order in the lfe_fir_64 and lfe_fir_128 tables | Niels Möller | 2015-03-12 | 1 | -1/+27 |
* | roqvideoenc: set enc->avctx in roq_encode_init | Andreas Cadhalpun | 2015-03-11 | 1 | -0/+2 |
* | qsv: Improve the log message of when initializing MFX_IMPL_HARDWARE{2, 3, 4} | Yukinori Yamazoe | 2015-03-11 | 1 | -3/+10 |
* | mlpdec: support TrueHD streams with an Atmos substream | Hendrik Leppkes | 2015-03-11 | 2 | -2/+4 |
* | mlpdec: support major sync headers with optional extension blocks | Hendrik Leppkes | 2015-03-11 | 3 | -6/+31 |
* | libvpx: Fix mixed use of av_malloc() and av_reallocp() | Vittorio Giovara | 2015-03-09 | 1 | -4/+4 |
* | utvideodec: Handle slice_height being zero | Michael Niedermayer | 2015-03-09 | 1 | -0/+4 |
* | tiff: Check that there is no aliasing in pixel format selection | Anton Khirnov | 2015-03-08 | 1 | -0/+8 |
* | vorbis: Check the vlc value in setup_classifs | Luca Barbato | 2015-03-08 | 1 | -16/+14 |
* | vorbis: Use a local codebook variable | Luca Barbato | 2015-03-08 | 1 | -3/+4 |
* | libopenh264enc: Add support for building with OpenH264 1.4 | Martin Storsjö | 2015-03-06 | 1 | -0/+8 |
* | h264: remove a now redundant error check | Anton Khirnov | 2015-03-05 | 1 | -6/+0 |
* | webp: validate the distance prefix code | Andreas Cadhalpun | 2015-03-05 | 1 | -0/+5 |
* | rv10: check size of s->mb_width * s->mb_height | Andreas Cadhalpun | 2015-03-05 | 3 | -4/+13 |
* | pcxenc: Return more meaningful error codes | Himangi Saraogi | 2015-03-04 | 1 | -5/+5 |
* | aac: Relax reserved_bit validation | Vittorio Giovara | 2015-03-04 | 1 | -1/+2 |
* | dca: Move syncword definitions to a separate header | Diego Biurrun | 2015-03-04 | 5 | -21/+52 |
* | wma.h: #include "avcodec.h" | Anton Khirnov | 2015-03-03 | 1 | -0/+1 |
* | aic: Fix decoding files with odd dimensions | Vittorio Giovara | 2015-03-03 | 1 | -2/+2 |
* | prores: Extend the padding check to 16bit | Luca Barbato | 2015-03-02 | 1 | -2/+3 |
* | avcodec/utils: use correct printf specifier in ff_set_sar | Andreas Cadhalpun | 2015-02-28 | 1 | -1/+1 |
* | lavc: do not compile fmtconvert unconditionally | Anton Khirnov | 2015-02-28 | 4 | -9/+7 |
* | fmtconvert: drop unused functions | Anton Khirnov | 2015-02-28 | 9 | -1101/+0 |
* | lavc: remove unused traces of fmtconvert usage | Anton Khirnov | 2015-02-28 | 8 | -15/+0 |
* | qsv: Skip qsv.h compilation if qsv is not enabled | Diego Biurrun | 2015-02-23 | 1 | -1/+1 |
* | eamad: check for out of bounds read | Federico Tomassetti | 2015-02-23 | 1 | -4/+10 |
* | mdec: check for out of bounds read | Federico Tomassetti | 2015-02-23 | 1 | -7/+13 |
* | Canopus HQX decoder | Vittorio Giovara | 2015-02-22 | 8 | -1/+2888 |
* | hevc_deblock: Fix compilation with nasm | Carl Eugen Hoyos | 2015-02-22 | 1 | -2/+2 |
* | libschroedinger: Check memory allocations | Vittorio Giovara | 2015-02-22 | 3 | -0/+8 |
* | mpegaudio_parser: add MP3 ADU headers parser | Gilles Chanteperdrix | 2015-02-21 | 3 | -3/+15 |
* | h264: initialize H264Context.avctx in init_thread_copy | Anton Khirnov | 2015-02-21 | 1 | -0/+1 |
* | h264: only ref cur_pic in update_thread_context if it is initialized | Anton Khirnov | 2015-02-21 | 1 | -2/+5 |
* | libavcodec: Make use of av_clip functions | Peter Meerwald | 2015-02-21 | 13 | -32/+31 |
* | libavcodec: Don't use av_cold annotation in twinvq header file | Peter Meerwald | 2015-02-20 | 1 | -2/+2 |
* | lavc: Add DSS SP decoder | Oleksij Rempel | 2015-02-19 | 6 | -1/+791 |
* | qsv_api: fix building with libmfx disabled | Anton Khirnov | 2015-02-19 | 1 | -0/+14 |
* | lavc: add an Intel libmfx-based H.264 decoder | Anton Khirnov | 2015-02-19 | 8 | -1/+838 |
* | h264_parser: export video format and dimensions | Anton Khirnov | 2015-02-19 | 4 | -1/+54 |
* | rv40: Return more meaningful error codes | Himangi Saraogi | 2015-02-19 | 1 | -4/+5 |
* | libx265: Add crf private option | Derek Buitenhuis | 2015-02-18 | 1 | -1/+12 |