| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'fc739b3eefa0b58d64e7661621da94a94dbc8a82' | Michael Niedermayer | 2013-09-30 | 1 | -5/+7 |
|\ |
|
| * | xan: Only read within the data that actually was initialized | Martin Storsjö | 2013-09-29 | 1 | -5/+7 |
* | | Merge commit '30db94dc399f6e4ef8905049d9b740556f0fce47' | Michael Niedermayer | 2013-09-30 | 1 | -17/+15 |
|\| |
|
| * | xan: Use bytestream2 to limit reading to within the buffer | Martin Storsjö | 2013-09-29 | 1 | -12/+10 |
* | | Merge commit '9fb0de86b49e9fb0709a8ad1e1875e35da841887' | Michael Niedermayer | 2013-09-30 | 1 | -1/+1 |
|\| |
|
| * | pcx: Consume the whole packet if giving up due to missing palette | Martin Storsjö | 2013-09-29 | 1 | -0/+1 |
* | | Merge commit 'a81cad8f86d1feb7e4bfae29e43f3e994935a5c7' | Michael Niedermayer | 2013-09-30 | 1 | -2/+4 |
|\| |
|
| * | pngdec: Stop trying to decode once inflate returns Z_STREAM_END | Martin Storsjö | 2013-09-29 | 1 | -0/+4 |
* | | Merge commit '59480abce7e4238e22b3a4a904a9fe6abf4e4188' | Michael Niedermayer | 2013-09-29 | 1 | -0/+3 |
|\| |
|
| * | alac: Do bounds checking of lpc_order read from the bitstream | Martin Storsjö | 2013-09-29 | 1 | -0/+3 |
* | | avcodec/tiff_common: fix bprint max sizes | Michael Niedermayer | 2013-09-29 | 1 | -5/+5 |
* | | avcodec/exif: print bytes and undefined types as scalar lists | Michael Niedermayer | 2013-09-29 | 1 | -1/+1 |
* | | avcodec/tiff_common: add ff_tadd_bytes_metadata() | Michael Niedermayer | 2013-09-29 | 2 | -0/+37 |
* | | Rewrite emu_edge functions to have separate src/dst_stride arguments. | Ronald S. Bultje | 2013-09-28 | 20 | -674/+657 |
* | | vp8: use 2 registers for dst_stride and src_stride in neon bilin filter. | Ronald S. Bultje | 2013-09-28 | 1 | -78/+87 |
* | | avcodec/huffman: Allow specifying nb_bits to ff_huff_build_tree() | Michael Niedermayer | 2013-09-28 | 4 | -7/+9 |
* | | libopenjpeg: fix encoding of odd sized subsampled images | Michael Bradshaw | 2013-09-28 | 1 | -17/+62 |
* | | Convert multiplier for MV from int to ptrdiff_t. | Ronald S. Bultje | 2013-09-28 | 17 | -31/+32 |
* | | avcodec/imc: Check flcoeffs5 | Michael Niedermayer | 2013-09-27 | 1 | -1/+6 |
* | | avcodec/mlpdec: Fail if the input is too small | Michael Niedermayer | 2013-09-27 | 1 | -1/+1 |
* | | Merge commit '7e52080cb18332cb1da9fe133498750b6b4b0fb3' | Michael Niedermayer | 2013-09-27 | 3 | -1/+5 |
|\| |
|
| * | pcm: support 24-bit/32-bit little-endian planar | Paul B Mahol | 2013-09-27 | 7 | -15/+56 |
| * | g2meet: Respect cursor_stride properly everywhere | Kostya Shishkov | 2013-09-25 | 1 | -0/+3 |
* | | avcodec/parser: reset indexes on realloc failure | Michael Niedermayer | 2013-09-26 | 1 | -3/+7 |
* | | avcodec/wmalosslessdec: Fix return code for invalid buffer sizes | Michael Niedermayer | 2013-09-25 | 1 | -2/+4 |
* | | avcodec/flicvideo: fix infinite loops | Paul B Mahol | 2013-09-25 | 1 | -2/+4 |
* | | avcodec/wmaprodec: check that there are input bits left in decode_subframe_le... | Michael Niedermayer | 2013-09-25 | 1 | -0/+3 |
* | | avcodec/lagarith: check scaled probabilities | Michael Niedermayer | 2013-09-25 | 1 | -1/+9 |
* | | avcodec/cabac: remove h264_lps_state | Michael Niedermayer | 2013-09-25 | 1 | -7/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-09-25 | 1 | -5/+11 |
|\| |
|
| * | lavc doxy: document that avcodec_flush_buffers() invalidates decoded frames | Anton Khirnov | 2013-09-24 | 1 | -5/+11 |
* | | Merge commit 'cab8c5f8e140c96ba3725ab709d823abfd1e31a5' | Michael Niedermayer | 2013-09-25 | 2 | -1/+8 |
|\| |
|
| * | h264: do not reinitialize the global cabac tables at each slice header | Anton Khirnov | 2013-09-24 | 2 | -1/+8 |
* | | Merge commit 'e880418660c80e2f12a123e131975cdb6b12cd13' | Michael Niedermayer | 2013-09-25 | 1 | -7/+3 |
|\| |
|
| * | cabac: remove write-only h264_mps_state[] | Anton Khirnov | 2013-09-24 | 1 | -6/+2 |
| * | lavc: add support for interleaved chroma formats to libx264. | Kieran Kunhya | 2013-09-24 | 1 | -0/+6 |
* | | avcodec/pngdec: check for stream end in png_decode_idat() | Michael Niedermayer | 2013-09-25 | 1 | -0/+2 |
* | | avcodec/mpegvideo_enc: check qmin/qmax | Michael Niedermayer | 2013-09-25 | 1 | -0/+5 |
* | | avcodec/g2meet: fix regression with rgb cursors | Michael Niedermayer | 2013-09-25 | 1 | -1/+1 |
* | | avcodec/mpegvideo: drop emu edge check from chroma_4mv_motion_lowres() | Michael Niedermayer | 2013-09-24 | 1 | -8/+6 |
* | | Merge commit 'a454dec19aa6666b555deec431bc42eda391d7b6' | Michael Niedermayer | 2013-09-24 | 1 | -1/+2 |
|\| |
|
| * | h264_sei: check SEI size | Michael Niedermayer | 2013-09-24 | 1 | -0/+6 |
* | | Merge commit '71cabb521ac397db3903011d2de7afd3e0fc7ab6' | Michael Niedermayer | 2013-09-24 | 1 | -1/+3 |
|\| |
|
| * | h264: do not discard NAL_SEI when skipping frames | Rainer Hochecker | 2013-09-24 | 1 | -2/+3 |
* | | Merge commit 'edaba18021e4793116f0f266e65077578a5e742e' | Michael Niedermayer | 2013-09-24 | 1 | -1/+4 |
|\| |
|
| * | h264: log extradata skip only for non-ignored NALs | Vittorio Giovara | 2013-09-24 | 1 | -2/+5 |
* | | Merge commit '26179964ff3fa1173e6f512c5735ba8223e2395d' | Michael Niedermayer | 2013-09-24 | 1 | -0/+3 |
|\| |
|
| * | h264_sei: log unknown sei messages | Vittorio Giovara | 2013-09-24 | 1 | -0/+1 |
* | | Merge commit '5f24fe82e5fcf227abb5ebf62aa9bc246fda8c0d' | Michael Niedermayer | 2013-09-24 | 1 | -1/+3 |
|\| |
|
| * | mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0 | Martin Storsjö | 2013-09-24 | 1 | -8/+8 |