summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: remove myself as mailing list maintainerLou Logan2019-03-211-1/+1
* doc/mailing-list-faq: ffmpeg-devel is now subscription onlyLou Logan2019-03-211-10/+12
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21214-256/+256
* Maintainers : remove myselfMartin Vignali2019-03-211-1/+0
* avfilter/af_astats: add support for optimized min/max/peak calculationMarton Balint2019-03-211-5/+21
* avfilter/af_astats: rework sample loopsMarton Balint2019-03-211-8/+9
* avfilter/af_astats: factorize sample loopsMarton Balint2019-03-211-71/+37
* avfilter/af_astats: fix identationMarton Balint2019-03-211-74/+74
* avfilter/af_astats: add support for selecting measured statisticsMarton Balint2019-03-212-0/+129
* lavf/latmenc: Error out for unsupported codecs.Carl Eugen Hoyos2019-03-211-0/+4
* avcodec/hevcdec: decode at most one slice reporting being the first in the pi...James Almer2019-03-201-0/+4
* lavf/allformats: Remove an accidentally committed line.Carl Eugen Hoyos2019-03-201-1/+0
* doc/ffmpeg: muxdelay and muxpreload are output optionsAman Gupta2019-03-201-2/+2
* avcodec/arbc: Check nb_segments before allocating and copying frameMichael Niedermayer2019-03-201-6/+9
* avcodec/scpr: Perform frame copy laterMichael Niedermayer2019-03-202-4/+8
* tools/target_dec_fate.list: add issues 4000 to 6000Michael Niedermayer2019-03-201-0/+64
* lavf: Constify AVProbeData* in av_probe_input_format().Carl Eugen Hoyos2019-03-202-6/+6
* lavf/avformat: Add a warning that ff_const59 is not part of the public api.Carl Eugen Hoyos2019-03-201-0/+4
* lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos2019-03-2011-27/+36
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-2013-22/+30
* lavc/arbc: Use AV_WB24() where applicable.Carl Eugen Hoyos2019-03-201-12/+8
* lavc/tiff: Allow decoding of cmyka (five components).Carl Eugen Hoyos2019-03-201-10/+30
* lavf/http: Print metadata updates with -loglevel verbose.Carl Eugen Hoyos2019-03-201-2/+4
* lavf/spdifenc: Do not overwrite buffer when muxing TrueHD.Carl Eugen Hoyos2019-03-201-2/+7
* lavc/truehd_core: Initialize the last bytes of the output buffer.Carl Eugen Hoyos2019-03-201-0/+2
* lavf/sdp: Change pointer to configuration from char* to uint8_t*.Carl Eugen Hoyos2019-03-201-1/+2
* lavc/qtrle: Avoid an unaligned 64-bit write.Carl Eugen Hoyos2019-03-202-2/+2
* lavc/tiff: Support decoding 16bit cmyk.Carl Eugen Hoyos2019-03-202-1/+17
* lavd: Remove libndi_newtekCarl Eugen Hoyos2019-03-2010-796/+3
* swscale/ppc: Add av_unused to template vars only used in one includerLauri Kasanen2019-03-201-10/+11
* swscale/ppc: Clean up some mixed decl warningsLauri Kasanen2019-03-203-10/+11
* avformat/smoothstreamingenc:add bitrate calculateJun Li2019-03-201-5/+27
* avcodec/vt_hevc: fix crash if vps_list[0] or sps_list[0] are nullRodger Combs2019-03-191-46/+40
* doc/ffmpeg: remove entry for -loop_outputGyan Doshi2019-03-201-4/+0
* h2645_parse: Fix loglevel for NAL header parsingDerek Buitenhuis2019-03-191-1/+1
* avcodec/libdav1d: use a reference to the allocated buffer instead of wrapping...James Almer2019-03-191-16/+4
* avcodec/libdav1d: reset pool size on allocation failureJames Almer2019-03-191-1/+3
* tests/fate-run: fix regression in encoding optionsJames Almer2019-03-191-3/+4
* libavformat/movenc: mov: added subtitle codec tags to codec tag listPaweł Wegner2019-03-181-1/+1
* lavu/qsv: allow surface size larger than requirementZhong Li2019-03-181-1/+1
* avcodec/pnm: Optimize reading loop in pnm_get()Michael Niedermayer2019-03-171-3/+4
* avcodec/dfa: Check the chunk header is not truncatedMichael Niedermayer2019-03-171-0/+2
* avcodec/clearvideo: Check remaining data in P framesMichael Niedermayer2019-03-171-0/+3
* avcodec/diracdec: Count truncated parts as errors in decode_component()Michael Niedermayer2019-03-171-1/+4
* avcodec/ffv1dec_template: Optimize golomb run modeMichael Niedermayer2019-03-171-0/+5
* doc/ffmpeg: add entry for itsscaleGyan Doshi2019-03-161-0/+3
* mpeg12enc: Use Closed Captions if availableMathieu Duponchelle2019-03-163-0/+37
* tests/fate/ffmpeg: Check for apng codec for fate-copy-apng.Carl Eugen Hoyos2019-03-151-1/+1
* lavc/qtrle: Do not use aligned writes for 24bit frames.Carl Eugen Hoyos2019-03-151-4/+4
* fate/lavf-image: fix passed arguments for some high bit depth testsJames Almer2019-03-145-25/+25