17599 Commits (cc904353fa9ad1b81f22339dc0e762505151cb82)

Author SHA1 Message Date
Stephan Holljes 44d1921200 lavf/http: Add simple autodetection for client HTTP method, based on AVIO_FLAG_READ. 10 years ago
Stephan Holljes 290b237556 lavf/http: Indent else-clause. 10 years ago
Stephan Holljes a7e7c68b0e lavf/http: Properly process HTTP header on listen. 10 years ago
Stephan Holljes 8cfaa76a5e lavf/http: Rudimentary error handling for HTTP requests received from clients. 10 years ago
Stephan Holljes bbcee92b6d lavf/http: Process HTTP header before sending response. 10 years ago
Stephan Holljes aa74401af8 lavf/http: Document method option. 10 years ago
Michael Niedermayer f07376402c avformat/mxfenc: Add mxf muxer avclass 10 years ago
Michael Niedermayer 42c41e96ff avformat/utils: Do not select audio streams with unknown sample rate in av_find_best_stream() 10 years ago
Ganesh Ajjanagadde a86928d2ab flvdec: fix lack of duration for some files 10 years ago
Michael Niedermayer 108b738db1 avformat/flvdec: Show unknown tags at debug level 10 years ago
Michael Niedermayer 790a3cdf76 avformat/flvdec: Add TYPE_ONCAPTIONINFO 10 years ago
Michael Niedermayer b2fecce3c1 avformat/flvdec: increase buffer size for parsing metadata string key 10 years ago
Vignesh Venkatasubramanian 7be0f48a32 lavf/matroskaenc: Write Block Keyframe correctly 10 years ago
Juanjo a213e57cef lavf/riffenc: Set correct block align for mp2. 10 years ago
Michael Niedermayer 3e34b7498f Revert "avformat/rtpenc: check av_packet_get_side_data() return, fix null ptr dereference" 10 years ago
Michael Niedermayer 9614df4b15 avformat/mov: Retry same packet on IO failure to avoid loosing a packet 10 years ago
Michael Niedermayer d7a762553c avformat/mxfenc: Accept MXF D-10 with 49.999840 Mbit/sec 10 years ago
Michael Niedermayer ce4e57dbb5 avformat/sbgdec: Check alloc_array_elem() return value 10 years ago
Michael Niedermayer e43f3c8858 avformat/mxfdec: return error instead of segfaulting if there are no streams 10 years ago
Michael Niedermayer 627dd7fe7e avformat/movenc: Fix potential signed overflows 10 years ago
Michael Niedermayer 2e92a27a90 avformat/mxfenc: Correct klv_fill_key 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
Michael Niedermayer 1e0c34fe71 avformat/utils: Simplify get_std_framerate() check 10 years ago
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