summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_stereowiden: fix 2nd argument for av_callocPaul B Mahol2015-09-151-1/+1
* lavf: Switch probesize and max_analyze_duration to 64bit.Carl Eugen Hoyos2015-09-156-12/+13
* lavf: Switch bitrate to 64bit unless compatibility with avconv was requested.Carl Eugen Hoyos2015-09-156-6/+14
* lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-1524-37/+68
* doc/filters: mention newly added windowing functionsPaul B Mahol2015-09-151-0/+2
* avfilter/vf_vidstabdetect: use the name 's' for the pointer to the private co...Ganesh Ajjanagadde2015-09-151-30/+30
* vp9: switch min_tile_cols location so it shifts up instead of down.Ronald S. Bultje2015-09-151-1/+1
* rtpdec: add a trace when jitter buffer is fullEloi BAIL2015-09-151-1/+4
* rtpdec: inform jitter buffer sizeEloi BAIL2015-09-151-0/+4
* avfilter/vf_xbr: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-151-9/+9
* avfilter: add stereowiden filterPaul B Mahol2015-09-156-1/+198
* avfilter/avf_showfreqs: add lanczos and gauss windowing functionsPaul B Mahol2015-09-151-1/+14
* avfilter/avf_showcqt: draw text optionallyPaul B Mahol2015-09-151-2/+14
* avcodec/dxv: remove code that is never reachedPaul B Mahol2015-09-151-2/+0
* avformat/avidec: Change (last)pos to 64bitMichael Niedermayer2015-09-151-3/+4
* avformat/avidec: Workaround broken initial frameMichael Niedermayer2015-09-151-1/+2
* lavu/avstring: switch AV_ESCAPE_FLAGs to shift-based formattingRodger Combs2015-09-151-2/+2
* lavc: Fix standalone compilation of the avi demuxer.Carl Eugen Hoyos2015-09-141-0/+1
* avformat/hlsenc: Fix the method command line parameterMichael Niedermayer2015-09-141-11/+31
* wmalossless: Warn when decoding 24 bit depthVittorio Giovara2015-09-141-0/+1
* aaccoder_mips: Fix indentationTimothy Gu2015-09-141-2/+2
* avformat: fix style after recent commitsClément Bœsch2015-09-142-8/+8
* mpjpegde: trim header name/value of MIME headersAlex Agranovsky2015-09-141-0/+15
* mpjpeg: probe should require same constraints as packet reader - both proper ...Alex Agranovsky2015-09-141-19/+14
* avcodec/mips/aaccoder_mips: Sync with generic aaccoder file.Nedeljko Babic2015-09-141-41/+48
* avcodec/nvenc: merge compute initialQP sectionsAgatha Hu2015-09-141-42/+30
* avcodec/nvenc: Optimize nvenc parametersAgatha Hu2015-09-141-23/+73
* avfilter/avf_showcqt: change fft left-right separationMuhammad Faiz2015-09-141-35/+21
* avfilter/vsrc_mandelbrot: use the name 's' for the pointer to the private con...Ganesh Ajjanagadde2015-09-131-83/+83
* avfilter: add audio limiter filterPaul B Mahol2015-09-126-1/+400
* avfilter/af_ladspa: support simpler syntax for controlsPaul B Mahol2015-09-122-3/+9
* avformat/flvdec: Use the first index entry to find the first packet if there ...Michael Niedermayer2015-09-131-0/+7
* avformat/flvdec: Print last packet size at trace levelMichael Niedermayer2015-09-131-2/+3
* avformat/flvdec: Print terminator value found if it differs from AMF_END_OF_O...Michael Niedermayer2015-09-131-2/+6
* avformat/mpjpegdec: Allow mpjpeg headers parsing to succeed upon EOF, if requ...Alex Agranovsky2015-09-131-1/+4
* ADPCM: Bump THP channel limit to 14Rodger Combs2015-09-121-3/+3
* avfilter/vf_framerate: fix frame leak at uninitPaul B Mahol2015-09-121-1/+1
* avfilter/vf_framerate: unbreak flushingPaul B Mahol2015-09-121-1/+4
* avfilter/vf_framerate: calculate delta from scaled pts instead of unscaledPaul B Mahol2015-09-121-12/+7
* avfilter/vf_framerate: highbit depth supportPaul B Mahol2015-09-121-69/+211
* avfilter: add ocr filterPaul B Mahol2015-09-127-1/+183
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-1215-15/+15
* lavf/img2dec: Improve jpeg auto-detection.Carl Eugen Hoyos2015-09-121-6/+20
* avformat/mov: use AV_OPT_TYPE_BOOL for export_{all,xmp} optionsClément Bœsch2015-09-121-2/+2
* avcodec/roqvideoenc: use AV_OPT_TYPE_BOOL for quake3_compat optionClément Bœsch2015-09-121-1/+1
* avfilter/treble: use AV_OPT_TYPE_BOOL for csg optionClément Bœsch2015-09-121-1/+1
* avcodec/pgssubdec: use AV_OPT_TYPE_BOOL for forced_subs_only optionClément Bœsch2015-09-121-1/+1
* avdevice/v4l2: use AV_OPT_TYPE_BOOL for use_libv4l2 optionClément Bœsch2015-09-121-1/+1
* avcodec/textdec: use AV_OPT_TYPE_BOOL for keep_ass_markup optionClément Bœsch2015-09-121-1/+1
* avcodec/libx264: use AV_OPT_TYPE_BOOL for fastfirstpass optionClément Bœsch2015-09-121-1/+1
OpenPOWER on IntegriCloud