summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* avfilter/vf_eq: Fix clipping codeMichael Niedermayer2015-01-262-2/+2
| | | | | Found-by: Christophe Gisquet <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* Revert "configure: use ar and ranlib in deterministic mode"Michael Niedermayer2015-01-261-2/+2
| | | | | | This breaks on BSDs This reverts commit 7e857cd57108358531b62ba58daa79adf21878e5.
* configure: use ar and ranlib in deterministic modeAndreas Cadhalpun2015-01-261-2/+2
| | | | | | | this makes the static libraries binary reproducible Signed-off-by: Andreas Cadhalpun <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* avformat/movenc: Add simplistic 'colr' tag writing support to mov containerKevin Wheatley2015-01-267-9/+94
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* tools/crypto_bench: add Camellia supportJames Almer2015-01-261-0/+47
| | | | | Reviewed-by: Nicolas George <[email protected]> Signed-off-by: James Almer <[email protected]>
* avcodec/nvenc: Fix b-frame parameter handlingTimo Rothenpieler2015-01-261-13/+15
| | | | | | | | This should behave similar to x264 and other encoders, as it handles a gop_size of 0 as Intra-Only, while it's still possible to control how many B-Frames it inserts. Signed-off-by: Michael Niedermayer <[email protected]>
* Merge remote-tracking branch 'rdp/dshow_tv_tuner'Michael Niedermayer2015-01-265-22/+98
|\ | | | | | | | | | | | | | | | | | | * rdp/dshow_tv_tuner: dshow: tweak logging dshow: crossbar dialog was frequently being displayed twice, split up option so it can be just once dshow: alert as to ramifications of switching crossbar routing dshow: add properties dialog for tv tuners Merged-by: Michael Niedermayer <[email protected]>
| * dshow: tweak loggingrogerdpack2015-01-262-5/+11
| | | | | | | | Signed-off-by: rogerdpack <[email protected]>
| * dshow: crossbar dialog was frequently being displayed twice, split up option ↵rogerdpack2015-01-264-7/+17
| | | | | | | | | | | | so it can be just once Signed-off-by: rogerdpack <[email protected]>
| * dshow: alert as to ramifications of switching crossbar routingrogerdpack2015-01-261-4/+11
| | | | | | | | Signed-off-by: rogerdpack <[email protected]>
| * dshow: add properties dialog for tv tunersrogerdpack2015-01-264-6/+59
| | | | | | | | Signed-off-by: rogerdpack <[email protected]>
* | avfitler/vf_fieldmatch: fix typoPaul B Mahol2015-01-261-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avfilter/libmpcodecs: remove unused headersPaul B Mahol2015-01-265-378/+0
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | Decode Prores 4444 XQ with the existing Prores decoder.Carl Eugen Hoyos2015-01-261-0/+1
| | | | | | | | | | | | The frames are said to contain a higher bit-depth but users report that our decoder shows visually correct output. Requested by forum user gregba and Christoph Gerstbauer.
* | lavfi/mp: drop mp=eq and mp=eq2Stefano Sabatini2015-01-266-778/+1
| | | | | | | | | | mp=eq2 was ported to a native libavfilter filter in commit 4c38e960d0ca81b78dec1589275a5274dde21c8e.
* | avfilter/vf_eq: fix leak of input framePaul B Mahol2015-01-261-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | fate: add Camellia testJames Almer2015-01-261-0/+5
| | | | | | | | | | Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: James Almer <[email protected]>
* | Fix creation of ffprobe-test.nut on remote targets.Carl Eugen Hoyos2015-01-261-1/+1
|/ | | | | | | | This is not sufficient to run "make fate-ffprobe" on a remote system: The ffprobe output contains the relative path to the testfile, it is necessary to run the test from the build directory. One solution is to use a script like the following as --target-exec: ssh target "cd /remote/build/directory; $(printf "%q " "$@")"
* LICENSE.md: add vf_eqMichael Niedermayer2015-01-261-0/+1
| | | | | Found-by: jamrial Signed-off-by: Michael Niedermayer <[email protected]>
* avfilter: Port mp=eq/eq2 to lavfiArwa Arif2015-01-269-2/+475
| | | | | | | Code adapted from James Darnley's port Some fixes from Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* x86/sbrdsp: Use different mem movesChristophe Gisquet2015-01-251-6/+8
| | | | | | | | | | Before 2843 decicycles in ff_sbr_autocorrelate_sse3, 262086 runs, 58 skips After 2693 decicycles in ff_sbr_autocorrelate_sse3, 262117 runs, 27 skips Signed-off-by: James Almer <[email protected]>
* x86/sbrdsp: add ff_sbr_autocorrelate_{sse,sse3}James Almer2015-01-252-0/+122
| | | | | | 2 to 2.5 times faster. Signed-off-by: James Almer <[email protected]>
* avfilter/vf_mcdeint: Set no_bitstream=1Michael Niedermayer2015-01-251-0/+1
| | | | | | This avoids unneeded writing of the bitstream Signed-off-by: Michael Niedermayer <[email protected]>
* avfilter/vf_mcdeint: fix gop_sizeMichael Niedermayer2015-01-251-1/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avfilter/vf_uspp: fix gop_sizeMichael Niedermayer2015-01-251-1/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avfilter/vf_uspp: Use FF_CEIL_RSHIFT() correct rounding of odd w/hMichael Niedermayer2015-01-251-8/+13
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avformat/movenc: Check failure of allocation of ctts_entries and propagate errorMichael Niedermayer2015-01-251-12/+39
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avformat/movenc: fix cleanup on insufficient reserved_moov_sizeMichael Niedermayer2015-01-251-1/+2
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* doc/APIchanges: fill in the remaining missing datesMichael Niedermayer2015-01-251-3/+3
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* ffmpeg: allow overriding and amending AVStream->dispositionMichael Niedermayer2015-01-253-0/+41
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avformat/matroskadec: Use av_malloc_array() for index_entriesMichael Niedermayer2015-01-251-1/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avformat/matroskadec: Check av_mallocz() return valuesMichael Niedermayer2015-01-251-0/+4
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* nvenc: Propagate desired number of reference frames.Philip Langdale2015-01-241-0/+5
| | | | | Reviewed-by: Timo Rothenpieler <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* avdevice/dshow_crossbar: Avoid mixing declarations and statementsMichael Niedermayer2015-01-241-1/+2
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* hevc: pass the full HEVCNAL struct to decode_nal_unitHendrik Leppkes2015-01-241-4/+4
| | | | | | | This enables decode_nal_unit to access additional fields added in subsequent commits. Signed-off-by: Michael Niedermayer <[email protected]>
* avutil/pixdesc: rewrite AV_PIX_FMT_FLAG_PSEUDOPAL documentationMichael Niedermayer2015-01-241-3/+7
| | | | | | It seems many people do not understand its current documentation Signed-off-by: Michael Niedermayer <[email protected]>
* doc/APIchanges: Fill in remaining missing hashesMichael Niedermayer2015-01-241-5/+5
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* ffmpeg_opt: expand format for strftimeChristophe Gisquet2015-01-241-1/+1
| | | | | | | While the shortened format specifiers are valid C99 ones, they are not supported by e.g. some Visual Studio runtimes (and thus mingw). Signed-off-by: Michael Niedermayer <[email protected]>
* ffserver: reflow find_stream_in_feed()Reynaldo H. Verdejo Pinochet2015-01-241-6/+5
| | | | Signed-off-by: Reynaldo H. Verdejo Pinochet <[email protected]>
* ffserver: reindent handle_connection()Reynaldo H. Verdejo Pinochet2015-01-241-43/+43
| | | | Signed-off-by: Reynaldo H. Verdejo Pinochet <[email protected]>
* ffserver: reflow handle_connection()Reynaldo H. Verdejo Pinochet2015-01-241-12/+13
| | | | Signed-off-by: Reynaldo H. Verdejo Pinochet <[email protected]>
* ffserver: reindent http_vlog()Reynaldo H. Verdejo Pinochet2015-01-241-8/+8
| | | | Signed-off-by: Reynaldo H. Verdejo Pinochet <[email protected]>
* ffserver: reflow http_vlog()Reynaldo H. Verdejo Pinochet2015-01-241-2/+4
| | | | Signed-off-by: Reynaldo H. Verdejo Pinochet <[email protected]>
* lavc/libopenjpegenc: move opj_setup_encoder to libopenjpeg_encode_frameJean First2015-01-241-11/+8
| | | | | | | | | | | if the openjpeg parameter tcp_rates is not 0 ( using the ffmpeg compression_level option ) every 2nd image per thread is badly encoded. By moving the opj_setup_encoder function from libopenjpeg_encode_init to libopenjpeg_encode_frame this can be prevented. This fixes ticket #3754. Signed-off-by: Jean First <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* Merge remote-tracking branch 'rdp/dshow_crossbar'Michael Niedermayer2015-01-237-96/+515
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * rdp/dshow_crossbar: dshow: fix docu escapes dshow: some devices only list themselves under "Video sources" but actually have both video and audio output pins, so make the audio pins accessible by video source name. dshow: add options for allowing filter popup configuration dialogs to be presented to the user dshow: introduce support for crossbar [multiple input selectable] devices dshow: drop initial audio packets with weird timestamps dshow: use non deprecated api dshow: miscellaneous tweaks dshow: allow selecting devices by an alternative name (workaround for devices with symbols in them), allow specifying capture pins by name and alternative (unique) name Merged-by: Michael Niedermayer <[email protected]>
| * dshow: fix docu escapesrogerdpack2015-01-231-1/+1
| | | | | | | | Signed-off-by: rogerdpack <[email protected]>
| * dshow: some devices only list themselves under "Video sources" butrogerdpack2015-01-232-36/+50
| | | | | | | | | | | | | | actually have both video and audio output pins, so make the audio pins accessible by video source name. Signed-off-by: rogerdpack <[email protected]>
| * dshow: add options for allowing filter popup configuration dialogs to be ↵rogerdpack2015-01-235-2/+96
| | | | | | | | | | | | presented to the user Signed-off-by: rogerdpack <[email protected]>
| * dshow: introduce support for crossbar [multiple input selectable] devicesrogerdpack2015-01-235-54/+278
| | | | | | | | Signed-off-by: rogerdpack <[email protected]>
| * dshow: drop initial audio packets with weird timestampsrogerdpack2015-01-231-0/+8
| | | | | | | | Signed-off-by: rogerdpack <[email protected]>