summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtspdec: Retry with TCP if UDP failedMartin Storsjö2011-01-243-2/+56
* rtspdec: Move rtsp_read_pause up, next to rtsp_read_playMartin Storsjo2011-01-241-18/+18
* rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_requestMartin Storsjo2011-01-241-6/+1
* rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo2011-01-242-22/+43
* rtsp: Make make_setup_request a nonstatic functionMartin Storsjo2011-01-242-2/+9
* Use av_fast_malloc instead of av_realloc.Reimar Döffinger2011-01-241-2/+1
* Handle input or output len of 0 properly in lzo decoder.Reimar Döffinger2011-01-241-0/+8
* applehttp: Fix the key check in handle_variant_argsMartin Storsjö2011-01-241-1/+1
* reindent after last commitKostya2011-01-242-25/+25
* Extend WavPack demuxer and decoder to support >2 channel audioKostya2011-01-242-66/+324
* Do not set audio_resample to 0 if audio_sync_method is > 1.Stefano Sabatini2011-01-241-1/+3
* ARM: NEON: fix overflow in h264 16x16 planar predMans Rullgard2011-01-241-2/+2
* Add CFLAGS needed by PathScale compilerMans Rullgard2011-01-241-0/+2
* Disable symbol versioning on some BSDsMans Rullgard2011-01-231-1/+7
* MIPS: use inline asm only when supported by compilerMans Rullgard2011-01-232-0/+8
* aacenc: fix typo in sync extension constant in 8ae0fa2Janne Grunau2011-01-231-1/+1
* Remove redundant checks against MIN_CACHE_BITSMans Rullgard2011-01-234-60/+0
* get_bits: move tracing macros to end of fileMans Rullgard2011-01-231-21/+21
* Sanitise get_bits macros, part 2Mans Rullgard2011-01-231-196/+182
* Sanitise get_bits macros, part 1Mans Rullgard2011-01-232-74/+77
* Remove "libmpeg2" bitstream readerMans Rullgard2011-01-231-74/+3
* Makefile: simplify test tools handlingMans Rullgard2011-01-231-2/+3
* ffserver: cleanupReinhard Tartler2011-01-231-15/+2
* ac3enc: use dsputil functions in apply_window()Justin Ruggles2011-01-223-13/+9
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-2213-68/+67
* Reindent.Ronald S. Bultje2011-01-221-4/+4
* Fix crash on resolution change (issue 2393).Ronald S. Bultje2011-01-221-4/+6
* Make LOCAL_ALIGNED macro fully C99 compatibleMans Rullgard2011-01-221-7/+11
* Remove H.264 encoder fragmentsAlex Converse2011-01-224-340/+1
* aacenc: mark SBR absentAlex Converse2011-01-221-2/+7
* Amend documentation for the image2 demuxer, to better reflect the current beh...Stefano Sabatini2011-01-221-8/+13
* Remove outdated and confusing comment.Stefano Sabatini2011-01-221-2/+0
* 10l: reverse the biquad coefficients.Justin Ruggles2011-01-221-6/+6
* streamid does not work with newaudio, newvideo, newsubtitleMike Scheutzow2011-01-222-3/+4
* fate: add lossless h264 testMans Rullgard2011-01-222-1/+15
* libfaac: add recognized profiles arrayAnssi Hannula2011-01-221-0/+9
* mp3enc: support for id3v2.3 tags using a per-muxer AVOptionAnton Khirnov2011-01-221-11/+36
* id3v2: split tables for various ID3v2 versionsAnton Khirnov2011-01-223-38/+82
* mp3enc: handle errors in id3v2_put_ttagAnton Khirnov2011-01-221-7/+14
* Move ID3v1 skip from decoder to demuxerClément Bœsch2011-01-222-8/+5
* fate: make lavfi tests output only md5Mans Rullgard2011-01-2221-711/+369
* dca: add profile namesAnssi Hannula2011-01-211-0/+10
* iir: Change dst param to float* in ff_iir_filter_flt().Justin Ruggles2011-01-212-2/+2
* dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRAAnssi Hannula2011-01-211-5/+2
* mp3enc: add support for writing UTF-16 tagsAnton Khirnov2011-01-211-17/+31
* Fix libavformat version extraction in configureMans Rullgard2011-01-211-1/+1
* configure: better test for mktempMans Rullgard2011-01-211-1/+1
* configure: simplify exit trapsMans Rullgard2011-01-211-1/+0
* lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-216-23/+27
* avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov2011-01-215-6/+27
OpenPOWER on IntegriCloud