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-15avformat/utils: make av_url_split search for hashmark as well to separate hos...Marton Balint
2020-02-15avformat/tests/url: add av_url_split testsMarton Balint
2020-02-15avformat/tests/url: make format more readableMarton Balint
2020-02-15avformat/utils: Fix memleaks in avformat_open_input()Andreas Rheinhardt
2020-02-15avcodec: add cdtoons decoderAlyssa Milburn
2020-02-11avformat/utils: Fix undefined behavior in ff_configure_buffers_for_index()Dale Curtis
2020-02-11avformat/mpjpegdec: Remove redundant initializationsAndreas Rheinhardt
2020-02-11avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt
2020-02-10avformat/tty: fix last timestamp for fatePaul B Mahol
2020-02-10avformat/tty: add seeking supportPaul B Mahol
2020-02-10avformat/tty: make probing strict for first 8 bytesPaul B Mahol
2020-02-10avformat/tty: Fix division by 0 in probeMichael Niedermayer
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