9125 Commits (5d3d39c72e57dca76c508a1c28036f8a2c1d8ad8)

Author SHA1 Message Date
Mans Rullgard 4cbae57cef assdec: fix qsort() callback signature 12 years ago
Mans Rullgard 4521645b1a avio: fix pointer type mismatches in avio_enum_protocols() 12 years ago
Mans Rullgard be2efe0c7b udp: use socklen_t where appropriate 12 years ago
Mans Rullgard 9efbfe57e0 network: use HAVE_THREADS instead of local hack 12 years ago
Luca Barbato 254056c4ab pcm: change references to raw to pcm 12 years ago
Janne Grunau dcdfb8ede3 pcmdec: change default of channels parameter to 1 12 years ago
Luca Barbato 587874ef1c rawdec: remove ff_raw_read_header 12 years ago
Luca Barbato 2ef4d586d6 pcmdec: remove dependency from rawdec 12 years ago
Luca Barbato 5f0e161dd6 g722: refactor out of rawdec.c 12 years ago
Luca Barbato 42c26a4864 rawvideo: use a specific read_header 12 years ago
Diego Biurrun 2a91ada828 avutil: Make LZO decoder code configure-time selectable 12 years ago
Martin Storsjö c44cef978b smoothstreamingenc: Don't assume streams start from timestamp 0 12 years ago
Anton Khirnov 292a08cbab asfdec: cosmetics, reformat ff_asf_parse_packet() 12 years ago
Diego Biurrun c2dac8ac7a rtmppkt: Avoid unescaped backslash in Doxygen comment 12 years ago
Mans Rullgard 4ebc6a7410 build: Plan 9 support 12 years ago
Mans Rullgard c3e73100af network: use getservbyport() only if available 12 years ago
Mans Rullgard da0d0ae9a4 network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLEN 12 years ago
Diego Biurrun 8f4c414df6 Improve wording and spelling of av_log_missing_feature messages. 12 years ago
Anton Khirnov 6173a8fe5d riff: remove a write-only variable 12 years ago
Martin Storsjö c3e15f7b39 rtpdec: Don't pass a non-AVClass pointer as log context 12 years ago
Martin Storsjö e0d5ac6ae3 rtsp: Update a comment to the current filename scheme 12 years ago
Martin Storsjö 2f41eaa9c6 rtsp: Make sure the ret variable is initialized in ff_rtsp_fetch_packet 12 years ago
Martin Storsjö 3f055f8f5f rtsp: Allow setting the reordering buffer size via an AVOption 12 years ago
Martin Storsjö 1c37744963 rtsp: Vertically align a constant definition 12 years ago
Martin Storsjö 0de9380be5 rtp: Update the check for distinguishing between RTP and RTCP 12 years ago
Diego Biurrun 7b2121e7e2 riff: Move functions around to be covered by appropriate #ifdefs 12 years ago
Martin Storsjö 0af1fe845a avformat: Fix references to the removed function av_write_header in comments 12 years ago
Martin Storsjö fc085c5b33 gxf: Add a local copy of the relevant parts of the frame rate table 12 years ago
Martin Storsjö b760ffdd07 aviobuf: Remove a senseless ifdef in avio_seek 12 years ago
Anton Khirnov a43283b6f4 wavdec: check size before reading the data, not after. 12 years ago
Anton Khirnov 79922d7237 wav: do not fail on empty INFO tags 12 years ago
Anton Khirnov 31c54711cc lavf: split wav muxer and demuxer into separate files. 12 years ago
Victor Vasiliev 58b619c8a2 wav muxer: write metadata 12 years ago
Victor Vasiliev 0bca0283cc riff: do not write empty INFO tags 12 years ago
Victor Vasiliev 71e92414bf lavf: move RIFF INFO tag writing from avienc to riff 12 years ago
Mans Rullgard 1fbaabefc4 network: #include stdint.h in network.h 12 years ago
Luca Barbato 21de6ba5c1 nut: export codec_tag provided by rawvideo 12 years ago
Mans Rullgard 3b20eb25e7 avserver: move avserver-specific code from ffmdec.c to avserver.c 12 years ago
Diego Biurrun 7e68c91e24 rmdec: Move SIPR code shared with Matroska demuxer to a separate file 12 years ago
Luca Barbato 92281850a2 nut: support pcm codecs not mapped in avi 12 years ago
Luca Barbato 1bd442c276 nut: prioritize native tags 12 years ago
Mans Rullgard 0a7005bebd rtpdec_xiph: fix function return type 12 years ago
Mans Rullgard 366484fff1 smjpeg: fix type of 'ret' variable in smjpeg_read_packet() 12 years ago
Diego Biurrun 717addecad Use proper return values in case of missing features 12 years ago
Diego Biurrun 930c9d4373 avutil: Duplicate ff_log2_tab instead of sharing it across libs 12 years ago
Martin Storsjö 5a2cb78219 rtspdec: Set the default port for listen mode, if none is specified 12 years ago
Michael Niedermayer 2f1b2ff934 rtmpproto: Fix an out of array write 12 years ago
Michael Niedermayer eae35eadc0 rtspdec: Fix use of uninitialized byte 12 years ago
Martin Storsjö da18e918a4 md5: Allocate a normal private context for the opaque md5 context pointer 12 years ago
Martin Storsjö e002e3291e Use the new aes/md5/sha/tree allocation functions 12 years ago