5976 Commits (472e12f510dc5cc457edd2b1543bacfe9f952f2a)

Author SHA1 Message Date
Vitor Sessak 3bfb30b9e3 Fix warnings in NUT demuxer: 15 years ago
Luca Barbato 7ed8211b3e Issue a warning if the received CSeq isn't the expected one 15 years ago
Martin Storsjö 9405f733d9 Split out http authentication handling into a separate file 15 years ago
Vitor Sessak 59856b9891 Fix warning: 15 years ago
Martin Storsjö 3032276b18 Handle errors returned from ff_rtsp_read_reply in udp_read_packet properly 15 years ago
Zhentan Feng 852e0ca555 Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easier 15 years ago
Carl Eugen Hoyos d692850bbb Silence ridiculous gcc warning. 15 years ago
Tomas Härdin c6a5e087cf Mask away AVSEEK_FORCE properly in some checks in url_fseek() 15 years ago
Justin Ruggles 06ebe9161e Put ff_flac_write_header() in a separate C file to allow it to be shared without 15 years ago
Tomas Härdin d40a999a1c Fix seeking in DV when filesize is unknown. 15 years ago
Martin Storsjö 7a033e08ea Handle multiple RTSP transport options properly by adding all of them into the mask 15 years ago
Martin Storsjö 602eb77975 Parse options in the RTSP URL only from the last question mark onwards 15 years ago
Martin Storsjö 2a21adf924 Reconstruct the RTSP URL, in order to remove the auth part from the URL sent to the server 15 years ago
Justin Ruggles 19de452a63 Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer's 15 years ago
Michael Niedermayer c51131290c Dont senselessly fail on rawvideo that isnt 3 files per frame. 15 years ago
Josh Allmann 887af2aa12 RTP depacketization of Theora 15 years ago
Martin Storsjö 685e76b554 Reindent 15 years ago
Martin Storsjö b7dc88fc68 Add support for TCP as lower transport in the RTSP muxer 15 years ago
Martin Storsjö 9dff2308ba Interpret valueless attributes in AMR ftmp lines as being 1 15 years ago
Martin Storsjö 6e69f6c47f Use the caller's RTSPMessageHeader in rtsp_setup_input_streams 15 years ago
James Darnley bb45237e11 Fix FLAC demuxer dependencies. 15 years ago
Stefano Sabatini 2928b83c75 Make av_open_input_file() return AVERROR_INVALIDDATA rather than 15 years ago
Justin Ruggles 59b4b54014 Add Changelog entry and bump lavf micro version for the addition of 15 years ago
James Darnley aeef3ec6f0 Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files. 15 years ago
James Darnley 66061a1220 Add VorbisComment writing to FLAC files. 15 years ago
Stefano Sabatini 8d5e638f04 Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if end 15 years ago
Ronald S. Bultje a7a85dc4c2 Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, so that 15 years ago
Måns Rullgård c7f625eecf Fix erroneous behaviour when format probe hits end of file 15 years ago
Aurelien Jacobs 972ffe6220 rename av_read_frame_flush to ff_read_frame_flush 15 years ago
Aurelien Jacobs 588af13fee rename av_program_add_stream_index to ff_program_add_stream_index 15 years ago
Greg Maxwell fbe8c56dfe Correctly write last 0 lacing value when packet size is multiple of 255, patch by Greg Maxwell, gmaxwell at gmail dot com 15 years ago
Michael Niedermayer 493f54ada0 Add AVSEEK_FORCE flag to indicate that the code should attempt to seek 15 years ago
Aurelien Jacobs 6dfa52c8bd matroskadec: fix missing dependency 15 years ago
Jai Menon f75ab7a645 cosmetics : Print newline after error message. 15 years ago
Martin Storsjö db128802c5 Reindent 15 years ago
Martin Storsjö ad2ae6dbaf Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_packet. 15 years ago
Martin Storsjö ec55edba31 Make rtsp_skip_packet non-static, add ff prefix 15 years ago
Martin Storsjö c040badb70 Reindent 15 years ago
Martin Storsjö c07c6f8183 RTSP: Synchronize the start time of the chained RTP muxers 15 years ago
Martin Storsjö b1d55e5e4f Use AVFormatContext.start_time_realtime in the RTP muxer 15 years ago
Martin Storsjö 2dad0dcec6 Move the NTP offset definitions to internal.h 15 years ago
Martin Storsjö b8819c85b5 Add a new field AVFormatContext.start_time_realtime 15 years ago
Anton Khirnov 63100f5885 riff: don't pad extradata when writing ASF. 15 years ago
Aurelien Jacobs e536ccd653 matroskadec: use more appropriate error code 15 years ago
Aurelien Jacobs e4a9e3cc7c move ff_url_split() and ff_url_join() declarations to internal.h 15 years ago
Micah F. Galizia eadd495d06 Move the probe loop from av_open_input_file() into its own method 15 years ago
Reimar Döffinger 28eb577390 Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in 15 years ago
Stefano Sabatini 5ae092ee34 Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark 15 years ago
David Conrad 3477897e5a oggdec: Set packet duration for ogm streams 15 years ago
Aurelien Jacobs 6b10228a55 matroskadec: add support for SIPR audio tracks 15 years ago