summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-15
|
* doc/filters: mention newly added windowing functionsPaul B Mahol2015-09-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_vidstabdetect: use the name 's' for the pointer to the private ↵Ganesh Ajjanagadde2015-09-15
| | | | | | | context Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* vp9: switch min_tile_cols location so it shifts up instead of down.Ronald S. Bultje2015-09-15
| | | | | | This fixes cases where the shifted number is 64, but we shifted non- zero numbers away in the shift. The change makes behaviour consistent with libvpx.
* rtpdec: add a trace when jitter buffer is fullEloi BAIL2015-09-15
| | | | | | | This commit adds an error trace when jitter buffer is full. It helps to understand leading decoding issues. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* rtpdec: inform jitter buffer sizeEloi BAIL2015-09-15
| | | | | | | | This commit print as AV_LOG_INFO the jitter buffer size. It might be the default value or the value set by application. Signed-off-by: Eloi BAIL <eloi.bail@savoirfairelinux.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_xbr: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-15
| | | | Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* avfilter: add stereowiden filterPaul B Mahol2015-09-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_showfreqs: add lanczos and gauss windowing functionsPaul B Mahol2015-09-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_showcqt: draw text optionallyPaul B Mahol2015-09-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/dxv: remove code that is never reachedPaul B Mahol2015-09-15
| | | | | | The function is automatically called. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat/avidec: Change (last)pos to 64bitMichael Niedermayer2015-09-15
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/avidec: Workaround broken initial frameMichael Niedermayer2015-09-15
| | | | | | Fixes Ticket4851 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavu/avstring: switch AV_ESCAPE_FLAGs to shift-based formattingRodger Combs2015-09-15
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavc: Fix standalone compilation of the avi demuxer.Carl Eugen Hoyos2015-09-14
|
* avformat/hlsenc: Fix the method command line parameterMichael Niedermayer2015-09-14
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* wmalossless: Warn when decoding 24 bit depthVittorio Giovara2015-09-14
| | | | See ticket #4134
* aaccoder_mips: Fix indentationTimothy Gu2015-09-14
|
* avformat: fix style after recent commitsClément Bœsch2015-09-14
|
* mpjpegde: trim header name/value of MIME headersAlex Agranovsky2015-09-14
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* mpjpeg: probe should require same constraints as packet reader - both proper ↵Alex Agranovsky2015-09-14
| | | | | | | | content-type and content-size must be present return AVPROBE_SCORE_MAX, rather than random positive number on success Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/mips/aaccoder_mips: Sync with generic aaccoder file.Nedeljko Babic2015-09-14
| | | | | | | | | | | | | | Code in aaccoder_mips.c was not synced with changes in aaccoder.c for some time. That was cause for some fate-aac tests failing. This patch fixes the problems. Optimizations disabled in 933309a are enabled again. Signed-off-by: Nedeljko Babic <nedeljko.babic@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/nvenc: merge compute initialQP sectionsAgatha Hu2015-09-14
| | | | Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* avcodec/nvenc: Optimize nvenc parametersAgatha Hu2015-09-14
| | | | | | | Add 3 more presets: fast, medium, slow. Improve min/max QP calculation. Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* avfilter/avf_showcqt: change fft left-right separationMuhammad Faiz2015-09-14
| | | | | | This simplifies the code Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vsrc_mandelbrot: use the name 's' for the pointer to the private ↵Ganesh Ajjanagadde2015-09-13
| | | | | | context Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* avfilter: add audio limiter filterPaul B Mahol2015-09-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_ladspa: support simpler syntax for controlsPaul B Mahol2015-09-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat/flvdec: Use the first index entry to find the first packet if there ↵Michael Niedermayer2015-09-13
| | | | | | | | was a parsing error in the header Fixes: unknow_codec.flv Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/flvdec: Print last packet size at trace levelMichael Niedermayer2015-09-13
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/flvdec: Print terminator value found if it differs from ↵Michael Niedermayer2015-09-13
| | | | | | AMF_END_OF_OBJECT in AMF_DATA_TYPE_MIXEDARRAY Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/mpjpegdec: Allow mpjpeg headers parsing to succeed upon EOF, if ↵Alex Agranovsky2015-09-13
| | | | | | required headers are present Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* ADPCM: Bump THP channel limit to 14Rodger Combs2015-09-12
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_framerate: fix frame leak at uninitPaul B Mahol2015-09-12
| | | | | Reported-by: Andres Noetzli Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_framerate: unbreak flushingPaul B Mahol2015-09-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_framerate: calculate delta from scaled pts instead of unscaledPaul B Mahol2015-09-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_framerate: highbit depth supportPaul B Mahol2015-09-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add ocr filterPaul B Mahol2015-09-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-12
| | | | | | Fixes playback of some files with ffplay. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavf/img2dec: Improve jpeg auto-detection.Carl Eugen Hoyos2015-09-12
| | | | Fixes ticket #4841.
* avformat/mov: use AV_OPT_TYPE_BOOL for export_{all,xmp} optionsClément Bœsch2015-09-12
|
* avcodec/roqvideoenc: use AV_OPT_TYPE_BOOL for quake3_compat optionClément Bœsch2015-09-12
|
* avfilter/treble: use AV_OPT_TYPE_BOOL for csg optionClément Bœsch2015-09-12
|
* avcodec/pgssubdec: use AV_OPT_TYPE_BOOL for forced_subs_only optionClément Bœsch2015-09-12
|
* avdevice/v4l2: use AV_OPT_TYPE_BOOL for use_libv4l2 optionClément Bœsch2015-09-12
|
* avcodec/textdec: use AV_OPT_TYPE_BOOL for keep_ass_markup optionClément Bœsch2015-09-12
|
* avcodec/libx264: use AV_OPT_TYPE_BOOL for fastfirstpass optionClément Bœsch2015-09-12
|
* avcodec/h264: use AV_OPT_TYPE_BOOL for is_avc optionClément Bœsch2015-09-12
|
* ffprobe: use AV_OPT_TYPE_BOOL for writers optionsClément Bœsch2015-09-12
|
* avdevice/caca: small trivial macros adjustmentsClément Bœsch2015-09-12
|