summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* avformat/utils: make AVPacketList helper functions sharedJames Almer2018-04-042-24/+72
* lavf/hls: Remove the dead code in parse_playlist()Jun Zhao2018-04-041-7/+0
* avformat/options_table: Change the seek2any location in opt table.Jun Zhao2018-04-021-1/+1
* avformat/rmdec: make use of avio_get_str()Paul B Mahol2018-04-021-11/+7
* avformat/concatdec: only set output stream index before returning packetMarton Balint2018-04-021-1/+1
* avformat/utils: use av_packet_make_refcounted to ensure packets are ref countedJames Almer2018-04-021-7/+3
* lavf/img2dec: use new iteration APIJosh de Kock2018-04-021-2/+3
* lav*,tests: remove several register_all callsJosh de Kock2018-04-022-5/+0
* lavf/format: use const AVInputFormat for iterationJosh de Kock2018-04-021-5/+5
* Revert "avformat/format: temporarily use old next api"Josh de Kock2018-04-021-15/+4
* lavf/allformats: remove left-over index decrementJosh de Kock2018-04-021-1/+1
* lavf: move avpriv function definition to internal.hJosh de Kock2018-04-023-2/+2
* avformat/mpeg: add missing checkPaul B Mahol2018-04-011-0/+2
* avformat/mpeg: fix logic failurePaul B Mahol2018-04-011-6/+7
* avformat/mpeg: fix detection and demuxing of raw AC3 in mpegpsPaul B Mahol2018-04-011-8/+25
* avformat/mpeg: fix PCM-DVD mis-detection as MLPPaul B Mahol2018-04-011-1/+1
* avformat/mov: parse multiple iTunes cover imagesTimo Teräs2018-04-011-0/+4
* lavd: remove linked listsJosh de Kock2018-03-312-11/+69
* Revert "lavd: add new API for iterating input and output devices"Josh de Kock2018-03-313-55/+2
* Merge commit 'a2fc8dbae85339d1b418d296f2982b6c04c53c57'James Almer2018-03-293-0/+548
|\
OpenPOWER on IntegriCloud