6222 Commits (ae447836af5cc66031e48a2df13713365cd3be7c)

Author SHA1 Message Date
Josh Allmann 7fc8ac7fd8 RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c 15 years ago
Josh Allmann 9b3788efc3 RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c 15 years ago
Josh Allmann 30619e6e59 RTSP: Remove skip_spaces in favor of strspn 15 years ago
Jai Menon d6a9349062 avienc : Avoid creating invalid AVI files when muxing subtitle streams 15 years ago
Baptiste Coudurier 3491866a4b Improve mov atom parsing debug message, print parent atom and size in decimal 15 years ago
Luca Barbato 1f563bfa15 Remove typo: s/ingore/ignore/ 15 years ago
Måns Rullgård 30cdfb49b4 asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts() 15 years ago
Alexei Svitkine 3bb96f914e Correctly return EOF for smacker videos 15 years ago
Martin Storsjö 02174293c6 Reindent 15 years ago
Martin Storsjö ed8d57665b Add all required includes to avio.h 15 years ago
Michael Niedermayer 1d4c1c3b7a Continue after guids in asf after which other guids are possible instead of skiping 15 years ago
Stefano Sabatini fcd10c4f00 Mention how "now" is interpreted in the parse_date() doxy. 15 years ago
Stefano Sabatini 82fd4f4a07 Fix date specification accepted by parse_date(). 15 years ago
Martin Storsjö 9290f15d00 Make the http protocol open the connection immediately in http_open again 15 years ago
Martin Storsjö 4167ba0bc8 Add an AVClass to the HTTPContext 15 years ago
Martin Storsjö a9a3364c31 Allocate the HTTPContext through URLProtocol.priv_data_size 15 years ago
Martin Storsjö 735cf6b265 Add priv_data_size and priv_data_class to URLProtocol 15 years ago
Martin Storsjö ffbb289a1d Split url_open and url_open_protocol into url_alloc and url_connect 15 years ago
Martin Storsjö 9b07a2dc02 Add an av_register_protocol2 function that takes a size parameter 15 years ago
Stephen Dredge 5be5d28ced Fix failure in av_read_frame on timestamp rollover. 15 years ago
Martin Storsjö a8ead3322f RTSP: Use the same authentication for the HTTP POST session as for the GET 15 years ago
Martin Storsjö db30234794 HTTP: Add a method for initializing the authentication state from another connection 15 years ago
Martin Storsjö 17b1493f74 Reindent 15 years ago
Martin Storsjö ea02b593a1 HTTP: Compact the code for writing chunked post data 15 years ago
Martin Storsjö 077026ccf3 HTTP: Get rid of the is_chunked variable, use the chunksize variable instead 15 years ago
Martin Storsjö a6a9158973 HTTP: Clarify a comment 15 years ago
Ronald S. Bultje 45c611a95b Reset chunksize back to zero (= no chunked encoding) after each new open 15 years ago
Ronald S. Bultje f37246952a Use url_write(), not http_write(), for sending the HTTP headers. This prevents 15 years ago
Carl Eugen Hoyos 2c4a10134e Add IEC958 data_types for DTS-HD (data burst described in IEC 61937-5), 15 years ago
Martin Storsjö 10ed37b5d1 RTSP: Add the auth credentials to the HTTP tunnel URL, too 15 years ago
Martin Storsjö a955fc5ee7 ff_url_join: Don't add any at-char if the auth is an empty string 15 years ago
Martin Storsjö 6217b6451a RTSP: Set the connection handles to null after closing them 15 years ago
Josh Allmann 00e4a1f4e2 RTSP: Don't store the connection handles in local variables 15 years ago
Michael Niedermayer 57eb217ac4 Improve h263_probe() 15 years ago
Martin Storsjö d3f84dfc0e RTSP: Clean up rtsp_hd on failure 15 years ago
Martin Storsjö e8ccf24527 RTMP: Return from rtmp_read as soon as some data is available 15 years ago
Carl Eugen Hoyos a80af87eea Add IEC958 data_types for Atrac* and WMA Pro. 15 years ago
Michael Karcher 6afd0ee3b2 Add metadata support. Patch by Michael Karcher. 15 years ago
Luca Abeni 8a2679ada4 Simplify (no need to check for st->codec->extradata) and correct 15 years ago
Martin Storsjö 96c2ae61e6 Add the necessary includes, add an extra empty line for cosmetics 15 years ago
Michael Niedermayer 8745fe29a9 Marking what should be removed in relation to MAX_STREAMS. 15 years ago
Luca Abeni 8b889b3480 If the video stream is H.264 with MP4 syntax, store the NAL lenght size in 15 years ago
Aurelien Jacobs 0ade7bb6e9 matroskadec : propagate AVERROR to the caller 15 years ago
Zhentan Feng 56023951be Fix missing logging context in a series of dprintf()s. Partially based on 15 years ago
Måns Rullgård b462d13262 Add compatibility wrappers for functions moved from lavf to lavc 15 years ago
Baptiste Coudurier 9a191b3a21 Support gray16be and rgb48be in mov 15 years ago
Martin Storsjö 48e77473e9 Cosmetics: Change connexion to connection in code comments 15 years ago
Josh Allmann afcea58c53 RTSP: Shrink SDP fmtp parsing buffer size 15 years ago
Josh Allmann 41874d0a5d Reindent 15 years ago
Ramiro Polla 1f1916cea2 output-example: Set sample_fmt to SAMPLE_FMT_S16. 15 years ago