34006 Commits (360aa2465a7cba8b66f96b27365011958787c72b)
 

Author SHA1 Message Date
Mans Rullgard 6501dcfb5e Remove unnecessary inclusions of [sys/]time.h 13 years ago
Mans Rullgard 4e5a514813 lavf: remove unnecessary inclusions of unistd.h 13 years ago
Mans Rullgard 4996e8f510 bfin: libswscale: add const where appropriate to fix warnings 13 years ago
Mans Rullgard 6bac8971cc bfin: libswscale: remove unnecessary #includes 13 years ago
Martin Storsjö 042b272a4a udp: Properly check for invalid sockets 13 years ago
Martin Storsjö bb6c1abb0e tcp: Check the return value from getsockopt 13 years ago
Martin Storsjö a840cdda6c network: Use av_strerror for getting error messages 13 years ago
Martin Storsjö 860b40f1f2 udp: Properly print error from getnameinfo 13 years ago
Martin Storsjö 6aa4e88106 mmst: Use AVUNERROR() to convert error codes to the right range for strerror 13 years ago
Martin Storsjö 561687696f network: Pass pointers of the right type to get/setsockopt/ioctlsocket on windows 13 years ago
Samuel Pitoiset 9d811fd80f rtmp: Reduce the number of idle posts sent by sleeping 50ms 13 years ago
Diego Biurrun 4cc2920dd2 flvdec: remove incomplete, disabled seeking code 13 years ago
Ronald S. Bultje be1a839ca6 mem: add support for _aligned_malloc() as found on Windows 13 years ago
Simon A. Eugster 7146177d18 lavc: Extend the documentation for avcodec_init_packet 13 years ago
Ronald S. Bultje 8703f0140f flvdec: remove incomplete, disabled seeking code 13 years ago
Ronald S. Bultje 51a2b5546b http: replace atoll() with strtoll() 13 years ago
Ronald S. Bultje ae2bb52cd2 mpegts: remove unused/incomplete/broken seeking code 13 years ago
Justin Ruggles ae46fbee1d af_amix: allow float planar sample format as input 13 years ago
Justin Ruggles f0ece49e74 af_amix: use AVFloatDSPContext.vector_fmac_scalar() 13 years ago
Justin Ruggles 82b2df9790 float_dsp: add x86-optimized functions for vector_fmac_scalar() 13 years ago
Justin Ruggles cb5042d02c float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil 13 years ago
Justin Ruggles 4e4dd71730 lavr: Add x86-optimized function for flt to s32 conversion 13 years ago
Justin Ruggles 6c63cbfe7a lavr: Add x86-optimized function for flt to s16 conversion 13 years ago
Justin Ruggles 97ce1ba867 lavr: Add x86-optimized functions for s32 to flt conversion 13 years ago
Justin Ruggles 5904f25b9f lavr: Add x86-optimized functions for s32 to s16 conversion 13 years ago
Justin Ruggles d721f67d0a lavr: Add x86-optimized functions for s16 to flt conversion 13 years ago
Justin Ruggles 1168e29df1 lavr: Add x86-optimized function for s16 to s32 conversion 13 years ago
Martin Storsjö 579fd87b46 rtpenc: Support packetizing iLBC 13 years ago
Martin Storsjö 89c3960544 rtpdec: Add a depacketizer for iLBC 13 years ago
Martin Storsjö a2b251a05e Implement the iLBC storage file format 13 years ago
Martin Storsjö 9e74db6850 mov: Support muxing/demuxing iLBC 13 years ago
Martin Storsjö 3641b0489c Add support for iLBC decoding/encoding via the external library libilbc 13 years ago
Samuel Pitoiset 46743a859c rtmp: Don't send every flv packet in a separate HTTP request in RTMPT 13 years ago
Martin Storsjö bbc8038614 rtsp: Send mode=record instead of mode=receive 13 years ago
Ronald S. Bultje db28b01dcf dirac: replace compound literal with normal initialiser 13 years ago
Justin Ruggles f61ce90caa lavr: add x86-optimized functions for mixing 1-to-2 s16p with flt coeffs 13 years ago
Justin Ruggles 29f7490c46 lavr: add x86-optimized functions for mixing 1-to-2 fltp with flt coeffs 13 years ago
John Stebbins 3971be0eb5 Add Dolby/DPLII downmix support to libavresample 13 years ago
Mans Rullgard 9fcda25e35 vorbisdec: replace div/mod in loop with a counter 13 years ago
Mans Rullgard 7457ebee3a fate: vorbis: add 5.1 surround test 13 years ago
Martin Storsjö d77f4afa98 rtpenc: Allow requesting H264 RTP packetization mode 0 13 years ago
Martin Storsjö becc3c629b configure: Sort the library listings in the help text alphabetically 13 years ago
Ronald S. Bultje d9669eab0b dwt: remove variable-length arrays 13 years ago
Samuel Pitoiset 8e50c57dcb RTMPT protocol support 13 years ago
Martin Storsjö 35127bf156 http: Properly handle chunked transfer-encoding for replies to post data 13 years ago
Martin Storsjö eb564b23a3 http: Fail reading if the connection has gone away 13 years ago
Martin Storsjö eb3918c1fd amr: Mark an array const 13 years ago
Martin Storsjö 634e874de5 amr: More space cleanup 13 years ago
Martin Storsjö e9ef88fbd2 rtpenc: Fix memory leaks in the muxer open function 13 years ago
Martin Storsjö 5f26d4d448 amr: Cosmetic cleanup 13 years ago