33884 Commits (fa0662393096a1ece73ccc321cd5b8948e96e431)
 

Author SHA1 Message Date
Anton Khirnov fa06623930 lavfi/audio: eliminate ff_default_filter_samples(). 13 years ago
Anton Khirnov 9ee3334840 libspeexenc: add supported sample rates and channel layouts. 13 years ago
Mans Rullgard 896bb0d742 Replace usleep() calls with av_usleep() 13 years ago
Mans Rullgard d3d3a32c9d lavu: add av_usleep() function 13 years ago
Hendrik Leppkes f6b4624fcf utvideo: mark interlaced frames as such 13 years ago
Carl Eugen Hoyos 8875333707 utvideo: Fix interlaced prediction for RGB utvideo. 13 years ago
Diego Biurrun a5a93fa8f5 cosmetics: do not use full path for local headers 13 years ago
Mans Rullgard d11baad055 lavu/file: include unistd.h only when available 13 years ago
Mans Rullgard 542920b7f6 configure: check for unistd.h 13 years ago
Mans Rullgard 539df61193 log: include unistd.h only when needed 13 years ago
Mans Rullgard c19e0ebe53 lavf: include libavutil/time.h instead of redeclaring av_gettime() 13 years ago
Janne Grunau 1d01fee980 fix hardcoded tables compililation caused by missing math constants 13 years ago
Ronald S. Bultje 67ffcb9613 lavf: Make codec_tag arrays constant 13 years ago
Ronald S. Bultje 89ffd189ef twinvq: give massive struct a name. 13 years ago
Mans Rullgard dc7e336cae lavf, lavu: version bumps and APIchanges for av_gettime() move 13 years ago
Anton Khirnov e026c9b390 lavfi/audio: don't set cur_buf in ff_filter_samples(). 13 years ago
Anton Khirnov 4a97ff2fa7 lavfi/fifo: add audio version of the fifo filter. 13 years ago
Anton Khirnov 27570e211a fifo: fix parenthesis placement. 13 years ago
Anton Khirnov 394a2a0452 lavfi: rename vf_fifo.c -> fifo.c 13 years ago
Anton Khirnov a50b756280 lavc: remove stats_in from AVCodecContext options table. 13 years ago
Kostya Shishkov 005c80b645 MS Screen 1 decoder 13 years ago
Alex Converse 43886eaebc aacdec: Fix popping channel layouts. 13 years ago
Mans Rullgard 61183b5ab4 av_gettime: support Win32 without gettimeofday() 13 years ago
Mans Rullgard 980f81d961 Use av_gettime() in various places 13 years ago
Mans Rullgard ae0a301668 Move av_gettime() to libavutil 13 years ago
Mans Rullgard db7d8fb4ef dct-test: use emms_c() from libavutil instead of duplicating it 13 years ago
Ronald S. Bultje f1f37c7011 mov: fix operator precedence bug 13 years ago
Janne Grunau a2b186a188 mathematics.h: remove a couple of math defines 13 years ago
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