summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* ivi_common: Make some tables only used within the file staticDiego Biurrun2013-08-15
* 8bps: decode 24bit files correctly as rgb32 on bigendianJanne Grunau2013-08-15
* rtjpeg: Use init_get_bits8Luca Barbato2013-08-13
* rtjpeg: return meaningful error codesLuca Barbato2013-08-13
* nuv: Use av_fast_reallocLuca Barbato2013-08-13
* nuv: Reset the frame on resizeLuca Barbato2013-08-13
* nuv: Pad the lzo outbufLuca Barbato2013-08-13
* nuv: Do not ignore lzo decompression failuresLuca Barbato2013-08-13
* png: allow encoding 16-bit grayscaleIan Taylor2013-08-13
* wmall: use AVFrame API properlyHendrik Leppkes2013-08-11
* lavc: Add refcounted api to AVPacketLuca Barbato2013-08-10
* h264: check one context_init() allocationVittorio Giovara2013-08-10
* h264: use explicit variable names for *_field_flagVittorio Giovara2013-08-10
* h264: return meaningful valuesVittorio Giovara2013-08-10
* libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö2013-08-10
* arm: Add assembly version of h264_find_start_code_candidateBen Avison2013-08-08
* h264dsp: Factorize code into a new function, h264_find_start_code_candidateBen Avison2013-08-08
* h264_parser: Initialize the h264dsp context in the parser as wellBen Avison2013-08-08
* Voxware MetaSound decoderKostya Shishkov2013-08-08
* libavcodec: use avpriv_open()Rémi Denis-Courmont2013-08-07
* mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern ...Vittorio Giovara2013-08-07
* deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND insteadKostya Shishkov2013-08-07
* pcm_bluray: Return AVERROR_INVALIDDATA instead of -1 on header errorsChristian Schmidt2013-08-06
* avcodec/options: Drop deprecation warning suppression macrosDiego Biurrun2013-08-06
* twinvq: Split VQF-specific part from common TwinVQ decoder coreKostya Shishkov2013-08-05
* twinvq: Prefix enums and defines shared with VoxWare MetaSoundDiego Biurrun2013-08-05
* twinvq: move all bitstream reading into single placeKostya Shishkov2013-08-05
* mpegts: Remove one 64-bit integer modulus operation per packetBen Avison2013-08-05
* vc1: check mb_height validity.Luca Barbato2013-08-05
* vc1: check the source buffer in vc1_mc functionsLuca Barbato2013-08-05
* bink: Bound check the quantization matrix.Luca Barbato2013-08-05
* libx264: add shortcut for the bluray compatibility optionLuca Barbato2013-08-05
* vdpau: deprecate bitstream buffers within the hardware contextRémi Denis-Courmont2013-08-05
* vdpau: store picture data in picture's rather than codec's contextRémi Denis-Courmont2013-08-05
* vdpau: deprecate VDPAU codec capabilityRémi Denis-Courmont2013-08-05
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-05
* aac: Forward errors properly in aac_decode_frame_intLuca Barbato2013-08-04
* aac: Check init_get_bits return valueLuca Barbato2013-08-04
* avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura2013-08-02
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* Give less generic names to global library option arraysDiego Biurrun2013-08-02
* h264_sei: Return meaningful valuesVittorio Giovara2013-08-02
* h264_sei: K&R formatting cosmeticsVittorio Giovara2013-08-01
* h264_sei: Remove pointless old commentDiego Biurrun2013-08-01
* twinvq: Add proper twinvq prefixes to identifiersDiego Biurrun2013-08-01
* Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalentsDiego Biurrun2013-07-29
* huffyuvenc: BGRA supportMichael Niedermayer2013-07-29
* xl: Make sure the width is validLuca Barbato2013-07-28
* utvideoenc: use av_image_copy_plane()Paul B Mahol2013-07-28
* aasc: Check minimum buffer sizeLuca Barbato2013-07-28