summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Implement optimal huffman encoding for (M)JPEG.Jerry Jiang2017-02-08
* lavf/mov.c: Avoid heap allocation wrap in mov_read_uuidMatt Wolenetz2017-02-08
* lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlrMatt Wolenetz2017-02-08
* libavcodec/cinepak.c: fix a wrong (inverted) misleading commentRl2017-02-07
* avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-07
* avfilter/vf_scale: Fix chroma positioning for 4:2:0 pixel formatMaksym Veremeyenko2017-02-07
* avcodec/pictordec: Fix logic errorMichael Niedermayer2017-02-07
* matroska: demux BluRay text subtitlesPetri Hintukainen2017-02-07
* doc/filters: extend midequalizer descriptionPaul B Mahol2017-02-07
* avformat/hlsenc: add hls_flag option to write segments to temporary file unti...Aman Gupta2017-02-07
* configure: use dashes instead of slashes in lib.exe invocationHendrik Leppkes2017-02-06
* avcodec/movtextdec: Fix decode_styl() cleanupMichael Niedermayer2017-02-06
* avfilter/vf_midequalizer: Remove duplicate includeMichael Niedermayer2017-02-06
* lavf/matroskadec: fix is_keyframe for early BlocksChris Cunningham2017-02-06
* ffmpeg: Remove redundant null checkMichael Niedermayer2017-02-06
* avcodec/pthread_frame: Check av_packet_ref() for failureMichael Niedermayer2017-02-06
* avfilter/af_pan: fix null pointer dereference on empty tokenMarton Balint2017-02-05
* vf_scale_vaapi: Add missing return value checksMark Thompson2017-02-05
* ffmpeg_vaapi: Always set hwaccel_ctx, so it gets properly cleaned up on errorMark Thompson2017-02-05
* Revert "avutil/hwcontext_vaapi: fix SEGV in vaTerminate when vaInitialize fails"Mark Thompson2017-02-05
* ffmpeg_vaapi: Unreference global device before setting itMark Thompson2017-02-05
* avfilter/ebur128: fix relative threshold calculation for multiple contextsMarton Balint2017-02-04
* avfilter/ebur128: do not allow null ebur128 context in ff_ebur128_relative_th...Marton Balint2017-02-04
* doc/muxers: remove confusing example for segment muxer option clocktime_wrap_...Marton Balint2017-02-04
* avformat/segment: remove last_cut check when detecting a new segmentMarton Balint2017-02-04
* ffplay: fix borderless mode on WindowsMarton Balint2017-02-04
* avfilter: add midequalizer filterPaul B Mahol2017-02-04
* avcodec/pngdec: Check trns more completelyMichael Niedermayer2017-02-04
* opus_rc: rename total_bits_used to total_bits and #define some constantsRostislav Pehlivanov2017-02-04
* configure: instruct MSVC 2015 to properly process UTF-8 string literalsHendrik Leppkes2017-02-04
* configure: add nologo switch to invocation of lib.exeHendrik Leppkes2017-02-04
* avcodec/interplayvideo: Move parameter change check upMichael Niedermayer2017-02-04
* avcodec/flacdsp: Avoid undefined operations in non debug buildsMichael Niedermayer2017-02-04
* avcodec/flacdec: Check for invalid vlcsMichael Niedermayer2017-02-04
* doc: clarify option on looping infinitely in movie filterWerner Robitza2017-02-03
* avfilter/vf_unsharp: Free out AVFrame on errorMichael Niedermayer2017-02-03
* avfilter/vf_perspective: Free out AVFrame on errorMichael Niedermayer2017-02-03
* avfilter/vf_fieldhint: Free out AVFrame on errorMichael Niedermayer2017-02-03
* avfilter/vf_deshake: Free out AVFrame on errorMichael Niedermayer2017-02-03
* avfilter/vf_ciescope: Free out AVFrame on errorMichael Niedermayer2017-02-03
* avcodec/ivi: use init_get_bits8()Paul B Mahol2017-02-03
* avcodec/metasound: use init_get_bits8()Paul B Mahol2017-02-03
* avcodec/xsubdec: use init_get_bits8()Paul B Mahol2017-02-03
* avcodec/mpc7: use init_get_bits8()Paul B Mahol2017-02-03
* avcodec/mpc7: return meaningful error valuesPaul B Mahol2017-02-03
* avcodec/mpc8: use init_get_bits8()Paul B Mahol2017-02-03
* lavf/isom: Support DTS Express in mov.Carl Eugen Hoyos2017-02-03
* doc: add a lexiconClément Bœsch2017-02-03
* avcodec/ituh263dec: Implement U263s interpretation of H.263 B framesMichael Niedermayer2017-02-03
* avutil/hwcontext_vaapi: fix SEGV in vaTerminate when vaInitialize failsAman Gupta2017-02-02