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-03-02avformat/mxfdec: set index_duration from the track using the indexMarton Balint
2018-03-02avformat/mxfdec: fix sorting of index segmentsMarton Balint
2018-03-02avformat/mxfdec: use both body_sid and track_number to find the track of a pa...Marton Balint
2018-03-02avformat/mxfdec: use full UMID to resolve source packageMarton Balint
2018-03-02avformat/mxfdec: use the first system item if available for calculating essen...Marton Balint
2018-03-02avformat/mxfdec: fix essence_offset calculationMarton Balint
2018-03-02avformat/mxfdec: fix indentationMarton Balint
2018-02-27avformat/dashenc: Removed usage of deprecated 'filename' variableKarthick Jeyapal
2018-02-27avformat/dashenc: add option to change HTTP methodSerhii Marchuk
2018-02-27avformat/utils: don't overwrite the return value of read_packet()James Almer
2018-02-24avformat/concatdec: add support for very long line sizesMarton Balint
2018-02-24avformat/aviobuf: add ff_read_line_to_bprint and ff_read_line_to_bprint_overw...Marton Balint
2018-02-24Add muxer/demuxer for raw codec2 and .c2 filesTomas Härdin
2018-02-24avformat/dashenc: chunk streaming support for low latency use casesVishwanath Dixit
2018-02-24avformat/dashenc: opening a segment file when its first frame is readyVishwanath Dixit
2018-02-24avformat/hvcc: zero initialize the nal buffers past the last written byteJames Almer
2018-02-24avformat/mpegts: set AV_DISPOSITION_DEPENDENT for mix_type=0 supplementary audioAman Gupta
2018-02-24avformat/dump: tag AV_DISPOSITION_DESCRIPTIONS streamsAman Gupta
2018-02-23lavf/mpegts: add supplementary audio descriptorStefan Pöschel
2018-02-23hlsenc: Fixing HLS_TEMP_FILE usage with HLS_SECOND_LEVEL_SEGMENT_...Bela Bodecs
2018-02-23avformat/flvdec: Set broken_sizes for FlixEngine.Nikolas Bowe
2018-02-22avformat/mpegenc - log error msgs for unsupported LPCM streamsGyan Doshi
2018-02-20avformat/movenc: addition of flag to fragment at every frameVishwanath Dixit
2018-02-20avformat/matroskadec: fix return valueJames Almer
2018-02-20avformat/matroskadec: free the packet on webvtt side data allocation failureJames Almer
2018-02-20avformat/matroskadec: ignore CodecPrivate if the stream is VP9James Almer
2018-02-16avformat/mpegenc - accept PCM_DVD streamsGyan Doshi
2018-02-15avformat/aviobuf: zero initialize the AVIOContext in ffio_init_context()James Almer
2018-02-14lavf/rtpdec*: Constify all RTPDynamicProtocolHandler.Carl Eugen Hoyos
2018-02-13lavf/matroskaenc: Force the minimum value for -reserve_index_space to 2.Carl Eugen Hoyos
2018-02-13libavformat/aac: Parse ID3 tags between ADTS frames.Richard Shaffer
2018-02-12avformat/Makefile: use individual dependencies for librtmp protocolsJames Almer
2018-02-12Merge commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906'James Almer
2018-02-11lavf/rtpdec: Constify several pointers.Carl Eugen Hoyos
2018-02-10lavf/aptxdec: fix the limit on the APTX demuxer definitionJan Ekström
2018-02-10avformat/mov: Fix ctts_index calculationXiaohan Wang
2018-02-10avformat/format: temporarily use old next apiMuhammad Faiz
2018-02-10aptx: add raw muxer and demuxer for aptX HDAurelien Jacobs
2018-02-09dashdec: Support SegmentTimeline inside Periodsfan5
2018-02-07avformat: fix stream_segment muxer build dependenciesJames Almer
2018-02-07avformat/hls: Support metadata updates from subdemuxersRichard Shaffer
2018-02-07avformat/fifo_test: remove network.h includeJames Almer
2018-02-07api: add missing version bumps and APIChanges entriesJames Almer
2018-02-07avformat/mov: add VP8 codec supportJames Almer
2018-02-07avformat/Makefile: fix fifo and fifo_test muxer build objectsJames Almer
2018-02-07avformat/bintext: Implement bin_probe()Michael Niedermayer
2018-02-06lavd: add new API for iterating input and output devicesJosh de Kock
2018-02-06lavf: add new API for iterating muxers and demuxersJosh de Kock
2018-02-06lavf: move fifo test muxer into separate fileJosh de Kock
2018-02-06lavf/rtp: replace linked list with arrayJosh de Kock