6255 Commits (8c55333c99ef78b6624062261625f0cfcf360d1c)

Author SHA1 Message Date
Martin Storsjö ffbb289a1d Split url_open and url_open_protocol into url_alloc and url_connect 14 years ago
Martin Storsjö 9b07a2dc02 Add an av_register_protocol2 function that takes a size parameter 14 years ago
Stephen Dredge 5be5d28ced Fix failure in av_read_frame on timestamp rollover. 14 years ago
Martin Storsjö a8ead3322f RTSP: Use the same authentication for the HTTP POST session as for the GET 14 years ago
Martin Storsjö db30234794 HTTP: Add a method for initializing the authentication state from another connection 14 years ago
Martin Storsjö 17b1493f74 Reindent 14 years ago
Martin Storsjö ea02b593a1 HTTP: Compact the code for writing chunked post data 14 years ago
Martin Storsjö 077026ccf3 HTTP: Get rid of the is_chunked variable, use the chunksize variable instead 14 years ago
Martin Storsjö a6a9158973 HTTP: Clarify a comment 14 years ago
Ronald S. Bultje 45c611a95b Reset chunksize back to zero (= no chunked encoding) after each new open 14 years ago
Ronald S. Bultje f37246952a Use url_write(), not http_write(), for sending the HTTP headers. This prevents 14 years ago
Carl Eugen Hoyos 2c4a10134e Add IEC958 data_types for DTS-HD (data burst described in IEC 61937-5), 14 years ago
Martin Storsjö 10ed37b5d1 RTSP: Add the auth credentials to the HTTP tunnel URL, too 14 years ago
Martin Storsjö a955fc5ee7 ff_url_join: Don't add any at-char if the auth is an empty string 14 years ago
Martin Storsjö 6217b6451a RTSP: Set the connection handles to null after closing them 14 years ago
Josh Allmann 00e4a1f4e2 RTSP: Don't store the connection handles in local variables 14 years ago
Michael Niedermayer 57eb217ac4 Improve h263_probe() 14 years ago
Martin Storsjö d3f84dfc0e RTSP: Clean up rtsp_hd on failure 14 years ago
Martin Storsjö e8ccf24527 RTMP: Return from rtmp_read as soon as some data is available 14 years ago
Carl Eugen Hoyos a80af87eea Add IEC958 data_types for Atrac* and WMA Pro. 14 years ago
Michael Karcher 6afd0ee3b2 Add metadata support. Patch by Michael Karcher. 14 years ago
Luca Abeni 8a2679ada4 Simplify (no need to check for st->codec->extradata) and correct 14 years ago
Martin Storsjö 96c2ae61e6 Add the necessary includes, add an extra empty line for cosmetics 14 years ago
Michael Niedermayer 8745fe29a9 Marking what should be removed in relation to MAX_STREAMS. 14 years ago
Luca Abeni 8b889b3480 If the video stream is H.264 with MP4 syntax, store the NAL lenght size in 14 years ago
Aurelien Jacobs 0ade7bb6e9 matroskadec : propagate AVERROR to the caller 14 years ago
Zhentan Feng 56023951be Fix missing logging context in a series of dprintf()s. Partially based on 14 years ago
Måns Rullgård b462d13262 Add compatibility wrappers for functions moved from lavf to lavc 14 years ago
Baptiste Coudurier 9a191b3a21 Support gray16be and rgb48be in mov 14 years ago
Martin Storsjö 48e77473e9 Cosmetics: Change connexion to connection in code comments 14 years ago
Josh Allmann afcea58c53 RTSP: Shrink SDP fmtp parsing buffer size 14 years ago
Josh Allmann 41874d0a5d Reindent 14 years ago
Ramiro Polla 1f1916cea2 output-example: Set sample_fmt to SAMPLE_FMT_S16. 14 years ago
Aurelien Jacobs bddd1d93e5 matroskadec: fix type of the length field in ebml_read_master() 14 years ago
Aurelien Jacobs 739178107c matroskadec: cosmetic: indentation 14 years ago
Aurelien Jacobs 8dbe48fccb matroskadec: add support for live broadcast containing unknown size clusters 14 years ago
Aurelien Jacobs 80702035d2 matroskadec: simplify parsing of the first cluster 14 years ago
Aurelien Jacobs c3ade62ca3 matroskadec: store the ID of the currently parsed ebml element 14 years ago
Aurelien Jacobs 6c58adf3b7 matroskadec: cosmetic: split a line to make it more readable 14 years ago
Michael Karcher 3a1350e8d9 Generalize ID3v2 functions to support ID3v2-like ID headers with a 14 years ago
Michael Niedermayer 1c1697117d Fix raw vc1 decoding - this is supposed to break FATE. 14 years ago
Luca Abeni ede13f55f0 Use a bitstream filter for converting the extradata syntax when generating an SDP. 14 years ago
Diego Biurrun a1629e2848 Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants. 14 years ago
Martin Storsjö 130b096aea Make sure the http protocol handler returns errors if a delayed open had failed 14 years ago
Eli Friedman 461628c6a8 Fix printf format warnings 14 years ago
Martin Storsjö bdb57a9198 Initialize the http connection in http_seek, too 14 years ago
Reimar Döffinger 120a083fb7 Do not attempt to seek to index for streamed files and if the user explicitly 14 years ago
Reimar Döffinger c31f00ed63 Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead of 14 years ago
Josh Allmann f5d33f5241 Add RTSP tunneling over HTTP 14 years ago
Martin Storsjö a26c3c211e Make the RTSP muxer use rtsp_hd_out, for consistency 14 years ago