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
2007-07-03On Cygwin, libswscale is needed in VHOOK(SHFLAGS|LIBS) only whenVíctor Paesa
2007-06-28Clarify --enable-libfaadbin option description.Diego Biurrun
2007-06-28Clarify what libfaadbin means in the summary output.Diego Biurrun
2007-06-25Remove localtime_r implementation for systems that don't have it.Ramiro Polla
2007-06-19place -l flags after object files in check_ld()Måns Rullgård
2007-06-19tests/Makefile has been removedRamiro Polla
2007-06-19move lrintf() check before external lib checks to prevent runtimeMåns Rullgård
2007-06-18fix thread support selectionMåns Rullgård
2007-06-18fix report at end of configureMåns Rullgård
2007-06-17simplify ppc64 handlingMåns Rullgård
2007-06-17remove unneeded variable initializationsMåns Rullgård
2007-06-17indentMåns Rullgård
2007-06-17simplify simd extension checkingMåns Rullgård
2007-06-16test whether linker supports --warn-commonMåns Rullgård
2007-06-16merge print_config_enable() and print_config() as only the former is usedMåns Rullgård
2007-06-16replace TARGET_* with HAVE_* simplifying lists in configure scriptMåns Rullgård
2007-06-16add x86 to ARCH_LIST simplifying config file generationMåns Rullgård
2007-06-16replace TARGET_ARCH_* to ARCH_* for consistencyMåns Rullgård
2007-06-15generate ENABLE_* defines also for ARCH_*Aurelien Jacobs
2007-06-15generate ENABLE_* defines also for all the HAVE_* valuesAurelien Jacobs
2007-06-14Vhooks require special cflags and ldflags for Windows buildsRamiro Polla
2007-06-14Make ppm vhook depend on fork()Ramiro Polla
2007-06-14Print static vhook warning for Cygwin and MinGWRamiro Polla
2007-06-14Print static vhook warning for Cygwin only when both are enabledRamiro Polla
2007-06-06Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun
2007-06-03Add support for Cell (requires gcc-4.2 or patches)Luca Barbato
2007-06-02Rename aac_decoder to libfaad_decoder for consistency and to be able toDiego Biurrun
2007-06-02Rename faac_encoder to libfaac_encoder for consistency and to be able toDiego Biurrun
2007-05-27doc/Makefile no longer exists.Diego Biurrun
2007-05-24cosmetics: alignmentAurelien Jacobs
2007-05-24define ENABLE_* for every CONFIG_ itemAurelien Jacobs
2007-05-20loosen dependencies over mpegaudiodecAurelien Jacobs
2007-05-19Add --enable-auto-image-base for building mingw32 & cygwin DLLsZuxy Meng
2007-05-17remove libdts decoder, we have a native dts decoderAurelien Jacobs
2007-05-17prevent misdetection by using a stricter regexpAurelien Jacobs
2007-05-15Building both shared and static libraries is now possible on MinGW.Zuxy Meng
2007-05-15link to ws2_32.dll only if networking is enabledAlex Beregszaszi
2007-05-13allow to enable or disable every bitstream filters individuallyJason Millard
2007-05-12configure check for whether we can compile ssse3Loren Merritt
2007-05-11split h264.c to move parser in its own fileAurelien Jacobs
2007-05-10move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs
2007-05-10Install MinGW shared libraries (dlls) to bindirRamiro Polla
2007-05-09Allow conditional compilation of H.263-related decoders.Diego Biurrun
2007-05-08Move H.263 parser to its own file.Diego Biurrun
2007-05-08Add a few explanatory comments.Diego Biurrun
2007-05-04Rename oggvorbis decoder to libvorbis.Diego Biurrun
2007-05-03Give libamr decoders/encoders a lib prefix in the name.Diego Biurrun
2007-05-03Rename dts_decoder to libdts_decoder.Diego Biurrun
2007-05-02The configure test for ebx fails because it is run before the -mdynamic-no-picAlexander Strange
2007-04-27cosmetics: Align some lines.Diego Biurrun