summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo2011-01-24
* rtsp: Make make_setup_request a nonstatic functionMartin Storsjo2011-01-24
* Use av_fast_malloc instead of av_realloc.Reimar Döffinger2011-01-24
* Handle input or output len of 0 properly in lzo decoder.Reimar Döffinger2011-01-24
* applehttp: Fix the key check in handle_variant_argsMartin Storsjö2011-01-24
* reindent after last commitKostya2011-01-24
* Extend WavPack demuxer and decoder to support >2 channel audioKostya2011-01-24
* Do not set audio_resample to 0 if audio_sync_method is > 1.Stefano Sabatini2011-01-24
* ARM: NEON: fix overflow in h264 16x16 planar predMans Rullgard2011-01-24
* Add CFLAGS needed by PathScale compilerMans Rullgard2011-01-24
* Disable symbol versioning on some BSDsMans Rullgard2011-01-23
* MIPS: use inline asm only when supported by compilerMans Rullgard2011-01-23
* aacenc: fix typo in sync extension constant in 8ae0fa2Janne Grunau2011-01-23
* Remove redundant checks against MIN_CACHE_BITSMans Rullgard2011-01-23
* get_bits: move tracing macros to end of fileMans Rullgard2011-01-23
* Sanitise get_bits macros, part 2Mans Rullgard2011-01-23
* Sanitise get_bits macros, part 1Mans Rullgard2011-01-23
* Remove "libmpeg2" bitstream readerMans Rullgard2011-01-23
* Makefile: simplify test tools handlingMans Rullgard2011-01-23
* ffserver: cleanupReinhard Tartler2011-01-23
* ac3enc: use dsputil functions in apply_window()Justin Ruggles2011-01-22
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-22
* Reindent.Ronald S. Bultje2011-01-22
* Fix crash on resolution change (issue 2393).Ronald S. Bultje2011-01-22
* Make LOCAL_ALIGNED macro fully C99 compatibleMans Rullgard2011-01-22
* Remove H.264 encoder fragmentsAlex Converse2011-01-22
* aacenc: mark SBR absentAlex Converse2011-01-22
* Amend documentation for the image2 demuxer, to better reflect the current beh...Stefano Sabatini2011-01-22
* Remove outdated and confusing comment.Stefano Sabatini2011-01-22
* 10l: reverse the biquad coefficients.Justin Ruggles2011-01-22
* streamid does not work with newaudio, newvideo, newsubtitleMike Scheutzow2011-01-22
* fate: add lossless h264 testMans Rullgard2011-01-22
* libfaac: add recognized profiles arrayAnssi Hannula2011-01-22
* mp3enc: support for id3v2.3 tags using a per-muxer AVOptionAnton Khirnov2011-01-22
* id3v2: split tables for various ID3v2 versionsAnton Khirnov2011-01-22
* mp3enc: handle errors in id3v2_put_ttagAnton Khirnov2011-01-22
* Move ID3v1 skip from decoder to demuxerClément Bœsch2011-01-22
* fate: make lavfi tests output only md5Mans Rullgard2011-01-22
* dca: add profile namesAnssi Hannula2011-01-21
* iir: Change dst param to float* in ff_iir_filter_flt().Justin Ruggles2011-01-21
* dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRAAnssi Hannula2011-01-21
* mp3enc: add support for writing UTF-16 tagsAnton Khirnov2011-01-21
* Fix libavformat version extraction in configureMans Rullgard2011-01-21
* configure: better test for mktempMans Rullgard2011-01-21
* configure: simplify exit trapsMans Rullgard2011-01-21
* lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-21
* avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov2011-01-21
* cosmetics related to LPC changes.Justin Ruggles2011-01-21
* Separate window function from autocorrelation.Justin Ruggles2011-01-21
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-21