13523 Commits (3c89ec2816956cb1d51a518a5c4a638aa86749e9)

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