summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/hlsenc: add reference stream index for split segmentSteven Liu2018-03-021-1/+7
* ffmpeg: Fix memset size on ctts_data in mov_read_trun() (round 2)Xiaohan Wang2018-03-011-2/+4
* avformat/mxfdec: always use a stream which matches the first index table when...Marton Balint2018-03-011-0/+14
* avformat/mxfdec: compute sample_count after seek from index for audio streamsMarton Balint2018-03-011-6/+48
* avformat/mxfdec: use body_offset of the partitions in mxf_absolute_bodysid_of...Marton Balint2018-03-011-8/+15
* avformat/mxfdec: set index_duration from the track using the indexMarton Balint2018-03-011-10/+11
* avformat/mxfdec: fix sorting of index segmentsMarton Balint2018-03-011-3/+9
* avformat/mxfdec: use both body_sid and track_number to find the track of a pa...Marton Balint2018-03-011-4/+83
* avformat/mxfdec: use full UMID to resolve source packageMarton Balint2018-03-011-5/+5
* avformat/mxfdec: use the first system item if available for calculating essen...Marton Balint2018-03-011-3/+8
* avformat/mxfdec: fix essence_offset calculationMarton Balint2018-03-011-2/+2
* avformat/mxfdec: fix indentationMarton Balint2018-03-011-10/+10
* avformat/dashenc: Removed usage of deprecated 'filename' variableKarthick Jeyapal2018-02-271-1/+1
* avformat/dashenc: add option to change HTTP methodSerhii Marchuk2018-02-271-0/+4
* avformat/utils: don't overwrite the return value of read_packet()James Almer2018-02-261-3/+3
* avformat/concatdec: add support for very long line sizesMarton Balint2018-02-241-8/+11
* avformat/aviobuf: add ff_read_line_to_bprint and ff_read_line_to_bprint_overw...Marton Balint2018-02-242-0/+72
* Add muxer/demuxer for raw codec2 and .c2 filesTomas Härdin2018-02-246-1/+308
* avformat/dashenc: chunk streaming support for low latency use casesVishwanath Dixit2018-02-241-3/+23
* avformat/dashenc: opening a segment file when its first frame is readyVishwanath Dixit2018-02-241-21/+36
* avformat/hvcc: zero initialize the nal buffers past the last written byteJames Almer2018-02-241-0/+2
* avformat/mpegts: set AV_DISPOSITION_DEPENDENT for mix_type=0 supplementary audioAman Gupta2018-02-233-0/+6
* avformat/dump: tag AV_DISPOSITION_DESCRIPTIONS streamsAman Gupta2018-02-231-0/+2
* lavf/mpegts: add supplementary audio descriptorStefan Pöschel2018-02-231-1/+36
* hlsenc: Fixing HLS_TEMP_FILE usage with HLS_SECOND_LEVEL_SEGMENT_...Bela Bodecs2018-02-231-7/+13
* avformat/flvdec: Set broken_sizes for FlixEngine.Nikolas Bowe2018-02-231-2/+4
* avformat/mpegenc - log error msgs for unsupported LPCM streamsGyan Doshi2018-02-221-3/+12
* avformat/movenc: addition of flag to fragment at every frameVishwanath Dixit2018-02-202-3/+8
* avformat/matroskadec: fix return valueJames Almer2018-02-201-1/+1
* avformat/matroskadec: free the packet on webvtt side data allocation failureJames Almer2018-02-201-0/+2
* avformat/matroskadec: ignore CodecPrivate if the stream is VP9James Almer2018-02-191-0/+4
* avformat/mpegenc - accept PCM_DVD streamsGyan Doshi2018-02-161-2/+21
* avformat/aviobuf: zero initialize the AVIOContext in ffio_init_context()James Almer2018-02-141-1/+3
* lavf/rtpdec*: Constify all RTPDynamicProtocolHandler.Carl Eugen Hoyos2018-02-1426-73/+73
* lavf/matroskaenc: Force the minimum value for -reserve_index_space to 2.Carl Eugen Hoyos2018-02-121-0/+2
* libavformat/aac: Parse ID3 tags between ADTS frames.Richard Shaffer2018-02-121-2/+43
* avformat/Makefile: use individual dependencies for librtmp protocolsJames Almer2018-02-121-1/+5
* Merge commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906'James Almer2018-02-111-2/+2
|\
| * Drop some unnecessary config.h #includesDiego Biurrun2018-02-061-2/+2
| * rtmp: Plug leak if sending bytes read report fails.Josh Allmann2018-01-241-1/+3
* | lavf/rtpdec: Constify several pointers.Carl Eugen Hoyos2018-02-116-13/+13
* | lavf/aptxdec: fix the limit on the APTX demuxer definitionJan Ekström2018-02-101-1/+1
* | avformat/mov: Fix ctts_index calculationXiaohan Wang2018-02-101-1/+1
* | avformat/format: temporarily use old next apiMuhammad Faiz2018-02-101-1/+12
* | aptx: add raw muxer and demuxer for aptX HDAurelien Jacobs2018-02-094-4/+71
* | dashdec: Support SegmentTimeline inside Periodsfan52018-02-091-3/+14
* | avformat: fix stream_segment muxer build dependenciesJames Almer2018-02-072-0/+5
* | avformat/hls: Support metadata updates from subdemuxersRichard Shaffer2018-02-071-0/+20
* | avformat/fifo_test: remove network.h includeJames Almer2018-02-071-3/+4
* | api: add missing version bumps and APIChanges entriesJames Almer2018-02-061-1/+1
OpenPOWER on IntegriCloud