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
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
2010-09-03Detect llvm-gcc and set appropriate flagsMåns Rullgård
2010-09-02Add -mllvm -stack-alignment=16 to CFLAGS when using clangMåns Rullgård
2010-08-27configure: move config.fate creation after OS sectionMåns Rullgård
2010-08-26configure: write config.fate file as early as possibleMåns Rullgård
2010-08-26configure: improve error message for missing yasmMåns Rullgård
2010-08-26x86: Require yasm OR --disable-asm OR --disable-mmx OR --disable-yasm to build.Alex Converse
2010-08-26Revert "Disable MMX for i686 and pentiumpro"Måns Rullgård
2010-08-26Disable MMX for i686 and pentiumproMåns Rullgård
2010-08-26configure: select warning suppression syntax based on armcc versionMåns Rullgård
2010-08-24configure: enable fast_cmov for 'atom'Janne Grunau
2010-08-24configure: fix typo in test depsMåns Rullgård
2010-08-22mmsh depends on httpMåns Rullgård
2010-08-18Fix configure .pc files generation and make install whenAnatoly Nenashev
2010-08-17Add hflip filter.Stefano Sabatini
2010-08-08Only check for for libvpx decoder/encoder if libvpx is enabled.Diego Biurrun