summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* libavformat: use avpriv_open()Rémi Denis-Courmont2013-08-07
* rtsp: Don't include the listen flag in the SDP demuxer flagsMartin Storsjö2013-08-07
* deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND insteadKostya Shishkov2013-08-07
* rtpenc_chain: Check for errors from ffio_fdopen and ffio_open_dyn_packet_bufMartin Storsjö2013-08-07
* rtspenc: Check the return value from ffio_open_dyn_packet_bufMartin Storsjö2013-08-07
* riff: Move demuxing code to a separate file.Diego Biurrun2013-08-06
* riff: Move muxing code to a separate fileDiego Biurrun2013-08-06
* avformat/dv: K&R formatting cosmeticsDiego Biurrun2013-08-06
* tcp: Use a different log message and level if there's more addresses to tryMartin Storsjö2013-08-06
* unix: Convert from AVERROR to errno range before comparing error codesMartin Storsjö2013-08-06
* riff.h: Remove stray extern declaration for non-existing symbolDiego Biurrun2013-08-05
* mpegts: Remove one 64-bit integer modulus operation per packetBen Avison2013-08-05
* network: Use SOCK_CLOEXEC when availableLuca Barbato2013-08-05
* lavf: Support unix socketsLuca Barbato2013-08-05
* mpegts: Make discard_pid() faster for single-program streamsBen Avison2013-08-05
* mpegts: Remove one memcpy per packetBen Avison2013-08-05
* avio: Add an internal function for reading without copyingBen Avison2013-08-05
* build: Add missing img2.o dependency to apetag.oDiego Biurrun2013-08-05
* mxfenc: switch to av_reallocp_array() and check allocation errorsAlexandra Khirnova2013-08-04
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* Give less generic names to global library option arraysDiego Biurrun2013-08-02
* rtmp: Add seek supportGavriloaie Eugen-Andrei2013-08-02
* flvdec: Eliminate completely silly gotoDiego Biurrun2013-08-01
* flvdec: K&R formatting cosmeticsDiego Biurrun2013-08-01
* flvdec: Fix = vs. == typo in sample rate checkDiego Biurrun2013-08-01
* rtsp: Simplify code for forming the remote peer urlMartin Storsjö2013-08-01
* rtpproto: Allow specifying a separate rtcp port in ff_rtp_set_remote_urlMartin Storsjö2013-08-01
* rtpproto: Check the size before reading buf[1]Martin Storsjö2013-08-01
* rtpproto: Move rtpproto specific function declarations to a separate headerMartin Storsjö2013-07-31
* rtpproto: Simplify the rtp_read function by looping over the fdsMartin Storsjö2013-07-31
* rtpproto: Remove a misplaced commentMartin Storsjö2013-07-31
* rtpproto: Support nonblocking readsMartin Storsjö2013-07-31
* rtpenc: Simplify code by introducing a macro for rescaling NTP timestampsMartin Storsjö2013-07-31
* hls: Call avformat_find_stream_info() on the chained demuxersMichael Niedermayer2013-07-30
* rtsp: Support RFC4570 (source specific multicast) more properly.Ed Torbett2013-07-29
* rtpproto: Support more than one SSM include address, support excludesEd Torbett2013-07-29
* udp: Keep track of include and exclude sources separatelyEd Torbett2013-07-29
* udp: Allow specifying multicast include/blocks as host names as wellEd Torbett2013-07-29
* avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typoDiego Biurrun2013-07-29
* hls: Free packets when skipping packets when seekingMartin Storsjö2013-07-29
* hlsproto: Store all durations in AV_TIME_BASEMartin Storsjö2013-07-29
* hls: Store all durations in AV_TIME_BASEMartin Storsjö2013-07-29
* hls: Store first_timestamp in units of AV_TIME_BASEMartin Storsjö2013-07-29
* hls: Create an AVProgram for each variantLYF2013-07-29
* hls: Respect the different stream time bases when comparing dtsMichael Niedermayer2013-07-29
* hls: Set stream offset before opening a chained demuxerMartin Storsjö2013-07-29
* hls: Don't check discard flags until the parent demuxer's streams actually existMichael Niedermayer2013-07-29
* hls: Copy the time base from the chained demuxerMichael Niedermayer2013-07-29
* hls: Return all packets from a previous variant before moving on to the next oneMartin Storsjö2013-07-29
* lavf: Don't interpret just slightly broken timestamps as wraparoundMichael Niedermayer2013-07-29