| Commit message (Expand) | Author | Age | Files | Lines |
* | png: allow encoding 16-bit grayscale | Ian Taylor | 2013-08-13 | 1 | -0/+5 |
* | wmall: use AVFrame API properly | Hendrik Leppkes | 2013-08-11 | 1 | -12/+25 |
* | lavc: Add refcounted api to AVPacket | Luca Barbato | 2013-08-10 | 3 | -13/+153 |
* | h264: check one context_init() allocation | Vittorio Giovara | 2013-08-10 | 1 | -1/+5 |
* | h264: use explicit variable names for *_field_flag | Vittorio Giovara | 2013-08-10 | 1 | -2/+5 |
* | h264: return meaningful values | Vittorio Giovara | 2013-08-10 | 1 | -77/+94 |
* | libavutil: Make avpriv_open a library-internal function on msvcrt | Martin Storsjö | 2013-08-10 | 2 | -0/+3 |
* | arm: Add assembly version of h264_find_start_code_candidate | Ben Avison | 2013-08-08 | 3 | -0/+258 |
* | h264dsp: Factorize code into a new function, h264_find_start_code_candidate | Ben Avison | 2013-08-08 | 3 | -24/+41 |
* | h264_parser: Initialize the h264dsp context in the parser as well | Ben Avison | 2013-08-08 | 1 | -0/+1 |
* | Voxware MetaSound decoder | Kostya Shishkov | 2013-08-08 | 7 | -1/+5485 |
* | libavcodec: use avpriv_open() | Rémi Denis-Courmont | 2013-08-07 | 1 | -1/+2 |
* | mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern ... | Vittorio Giovara | 2013-08-07 | 1 | -16/+7 |
* | deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND instead | Kostya Shishkov | 2013-08-07 | 3 | -1/+16 |
* | pcm_bluray: Return AVERROR_INVALIDDATA instead of -1 on header errors | Christian Schmidt | 2013-08-06 | 1 | -7/+7 |
* | avcodec/options: Drop deprecation warning suppression macros | Diego Biurrun | 2013-08-06 | 1 | -3/+0 |
* | twinvq: Split VQF-specific part from common TwinVQ decoder core | Kostya Shishkov | 2013-08-05 | 4 | -547/+646 |
* | twinvq: Prefix enums and defines shared with VoxWare MetaSound | Diego Biurrun | 2013-08-05 | 1 | -71/+76 |
* | twinvq: move all bitstream reading into single place | Kostya Shishkov | 2013-08-05 | 1 | -86/+154 |
* | mpegts: Remove one 64-bit integer modulus operation per packet | Ben Avison | 2013-08-05 | 1 | -0/+9 |
* | vc1: check mb_height validity. | Luca Barbato | 2013-08-05 | 1 | -0/+6 |
* | vc1: check the source buffer in vc1_mc functions | Luca Barbato | 2013-08-05 | 1 | -0/+15 |
* | bink: Bound check the quantization matrix. | Luca Barbato | 2013-08-05 | 1 | -0/+3 |
* | libx264: add shortcut for the bluray compatibility option | Luca Barbato | 2013-08-05 | 1 | -0/+6 |
* | vdpau: deprecate bitstream buffers within the hardware context | Rémi Denis-Courmont | 2013-08-05 | 3 | -1/+21 |
* | vdpau: store picture data in picture's rather than codec's context | Rémi Denis-Courmont | 2013-08-05 | 7 | -50/+94 |
* | vdpau: deprecate VDPAU codec capability | Rémi Denis-Courmont | 2013-08-05 | 3 | -2/+8 |
* | vdpau: remove old-style decoders | Rémi Denis-Courmont | 2013-08-05 | 12 | -534/+6 |
* | aac: Forward errors properly in aac_decode_frame_int | Luca Barbato | 2013-08-04 | 1 | -17/+17 |
* | aac: Check init_get_bits return value | Luca Barbato | 2013-08-04 | 1 | -3/+6 |
* | avcodec: Add output_picture_number to AVCodecParserContext | Yusuke Nakamura | 2013-08-02 | 4 | -4/+11 |
* | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 6 | -0/+48 |
* | Give less generic names to global library option arrays | Diego Biurrun | 2013-08-02 | 2 | -2/+2 |
* | h264_sei: Return meaningful values | Vittorio Giovara | 2013-08-02 | 1 | -11/+16 |
* | h264_sei: K&R formatting cosmetics | Vittorio Giovara | 2013-08-01 | 1 | -58/+78 |
* | h264_sei: Remove pointless old comment | Diego Biurrun | 2013-08-01 | 1 | -1/+1 |
* | twinvq: Add proper twinvq prefixes to identifiers | Diego Biurrun | 2013-08-01 | 1 | -94/+95 |
* | Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalents | Diego Biurrun | 2013-07-29 | 2 | -2/+2 |
* | huffyuvenc: BGRA support | Michael Niedermayer | 2013-07-29 | 1 | -35/+116 |
* | xl: Make sure the width is valid | Luca Barbato | 2013-07-28 | 1 | -1/+6 |
* | utvideoenc: use av_image_copy_plane() | Paul B Mahol | 2013-07-28 | 1 | -16/+4 |
* | aasc: Check minimum buffer size | Luca Barbato | 2013-07-28 | 1 | -0/+5 |
* | qdm2: Whitespace cosmetics | Luca Barbato | 2013-07-28 | 1 | -4/+4 |
* | flac: use meaningful return values | Luca Barbato | 2013-07-28 | 2 | -40/+40 |
* | xl: Fix the buffer size check | Luca Barbato | 2013-07-28 | 1 | -5/+5 |
* | xl: K&R formatting cosmetics | Luca Barbato | 2013-07-28 | 1 | -26/+28 |
* | Add missing deprecation attributes | Diego Biurrun | 2013-07-27 | 1 | -1/+2 |
* | h264: K&R formatting cosmetics | Diego Biurrun | 2013-07-27 | 1 | -144/+154 |
* | miscellaneous typo fixes | Diego Biurrun | 2013-07-25 | 5 | -9/+9 |
* | mpeg12: Ignore slice threading if hwaccel is active | Rémi Denis-Courmont | 2013-07-25 | 1 | -3/+6 |