summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add Haivision SRT protocolSven Dueking2018-03-283-0/+550
* | avformat/mpc8: do not return error on stream endPaul B Mahol2018-03-291-1/+1
* | Merge commit '44a1731011e87fbf4180d026aefb8bfe85d8c7dc'James Almer2018-03-281-2/+3
|\ \ | |/
| * ivf: Support VP9 and AV1 as wellLuca Barbato2018-03-121-3/+7
| * hls: Add a discontinuity marker on recoverLuca Barbato2018-03-061-5/+20
| * hvcc: zero initialize the nal buffers past the last written byteJames Almer2018-02-231-0/+2
* | avformat/dashdec: Support signaling of last segment numbersanilraut2018-03-281-3/+23
* | avformat/hlsenc: initialize saveptrsTimo Rothenpieler2018-03-271-1/+2
* | avformat/segafilm - fix keyframe detection and set packet flagsGyan Doshi2018-03-261-1/+2
* | avformat/rtpenc_chain: use the proper function to free AVFormatContextJames Almer2018-03-261-1/+1
* | avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_ent...Michael Niedermayer2018-03-261-1/+1
* | avformat/hlsenc: use stream's maximum bit rate as fall-back advertised rateJan Ekström2018-03-251-2/+17
* | lavf/utils.c: Don't compute start_time from DISCARD packets for video.Sasi Inguva2018-03-241-1/+3
* | lavf/movenc: write track title metadata for mov filesCourtland Idstrom2018-03-221-1/+1
* | avformat/unix: fix handling of EOF in case of SOCK_STREAM.Bela Bodecs2018-03-211-0/+2
* | avformat/mov: Check STSC and remove invalid entriesMichael Niedermayer2018-03-201-0/+20
* | avformat/libopenmpt: Probe file format from file data if possibleJörn Heusipp2018-03-201-0/+57
OpenPOWER on IntegriCloud