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-18Change SVN to Git in configureLou Logan
2011-01-05Win32 support for av_file_map()Daniel Verkamp
2011-01-04Remove unnecessary dependency of ffprobe and ffserver on libswscale.Stefano Sabatini
2011-01-04Change the AC-3 encoder to use floating-point.Justin Ruggles
2011-01-03libavfilter does not depend on libswscale, only the scale filter does.Carl Eugen Hoyos
2011-01-02"Fix" compilation with --disable-swscale.Carl Eugen Hoyos
2010-12-28Add copy filter, useful for testing the avfilter_draw_slice() copyStefano Sabatini
2010-12-23Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini
2010-12-22Add av_file_map() and av_file_unmap() functions.Stefano Sabatini
2010-12-18AMR-WB decoder, written as part of Google Summer of Code 2010 by MarceloRonald S. Bultje
2010-12-16configure: Avoid warnings if av_always_inline is disabledMartin Storsjö
2010-12-14configure: Allow disabling symbol versioning via --disable-symverMartin Storsjö
2010-12-07Add a FLAC parser.Michael Chinen
2010-12-04Port libmpcodecs hqdn3d filter.Baptiste Coudurier
2010-12-01Add missing dependencies for frei0r_src in configure.Stefano Sabatini
2010-11-04Silence icc warning about unsupported option -Wno-parenthesesCarl Eugen Hoyos
2010-11-02Add single stream LATM/LOAS decoderJanne Grunau
2010-10-26Bump required x264 version to X264_BUILD 99Jason Garrett-Glaser
2010-10-21rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxerMartin Storsjö
2010-10-19Add a demuxer for receiving raw rtp:// URLs without an SDP descriptionMartin Storsjö
2010-10-13Add a SAP demuxerMartin Storsjö
2010-10-12Implement cropdetect filter.Stefano Sabatini
2010-10-09sapenc: Declare a dependency on rtp_protocol, tooMartin Storsjö
2010-10-08sapenc: Mark the muxer as depending on network functionsMartin Storsjö
2010-10-08Add a SAP (Session Announcement Protocol, RFC 2974) muxerMartin Storsjö
2010-10-07libmp3lame: don't check unused function in detectionRafaël Carré
2010-10-06Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö
2010-10-06configure: Set _DARWIN_C_SOURCE while testing for struct ipv6_mreqMartin Storsjö
2010-10-06Check whether compiler supports xmm registers in asm clobber listRamiro Polla
2010-10-06configure: Consolidate rtsp/sdp deps to use _selectMartin Storsjö
2010-10-05configure: Add the http protocol as an auto-enabled dependency of the rtsp de...Martin Storsjö
2010-10-03Use SLIBSUF instead of .so, as a more generic dynamic library suffix.Víctor Paesa
2010-09-28Group togheter filter dependency specifications.Stefano Sabatini
2010-09-28Fix out of tree builds with vf_yadif and mmxMåns Rullgård
2010-09-27Port MPlayer blackframe filter.Stefano Sabatini
2010-09-27configure: detect nasm vs yasm and set flags correspondinglyMåns Rullgård
2010-09-25Create libavfilter/$arch when building outside source treeMåns Rullgård
2010-09-25yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer
2010-09-24Add frei0r filter.Stefano Sabatini
2010-09-21Disable ALIGNED_STACK with icc 10 or prior on x86_32Måns Rullgård
2010-09-21Add HAVE_ALIGNED_STACK config settingMåns Rullgård
2010-09-19Request 16-byte aligned stack with icc on x86_32Måns Rullgård
2010-09-17configure: print minimum lame version number required after revision 25128James Darnley
2010-09-16configure: detect Open64 compilerMåns Rullgård
2010-09-16Allow float values for libmp3lame quality.James Darnley
2010-09-14Update pathscale compiler detectionMåns Rullgård
2010-09-14Implement libopencv smooth filter.Stefano Sabatini
2010-09-04Create config.asm for use with yasmMåns Rullgård
2010-09-04configure: whitespaceMåns Rullgård
2010-09-04configure: make print_config() more flexibleMåns Rullgård