summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* vdpau: Fix VC-1 interlaced modeRainer Hochecker2013-07-251-1/+1
* cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun2013-07-259-31/+31
* twinvq: K&R formatting cosmeticsDiego Biurrun2013-07-252-439/+478
* arm: Comment out unused labels in simple_idct_armMartin Storsjö2013-07-241-8/+8
* 8bps: Make the bound-checks consistentLuca Barbato2013-07-231-2/+2
* 8bps: Bound-check the input bufferLuca Barbato2013-07-231-3/+7
* 4xm: Reject not a multiple of 16 dimensionLuca Barbato2013-07-231-0/+6
* alsdec: Clean up error pathsLuca Barbato2013-07-231-63/+75
* alsdec: Fix the clipping rangeLuca Barbato2013-07-231-6/+12
* arm: Mangle external symbols properly in new vfp assembly filesMartin Storsjö2013-07-223-4/+4
OpenPOWER on IntegriCloud