Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-09tests/mjpegenc_huffman: replace assert() with av_assert0()Rostislav Pehlivanov
2017-02-09mjpegenc_common: add missing ff_ prefix to init_uni_ac_vlcRostislav Pehlivanov
2017-02-09ffplay: change keyboard volume control to logarithmicMarton Balint
2017-02-08vaapi_encode: Add VP8 supportMark Thompson
2017-02-08vaapi_encode: Pass framerate parameters to driverMark Thompson
2017-02-08vaapi_h264: Enable VBR modeMark Thompson
2017-02-08vaapi_encode: Support VBR modeMark Thompson
2017-02-08vaapi_encode: Add MPEG-2 supportMark Thompson
2017-02-08vaapi_h264: Scale log2_max_pic_order_cnt_lsb with max_b_framesMark Thompson
2017-02-08vaapi_encode: Support forcing IDR frames via AVFrame.pict_typeMark Thompson
2017-02-08vaapi_encode: Fix GOP sizingMark Thompson
2017-02-08vaapi_h265: Fix CFR mode with framerate set in AVCodecContextMark Thompson
2017-02-08vaapi_h265: Add main 10 encode supportMark Thompson
2017-02-08avcodec/h264_slice: Clear ref_counts on redundant slicesMichael Niedermayer
2017-02-08doc/encoders: fix broken build with 884506dfe2eRicardo Constantino
2017-02-08Implement optimal huffman encoding for (M)JPEG.Jerry Jiang
2017-02-08lavf/mov.c: Avoid heap allocation wrap in mov_read_uuidMatt Wolenetz
2017-02-08lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlrMatt Wolenetz
2017-02-08libavcodec/cinepak.c: fix a wrong (inverted) misleading commentRl
2017-02-08avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis
2017-02-07avfilter/vf_scale: Fix chroma positioning for 4:2:0 pixel formatMaksym Veremeyenko
2017-02-07avcodec/pictordec: Fix logic errorMichael Niedermayer
2017-02-07matroska: demux BluRay text subtitlesPetri Hintukainen
2017-02-07doc/filters: extend midequalizer descriptionPaul B Mahol
2017-02-07avformat/hlsenc: add hls_flag option to write segments to temporary file unti...Aman Gupta
2017-02-06configure: use dashes instead of slashes in lib.exe invocationHendrik Leppkes
2017-02-06avcodec/movtextdec: Fix decode_styl() cleanupMichael Niedermayer
2017-02-06avfilter/vf_midequalizer: Remove duplicate includeMichael Niedermayer
2017-02-06lavf/matroskadec: fix is_keyframe for early BlocksChris Cunningham
2017-02-06ffmpeg: Remove redundant null checkMichael Niedermayer
2017-02-06avcodec/pthread_frame: Check av_packet_ref() for failureMichael Niedermayer
2017-02-06avfilter/af_pan: fix null pointer dereference on empty tokenMarton Balint
2017-02-05vf_scale_vaapi: Add missing return value checksMark Thompson
2017-02-05ffmpeg_vaapi: Always set hwaccel_ctx, so it gets properly cleaned up on errorMark Thompson
2017-02-05Revert "avutil/hwcontext_vaapi: fix SEGV in vaTerminate when vaInitialize fails"Mark Thompson
2017-02-05ffmpeg_vaapi: Unreference global device before setting itMark Thompson
2017-02-05avfilter/ebur128: fix relative threshold calculation for multiple contextsMarton Balint
2017-02-05avfilter/ebur128: do not allow null ebur128 context in ff_ebur128_relative_th...Marton Balint
2017-02-05doc/muxers: remove confusing example for segment muxer option clocktime_wrap_...Marton Balint
2017-02-05avformat/segment: remove last_cut check when detecting a new segmentMarton Balint
2017-02-04ffplay: fix borderless mode on WindowsMarton Balint
2017-02-04avfilter: add midequalizer filterPaul B Mahol
2017-02-04avcodec/pngdec: Check trns more completelyMichael Niedermayer
2017-02-04opus_rc: rename total_bits_used to total_bits and #define some constantsRostislav Pehlivanov
2017-02-04configure: instruct MSVC 2015 to properly process UTF-8 string literalsHendrik Leppkes
2017-02-04configure: add nologo switch to invocation of lib.exeHendrik Leppkes
2017-02-04avcodec/interplayvideo: Move parameter change check upMichael Niedermayer
2017-02-04avcodec/flacdsp: Avoid undefined operations in non debug buildsMichael Niedermayer
2017-02-04avcodec/flacdec: Check for invalid vlcsMichael Niedermayer
2017-02-04doc: clarify option on looping infinitely in movie filterWerner Robitza