summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* avformat/dashenc: addition of @availabilityTimeOffset in MPDVishwanath Dixit2018-04-171-1/+13
* avformat/dashenc: setting @availabilityStartTime when the first frame is readyVishwanath Dixit2018-04-171-3/+4
* avformat/dashenc: removed 'write_manifest' call from 'write_header'Vishwanath Dixit2018-04-171-3/+0
* avformat/dashenc: writing average segment duration for @duration in template ...Vishwanath Dixit2018-04-171-1/+1
* avformat/dashenc: segmentation at the configured segment duration rateVishwanath Dixit2018-04-171-2/+11
* avformat/dashenc: replacing 'min_seg_duration' with 'seg_duration'Vishwanath Dixit2018-04-172-5/+21
* avformat/hls: clean up duplicate option fieldsRichard Shaffer2018-04-171-65/+9
* avformat/hls: copy rw_timeout from parent to child AVIOContexts.Richard Shaffer2018-04-171-1/+1
* libavformat/dashdec: Avoid multiple HTTP requests for initialization segment ...sanilraut2018-04-171-11/+71
* Revert "avformat/hls: copy rw_timeout from parent to child AVIOContexts."Steven Liu2018-04-171-1/+1
* Revert "avformat/dashdec: Avoid multiple HTTP requests for initialization seg...Steven Liu2018-04-171-71/+11
* avformat/hls: copy rw_timeout from parent to child AVIOContexts.Steven Liu2018-04-171-1/+1
* avformat/dashdec: Avoid multiple HTTP requests for initialization segment tha...Steven Liu2018-04-171-11/+71
* avformat/hls: remove redundant codeSteven Liu2018-04-171-18/+9
* avformat/flacenc: add flac_init()James Almer2018-04-161-10/+20
* avformat/flacenc: support writing attached picturesRodger Combs2018-04-161-36/+242
* avformat/movenc: forbid muxing AV1 streams until the spec is finishedJames Almer2018-04-161-0/+4
* Bump minor versions after release/4.0 branchingMichael Niedermayer2018-04-161-1/+1
* Bump minor versions for branching release/4.0Michael Niedermayer2018-04-161-2/+2
* avformat/hlsenc: avformat/hlsenc: add error message for encrypt fmp4 modeSteven Liu2018-04-161-1/+6
* avformat/utils: use the existing packet reference when parsing complete framesJames Almer2018-04-131-3/+20
* avformat/utils: Check cur_dts in update_initial_timestamps() moreMichael Niedermayer2018-04-131-0/+1
* avformat/utils: Fix integer overflow in end time calculation in update_stream...Michael Niedermayer2018-04-131-1/+1
* avformat/utils: Stream specifier enhancement 2.Bela Bodecs2018-04-131-0/+28
* avformat/hlsenc: add option hls_delete_thresholdSteven Liu2018-04-131-0/+9
* avformat/mov: Fix extradata memleakMichael Niedermayer2018-04-121-0/+6
* avformat/utils: Stream specifier enhancementBela Bodecs2018-04-121-5/+60
* lavf/hlsproto: use ff_get_chomp_lineJun Zhao2018-04-121-10/+2
* lavf/hlsenc: use ff_get_chomp_lineJun Zhao2018-04-121-10/+2
* lavf/hls: use ff_get_chomp_lineJun Zhao2018-04-121-10/+2
* lavf/aviobuf: add ff_get_chomp_lineJun Zhao2018-04-122-0/+18
* libavformat/aac: Parse all ID3 tags present between ADTS framesMattias Amnefelt2018-04-121-5/+9
* spdifenc: support ac3 core+eac3 dependent streamsHendrik Leppkes2018-04-111-1/+2
* avformat/hlsenc: fix handling of delete_segments when %v is presentBela Bodecs2018-04-111-3/+23
* avformat/movenc: use correct iTunes copyright atomTimo Teräs2018-04-111-1/+1
* Sega FILM: set dts and duration when demuxingMisty De Meo2018-04-101-0/+19
* lavf/segafilmenc: Do not mix variable declaration and code.Carl Eugen Hoyos2018-04-101-2/+2
* avformat/matroskadec: reference the existing data buffer when creating packetsJames Almer2018-04-061-18/+27
* avformat/matroskadec: factor the prores packet parsing code outJames Almer2018-04-061-12/+38
* avformat/matroskadec: use refcounted buffers in EbmlBinJames Almer2018-04-061-13/+31
* lavf/amr: Stricter heuristic for auto-detection.Carl Eugen Hoyos2018-04-062-5/+7
* Add Sega FILM muxerMisty De Meo2018-04-054-1/+401
* avformat/mov: Fix parsing of tfdt when using sample descriptors.Jacob Trimble2018-04-051-1/+1
* avformat/movenc: add rtp_hinting_needed() helper functionTimo Teräs2018-04-041-18/+12
* avformat/matroskadec: address some more missing AVPacket freesJames Almer2018-04-041-13/+4
* avformat/matroskadec: address a missing AVPacket freeJames Almer2018-04-041-11/+2
* avformat/mp3enc: use AVPacketList helper functions to queue packetsJames Almer2018-04-041-16/+7
* avformat/ttaenc: use AVPacketList helper functions to queue packetsJames Almer2018-04-041-20/+8
* avformat/matroskadec: use AVPacketList to queue packetsJames Almer2018-04-041-39/+23
* avformat/utils: optimize ff_packet_list_free()James Almer2018-04-041-3/+6
OpenPOWER on IntegriCloud