summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* swresample: move dither init upMichael Niedermayer2016-08-18
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavf/pcmdec: Try to fix msvc compilation after 4c42d306.Carl Eugen Hoyos2016-08-18
|
* examples/demuxing_decoding: convert to codecparJames Almer2016-08-17
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avformat: factorize iso 8601 timestamp writer to a dictionary avutil functionMarton Balint2016-08-17
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* lavc/rscc: Fix colourspace for codec_tag RSCC and 32bpp.Carl Eugen Hoyos2016-08-17
|
* avfilter/avf_showfreqs: make minimum amplitude for log scaler configurablePaul B Mahol2016-08-17
|
* avfilter/avf_showspectrum: unbreak dB legendPaul B Mahol2016-08-17
|
* compat/avisynth: update AviSynth+ headerStephen Hutchinson2016-08-17
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* ffmpeg: Do not set too large bits_per_raw_sample.Carl Eugen Hoyos2016-08-17
|
* lavf/pcmdec: Map mime_type audio/L16 to the s16le demuxer.Carl Eugen Hoyos2016-08-17
| | | | Implements RFC 2586.
* lavf/version: fix belive/believe typoClément Bœsch2016-08-17
|
* lavf: mark stream as const pointer in av_stream_get_side_data() for next bumpClément Bœsch2016-08-17
|
* lavf/utils: add some const to pointers parameters in a few functionsClément Bœsch2016-08-17
|
* doc: add Libav merge documentClément Bœsch2016-08-17
|
* avfilter/Makefile & allfilters: sort entriesPaul B Mahol2016-08-17
|
* avfilter: add bitplanenoise filterPaul B Mahol2016-08-17
|
* doc/APIChanges: fill in missing git hashesJames Almer2016-08-16
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* doc/APIchanges: Document addition of list BSF API in lavcJan Sebechlebsky2016-08-16
| | | | | Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* fate: Add RGB48 FFV1 testMichael Niedermayer2016-08-16
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/ffv1enc: Add RGB48 supportMichael Niedermayer2016-08-16
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/ffv1enc: do not offset null pointersMichael Niedermayer2016-08-16
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/ffv1: Fix rgb plane ordering in experimental planar RGBMichael Niedermayer2016-08-16
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/ffv1enc: Factor rice high depth check outMichael Niedermayer2016-08-16
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/mov: Check extradata before accessMichael Niedermayer2016-08-16
| | | | | | | Fixes NULL ptr dereference Fixes Ticket5778 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/window_func: add cauchy, parzen and poisson window functionPaul B Mahol2016-08-16
|
* ffmpeg/qsv: fix QSV-accelerated transcode performance drop issue.Jun Zhao2016-08-16
| | | | | | | | | | | the merge commit 1b04ea1 "avconv: create simple filtergraphs earlier" will init the filtergraphs earlier, then init the QSV transcode can't suppose the nb_filters's value, else lead to the QSV transcode performance drop. Signed-off-by: Jun Zhao <mypopydev@gmail.com> Reviewed-by: Ivan Uskov <ivan.uskov@nablet.com Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vaf_spectrumsynth: check return codePaul B Mahol2016-08-16
|
* avfilter/avf_showspectrum: do not let multiple threads to write to same part ↵Paul B Mahol2016-08-16
| | | | of memory
* avfilter/window_func: add dolph windowPaul B Mahol2016-08-16
|
* lavc: add trailing_padding to AVCodecContext to match AVCodecParameters.Jon Toohill2016-08-16
| | | | | | Shows encoder delay/padding in the stream summary if they are set. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_atadenoise: set default size value to 9Paul B Mahol2016-08-15
| | | | This is enough, bigger sizes do not produce better output in 99% cases.
* avfilter/vf_atadenoise: add support for more pixel formatsPaul B Mahol2016-08-15
|
* avfilter/af_astats: add support for other sample formatsPaul B Mahol2016-08-15
|
* avcodec/bsf: Add list BSF APIJan Sebechlebsky2016-08-15
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/iff: remove palette swapping for animPaul B Mahol2016-08-15
| | | | It appears it is wrong.
* avfilter/avf_showspectrum: add some multithreading supportPaul B Mahol2016-08-15
|
* doc/filters: add yet another zoompan usage examplePaul B Mahol2016-08-15
|
* avfilter/vf_zoompan: fix pzoom usagePaul B Mahol2016-08-15
|
* libavcodec/qsvdec_h2645.c: switch to the new BSF APIIvan Uskov2016-08-15
| | | | | | | | | | This patch applies same changes as commit e3dfef8e3c85a64dbe6388117303f5819fa3c6a2 of libav: instead of the obsolete AVBitStreamFilterContext now the new AVBSFContext filter is used to restore annex-B prefixes. Based-on: e3dfef8e3c85a64dbe6388117303f5819fa3c6a2 by Anton Khirnov Push requested by maintainer Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* configure: All sun4 machines are SPARCs, not just sun4uMaya Rashish2016-08-15
| | | | | | Allow building on sun4v Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* libavformat/http: add support for content_type option in listen modeMoritz Barsnick2016-08-14
| | | | | | | | | Instead of silently ignoring the content_type option in listen mode, apply its value to the provided "Content-Type:" header. Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_signalstats: fix saturation calculation for >8 bitPaul B Mahol2016-08-14
|
* aacenc: fix various typos and an error messageRostislav Pehlivanov2016-08-13
| | | | | | Too much copy and pasting. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* aacenc: unmark the fast coder as experimentalRostislav Pehlivanov2016-08-13
| | | | | | | This version has had much testing so there's little point in keeping it maked as experimental. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* aacenc: add a faster version of twoloop as the "fast" coderRostislav Pehlivanov2016-08-13
| | | | | | | | | Does nothing fancy but still sounds very decent at 128kbps. Still room to improve by bringing in the low pass and PNS management from the main big twoloop which should improve its quality but not sacrifice that much speed. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* avfilter/vf_signalstats: measure video bitdepthPaul B Mahol2016-08-13
|
* avfilter/vf_signalstats: add >8 bit depth supportPaul B Mahol2016-08-13
|
* avcodec/bsf: Add ff_bsf_get_packet_ref() functionJan Sebechlebsky2016-08-13
| | | | | | | | Use of this function can save unnecessary malloc operation in bitstream filter. Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* configure: Check for arc4random() header definition.Carl Eugen Hoyos2016-08-13
| | | | Fixes Cygwin compilation.
* doc/bsfs: Fix bsf options divider in documentationJan Sebechlebsky2016-08-13
| | | | | | | | The actual implementation uses ':' divider, not '/' as documented. Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>