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
2021-02-27avfilter/lavfutils: Fix memleak when avformat_find_stream_info() failsAndreas Rheinhardt
2021-02-27avfilter/lavfutils: Don't use uninitialized pointers for freeingAndreas Rheinhardt
2018-04-02lav*,tests: remove several register_all callsJosh de Kock
2017-09-05avfilter/lavfutils: remove usage of AVStream->codecJames Almer
2017-04-28avfilter/lavfutils: use image2pipe demuxer on ff_load_imageMuhammad Faiz
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-04-30avfilter/lavfutils: disable frame threads when decoding a single imageMichael Niedermayer
2015-03-02avfilter/lavfutils: use av_frame_free for freeing an AVFrameClément Bœsch
2014-08-16avfilter/lavfutils/ff_load_image: Return error if no frame could be decodedMichael Niedermayer
2014-08-02avfilter/lavfutils: remove redundant variable initMichael Niedermayer
2014-03-28avfilter/lavfutils: call av_find_stream_info() before reading various informa...Michael Niedermayer
2013-11-17Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer
2013-10-12avfilter/lavfutils: fix memleak of avpacketMichael Niedermayer
2012-10-17libavfilter/lavfutils: remove useless NULL check on format contextMichael Niedermayer
2012-10-17libavfilter/lavfutils: remove useless NULL check on codec contextMichael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-05-26lavfutils: fix incompatible pointer type warningMichael Niedermayer
2012-05-24lavfutils: fix copyrightMichael Niedermayer
2012-05-11lavfutils: ff_load_image: Initialize contextMichael Niedermayer
2012-04-07lavfi: port libmpcodecs remove-logo filterStefano Sabatini