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