summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* rtpproto: Check the right feature detection macroMartin Storsjö2013-08-15
* electronicarts: Let functions always returning the same value return voidDiego Biurrun2013-08-15
* electronicarts: Improve some function/variable namesDiego Biurrun2013-08-15
* electronicarts: comment wording fixesDiego Biurrun2013-08-15
* electronicarts: Remove bogus function documentationDiego Biurrun2013-08-15
* electronicarts: K&R formatting cosmeticsDiego Biurrun2013-08-15
* rtpproto: Check for the right feature when reading a sockaddr_in6Dave Yeo2013-08-15
* sdp: Add an option for sending RTCP packets to the source of the last packetsMartin Storsjö2013-08-14
* rtpproto: Add an option for writing return packets to the address of the last...Martin Storsjö2013-08-14
* rtpproto: Update the parameter documentationMartin Storsjö2013-08-13
* segafilm: Error out on impossible packet sizeLuca Barbato2013-08-13
* ogg: Always alloc the private context in vorbis_headerLuca Barbato2013-08-13
* rtmp: Do not misuse memcmpLuca Barbato2013-08-11
* rtmp: Detect and warn if the user tries to pass librtmp style parametersMartin Storsjö2013-08-10
* rtmp: rename data_size to sizeLuca Barbato2013-08-10
* rtmp: Use PRId64 when needed.Luca Barbato2013-08-10
* libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö2013-08-10
* ff_socket: put out-of-line and fallback to fcntl() for close-on-execRémi Denis-Courmont2013-08-09
* file: Move win32 utf8->wchar open wrapper to libavutilMartin Storsjö2013-08-08
* avio: Add const qualifiers to ffio_read_indirectBen Avison2013-08-08
* 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