aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-03avformat/wavdec: fix typo with lenMichael Niedermayer
2016-04-03libavcodec/exr: add tile supportMartin Vignali
2016-04-03libavcodec/exr: fix PRX24 Float decompressionMartin Vignali
2016-04-03fate/exr : add test for b44/b44a compressionMartin Vignali
2016-04-03avformat/wavdec: Remove direct s->pb->buffer accessMichael Niedermayer
2016-04-03wavdec: Only set the codec ID in read_headerDerek Buitenhuis
2016-04-03avcodec/mjpegdec: Do not permute quantization tablesMichael Niedermayer
2016-04-03avfilter/src_movie: fix how we check for overflows with seek_pointMarios Titas
2016-04-02exif: take a generic log contextHendrik Leppkes
2016-04-02avcodec: properly initialize AVCodecParameters profile/levelHendrik Leppkes
2016-04-02lavf/segment: add option to write empty filler segments as neededRodger Combs
2016-04-02lavf/segment: slight refactor to seg_write_packetRodger Combs
2016-04-02lavf/segment: style nitRodger Combs
2016-04-02lavc/videotoolboxenc: Workaround encoder errorRick Kern
2016-04-02lavc/videotoolboxenc: Fix crash when closing codec after errorRick Kern
2016-04-02lavc/utils: use pkt_timebase for legacy subtitles timing codeClément Bœsch
2016-04-02lavc/ccaption_dec: remove usage of avctx->time_baseClément Bœsch
2016-04-02lavu/base64: add AV_BASE64_DECODE_SIZE() macroStefano Sabatini
2016-04-02lavc/audiotoolboxdec: add eac3 decoderRodger Combs
2016-04-02lavc/audiotoolboxdec: fix a number of config and timestamp issuesRodger Combs
2016-04-02lavc/audiotoolboxdec: support ADTS AAC inputRodger Combs
2016-04-02lavc/audiotoolboxenc: allow setting maxrate with pre-10.9 deployment targetsRodger Combs
2016-04-02lavc/audiotoolboxenc: fix iOS buildRodger Combs
2016-04-02lavc/audiotoolboxenc: fix a number of config issuesRodger Combs
2016-04-02lavc/audiotoolboxenc: remove unneeded packet metadataRodger Combs
2016-04-02lavf/segment: support automatic bitstream filteringRodger Combs
2016-04-01swscale: add bt2020 yuv2rgb coefficients.Ronald S. Bultje
2016-04-01swscale: fix bt709 yuv2rgb coefficients.Ronald S. Bultje
2016-04-01fate: add demux test for TS with AC3 (Ticket 4864)Michael Niedermayer
2016-04-01fate: Test for Ticket4560Michael Niedermayer
2016-04-01fate: Add regression test for Ticket 1239Michael Niedermayer
2016-04-01avcodec/parser: assert that the codec id is not NONE in av_parser_parse2()Michael Niedermayer
2016-04-01avcodec/j2kenc: Add attribution to OpenJPEG project:Aaron Boxer
2016-04-01sws/aarch64: disable ff_hscale_8_to_15_neon temporarlyClément Bœsch
2016-04-01swscale/arm/yuv2rgb: make the code bitexact with its aarch64 counter partMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: save a few instructions by processing the luma line inte...Matthieu Bouron
2016-04-01swscale/arm/yuv2rgb: re-order compute_rgba macro argumentsMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: rename {process_1l,process_2l,compute}_16px{,_internal} ...Matthieu Bouron
2016-04-01swscale/arm/yuv2rgb: macro-ifyMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: factorize lsl in load_args_nvxMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: factorize lsl in load_args_yuv420pMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: remove unused store of dst + linesize in load_args_yuv422pMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: factorize lsl in load_args_yuv422pMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: fix comments in load_args_yuv422pMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: remove 32bit code pathMatthieu Bouron
2016-04-01lavc: factor apply_param_change() AV_EF_EXPLODE handlingwm4
2016-04-01lavu: improve documentation of some AVFrame functionswm4
2016-03-31psxstr: Remove some commented out codeDerek Buitenhuis
2016-03-31lavc/utils: transfer width/height for subs in codecparClément Bœsch
2016-03-31codecpar: Add video delay fieldDerek Buitenhuis