platform/upstream/libav.git
2012-06-24 Martin Storsjölog: Only include unistd.h if configure found it
2012-06-24 Anton Khirnovape: create audio stream before reading tags.
2012-06-24 Anton Khirnovmov: make a length variable larger.
2012-06-24 Mashiat Sarker... image2: Add "start_number" private option to the demuxer
2012-06-24 Mashiat Sarker... image2: Add "start_number" private option to the muxer
2012-06-24 Anton Khirnovavconv: remove a forgotten debugging printf.
2012-06-24 Anton Khirnovavconv: use more descriptive names for hardcoded filters.
2012-06-24 Anton Khirnovavconv: remove redundant handling of async.
2012-06-24 Anton Khirnovdoc/filters: fix typo.
2012-06-23 Mans Rullgardh264: use asm cabac reader under a generic condition
2012-06-23 Diego Biurrunx86: Only use optimizations with cmov if the CPU suppor...
2012-06-23 Diego Biurrunx86: Add CPU flag for the i686 cmov instruction
2012-06-23 Mans Rullgardx86: remove unused inline asm macros from dsputil_mmx.h
2012-06-23 Mans Rullgardx86: move some inline asm macros to the only places...
2012-06-22 Alex Converselavfi: Add the af_channelmap audio channel mapping...
2012-06-22 Anton Khirnovlavfi: add join audio filter.
2012-06-22 Anton Khirnovlavfi: allow audio filters to request a given number...
2012-06-22 Anton Khirnovlavfi: support automatically inserting the fifo filter...
2012-06-22 Anton Khirnovlavfi/audio: eliminate ff_default_filter_samples().
2012-06-22 Anton Khirnovlibspeexenc: add supported sample rates and channel...
2012-06-22 Mans RullgardReplace usleep() calls with av_usleep()
2012-06-22 Mans Rullgardlavu: add av_usleep() function
2012-06-22 Hendrik Leppkesutvideo: mark interlaced frames as such
2012-06-22 Carl Eugen... utvideo: Fix interlaced prediction for RGB utvideo.
2012-06-22 Diego Biurruncosmetics: do not use full path for local headers
2012-06-21 Mans Rullgardlavu/file: include unistd.h only when available
2012-06-21 Mans Rullgardconfigure: check for unistd.h
2012-06-21 Mans Rullgardlog: include unistd.h only when needed
2012-06-21 Mans Rullgardlavf: include libavutil/time.h instead of redeclaring...
2012-06-21 Janne Grunaufix hardcoded tables compililation caused by missing...
2012-06-21 Ronald S. Bultjelavf: Make codec_tag arrays constant
2012-06-21 Ronald S. Bultjetwinvq: give massive struct a name.
2012-06-21 Mans Rullgardlavf, lavu: version bumps and APIchanges for av_gettime...
2012-06-21 Anton Khirnovlavfi/audio: don't set cur_buf in ff_filter_samples().
2012-06-21 Anton Khirnovlavfi/fifo: add audio version of the fifo filter.
2012-06-21 Anton Khirnovfifo: fix parenthesis placement.
2012-06-21 Anton Khirnovlavfi: rename vf_fifo.c -> fifo.c
2012-06-21 Anton Khirnovlavc: remove stats_in from AVCodecContext options table.
2012-06-20 Kostya ShishkovMS Screen 1 decoder
2012-06-20 Alex Converseaacdec: Fix popping channel layouts.
2012-06-20 Mans Rullgardav_gettime: support Win32 without gettimeofday()
2012-06-20 Mans RullgardUse av_gettime() in various places
2012-06-20 Mans RullgardMove av_gettime() to libavutil
2012-06-20 Mans Rullgarddct-test: use emms_c() from libavutil instead of duplic...
2012-06-20 Ronald S. Bultjemov: fix operator precedence bug
2012-06-20 Janne Grunaumathematics.h: remove a couple of math defines
2012-06-20 Mans RullgardRemove unnecessary inclusions of [sys/]time.h
2012-06-20 Mans Rullgardlavf: remove unnecessary inclusions of unistd.h
2012-06-20 Mans Rullgardbfin: libswscale: add const where appropriate to fix...
2012-06-20 Mans Rullgardbfin: libswscale: remove unnecessary #includes
2012-06-19 Martin Storsjöudp: Properly check for invalid sockets
2012-06-19 Martin Storsjötcp: Check the return value from getsockopt
2012-06-19 Martin Storsjönetwork: Use av_strerror for getting error messages
2012-06-19 Martin Storsjöudp: Properly print error from getnameinfo
2012-06-19 Martin Storsjömmst: Use AVUNERROR() to convert error codes to the...
2012-06-19 Martin Storsjönetwork: Pass pointers of the right type to get/setsock...
2012-06-19 Samuel Pitoisetrtmp: Reduce the number of idle posts sent by sleeping...
2012-06-19 Diego Biurrunflvdec: remove incomplete, disabled seeking code
2012-06-19 Ronald S. Bultjemem: add support for _aligned_malloc() as found on...
2012-06-19 Simon A. Eugsterlavc: Extend the documentation for avcodec_init_packet
2012-06-19 Ronald S. Bultjeflvdec: remove incomplete, disabled seeking code
2012-06-19 Ronald S. Bultjehttp: replace atoll() with strtoll()
2012-06-18 Ronald S. Bultjempegts: remove unused/incomplete/broken seeking code
2012-06-18 Justin Rugglesaf_amix: allow float planar sample format as input
2012-06-18 Justin Rugglesaf_amix: use AVFloatDSPContext.vector_fmac_scalar()
2012-06-18 Justin Rugglesfloat_dsp: add x86-optimized functions for vector_fmac_...
2012-06-18 Justin Rugglesfloat_dsp: Move vector_fmac_scalar() from libavcodec...
2012-06-18 Justin Ruggleslavr: Add x86-optimized function for flt to s32 conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized function for flt to s16 conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized functions for s32 to flt conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized functions for s32 to s16 conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized functions for s16 to flt conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized function for s16 to s32 conversion
2012-06-18 Martin Storsjörtpenc: Support packetizing iLBC
2012-06-18 Martin Storsjörtpdec: Add a depacketizer for iLBC
2012-06-18 Martin StorsjöImplement the iLBC storage file format
2012-06-18 Martin Storsjömov: Support muxing/demuxing iLBC
2012-06-18 Martin StorsjöAdd support for iLBC decoding/encoding via the external...
2012-06-18 Samuel Pitoisetrtmp: Don't send every flv packet in a separate HTTP...
2012-06-18 Martin Storsjörtsp: Send mode=record instead of mode=receive
2012-06-18 Ronald S. Bultjedirac: replace compound literal with normal initialiser
2012-06-18 Justin Ruggleslavr: add x86-optimized functions for mixing 1-to-2...
2012-06-18 Justin Ruggleslavr: add x86-optimized functions for mixing 1-to-2...
2012-06-18 John StebbinsAdd Dolby/DPLII downmix support to libavresample
2012-06-18 Mans Rullgardvorbisdec: replace div/mod in loop with a counter
2012-06-18 Mans Rullgardfate: vorbis: add 5.1 surround test
2012-06-18 Martin Storsjörtpenc: Allow requesting H264 RTP packetization mode 0
2012-06-18 Martin Storsjöconfigure: Sort the library listings in the help text...
2012-06-17 Ronald S. Bultjedwt: remove variable-length arrays
2012-06-17 Samuel PitoisetRTMPT protocol support
2012-06-17 Martin Storsjöhttp: Properly handle chunked transfer-encoding for...
2012-06-17 Martin Storsjöhttp: Fail reading if the connection has gone away
2012-06-17 Martin Storsjöamr: Mark an array const
2012-06-17 Martin Storsjöamr: More space cleanup
2012-06-17 Martin Storsjörtpenc: Fix memory leaks in the muxer open function
2012-06-17 Martin Storsjöamr: Cosmetic cleanup
2012-06-17 Martin Storsjömov_chan: Fix operator precedence by adding parentheses
2012-06-17 Diego Biurrundoc: Add missing protocols to list of supported protocols.
2012-06-17 Jordi Ortiztcp: Check the listen call
2012-06-16 Anton Khirnovflacdec: read attached pictures.
next