summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpeg4video_parser: Avoid litteral 0x1B6, use named constant insteadMichael Niedermayer2018-04-301-1/+1
* avcodec/mpeg4video_parser: Fix incorrect spliting of MPEG-4 studio framesMichael Niedermayer2018-04-301-0/+2
* avformat/m4vdec: Use the same constant names as libavcodecMichael Niedermayer2018-04-301-4/+7
* avformat/m4vdec: Fix detection of raw MPEG-4 ES StudioMichael Niedermayer2018-04-301-0/+11
* configure: add missing pthreads dependency to v4l2_m2mJames Almer2018-04-291-1/+1
* doc/filters: add tmix examplesPaul B Mahol2018-04-291-0/+22
* avfilter/vf_mix: make setting weights more user friendlyPaul B Mahol2018-04-292-3/+12
* avcodec/wavpack: Fix integer overflow in DEC_MED() / INC_MED()Michael Niedermayer2018-04-291-2/+2
* avcodec/wavpack: Fix integer overflow in wv_unpack_stereo()Michael Niedermayer2018-04-291-1/+1
* avfilter/vf_fieldmatch: add support for >8 bit depth in ppsrcPaul B Mahol2018-04-291-4/+44
* avfilter/vf_fieldmatch: switch to activatePaul B Mahol2018-04-291-27/+46
* avfilter: add amplify filterPaul B Mahol2018-04-296-1/+318
* avfilter/vf_overlay: use slice_end in alpha_composite()Paul B Mahol2018-04-291-1/+1
* avcodec/vc1: fix mquant calculationJerome Borsboom2018-04-291-2/+3
* avfilter/vf_fieldmatch: use correct subsamplings for y0a, y1a and startxPaul B Mahol2018-04-282-4/+4
* doc/ffmpeg - update benchmark option readout detailsGyan Doshi2018-04-281-2/+2
* avfilter/vf_overlay: add slice threadingPaul B Mahol2018-04-281-91/+191
* fftools/ffmpeg: change fps progress log message to show two decimal digitsAndré Camargo2018-04-281-1/+1
* swresample/arm: rename labels to fix xcode build errorRahul Chaudhry2018-04-281-4/+4
* fftools/ffmpeg: Add system time and real time to benchmarking.Mark Wachsler2018-04-281-13/+36
* doc/libav-merge: remove resolved itemPaul B Mahol2018-04-281-1/+0
* avcodec/proresdec2: add missing frame color metadataPaul B Mahol2018-04-281-0/+5
* avcodec/proresdec2: make long name more descriptivePaul B Mahol2018-04-281-1/+1
* avcodec: remove duplicate prores decoderPaul B Mahol2018-04-283-788/+0
* avfilter/vf_convolution: make rdiv set to 0 more usefulPaul B Mahol2018-04-282-4/+12
* hwcontext_vaapi: Fix compilation with libva versions < 1.4.0Mark Thompson2018-04-271-0/+5
* avfilter/vf_mix: use correct linesizesPaul B Mahol2018-04-271-2/+2
* avfilter/vf_shuffleplanes: add support for timelinePaul B Mahol2018-04-271-2/+1
* avfilter/vf_premultiply: add slice threadingPaul B Mahol2018-04-271-17/+50
* avfilter/vf_maskedclamp: silence warningPaul B Mahol2018-04-271-1/+1
* avfilter/vf_mix: add slice threadingPaul B Mahol2018-04-271-8/+29
* avformat/mpegts: set AV_DISPOSITION_DESCRIPTIONS for OIPF casesŁukasz Krzciuk2018-04-271-0/+30
* avcodec/cbs_mpeg2: use existing buffer reference when splitting fragmentsJames Almer2018-04-261-9/+3
* avcodec/cbs: create reference counted fragments in ff_cbs_read_extradata()James Almer2018-04-261-21/+20
* avfilter/vf_maskedclamp: add slice threadingPaul B Mahol2018-04-271-69/+99
* avfilter/vf_atadenoise: do not abort if user specified invalid sizePaul B Mahol2018-04-262-3/+3
* lavf/http: use AV_OPT_FLAG_DEPRECATED for user-agent optionClément Bœsch2018-04-261-2/+1
* lavu/opt: add AV_OPT_FLAG_DEPRECATEDClément Bœsch2018-04-264-1/+11
* lavu/threadmessage: add av_thread_message_queue_nb_elems()Clément Bœsch2018-04-265-2/+28
* avcodec/vc1: fix out of bounds access of overlap filterJerome Borsboom2018-04-261-3/+3
* avfilter/vf_mix: clip output pixel valuesPaul B Mahol2018-04-261-2/+4
* avfilter/vf_mix: add scale optionPaul B Mahol2018-04-262-1/+18
* avfilter: add tmix filterPaul B Mahol2018-04-266-40/+144
* mov: Properly abide by the track's media durationDerek Buitenhuis2018-04-262-4/+4
* lavf/rtmpcrypt: Add a cast to silence an unavoidable warning.Carl Eugen Hoyos2018-04-261-1/+1
* avformat/dashenc: Set mp4 as the default format for VP9Karthick Jeyapal2018-04-261-2/+1
* avformat/dashenc: Set VP9 codec string with profile, level and bitdepthKarthick Jeyapal2018-04-261-6/+28
* avformat/vpcc: Calculate VP9 level from Luma's Sample rate and Picture sizeKarthick Jeyapal2018-04-262-4/+51
* avformat/dashdec: fix compling warning "filename is deprecated"Steven Liu2018-04-261-3/+3
* fix memory leak of parsing dash MPDguikunzhi2018-04-261-3/+11
OpenPOWER on IntegriCloud