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
2020-02-06avformat: add demuxer for Simon & Schuster Interactive's VAG formatZane van Iperen
2020-02-05avformat/hlsenc: allow a custom SDT and PAT periodMarton Balint
2020-02-05avformat/matroskaenc: Check functions that can failAndreas Rheinhardt
2020-02-04avformat/sccdec: use av_sscanf() insteadPaul B Mahol
2020-02-03avformat/dashenc: use AV_OPT_TYPE_DICT for http_optsMarton Balint
2020-02-02avformat/udp: cancel pending IO on win32 manuallyMarton Balint
2020-02-02avformat/udp: remove setting cancel state from the TX threadMarton Balint
2020-02-01avformat/hlsenc: fix hls_ts_options with mpegtsMarton Balint
2020-01-31dashenc: check pts to prevent division by zero errorAlfred E. Heggestad
2020-01-30avformat/mov: Check STCO locationMichael Niedermayer
2020-01-30avformat/aviobuf: Remove AVIOInternal and one level of indirectionAndreas Rheinhardt
2020-01-30avformat/avio: add avio_protocol_get_classSteven Liu
2020-01-29avformat/tty: add probe functionPaul B Mahol
2020-01-28avformat/mov: Don't leak MOVFragmentStreamInfo on errorAndreas Rheinhardt
2020-01-28avformat/mov: Free encryption data on errorAndreas Rheinhardt
2020-01-28avformat/mov: update extensionsGyan Doshi
2020-01-27avformat/matroskaenc: Remove useless AVIOContextAndreas Rheinhardt
2020-01-27avformat/matroskaenc: Improve writing ProjectionAndreas Rheinhardt
2020-01-27avformat/mux: Don't use av_ prefix for static functionsAndreas Rheinhardt
2020-01-26avformat/mux: Don't unnecessarily zero-initialize AVPacketListAndreas Rheinhardt
2020-01-26avformat/mux: Move packet referencesAndreas Rheinhardt
2020-01-26avformat/gxfenc: Add deinit functionAndreas Rheinhardt
2020-01-26avformat/mxfenc: Add deinit functionAndreas Rheinhardt
2020-01-26avformat/mxfenc: Don't free priv_data of AVStreamAndreas Rheinhardt
2020-01-26avformat/audiointerleave: Check before dereferencingAndreas Rheinhardt
2020-01-26avformat/dvenc: Don't zero unnecessarilyAndreas Rheinhardt
2020-01-26avformat/dvenc: Replace write_trailer by deinit functionAndreas Rheinhardt
2020-01-26avformat/yuv4mpegdec: increase header limitGyan Doshi
2020-01-26avformat/yuv4mpegdec: better error loggingGyan Doshi
2020-01-26avformat/av1: Avoid allocation + copying when filtering OBUsAndreas Rheinhardt
2020-01-26avformat/av1: Fix nits in the documentation of ff_av1_filter_obus_buf()Andreas Rheinhardt
2020-01-26avformat/av1, avc, hevc: Remove av_freep()Andreas Rheinhardt
2020-01-26avformat/av1: Improve filtering AV1 OBUsAndreas Rheinhardt
2020-01-26avformat/movenc: Check for reformatting errors when writing hint tracksAndreas Rheinhardt
2020-01-26avformat/av1, hevc: Make *_buf-functions return 0 on successAndreas Rheinhardt
2020-01-26avformat/hevc: Fix potential leak in case of ff_hevc_annexb2mp4_buf failureAndreas Rheinhardt
2020-01-26avformat/matroskaenc: CosmeticsAndreas Rheinhardt
2020-01-26avformat/matroskaenc: Check for reformatting errorsAndreas Rheinhardt
2020-01-26avformat: add demuxer for argonaut games' ASF formatZane van Iperen
2020-01-26avformat/udp: increase the default buffer size of a receiving socket to 384KMarton Balint
2020-01-26avformat/udp: properly use return value of pthread_cond_timedwaitMarton Balint
2020-01-26avformat/udp: add newline after warningMarton Balint
2020-01-25avformat/movenc: allow ISMV timescale to be user-setGyan Doshi
2020-01-24avformat/libsrt: add missing SRT_VERSION_VALUE checkMarton Balint
2020-01-23avformat/utils: log corrupt packetsGyan Doshi
2020-01-21avformat/libzmq: Replace fail statements with gotoAndriy Gelman
2020-01-21avformat/libzmq: Check return of zmq_setsockoptAndriy Gelman
2020-01-20avformat/hlsenc: fix default AES key file url with variant streamsBela Bodecs
2020-01-20avformat/hlsenc: program_date_time and append_list flags conflictBela Bodecs
2020-01-20avformat/udp: modify the not write-only to read-only mode.Xuchen Su