summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec/h264: use AV_OPT_TYPE_BOOL for is_avc optionClément Bœsch2015-09-121-1/+1
* ffprobe: use AV_OPT_TYPE_BOOL for writers optionsClément Bœsch2015-09-121-22/+22
* avdevice/caca: small trivial macros adjustmentsClément Bœsch2015-09-121-8/+10
* avdevice/caca: remove space before ':' (English typo, cosmetics)Clément Bœsch2015-09-121-2/+2
* avdevice/caca: use AV_OPT_TYPE_BOOL for list_drivers optionClément Bœsch2015-09-121-3/+1
* avcodec: use AV_OPT_TYPE_BOOL for refcounted_frames, side_data_only_packets a...Clément Bœsch2015-09-121-3/+3
* configure: fix build on mingw64 target with msys2Peter Belkner2015-09-121-2/+2
* Merge commit 'c0a49077ea4ff3a0ad30b9e33f1bb06ba9112aaa'Hendrik Leppkes2015-09-121-2/+4
|\
| * asfdec: add more checks for size left in asf packet bufferAlexandra Hájková2015-09-121-2/+4
* | Merge commit '1b2412f50185447da4212f65f06e8d72a6daf06e'Hendrik Leppkes2015-09-120-0/+0
|\ \ | |/
| * lavc: Fix compilation with --disable-everything --enable-parser=mpeg4videoHendrik Schreiber2015-09-121-1/+1
* | Merge commit 'f00f6d538dcbaa122eb5e2784f41f4a299296b7b'Hendrik Leppkes2015-09-126-6/+5
|\ \ | |/
| * lavc: Sanitize header inclusion guardsVittorio Giovara2015-09-126-6/+5
* | Merge commit '6064f697a321174232a3fad351afb21150c3e9e5'Hendrik Leppkes2015-09-125-10/+22
|\ \ | |/
| * lavc: Enable side data only packets by defaultVittorio Giovara2015-09-125-10/+22
* | avformat/avienc: add muxer option "write_channel_mask"Tobias Rapp2015-09-123-4/+29
* | fate: readjust AAC encoder TNS testRostislav Pehlivanov2015-09-121-1/+1
* | aacenc_tns: readjust values for new TNS decision makingRostislav Pehlivanov2015-09-121-3/+3
* | aacenc_tns: encode coefficients directly and reenable compressionRostislav Pehlivanov2015-09-121-8/+25
* | aacenc_tns: redo coefficient quantization and decision makingRostislav Pehlivanov2015-09-122-26/+37
* | Merge commit '1e0b8bf0b3b3b4247fb21e9839af342ae879607c'Hendrik Leppkes2015-09-121-1/+1
|\ \ | |/
OpenPOWER on IntegriCloud