summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavfi/fifo: do not assume request_frame() returns a frame.Nicolas George2015-11-071-2/+4
* lavfi/avf_concat: return immediately after requesting a frame on input.Nicolas George2015-11-071-3/+2
* lavfi: remove astreamsync.Nicolas George2015-11-075-282/+0
* lavu/opt: enhance printing durations.Nicolas George2015-11-072-9/+47
* lavfi: add realtime filter.Nicolas George2015-11-075-0/+153
* fate: add mpdecimate test.Nicolas George2015-11-072-0/+24
* lavfi: add testsrc2 test source.Nicolas George2015-11-077-0/+495
* doc/resampler: fix some trivial typosGanesh Ajjanagadde2015-11-071-2/+2
* avformat/segafilm: Only add index entries when the stream existsMichael Niedermayer2015-11-071-5/+6
* apng: use correct size for output bufferAndreas Cadhalpun2015-11-071-1/+3
* jvdec: avoid unsigned overflow in comparisonAndreas Cadhalpun2015-11-071-1/+1
* hevc: extract SEI caption dataWill Kelleher2015-11-073-0/+93
* avcodec/jpeg2000dec: Clip all tile coordinatesMichael Niedermayer2015-11-071-4/+4
* avcodec/microdvddec: Check for string end in 'P' caseMichael Niedermayer2015-11-071-0/+2
* vp9_parser: allow superframes with a single frame.Ronald S. Bultje2015-11-061-1/+1
* avcodec/dirac_parser: Fix undefined memcpy() useMichael Niedermayer2015-11-061-1/+1
* avdevice/dshow_enummediatypes: check return of av_mallocGanesh Ajjanagadde2015-11-061-0/+2
* XMA1 and XMA2 stereo decodersPaul B Mahol2015-11-0610-21/+164
* swresample/resample: speed up build_filter for Blackman-Nuttall filterGanesh Ajjanagadde2015-11-051-2/+3
* mpegtsenc: Implement writing of Opus trim_start/trim_end control valuesSebastian Dröge2015-11-061-3/+40
* mpegtsenc: Add support for muxing Opus in MPEG-TSSebastian Dröge2015-11-061-1/+179
* avformat/xmv: Discard remainder of packet on errorMichael Niedermayer2015-11-061-1/+4
* avformat/xmv: factor return check out of if/elseMichael Niedermayer2015-11-061-5/+3
* avcodec/mpeg12dec: Do not call show_bits() with invalid bitsMichael Niedermayer2015-11-061-1/+1
* avcodec/dnxhddec: Make mb_scan_index a fixed length arrayMichael Niedermayer2015-11-061-10/+2
* avcodec/faxcompr: Add missing runs check in decode_uncompressed()Michael Niedermayer2015-11-051-0/+4
* libavutil/channel_layout: Check strtol*() for failureMichael Niedermayer2015-11-051-2/+5
* avformat/mpegts: Only start probing data streams within probe_packetsMichael Niedermayer2015-11-051-0/+1
* avcodec/hevc_ps: Check chroma_format_idcMichael Niedermayer2015-11-051-0/+4
* avcodec/truemotion1: Initialize mb_change_byte only when neededMichael Niedermayer2015-11-051-1/+2
* avcodec/ffv1dec: Print an error if the quant table count is invalidMichael Niedermayer2015-11-051-1/+3
* avcodec/ffv1dec: Free tables on init failureMichael Niedermayer2015-11-051-0/+1
* avcodec/ffv1dec: Check for 0 quant tablesMichael Niedermayer2015-11-051-1/+1
* swresample/resample: speed up build_filter by 50%Ganesh Ajjanagadde2015-11-041-4/+40
* avcodec/mjpegdec: Reinitialize IDCT on BPP changesMichael Niedermayer2015-11-041-4/+15
* avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using itMichael Niedermayer2015-11-041-2/+8
* avcodec/aacsbr_template: replace qsort with AV_QSORTGanesh Ajjanagadde2015-11-041-6/+8
* avcodec/rawenc: Cast argument for av_image_copy_to_buffer() to constMichael Niedermayer2015-11-041-1/+1
* avcodec/libzvbi-teletextdec: Remove unused variable retMichael Niedermayer2015-11-041-1/+0
* avcodec/vdpau: Remove CONFIG_H263_VDPAU_HWACCELMichael Niedermayer2015-11-041-1/+1
* avformat/cache: Use int64_t to avoid int overflow in cache_readBryan Huh2015-11-041-1/+1
* avfilter/showcqt: remove yuv offsetMuhammad Faiz2015-11-031-36/+36
* all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde2015-11-038-21/+13
* avutil/common: add FFDIFFSIGN macroGanesh Ajjanagadde2015-11-031-0/+11
* avfilter/vf_rotate: correct log messageGanesh Ajjanagadde2015-11-031-2/+2
* fate: update fate-source ref fileJames Almer2015-11-031-0/+1
* avformat: add acm demuxerPaul B Mahol2015-11-036-1/+81
* avcodec: add Interplay ACM decoderPaul B Mahol2015-11-037-2/+628
* avutil/file_open: avoid file handle inheritance on WindowsTobias Rapp2015-11-021-0/+3
* hlsenc: Only write PAT/PMT once per segmentDerek Buitenhuis2015-11-021-1/+9
OpenPOWER on IntegriCloud