aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* png: allow encoding 16-bit grayscaleIan Taylor2013-08-131-0/+5
* wmall: use AVFrame API properlyHendrik Leppkes2013-08-111-12/+25
* lavc: Add refcounted api to AVPacketLuca Barbato2013-08-103-13/+153
* h264: check one context_init() allocationVittorio Giovara2013-08-101-1/+5
* h264: use explicit variable names for *_field_flagVittorio Giovara2013-08-101-2/+5
* h264: return meaningful valuesVittorio Giovara2013-08-101-77/+94
* libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö2013-08-102-0/+3
* arm: Add assembly version of h264_find_start_code_candidateBen Avison2013-08-083-0/+258
* h264dsp: Factorize code into a new function, h264_find_start_code_candidateBen Avison2013-08-083-24/+41
* h264_parser: Initialize the h264dsp context in the parser as wellBen Avison2013-08-081-0/+1
* Voxware MetaSound decoderKostya Shishkov2013-08-087-1/+5485
* libavcodec: use avpriv_open()Rémi Denis-Courmont2013-08-071-1/+2
* mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern ...Vittorio Giovara2013-08-071-16/+7
* deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND insteadKostya Shishkov2013-08-073-1/+16
* pcm_bluray: Return AVERROR_INVALIDDATA instead of -1 on header errorsChristian Schmidt2013-08-061-7/+7
* avcodec/options: Drop deprecation warning suppression macrosDiego Biurrun2013-08-061-3/+0
* twinvq: Split VQF-specific part from common TwinVQ decoder coreKostya Shishkov2013-08-054-547/+646
* twinvq: Prefix enums and defines shared with VoxWare MetaSoundDiego Biurrun2013-08-051-71/+76
* twinvq: move all bitstream reading into single placeKostya Shishkov2013-08-051-86/+154
* mpegts: Remove one 64-bit integer modulus operation per packetBen Avison2013-08-051-0/+9
* vc1: check mb_height validity.Luca Barbato2013-08-051-0/+6
* vc1: check the source buffer in vc1_mc functionsLuca Barbato2013-08-051-0/+15
* bink: Bound check the quantization matrix.Luca Barbato2013-08-051-0/+3
* libx264: add shortcut for the bluray compatibility optionLuca Barbato2013-08-051-0/+6
* vdpau: deprecate bitstream buffers within the hardware contextRémi Denis-Courmont2013-08-053-1/+21
* vdpau: store picture data in picture's rather than codec's contextRémi Denis-Courmont2013-08-057-50/+94
* vdpau: deprecate VDPAU codec capabilityRémi Denis-Courmont2013-08-053-2/+8
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-0512-534/+6
* aac: Forward errors properly in aac_decode_frame_intLuca Barbato2013-08-041-17/+17
* aac: Check init_get_bits return valueLuca Barbato2013-08-041-3/+6
* avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura2013-08-024-4/+11
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-026-0/+48
* Give less generic names to global library option arraysDiego Biurrun2013-08-022-2/+2
* h264_sei: Return meaningful valuesVittorio Giovara2013-08-021-11/+16
* h264_sei: K&R formatting cosmeticsVittorio Giovara2013-08-011-58/+78
* h264_sei: Remove pointless old commentDiego Biurrun2013-08-011-1/+1
* twinvq: Add proper twinvq prefixes to identifiersDiego Biurrun2013-08-011-94/+95
* Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalentsDiego Biurrun2013-07-292-2/+2
* huffyuvenc: BGRA supportMichael Niedermayer2013-07-291-35/+116
* xl: Make sure the width is validLuca Barbato2013-07-281-1/+6
* utvideoenc: use av_image_copy_plane()Paul B Mahol2013-07-281-16/+4
* aasc: Check minimum buffer sizeLuca Barbato2013-07-281-0/+5
* qdm2: Whitespace cosmeticsLuca Barbato2013-07-281-4/+4
* flac: use meaningful return valuesLuca Barbato2013-07-282-40/+40
* xl: Fix the buffer size checkLuca Barbato2013-07-281-5/+5
* xl: K&R formatting cosmeticsLuca Barbato2013-07-281-26/+28
* Add missing deprecation attributesDiego Biurrun2013-07-271-1/+2
* h264: K&R formatting cosmeticsDiego Biurrun2013-07-271-144/+154
* miscellaneous typo fixesDiego Biurrun2013-07-255-9/+9
* mpeg12: Ignore slice threading if hwaccel is activeRémi Denis-Courmont2013-07-251-3/+6