summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace usleep() calls with av_usleep()Mans Rullgard2012-06-228-19/+18
* lavu: add av_usleep() functionMans Rullgard2012-06-225-2/+44
* utvideo: mark interlaced frames as suchHendrik Leppkes2012-06-221-0/+2
* utvideo: Fix interlaced prediction for RGB utvideo.Carl Eugen Hoyos2012-06-221-4/+11
* cosmetics: do not use full path for local headersDiego Biurrun2012-06-223-3/+3
* lavu/file: include unistd.h only when availableMans Rullgard2012-06-211-0/+2
* configure: check for unistd.hMans Rullgard2012-06-211-0/+2
* log: include unistd.h only when neededMans Rullgard2012-06-211-0/+4
* lavf: include libavutil/time.h instead of redeclaring av_gettime()Mans Rullgard2012-06-211-4/+4
* fix hardcoded tables compililation caused by missing math constantsJanne Grunau2012-06-214-7/+2
* lavf: Make codec_tag arrays constantRonald S. Bultje2012-06-212-2/+2
* twinvq: give massive struct a name.Ronald S. Bultje2012-06-211-1/+1
* lavf, lavu: version bumps and APIchanges for av_gettime() moveMans Rullgard2012-06-213-3/+6
* lavfi/audio: don't set cur_buf in ff_filter_samples().Anton Khirnov2012-06-211-7/+8
* lavfi/fifo: add audio version of the fifo filter.Anton Khirnov2012-06-213-20/+53
* fifo: fix parenthesis placement.Anton Khirnov2012-06-211-1/+1
* lavfi: rename vf_fifo.c -> fifo.cAnton Khirnov2012-06-212-1/+1
* lavc: remove stats_in from AVCodecContext options table.Anton Khirnov2012-06-211-1/+0
* MS Screen 1 decoderKostya Shishkov2012-06-208-1/+853
* aacdec: Fix popping channel layouts.Alex Converse2012-06-201-1/+1
* av_gettime: support Win32 without gettimeofday()Mans Rullgard2012-06-202-0/+20
* Use av_gettime() in various placesMans Rullgard2012-06-204-35/+13
* Move av_gettime() to libavutilMans Rullgard2012-06-206-9/+70
* dct-test: use emms_c() from libavutil instead of duplicating itMans Rullgard2012-06-201-11/+3
* mov: fix operator precedence bugRonald S. Bultje2012-06-201-1/+1
* mathematics.h: remove a couple of math definesJanne Grunau2012-06-201-18/+0
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-2014-16/+0
* lavf: remove unnecessary inclusions of unistd.hMans Rullgard2012-06-204-4/+0
* bfin: libswscale: add const where appropriate to fix warningsMans Rullgard2012-06-202-21/+25
* bfin: libswscale: remove unnecessary #includesMans Rullgard2012-06-202-17/+3
* udp: Properly check for invalid socketsMartin Storsjö2012-06-191-1/+1
* tcp: Check the return value from getsockoptMartin Storsjö2012-06-191-1/+2
* network: Use av_strerror for getting error messagesMartin Storsjö2012-06-192-14/+23
* udp: Properly print error from getnameinfoMartin Storsjö2012-06-191-2/+3
* mmst: Use AVUNERROR() to convert error codes to the right range for strerrorMartin Storsjö2012-06-191-5/+5
* network: Pass pointers of the right type to get/setsockopt/ioctlsocket on win...Martin Storsjö2012-06-192-1/+4
* rtmp: Reduce the number of idle posts sent by sleeping 50msSamuel Pitoiset2012-06-191-0/+13
* flvdec: remove incomplete, disabled seeking codeDiego Biurrun2012-06-191-12/+0
* mem: add support for _aligned_malloc() as found on WindowsRonald S. Bultje2012-06-192-1/+9
* lavc: Extend the documentation for avcodec_init_packetSimon A. Eugster2012-06-191-0/+3
* flvdec: remove incomplete, disabled seeking codeRonald S. Bultje2012-06-191-30/+0
* http: replace atoll() with strtoll()Ronald S. Bultje2012-06-191-3/+3
* mpegts: remove unused/incomplete/broken seeking codeRonald S. Bultje2012-06-191-96/+0
* af_amix: allow float planar sample format as inputJustin Ruggles2012-06-181-4/+15
* af_amix: use AVFloatDSPContext.vector_fmac_scalar()Justin Ruggles2012-06-181-11/+8
* float_dsp: add x86-optimized functions for vector_fmac_scalar()Justin Ruggles2012-06-183-3/+57
* float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-189-75/+82
* lavr: Add x86-optimized function for flt to s32 conversionJustin Ruggles2012-06-182-0/+49
* lavr: Add x86-optimized function for flt to s16 conversionJustin Ruggles2012-06-182-0/+37
* lavr: Add x86-optimized functions for s32 to flt conversionJustin Ruggles2012-06-182-0/+46
OpenPOWER on IntegriCloud