17754 Commits (38402754b97745125b25d38bf525fe46cace9370)

Author SHA1 Message Date
Gilles Chanteperdrix d61386a690 avformat/libquvi: fix error handling 10 years ago
Andreas Cadhalpun 5c720657c2 mov: always check avio_read return value 10 years ago
Vittorio Giovara bff0349d9d avio: Add avio_read wrapper to simplify error checking 10 years ago
Andreas Cadhalpun cffb9ea81b mov: reject zero bytes_per_frame with non-zero samples_per_frame 10 years ago
Andreas Cadhalpun 8e9c39e81f mov: abort on EOF in ff_mov_read_chan 10 years ago
Luca Barbato a8a90906fb mov: Correctly allocate ctts_data 10 years ago
Andreas Cadhalpun f261a55d72 mov: Fix two memleaks 10 years ago
wm4 881b80b329 network: prevent SIGPIPE on OSX 10 years ago
wm4 c41e0aedf5 network: prevent SIGPIPE on OSX 10 years ago
Michael Niedermayer a3ec1d6abd avformat/movenc: Add loction/xyz support to allow copying data between mov files 10 years ago
Michael Niedermayer 08b7d19def avformat/mov: Also export loci altitude 10 years ago
Michael Niedermayer 1607f77494 avformat/mov: Append place name instead of overwriting for loci 10 years ago
Rodger Combs 4dd22531fd lavf/tls_securetransport: add missing copyright notice 10 years ago
Michael Niedermayer aa9c6b6986 avformat/h264dec: Add ff_tlog() with trace information about h264 probing 10 years ago
Michael Niedermayer dae89802a6 avformat/h264dec: Fix detection of invalid h264 with 0x100 startcodes 10 years ago
Martin Storsjö b2f0f37d24 rtmpdh: Generate the whole private exponent using av_get_random_seed() with nettle/gmp 10 years ago
Rodger Combs f24d92bada lavf/tls: Support Secure Transport 10 years ago
Andreas Cadhalpun 153639cb9c mov: fix DTS calculation for samples with negative stts duration 10 years ago
Michael Niedermayer 061a592b9c avformat/movenc: Check that track_width_1616 fits within the available 32bit before storing it 10 years ago
Michael Niedermayer 14bc570442 avformat/movenc: avoid floats in width/height/aspect ratio computations 10 years ago
Michael Niedermayer 3331213e2a avformat/concatdec: Enable auto_convert by default 10 years ago
Michael Niedermayer e1b0019568 avformat/mov: Avoid float usage in yuv_to_rgba() 10 years ago
Martin Storsjö e9e86d9ef6 rtmpdh: Create sufficiently long private keys for gcrypt/nettle 10 years ago
Martin Storsjö 8016a1bd3b rtmpdh: Remove an unnecessary check in the gcrypt/nettle dh_compute_key 10 years ago
Martin Storsjö 063f7467e4 rtmpdh: Add fate test for the DH handshake routine 10 years ago
Martin Storsjö 0508faaa11 rtmpdh: Pass the actual buffer size of the output secret key 10 years ago
Martin Storsjö 9f1b3050d9 rtmpdh: Check the output buffer size in the openssl version of dh_compute_key 10 years ago
Martin Storsjö 127d813bcb rtmpdh: Fix a local variable name in the nettle/gcrypt codepath 10 years ago
Martin Storsjö 78efc69e7c rtmpdh: Make sure ret is initialized in the nettle version of bn_hex2bn 10 years ago
Roman Savchenko e85d91da48 avformat/avienc: Correct possible dereference of null 10 years ago
Martin Storsjö d4d90504a6 tls_gnutls: Add missing includes for the gcrypt thread safety callbacks 10 years ago
Michael Niedermayer 5a3d2541bd avformat/mxfenc: Support storing signal standard for D10 muxing 10 years ago
Carl Eugen Hoyos 57eecd9e4f lavf: Use av_codec_get_tag2() in avformat_query_codec(). 10 years ago
Timothy Gu 7206b94fb8 network: Move variable declaration under an #if 10 years ago
wm4 a9f1d584e5 lavf: move TLS-related ifdeffery to library specific files 10 years ago
wm4 4a006b9eb7 lavf: split tls.c 10 years ago
Michael Niedermayer 07fc47909f avformat/mpsubdec: Use double instead of float for timestamp calculations 10 years ago
Michael Niedermayer f722009ad9 avformat/mp3dec: Ensure the buffer is large enough to avoid seeks from the first frame search 10 years ago
wm4 2b3e9bbfb5 avformat/mp3: skip junk at the beginning of mp3 files 10 years ago
Michael Niedermayer 2ae0396814 avformat/mpsubdec: change multipler to int, it only stores 1 and 100 10 years ago
Michael Niedermayer 023040ed0d avformat/movenc: Allow muxing mp3 with samplerate < 16khz if the user sets strict to -1 10 years ago
wm4 57cde2b180 lavf: move TLS-related ifdeffery to library specific files 10 years ago
wm4 d8ffb2055f lavf: split tls.c 10 years ago
Michael Niedermayer cf86fd0069 avformat/matroskaenc: Avoid floats in default duration calculation 10 years ago
Michael Niedermayer 8aa9853093 avformat/ircamenc: Avoid floats 10 years ago
Michael Niedermayer 894d8cf418 avformat/movenc: Avoid floats & float rounding in tmcd nb_frames calculation 10 years ago
Michael Niedermayer f902b0b2cb avformat/asfdec: Avoid float usage in duration calculation 10 years ago
Michael Niedermayer db07fc2020 avformat/mpegts: Avoid float in bitrate calculation 10 years ago
Carl Eugen Hoyos 5193407cf6 lavf/dnxhd: Autodetect more files that can be decoded. 10 years ago
Andreas Cadhalpun 83a04f8cc1 mov: reject zero bytes_per_frame with non-zero samples_per_frame 10 years ago