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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-05avformat/Makefile: add missing pcm dependency to sdx demuxerLou Logan
2019-11-05avformat/Makefile: add missing pcm dependency to nsp demuxerLou Logan
2019-11-05avformat/Makefile: add missing pcm dependency to hcom demuxerLou Logan
2019-11-04lavf/asfdec: Simplify the check conditionsJun Zhao
2019-11-04lavf/mpegtsenc: fix logic check errorJun Zhao
2019-11-03avformat/ftp: add AVOptions for authenticationNicolas Frattaroli
2019-11-03avformat: Add max_probe_packets optionAndriy Gelman
2019-11-01libavformat/flacenc: reject too big picture blocksMattias Wadman
2019-10-31avformat/hlsenc: fix the av_dirname path isn't include separator in the end o...Limin Wang
2019-10-30avformat/apngenc: Add deinit functionAndreas Rheinhardt
2019-10-30avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input formatPhilip Langdale
2019-10-29avformat/dss: Remove superfluous headersAndreas Rheinhardt
2019-10-28avformat/wc3movie: fix memleak when read content size not equvipe input sizeSteven Liu
2019-10-28avformat/swfdec: fix memleak when inflateInit failedSteven Liu
2019-10-28avformat/smacker: fix memleak when avformat_new_stream failedSteven Liu
2019-10-28avformat/rtmpproto: fix memleak when open rtmp failedSteven Liu
2019-10-28avformat/rl2: fix memleak when read end of fileSteven Liu
2019-10-28avformat/mpc8: fix memleak when seek table too bigSteven Liu
2019-10-28avformat/libmodplug: fix memleak when load modplug failedSteven Liu
2019-10-28avformat/hlsenc: move freep segment from sls_flags_filename_process after cal...Steven Liu
2019-10-26avformat/avienc: Remove superfluous headerAndreas Rheinhardt
2019-10-26avformat/avidec: Remove superfluous headerAndreas Rheinhardt
2019-10-26avformat/asfenc: Remove unnecessary headerAndreas Rheinhardt
2019-10-26avformat/aiffenc: Add deinit functionAndreas Rheinhardt
2019-10-25avformat/bintext: avoid division by zeroPaul B Mahol
2019-10-25avformat/tee.c: steal bsf option before passing to fifo muxerJun Li
2019-10-24avformat/mpeg: Don't free unintialized pointerAndreas Rheinhardt
2019-10-24avformat/icoenc: Add deinit functionAndreas Rheinhardt
2019-10-24avformat/aiffenc: Use better error codesAndreas Rheinhardt
2019-10-24avformat/mpeg: Add padding to extradataAndreas Rheinhardt
2019-10-22avformat/mpeg: move the header_str free into end labelSteven Liu
2019-10-22avformat/segafilmenc: remove unneeded codeSteven Liu
2019-10-22avformat/matroskaenc: CosmeticsAndreas Rheinhardt
2019-10-22avformat/matroskaenc: Use more appropriate function nameAndreas Rheinhardt
2019-10-22avformat/matroskaenc: Remove redundant assertAndreas Rheinhardt
2019-10-22avformat/matroskaenc: Move track-related fields to mkv_trackAndreas Rheinhardt
2019-10-22avformat/matroskaenc: Use ffio_free_dyn_bufAndreas Rheinhardt
2019-10-22avformat/matroskaenc: Fix memleak upon failureAndreas Rheinhardt
2019-10-21avformat/oggenc: free buffered page lists while uninitializing the muxerJames Almer
2019-10-21avformat/flacenc: add a deinit functionJames Almer
2019-10-21avformat/mp3enc: add init and deinit functionsJames Almer
2019-10-21avformat/ttaenc: add a deinit functionJames Almer
2019-10-21avformat/avienc: add deinit functionJames Almer
2019-10-21avformat: call AVOutputFormat->deinit() when freeing the contextJames Almer
2019-10-20avformat/pjsdec: Check duration for overflowMichael Niedermayer
2019-10-20avformat/options: don't call avformat_free_context() within avformat_alloc_co...James Almer
2019-10-19avformat/nutenc: free all missing dynamic AVIOContext on header writing failureJames Almer
2019-10-19avformat/sapdec: check av_strdup() return value and fix memleakSteven Liu
2019-10-19avformat/mvdec: check av_strdup() return valueSteven Liu
2019-10-19avformat/mtv: check av_strdup() return valueSteven Liu