13318 Commits (83386a1f62c06c841694657778526dfebc0ba685)

Author SHA1 Message Date
Piotr Bandurski 165b65771d avformat/riff: add DM4V FourCC 12 years ago
Martin Storsjö 4b054a3400 rtpproto: Check the right feature detection macro 12 years ago
Diego Biurrun 163a729725 electronicarts: Let functions always returning the same value return void 12 years ago
Diego Biurrun 4908c8ef27 electronicarts: Improve some function/variable names 12 years ago
Diego Biurrun a90cff137b electronicarts: comment wording fixes 12 years ago
Diego Biurrun 288f2ffb57 electronicarts: Remove bogus function documentation 12 years ago
Diego Biurrun 8747fce91f electronicarts: K&R formatting cosmetics 12 years ago
Dave Yeo c3386bd5b4 rtpproto: Check for the right feature when reading a sockaddr_in6 12 years ago
Alexander Strasser dc2e4c2e53 lavf/wavdec: Fix seeking in files with unaligned offsets 12 years ago
Martin Storsjö b56fc18b20 sdp: Add an option for sending RTCP packets to the source of the last packets 12 years ago
Martin Storsjö 6b58e11a83 rtpproto: Add an option for writing return packets to the address of the last received packets 12 years ago
Martin Storsjö 2427ac6ccd rtpproto: Update the parameter documentation 12 years ago
Compn 8e0b6d82b3 riff: add msn audio comment 12 years ago
Luca Barbato 5268bd2900 segafilm: Error out on impossible packet size 12 years ago
Luca Barbato 3562684db7 ogg: Always alloc the private context in vorbis_header 12 years ago
Piotr Bandurski e87fcaa8d5 avformat/riff: treat msn audio like gsm_ms 12 years ago
Alexis Ballier 7a48b1c492 Remove FF_API_PKT_DUMP cruft. Not compiled since libavformat 54. 12 years ago
Alexis Ballier ca2378ad04 libavformat/version.h: Drop FF_API_OLD_AVIO (unused and undefined since libavformat 55) 12 years ago
Michael Niedermayer 4b101ab02e avformat/asfdec: call ff_read_frame_flush() in asf_read_pts() 12 years ago
Kirill Gavrilov 2395ae22ce img2dec: fix typo (double "with with") 12 years ago
wm4 a5ef7960fc ape: check avio_read() return value 12 years ago
Mark Harris 4ccafaca1c avformat/id3v2enc: use UTF-16 in id3v2.3 APIC frame only if non-ASCII 12 years ago
Luca Barbato 5718e3487b rtmp: Do not misuse memcmp 12 years ago
Michael Niedermayer db4918b72e avformat/tedcaptionsdec: make const arrays static const 12 years ago
Martin Storsjö 8e1fe34557 rtmp: Detect and warn if the user tries to pass librtmp style parameters 12 years ago
Luca Barbato ba5393a609 rtmp: rename data_size to size 12 years ago
Luca Barbato 4ebc7d659f rtmp: Use PRId64 when needed. 12 years ago
Reimar Döffinger d4db7c334b Integrate accessors.h header into internal.h 12 years ago
Martin Storsjö e743e7ae6e libavutil: Make avpriv_open a library-internal function on msvcrt 12 years ago
Michael Niedermayer 12538bb9c2 avformat/nut: support planar rgb 12 years ago
Michael Niedermayer f58cd2867a avformat/paf: Fix integer overflow and out of array read 12 years ago
Rémi Denis-Courmont 9d5ec50ead ff_socket: put out-of-line and fallback to fcntl() for close-on-exec 12 years ago
Reimar Döffinger a48979d715 Reduce MAKE_ACCESSORS code duplication via a new header. 12 years ago
Martin Storsjö dfc6b5c814 file: Move win32 utf8->wchar open wrapper to libavutil 12 years ago
Ben Avison 5afe1d2791 avio: Add const qualifiers to ffio_read_indirect 12 years ago
Rémi Denis-Courmont 51eb213d00 libavformat: use avpriv_open() 12 years ago
Michael Niedermayer f3b7f47070 avformat/oggparsevorbis: fix leak of tt 12 years ago
Michael Niedermayer d0a882ab1d avformat/oggparsevorbis: fix leak of ct 12 years ago
Michael Niedermayer 731f7eaaad ff_flac_parse_picture: assert that len is within the array 12 years ago
Martin Storsjö f4d371b973 rtsp: Don't include the listen flag in the SDP demuxer flags 12 years ago
Kostya Shishkov f544c58636 deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND instead 12 years ago
Stephen Hutchinson 9db353bc47 avisynth: Exit gracefully when trying to serve video from v2.5.8. 12 years ago
Stephen Hutchinson f277d6bf42 avisynth: Cosmetics 12 years ago
Martin Storsjö 62572435d4 rtpenc_chain: Check for errors from ffio_fdopen and ffio_open_dyn_packet_buf 12 years ago
Martin Storsjö f542dedf72 rtspenc: Check the return value from ffio_open_dyn_packet_buf 12 years ago
Michael Niedermayer caa7a49481 avformat/utils: fix memleak with nobuffer 12 years ago
Michael Niedermayer 9e10b2cfc9 avformat/spdifenc make const tables static const 12 years ago
Michael Niedermayer ef71717901 avformat/smoothstreamingenc: Make const tables static const 12 years ago
Michael Niedermayer 5b13778f93 mpegts: remove usage of MOD_UNLIKELY() 12 years ago
Diego Biurrun 255d9c570e riff: Move demuxing code to a separate file. 12 years ago