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-04-15lavf/hls: Cleanup the applehttpJun Zhao
2019-04-15lavf/rtsp.c: Fix stimeout option not applied on http tunnelJun Li
2019-04-15Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel"Steven Liu
2019-04-15lavf/rtsp.c: Fix stimeout option not applied on http tunnelSigned-off-by: Jun Li
2019-04-15Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel"Steven Liu
2019-04-15lavf/rtsp.c: Fix stimeout option not applied on http tunnelSteven Liu
2019-04-14avformat/mxfdec: use operational_pattern_ul instead of operational_pattern fo...Marton Balint
2019-04-14avformat/hlsenc: flush packets before update split messageSteven Liu
2019-04-13avcodec: add LSCR decoderPaul B Mahol
2019-04-11avformat/file: add seekable option to disallow seekingMarton Balint
2019-04-11avformat/mxfdec: export operational pattern UL as file metadataMarton Balint
2019-04-11avcodec: add ADPCM AGM decoderPaul B Mahol
2019-04-11avcodec/agm: add support for non-dct codingPaul B Mahol
2019-04-11avcodec/agm: add support for higher compressionPaul B Mahol
2019-04-10libavformat/dashenc : Prevent writing manifest files multiple timesjoepadmiraal
2019-04-09avformat/matroskaenc: fix leak on errorTristan Matthews
2019-04-09lavf/movenc: Pass correct pointer to av_log().Carl Eugen Hoyos
2019-04-09lavf/matroskaenc: Fix memory leak after write trailerJun Zhao
2019-04-08avformat/av1: Initialize padding in ff_isom_write_av1cJeremy Dorfman via ffmpeg-devel
2019-04-07avformat/riffdec: pass correct pointer to av_logPaul B Mahol
2019-04-07lavf/Makefile: Fix kux demuxer standalone compilation.Carl Eugen Hoyos
2019-04-06lavf/flvdec: added support for KUX containerSwaraj Hota
2019-04-05avformat/matroskadec: Improve length checkAndreas Rheinhardt via ffmpeg-devel
2019-04-03lavf/movenc: fix tmcd writing for non-MP4/MOV modesGyan Doshi
2019-04-03lavf/hashenc: Correct the hash/MD5 muxer class nameJun Zhao
2019-04-02avformat/dashenc: Add support for Global SIDXKarthick J
2019-04-02avformat/movenc: Fix skip_trailer when global_sidx is enabledKarthick J
2019-04-02avformat/hls: make different warning message between open url and parse playlistSteven Liu
2019-04-01lavf/mov: skip extradata check in esds for MPEG-1/2 audioGyan Doshi
2019-04-01avformat/movenc: free eac3 private data only when closing the streamJames Almer
2019-04-01avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100Jun Li
2019-03-31lavf/flvdec: Cosmetics: Fix indentation for flv_read_packetJun Zhao
2019-03-31lavf/flvdec: add AMF date type supportJun Zhao
2019-03-31avcodec: add Amuse Graphics decoderPaul B Mahol
2019-03-27lavf/latmenc: Return the correct error for wrong codec.Carl Eugen Hoyos
2019-03-26avformat/avformat.h: Update the comment for AVInputFormat.flagsJun Zhao
2019-03-25avformat/mov: Fix potential integer overflow in entry check in mov_read_trun()Michael Niedermayer
2019-03-25avformat/rtsp: Add https tunneling supportJun Li
2019-03-23avformat/avformat.h: update the comment from deprecated to new APISteven Liu
2019-03-23lavf/flvdec: fix typo in log messageJun Zhao
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2019-03-21lavf/latmenc: Error out for unsupported codecs.Carl Eugen Hoyos
2019-03-21lavf/allformats: Remove an accidentally committed line.Carl Eugen Hoyos
2019-03-20lavf: Constify AVProbeData* in av_probe_input_format().Carl Eugen Hoyos
2019-03-20lavf/avformat: Add a warning that ff_const59 is not part of the public api.Carl Eugen Hoyos
2019-03-20lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos
2019-03-20lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos
2019-03-20lavf/http: Print metadata updates with -loglevel verbose.Carl Eugen Hoyos
2019-03-20lavf/spdifenc: Do not overwrite buffer when muxing TrueHD.Carl Eugen Hoyos
2019-03-20lavf/sdp: Change pointer to configuration from char* to uint8_t*.Carl Eugen Hoyos