summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ffplay: change keyboard volume control to logarithmicMarton Balint2017-02-081-4/+6
* vaapi_encode: Add VP8 supportMark Thompson2017-02-086-2/+275
* vaapi_encode: Pass framerate parameters to driverMark Thompson2017-02-082-0/+22
* vaapi_h264: Enable VBR modeMark Thompson2017-02-081-5/+11
* vaapi_encode: Support VBR modeMark Thompson2017-02-081-5/+37
* vaapi_encode: Add MPEG-2 supportMark Thompson2017-02-088-3/+481
* vaapi_h264: Scale log2_max_pic_order_cnt_lsb with max_b_framesMark Thompson2017-02-081-0/+2
* vaapi_encode: Support forcing IDR frames via AVFrame.pict_typeMark Thompson2017-02-082-4/+24
* vaapi_encode: Fix GOP sizingMark Thompson2017-02-082-46/+36
* vaapi_h265: Fix CFR mode with framerate set in AVCodecContextMark Thompson2017-02-081-2/+2
* vaapi_h265: Add main 10 encode supportMark Thompson2017-02-081-8/+14
* avcodec/h264_slice: Clear ref_counts on redundant slicesMichael Niedermayer2017-02-081-1/+3
* doc/encoders: fix broken build with 884506dfe2eRicardo Constantino2017-02-081-10/+10
* Implement optimal huffman encoding for (M)JPEG.Jerry Jiang2017-02-0823-96/+914
* lavf/mov.c: Avoid heap allocation wrap in mov_read_uuidMatt Wolenetz2017-02-081-1/+1
* lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlrMatt Wolenetz2017-02-081-0/+2
* libavcodec/cinepak.c: fix a wrong (inverted) misleading commentRl2017-02-071-2/+2
* avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-0722-1/+29
* avfilter/vf_scale: Fix chroma positioning for 4:2:0 pixel formatMaksym Veremeyenko2017-02-071-4/+5
* avcodec/pictordec: Fix logic errorMichael Niedermayer2017-02-071-1/+1
* matroska: demux BluRay text subtitlesPetri Hintukainen2017-02-071-0/+1
* doc/filters: extend midequalizer descriptionPaul B Mahol2017-02-071-0/+8
* avformat/hlsenc: add hls_flag option to write segments to temporary file unti...Aman Gupta2017-02-072-0/+30
* configure: use dashes instead of slashes in lib.exe invocationHendrik Leppkes2017-02-061-1/+1
* avcodec/movtextdec: Fix decode_styl() cleanupMichael Niedermayer2017-02-061-2/+6
* avfilter/vf_midequalizer: Remove duplicate includeMichael Niedermayer2017-02-061-1/+0
* lavf/matroskadec: fix is_keyframe for early BlocksChris Cunningham2017-02-061-3/+7
* ffmpeg: Remove redundant null checkMichael Niedermayer2017-02-061-1/+1
* avcodec/pthread_frame: Check av_packet_ref() for failureMichael Niedermayer2017-02-061-1/+7
* avfilter/af_pan: fix null pointer dereference on empty tokenMarton Balint2017-02-051-0/+5
* vf_scale_vaapi: Add missing return value checksMark Thompson2017-02-051-4/+7
* ffmpeg_vaapi: Always set hwaccel_ctx, so it gets properly cleaned up on errorMark Thompson2017-02-051-1/+1
* Revert "avutil/hwcontext_vaapi: fix SEGV in vaTerminate when vaInitialize fails"Mark Thompson2017-02-051-1/+2
* ffmpeg_vaapi: Unreference global device before setting itMark Thompson2017-02-051-0/+2
* avfilter/ebur128: fix relative threshold calculation for multiple contextsMarton Balint2017-02-041-30/+16
* avfilter/ebur128: do not allow null ebur128 context in ff_ebur128_relative_th...Marton Balint2017-02-041-1/+1
* doc/muxers: remove confusing example for segment muxer option clocktime_wrap_...Marton Balint2017-02-041-3/+0
* avformat/segment: remove last_cut check when detecting a new segmentMarton Balint2017-02-041-4/+1
* ffplay: fix borderless mode on WindowsMarton Balint2017-02-041-1/+3
* avfilter: add midequalizer filterPaul B Mahol2017-02-046-1/+406
* avcodec/pngdec: Check trns more completelyMichael Niedermayer2017-02-041-1/+14
* opus_rc: rename total_bits_used to total_bits and #define some constantsRostislav Pehlivanov2017-02-043-10/+17
* configure: instruct MSVC 2015 to properly process UTF-8 string literalsHendrik Leppkes2017-02-041-0/+3
* configure: add nologo switch to invocation of lib.exeHendrik Leppkes2017-02-041-1/+1
* avcodec/interplayvideo: Move parameter change check upMichael Niedermayer2017-02-041-4/+5
* avcodec/flacdsp: Avoid undefined operations in non debug buildsMichael Niedermayer2017-02-041-3/+11
* avcodec/flacdec: Check for invalid vlcsMichael Niedermayer2017-02-041-1/+7
* doc: clarify option on looping infinitely in movie filterWerner Robitza2017-02-031-1/+1
* avfilter/vf_unsharp: Free out AVFrame on errorMichael Niedermayer2017-02-031-1/+3
* avfilter/vf_perspective: Free out AVFrame on errorMichael Niedermayer2017-02-031-0/+1
OpenPOWER on IntegriCloud