10773 Commits (8d02579fae756336ae2a88d521e8cf2f6b436a2f)

Author SHA1 Message Date
Luca Barbato e95c7a6185 mov: Preserve the metadata even when bit-exactness is requested 10 years ago
John Högberg 42bc768e52 mpegts: Add jpeg2000 stream type 10 years ago
Luca Barbato 1b4c468477 riff: Validate the wav header size before trying to parse it 10 years ago
Luca Barbato 5bdfc17189 asf: Do not skip data streams 10 years ago
Luca Barbato 8a26ae5f94 mpjpeg: Check stream allocation 10 years ago
Alexandra Hájková b08569a239 lavf: Replace the ASF demuxer 10 years ago
Paul B Mahol ded5957d75 segafilm: Remove deplanarization hack 10 years ago
Paul B Mahol 5a79bf0284 PCM signed 16-bit big-endian planar decoder 10 years ago
Vittorio Giovara 5c018ee188 DirectDraw Surface image decoder 10 years ago
Vittorio Giovara 7ca3e5203f Hap decoder and encoder 10 years ago
Luca Barbato 61dc9d647c udp: Fix local_port management 10 years ago
nu774 6ec688e1bc mp3: enable packed main_data decoding in MP4 10 years ago
Luca Barbato 24ad3ac6a3 nut: Drop doxygen markers 10 years ago
Vittorio Giovara 07b2db81d0 riff: Add MNM4 FourCC as mpeg4 10 years ago
wm4 74ea1167d9 tls_gnutls: fix hang on disconnection 10 years ago
Vittorio Giovara a7ac1a7b94 flv: Name an enum and use its type 10 years ago
Vittorio Giovara 8a78ae2d21 segment: Check open_null_ctx() return value 10 years ago
Janne Grunau 529c05698e movenc: fixes a questionable valgrind uninitialized value warning 10 years ago
Luca Barbato b14086ca38 mkv: Correctly report the latest packet had been flushed 10 years ago
James Almer b380337020 mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to fail 10 years ago
Vittorio Giovara 4733a12dd1 rtpdec_asf: Check memory allocation and free memory on error 10 years ago
Vittorio Giovara 6308cd4868 mov: Check memory allocation 10 years ago
Vittorio Giovara f7e9324733 audiointerleave: Always initialize new_pkt 10 years ago
Vittorio Giovara 8ef98855d2 sctp: Always initialize outmsg struct 10 years ago
Janne Grunau caf7be30b1 mpjpgdec: free AVIOContext leak on early probe fail 10 years ago
Luca Barbato 252d6200c3 avio: Add avio_put_str16be 10 years ago
Luca Barbato 9b56ac74b1 mpjpeg: Initial implementation 10 years ago
Martin Storsjö 63ce9fd23c rtmpdh: Use GMP functions directly, instead of nettle wrappers 10 years ago
Martin Storsjö 84c5ff911f rtmpdh: Fix the indentation in a struct 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
Martin Storsjö b2f0f37d24 rtmpdh: Generate the whole private exponent using av_get_random_seed() with nettle/gmp 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
Martin Storsjö d4d90504a6 tls_gnutls: Add missing includes for the gcrypt thread safety callbacks 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
James Almer 29216d7fd1 tls: fix compilation when both gnutls and openssl are enabled 10 years ago
Martin Storsjö 94599a6de3 tls: Remove all the local polling loops 10 years ago
Martin Storsjö d13b124eaf tls: Remove the nonblocking code 10 years ago