aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/wmalosslessdec: do not discard last frameJakub Stachowski2016-04-101-2/+9
* avcodec/shorten: mark as AV_CODEC_CAP_SUBFRAMESPaul B Mahol2016-04-101-1/+1
* avcodec/exr: fix channel detectionMartin Vignali2016-04-101-8/+10
* avcodec/shorten: add support for AIFF packing, not bitexactPaul B Mahol2016-04-091-2/+74
* avcodec/shorten: fix decoding of very large (>2048) block sizesPaul B Mahol2016-04-091-0/+14
* avcodec/pngdec: Fix alpha detection with skip_frameMichael Niedermayer2016-04-091-0/+1
* avcodec/shorten: fix decoding of files with number of samples lower than max_...Paul B Mahol2016-04-081-2/+4
* avcodec/shorten: remove useless if condition and comment, reindentPaul B Mahol2016-04-081-23/+21
* avcodec/shorten: fix decoding of last framePaul B Mahol2016-04-081-3/+1
* avcodec/pngenc: check return value of av_frame_copy()Paul B Mahol2016-04-081-2/+6
* avcodec/pngenc: restore image size before copying frameDmitriy2016-04-081-0/+4
* avcodec/shorten: if allocation fails reset max_frame_sizePaul B Mahol2016-04-081-0/+1
* avcodec: remove "get_buffer() failed" messagePaul B Mahol2016-04-082-6/+2
* avformat: support shorten in nistshpere demuxerPaul B Mahol2016-04-071-0/+4
* avcodec/exr: enable mipmap, ripmap decodingMartin Vignali2016-04-061-5/+7
* AAC encoder: fix valgrind errorsClaudio Freire2016-04-052-17/+16
* libxvid: Create extradata in init using a dummy frameDerek Buitenhuis2016-04-051-0/+40
* avcodec: add adpcm dat4 decoderPaul B Mahol2016-04-057-1/+28
* AAC encoder: fix filling of wi.clipping arrayClaudio Freire2016-04-051-3/+4
* libavcodec/exr : add support for compression in tileMartin Vignali2016-04-041-22/+17
* libavcodec/exr : cosmetic changeMartin Vignali2016-04-041-2/+1
* AAC encoder: fix initialization of minsfClaudio Freire2016-04-031-3/+4
* libavcodec/exr: add tile supportMartin Vignali2016-04-031-54/+210
* libavcodec/exr: fix PRX24 Float decompressionMartin Vignali2016-04-031-3/+12
* avcodec/mjpegdec: Do not permute quantization tablesMichael Niedermayer2016-04-031-10/+9
* exif: take a generic log contextHendrik Leppkes2016-04-022-9/+9
* avcodec: properly initialize AVCodecParameters profile/levelHendrik Leppkes2016-04-021-0/+2
* lavc/videotoolboxenc: Workaround encoder errorRick Kern2016-04-021-11/+32
* lavc/videotoolboxenc: Fix crash when closing codec after errorRick Kern2016-04-021-1/+0
* lavc/utils: use pkt_timebase for legacy subtitles timing codeClément Bœsch2016-04-021-2/+5
* lavc/ccaption_dec: remove usage of avctx->time_baseClément Bœsch2016-04-021-7/+8
* lavc/audiotoolboxdec: add eac3 decoderRodger Combs2016-04-023-0/+9
* lavc/audiotoolboxdec: fix a number of config and timestamp issuesRodger Combs2016-04-021-65/+221
* lavc/audiotoolboxdec: support ADTS AAC inputRodger Combs2016-04-021-1/+34
* lavc/audiotoolboxenc: allow setting maxrate with pre-10.9 deployment targetsRodger Combs2016-04-021-1/+1
* lavc/audiotoolboxenc: fix iOS buildRodger Combs2016-04-021-1/+6
* lavc/audiotoolboxenc: fix a number of config issuesRodger Combs2016-04-021-22/+176
* lavc/audiotoolboxenc: remove unneeded packet metadataRodger Combs2016-04-021-13/+3
* avcodec/parser: assert that the codec id is not NONE in av_parser_parse2()Michael Niedermayer2016-04-011-0/+2
* avcodec/j2kenc: Add attribution to OpenJPEG project:Aaron Boxer2016-04-011-0/+38
* lavc: factor apply_param_change() AV_EF_EXPLODE handlingwm42016-04-011-15/+19
* lavc/utils: transfer width/height for subs in codecparClément Bœsch2016-03-311-0/+8
* codecpar: Add video delay fieldDerek Buitenhuis2016-03-312-0/+7
* Add frame_size to AVCodecParametersHendrik Leppkes2016-03-312-0/+6
* lavc: Add seek_preroll to AVCodecParametersJames Almer2016-03-312-0/+6
* Merge commit 'a8068346e48e123f8d3bdf4d64464d81e53e5fc7'Derek Buitenhuis2016-03-312-18/+37
|\
| * lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame...Anton Khirnov2016-02-232-12/+28
* | Merge commit '998e1b8f521b73e1ed3a13caaabcf79eb401cf0d'Derek Buitenhuis2016-03-313-1/+316
|\|
| * lavc: add codec parameters APIAnton Khirnov2016-02-233-1/+316
| * x86: hevc: Fix linking with both yasm and optimizations disabledDiego Biurrun2016-02-231-4/+8