summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Win32 support for av_file_map()Daniel Verkamp2011-01-051-0/+2
* Remove unnecessary dependency of ffprobe and ffserver on libswscale.Stefano Sabatini2011-01-041-2/+2
* Change the AC-3 encoder to use floating-point.Justin Ruggles2011-01-041-1/+2
* libavfilter does not depend on libswscale, only the scale filter does.Carl Eugen Hoyos2011-01-031-1/+1
* "Fix" compilation with --disable-swscale.Carl Eugen Hoyos2011-01-021-2/+3
* Add copy filter, useful for testing the avfilter_draw_slice() copyStefano Sabatini2010-12-281-0/+1
* Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini2010-12-231-1/+1
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-221-0/+2
* AMR-WB decoder, written as part of Google Summer of Code 2010 by MarceloRonald S. Bultje2010-12-181-0/+1
* configure: Avoid warnings if av_always_inline is disabledMartin Storsjö2010-12-161-1/+5
* configure: Allow disabling symbol versioning via --disable-symverMartin Storsjö2010-12-141-0/+2
* Add a FLAC parser.Michael Chinen2010-12-071-0/+1
* Port libmpcodecs hqdn3d filter.Baptiste Coudurier2010-12-041-0/+1
* Add missing dependencies for frei0r_src in configure.Stefano Sabatini2010-11-301-0/+1
* Silence icc warning about unsupported option -Wno-parenthesesCarl Eugen Hoyos2010-11-041-1/+2
* Add single stream LATM/LOAS decoderJanne Grunau2010-11-021-0/+1
* Bump required x264 version to X264_BUILD 99Jason Garrett-Glaser2010-10-261-2/+2
* rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxerMartin Storsjö2010-10-211-3/+5
* Add a demuxer for receiving raw rtp:// URLs without an SDP descriptionMartin Storsjö2010-10-191-0/+1
* Add a SAP demuxerMartin Storsjö2010-10-131-0/+1
* Implement cropdetect filter.Stefano Sabatini2010-10-121-0/+1
* sapenc: Declare a dependency on rtp_protocol, tooMartin Storsjö2010-10-091-2/+1
* sapenc: Mark the muxer as depending on network functionsMartin Storsjö2010-10-081-0/+1
* Add a SAP (Session Announcement Protocol, RFC 2974) muxerMartin Storsjö2010-10-081-0/+1
* libmp3lame: don't check unused function in detectionRafaël Carré2010-10-071-1/+1
* Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö2010-10-061-1/+1
* configure: Set _DARWIN_C_SOURCE while testing for struct ipv6_mreqMartin Storsjö2010-10-061-1/+1
* Check whether compiler supports xmm registers in asm clobber listRamiro Polla2010-10-061-0/+4
* configure: Consolidate rtsp/sdp deps to use _selectMartin Storsjö2010-10-051-6/+3
* configure: Add the http protocol as an auto-enabled dependency of the rtsp de...Martin Storsjö2010-10-051-1/+2
* Use SLIBSUF instead of .so, as a more generic dynamic library suffix.Víctor Paesa2010-10-031-0/+1
* Group togheter filter dependency specifications.Stefano Sabatini2010-09-281-3/+1
* Fix out of tree builds with vf_yadif and mmxMåns Rullgård2010-09-271-0/+1
* Port MPlayer blackframe filter.Stefano Sabatini2010-09-261-0/+1
* configure: detect nasm vs yasm and set flags correspondinglyMåns Rullgård2010-09-261-7/+16
* Create libavfilter/$arch when building outside source treeMåns Rullgård2010-09-251-0/+1
* yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer2010-09-251-0/+1
* Add frei0r filter.Stefano Sabatini2010-09-241-0/+9
* Disable ALIGNED_STACK with icc 10 or prior on x86_32Måns Rullgård2010-09-211-1/+6
* Add HAVE_ALIGNED_STACK config settingMåns Rullgård2010-09-211-0/+2
* Request 16-byte aligned stack with icc on x86_32Måns Rullgård2010-09-181-0/+1
* configure: print minimum lame version number required after revision 25128James Darnley2010-09-171-1/+1
* configure: detect Open64 compilerMåns Rullgård2010-09-161-0/+8
* Allow float values for libmp3lame quality.James Darnley2010-09-151-1/+1
* Update pathscale compiler detectionMåns Rullgård2010-09-141-1/+1
* Implement libopencv smooth filter.Stefano Sabatini2010-09-141-0/+8
* Create config.asm for use with yasmMåns Rullgård2010-09-031-1/+13
* configure: whitespaceMåns Rullgård2010-09-031-12/+12
* configure: make print_config() more flexibleMåns Rullgård2010-09-031-14/+21
* Detect llvm-gcc and set appropriate flagsMåns Rullgård2010-09-021-3/+14
OpenPOWER on IntegriCloud