19113 Commits (d0d9dbec2fcba3355b5af34c807364f15bccb95d)

Author SHA1 Message Date
Michael Niedermayer bb3388fd60 avformat/dump: Print tbc value 9 years ago
Michael Niedermayer b28e102875 avformat/version: Add Ticket5421 to list of tickets possibly affected by a major bump 9 years ago
Michael Niedermayer fc07972582 avformat/dump: Use codec and QP limits from AVCodecContext 9 years ago
Nicolas George 8b05a7ffe4 lavf/udp: fix dead code. 9 years ago
Thomas Bernard 1f8c0e44cb avformat/au: Write MetaData in AU Sun audio file header 9 years ago
Michael Niedermayer ad72d7d299 avformat: Copy properties from internal context 9 years ago
Michael Niedermayer 4865252c08 avformat/udp: Protect write to circular_buffer_error by mutex 9 years ago
Michael Niedermayer d1efdd54f2 avformat: Document where the AVOption names can be found for the fields of AVFormatContext 9 years ago
Piotr Bandurski 4c7d3e827c avformat/isom: add MagicYUV FourCCs 9 years ago
Paul B Mahol 77f9c4b7aa avocdec: add MagicYUV decoder 9 years ago
Marton Balint 0d0b9397d6 avformat/movenc: remove useless if and reindent 9 years ago
Marton Balint 15005701b5 avformat/movenc: propagate shift_data errors properly 9 years ago
Mark Reid d74cc61574 libavformat/movenc: remove unnecessary null check 9 years ago
Michael Niedermayer cbd19881f7 avformat/udp: Remove unused variable 9 years ago
Michael Niedermayer dac030d3aa avformat/movenc: Fix potential track width/height overflows 9 years ago
Michael Niedermayer 17d320800b avformat/movenc: Avoid integer overflow 9 years ago
Thomas Guilbert 1a82d2cf8f avformat/oggparseopus: Fix Undefined behavior in oggparseopus.c and libavformat/utils.c 9 years ago
Michael Niedermayer c1ed78a591 avformat/utils: avoid overflow in compute_chapters_end() with huge durations 9 years ago
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
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
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
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
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
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
Peter Ross 86e493a6ff avcodec: add Direct Stream Transfer (DST) decoder 9 years ago
James Almer 8ba257bac6 avformat/Makefile: fix avlanguage dependencies 9 years ago
Tobias Rapp 77d1e88cf5 avformat/dump.c: fix mixed log levels 9 years ago
Paul B Mahol cb928fc448 lavc: add IFF ANIM decoder 9 years ago