19071 Commits (60de31e98c1630c11d13a4789e1dfacddc31ef9d)

Author SHA1 Message Date
Michael Niedermayer 60de31e98c avformat/utils: Export coded dimensions unconditionally 9 years ago
Matt Oliver 37787f2616 lavf/os_support.h: Fix for unicode filenames on windows. 9 years ago
James Almer 15f9189b9c avformat/redspark: deobfuscate header decrypt code 9 years ago
James Almer 8fdad638f9 avformat/redspark: remove av_malloc usage 9 years ago
Paul B Mahol 84efdabc94 avcodec/utvideodec: add support for UQRG and UQRA formats 9 years ago
Ivan c1f57e2f91 libavformat/flvenc: support for codec configuration change mid stream 9 years ago
Ivan 52985768af libavformat/flvenc: refactoring: extracted method for writing codec headers 9 years ago
Michael Niedermayer 5fd73948bb avformat/mp3dec: Increase probe score slightly when the whole data from begin to end is mp3 9 years ago
Michael Niedermayer 6826f16e4a avformat/utils: Do not overwrite, but use sample_fmt from context 9 years ago
Michael Niedermayer 218bb8b3f3 avformat/utils: Open decoder even if there are no packets if parameters are missing 9 years ago
Michael Niedermayer 2a70e78a28 avformat/utils: Initialize st in loop 9 years ago
Michael Niedermayer 4888932c4d avformat: Fix max value of AV_OPT_TYPE_VIDEO_RATE 9 years ago
James Almer 49b0246635 avformat/matroskadec: force 48kHz sample rate when rescaling Opus inital padding 9 years ago
Paul B Mahol fdf832a986 avcodec: add BitJazz SheerVideo decoder 9 years ago
Michael Niedermayer e01b19dece avformat/mpegts: Fix probing of mpegts with invalid ASC 9 years ago
Michael Niedermayer a2e6c785ce avformat/rawdec: Fix avg_framerate for h264 9 years ago
Michael Niedermayer a5eb70ad95 avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M stream 9 years ago
Michael Niedermayer b5bc436ebc avformat/matroskadec: Fix rounding error with codec_delay 9 years ago
Michael Niedermayer 5a8b41b4a7 avformat/movenc: Skip unsupported video tracks in timecode generation 9 years ago
Vivekanand b092ee701f avformat/allformats: Making av_register_all() thread-safe. 9 years ago
Michael Niedermayer 2ccf9ae6cc avformat/format: Print debug info when probe score is increased due to mime type 9 years ago
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