summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Fix updating condition for the probe_size variable in the internalMicah F. Galizia2010-03-26
* Reassemble the RTSP URL before replacing hostname with the numerical IPMartin Storsjö2010-03-25
* Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary bufferMartin Storsjö2010-03-25
* Remove a redundant null pointer checkMartin Storsjö2010-03-25
* Don't force basic auth in RTSP, but retry with the server-specified method on...Martin Storsjö2010-03-25
* Actually parse the auth headers in RTSPMartin Storsjö2010-03-25
* Make RTSP use the generic http authentication codeMartin Storsjö2010-03-25
* Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö2010-03-25
* ReindentMartin Storsjö2010-03-25
* Matroska muxer : Don't create audio tracks for unsupported audio codecs.Jai Menon2010-03-25
* Add support for http digest authenticationMartin Storsjö2010-03-25
* ReindentMartin Storsjö2010-03-25
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-25
* Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_contentMartin Storsjö2010-03-24
* Fix warnings in NUT demuxer:Vitor Sessak2010-03-24
* Issue a warning if the received CSeq isn't the expected oneLuca Barbato2010-03-24
* Split out http authentication handling into a separate fileMartin Storsjö2010-03-24
* Fix warning:Vitor Sessak2010-03-24
* Handle errors returned from ff_rtsp_read_reply in udp_read_packet properlyMartin Storsjö2010-03-24
* Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng2010-03-24
* Silence ridiculous gcc warning.Carl Eugen Hoyos2010-03-24
* Mask away AVSEEK_FORCE properly in some checks in url_fseek()Tomas Härdin2010-03-24
* Put ff_flac_write_header() in a separate C file to allow it to be shared withoutJustin Ruggles2010-03-23
* Fix seeking in DV when filesize is unknown.Tomas Härdin2010-03-23
* Handle multiple RTSP transport options properly by adding all of them into th...Martin Storsjö2010-03-23
* Parse options in the RTSP URL only from the last question mark onwardsMartin Storsjö2010-03-23
* Reconstruct the RTSP URL, in order to remove the auth part from the URL sent ...Martin Storsjö2010-03-23
* Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer'sJustin Ruggles2010-03-22
* Dont senselessly fail on rawvideo that isnt 3 files per frame.Michael Niedermayer2010-03-22
* RTP depacketization of TheoraJosh Allmann2010-03-22
* ReindentMartin Storsjö2010-03-22
* Add support for TCP as lower transport in the RTSP muxerMartin Storsjö2010-03-22
* Interpret valueless attributes in AMR ftmp lines as being 1Martin Storsjö2010-03-22
* Use the caller's RTSPMessageHeader in rtsp_setup_input_streamsMartin Storsjö2010-03-22
* Fix FLAC demuxer dependencies.James Darnley2010-03-21
* Make av_open_input_file() return AVERROR_INVALIDDATA rather thanStefano Sabatini2010-03-21
* Add Changelog entry and bump lavf micro version for the addition ofJustin Ruggles2010-03-20
* Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.James Darnley2010-03-20
* Add VorbisComment writing to FLAC files.James Darnley2010-03-20
* Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if endStefano Sabatini2010-03-18
* Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, so thatRonald S. Bultje2010-03-17
* Fix erroneous behaviour when format probe hits end of fileMåns Rullgård2010-03-16
* rename av_read_frame_flush to ff_read_frame_flushAurelien Jacobs2010-03-15
* rename av_program_add_stream_index to ff_program_add_stream_indexAurelien Jacobs2010-03-15
* Correctly write last 0 lacing value when packet size is multiple of 255, patc...Greg Maxwell2010-03-15
* Add AVSEEK_FORCE flag to indicate that the code should attempt to seekMichael Niedermayer2010-03-15
* matroskadec: fix missing dependencyAurelien Jacobs2010-03-15
* cosmetics : Print newline after error message.Jai Menon2010-03-15
* ReindentMartin Storsjö2010-03-15
* Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_p...Martin Storsjö2010-03-15