19309 Commits (500662784341373d625af629cad94826beca3bc8)

Author SHA1 Message Date
Michael Niedermayer 2be3007ed5 avformat/utils: avoid overflow in update_stream_timings() with huge durations 9 years ago
Carl Eugen Hoyos a64a030ba0 lavf/mov: Support one more Avid compression id for AVCI50. 9 years ago
Michael Niedermayer 86d703fd55 avformat/movenc: Fix memleak of reshuffled packet 9 years ago
Michael Niedermayer 5db111757c avformat/movenc: Rename reshuffles return variable to ensure it is not mixed up 9 years ago
Michael Niedermayer f66ca036bc avformat/oggparseflac: Fix memleaks in old_flac_header() 9 years ago
Michael Niedermayer 7f5c6ea511 avformat/utils: Fix use of uninitialized variable 9 years ago
Martin Storsjö 3fdffc032e rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoder 9 years ago
Michael Niedermayer 9591ca704b avformat/udp: Close the socket after destroying the thread using the socket 9 years ago
Michael Niedermayer 9b7a8bddac avformat/udp: redesign threaded udp tx code 9 years ago
Pavel Nikiforov 413c842a69 avformat/udp: Add a delay between packets for streaming to clients with short buffer 9 years ago
Michael Niedermayer 4c82ccad2b avformat/mov: Avoid "Unintended sign extension" 9 years ago
Anton Khirnov 14634429b9 lavf: update muxing doxy 9 years ago
Diego Biurrun e45a638f50 dump: Drop unused variable 9 years ago
Michael Niedermayer 566be4f9e8 avformat/matroskaenc: reindent after last commit 9 years ago
Michael Niedermayer 2062d51275 avformat/matroskaenc: wrap par->format use as sample format under codec_type == AVMEDIA_TYPE_AUDI 9 years ago
Michael Niedermayer 9d5894b239 avformat/avienc: Fix memleaks on errors 9 years ago
Michael Niedermayer ea88dc3e8e avformat/avienc: Rename reshuffles return variable to ensure it is not mixed up 9 years ago
Paul B Mahol 4da4bfcdc9 avformat: add MTAF demuxer 9 years ago
Stefano Sabatini 4b38df82c2 lavf/mpegts: add ID3 entry to the REGD_types array 9 years ago
Stefano Sabatini 1ab8e03a45 lavf/mpegtsenc: set metadata stream type and write descriptor for ID3 packets 9 years ago
Paul B Mahol 7494b49780 avformat/iff: parse DPAN chunk 9 years ago
Martin Storsjö b84f3a4003 movenc: Write 'loci' geotag metadata for 3gp and mp4 9 years ago
Martin Storsjö f12a705ee5 movenc: Factorize a function for finding a metadata entry and the associated language 9 years ago
Michael Niedermayer daec1651f1 movenc: Write ?xyz geotag metadata for mov files 9 years ago
Michael Niedermayer bc43131997 mov: Also export loci altitude 9 years ago
Michael Niedermayer 94d8141c8c mov: Append place name instead of overwriting for loci 9 years ago
Michael Niedermayer f126365cda mov: Fix parsing short loci 9 years ago
Michael Niedermayer 704d2bd18b mov: Print reason of loci parsing failure 9 years ago
Martin Storsjö d34826c33d mov: Add a comment referring to the standard that defines the loci box 9 years ago
James Almer e34e7a575e avformat/dtshddec: move data_start outside of DTSHDDemuxContext 9 years ago
Michael Niedermayer d08f2c172f avformat/avidec: Detect index with too short entries 9 years ago
Martin Storsjö 72d621069f movenc: Add a missed const 9 years ago
Martin Storsjö a79aafd0b4 movenc: Add a test for VFR with b-frames, with a duration change at a fragment end 9 years ago
Martin Storsjö e1eb0fc960 movenc: Use packets in interleaving queues for the duration at the end of fragments 9 years ago
Martin Storsjö fd4957d9c6 movenc-test: Test write_data_type 9 years ago
Martin Storsjö 71852a1ba8 matroskaenc: Provide output bytestream markers 9 years ago
Martin Storsjö dbbaad32e3 movenc: Provide output bytestream markers for fragmented content 9 years ago
Martin Storsjö 371df9ba71 flvenc: Provide output bytestream markers 9 years ago
Martin Storsjö db7968bff4 avio: Allow custom IO users to get labels for the output bytestream 9 years ago
Michael Niedermayer 936751b652 avformat/avio: Fix null pointer dereference in case of memleak 9 years ago
Yong Lei 7bacf74536 avformat/avio: fix memory leak in url_find_protocol 9 years ago
Chris Cunningham 2875745d35 avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id() 9 years ago
Vittorio Giovara 0c4468dc18 stereo3d: Add API to get name from value or value from name 9 years ago
Vladimir Voroshilov d621b2f795 lavf: Raw G.729 demuxer 9 years ago
Francois Cartegnie 393596f9d5 mpegtsenc: stop impersonating ses in sdt 9 years ago
James Almer 60c2e38dcb avformat/dtshddec: implement AUPR_HDR chunk parsing 9 years ago
James Almer ab3c04c458 avformat/dtshddec: parse chunks stored after audio data 9 years ago
Paul B Mahol 72e33eec3a avcodec/iff: add support for ANIMs with keyframes and concatenated ANIMs 9 years ago
Michael Niedermayer 635b2ec5f2 avformat/utils: Do not compute the bitrate from duration == 0 9 years ago
Paul B Mahol 5afecff1ef avformat/adxdec: set bit_rate, fixes duration calculation 9 years ago