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
2018-04-20avformat/utils: ignore outlier durations on subtitle/data streams as wellAman Gupta
2018-04-20lavf/http.c: Free allocated client URLContext in case of error.Stephan Holljes
2018-04-19avformat/tls_schannel: fix handling of EOF after avio changesHendrik Leppkes
2018-04-17avformat/movenc: support writing iTunes cover imageTimo Teräs
2018-04-16avformat/flacenc: add flac_init()James Almer
2018-04-16avformat/flacenc: support writing attached picturesRodger Combs
2018-04-16avformat/movenc: forbid muxing AV1 streams until the spec is finishedJames Almer
2018-04-16Bump minor versions for branching release/4.0Michael Niedermayer
2018-04-16avformat/hlsenc: avformat/hlsenc: add error message for encrypt fmp4 modeSteven Liu
2018-04-14avformat/utils: use the existing packet reference when parsing complete framesJames Almer
2018-04-13avformat/utils: Check cur_dts in update_initial_timestamps() moreMichael Niedermayer
2018-04-13avformat/utils: Fix integer overflow in end time calculation in update_stream...Michael Niedermayer
2018-04-13avformat/utils: Stream specifier enhancement 2.Bela Bodecs
2018-04-13avformat/hlsenc: add option hls_delete_thresholdSteven Liu
2018-04-13avformat/mov: Fix extradata memleakMichael Niedermayer
2018-04-13avformat/utils: Stream specifier enhancementBela Bodecs
2018-04-12lavf/hlsproto: use ff_get_chomp_lineJun Zhao
2018-04-12lavf/hlsenc: use ff_get_chomp_lineJun Zhao
2018-04-12lavf/hls: use ff_get_chomp_lineJun Zhao
2018-04-12lavf/aviobuf: add ff_get_chomp_lineJun Zhao
2018-04-12libavformat/aac: Parse all ID3 tags present between ADTS framesMattias Amnefelt
2018-04-11spdifenc: support ac3 core+eac3 dependent streamsHendrik Leppkes
2018-04-11avformat/hlsenc: fix handling of delete_segments when %v is presentBela Bodecs
2018-04-11avformat/movenc: use correct iTunes copyright atomTimo Teräs
2018-04-10Sega FILM: set dts and duration when demuxingMisty De Meo
2018-04-10lavf/segafilmenc: Do not mix variable declaration and code.Carl Eugen Hoyos
2018-04-07avformat/matroskadec: reference the existing data buffer when creating packetsJames Almer
2018-04-07avformat/matroskadec: factor the prores packet parsing code outJames Almer
2018-04-07avformat/matroskadec: use refcounted buffers in EbmlBinJames Almer
2018-04-06lavf/amr: Stricter heuristic for auto-detection.Carl Eugen Hoyos
2018-04-06Add Sega FILM muxerMisty De Meo
2018-04-05avformat/mov: Fix parsing of tfdt when using sample descriptors.Jacob Trimble
2018-04-04avformat/movenc: add rtp_hinting_needed() helper functionTimo Teräs
2018-04-04avformat/matroskadec: address some more missing AVPacket freesJames Almer
2018-04-04avformat/matroskadec: address a missing AVPacket freeJames Almer
2018-04-04avformat/mp3enc: use AVPacketList helper functions to queue packetsJames Almer
2018-04-04avformat/ttaenc: use AVPacketList helper functions to queue packetsJames Almer
2018-04-04avformat/matroskadec: use AVPacketList to queue packetsJames Almer
2018-04-04avformat/utils: optimize ff_packet_list_free()James Almer
2018-04-04avformat/utils: make AVPacketList helper functions sharedJames Almer
2018-04-04lavf/hls: Remove the dead code in parse_playlist()Jun Zhao
2018-04-03avformat/options_table: Change the seek2any location in opt table.Jun Zhao
2018-04-02avformat/rmdec: make use of avio_get_str()Paul B Mahol
2018-04-02avformat/concatdec: only set output stream index before returning packetMarton Balint
2018-04-02avformat/utils: use av_packet_make_refcounted to ensure packets are ref countedJames Almer
2018-04-02lavf/img2dec: use new iteration APIJosh de Kock
2018-04-02lav*,tests: remove several register_all callsJosh de Kock
2018-04-02lavf/format: use const AVInputFormat for iterationJosh de Kock
2018-04-02Revert "avformat/format: temporarily use old next api"Josh de Kock
2018-04-02lavf/allformats: remove left-over index decrementJosh de Kock