Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-26ffserver: put gcc attribute under proper ifdefMans Rullgard
2011-01-26rtspdec: Retry with TCP if UDP failedMartin Storsjö
2011-01-26rtspdec: Move rtsp_read_pause up, next to rtsp_read_playMartin Storsjo
2011-01-26rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_requestMartin Storsjo
2011-01-26rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo
2011-01-26rtsp: Make make_setup_request a nonstatic functionMartin Storsjo
2011-01-26applehttp: Fix the key check in handle_variant_argsMartin Storsjö
2011-01-26reindent after last commitKostya
2011-01-26Extend WavPack demuxer and decoder to support >2 channel audioKostya
2011-01-26Do not set audio_resample to 0 if audio_sync_method is > 1.Stefano Sabatini
2011-01-26ARM: NEON: fix overflow in h264 16x16 planar predMans Rullgard
2011-01-26Add CFLAGS needed by PathScale compilerMans Rullgard
2011-01-26Disable symbol versioning on some BSDsMans Rullgard
2011-01-26MIPS: use inline asm only when supported by compilerMans Rullgard
2011-01-26aacenc: fix typo in sync extension constant in 8ae0fa2Janne Grunau
2011-01-25ffmetaenc : Use more correct format specifiers.Jai Menon
2011-01-25In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it.Baptiste Coudurier
2011-01-24Use av_fast_malloc instead of av_realloc.Reimar Döffinger
2011-01-24Handle input or output len of 0 properly in lzo decoder.Reimar Döffinger
2011-01-23Remove redundant checks against MIN_CACHE_BITSMans Rullgard
2011-01-23get_bits: move tracing macros to end of fileMans Rullgard
2011-01-23Sanitise get_bits macros, part 2Mans Rullgard
2011-01-23Sanitise get_bits macros, part 1Mans Rullgard
2011-01-23Remove "libmpeg2" bitstream readerMans Rullgard
2011-01-23Makefile: simplify test tools handlingMans Rullgard
2011-01-23ffserver: cleanupReinhard Tartler
2011-01-23ac3enc: use dsputil functions in apply_window()Justin Ruggles
2011-01-23Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2011-01-23Reindent.Ronald S. Bultje
2011-01-23Fix crash on resolution change (issue 2393).Ronald S. Bultje
2011-01-23Make LOCAL_ALIGNED macro fully C99 compatibleMans Rullgard
2011-01-23Remove H.264 encoder fragmentsAlex Converse
2011-01-23aacenc: mark SBR absentAlex Converse
2011-01-23Amend documentation for the image2 demuxer, to better reflect the current beh...Stefano Sabatini
2011-01-23Remove outdated and confusing comment.Stefano Sabatini
2011-01-2310l: reverse the biquad coefficients.Justin Ruggles
2011-01-23streamid does not work with newaudio, newvideo, newsubtitleMike Scheutzow
2011-01-23fate: add lossless h264 testMans Rullgard
2011-01-23libfaac: add recognized profiles arrayAnssi Hannula
2011-01-23mp3enc: support for id3v2.3 tags using a per-muxer AVOptionAnton Khirnov
2011-01-23id3v2: split tables for various ID3v2 versionsAnton Khirnov
2011-01-23mp3enc: handle errors in id3v2_put_ttagAnton Khirnov
2011-01-23Move ID3v1 skip from decoder to demuxerClément Bœsch
2011-01-23fate: make lavfi tests output only md5Mans Rullgard
2011-01-23dca: add profile namesAnssi Hannula
2011-01-23iir: Change dst param to float* in ff_iir_filter_flt().Justin Ruggles
2011-01-23dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRAAnssi Hannula
2011-01-23mp3enc: add support for writing UTF-16 tagsAnton Khirnov
2011-01-23Fix libavformat version extraction in configureMans Rullgard
2011-01-23configure: better test for mktempMans Rullgard