log

age author description
2008-05-10 diego Only check for and set AltiVec flags if AltiVec or runtime CPU detection is
2008-05-10 gpoirier Consistency fix: all DVD encoding examples had ":aspect=16/9" option, so put
2008-05-10 diego Remove outdated FIXME comment.
2008-05-10 reimar Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfers
2008-05-09 diego Add some comment headings to divide the Makefile into logical chapters.
2008-05-09 diego cosmetics: Move some stuff around for more logical grouping.
2008-05-09 superdump Remove in_asm_used_var_warning_killer()
2008-05-09 gpoirier sync w/r26674
2008-05-09 diego FFmpeg parts no longer require extra -I CFLAGS.
2008-05-09 diego Sync with latest FFmpeg changes.
2008-05-09 diego Use full path for #includes from another directory.
2008-05-09 diego cosmetics: indentation
2008-05-08 diego Add options to handle the external libraries in libavcodec, which require
2008-05-08 diego Add option to disable mp3lame.
2008-05-08 diego cosmetics: Rename _lavc_* variables to _*_lavc.
2008-05-08 diego cosmetics: Rename _def_lavc_* variables to _def_*_lavc.
2008-05-08 diego Remove useless output.
2008-05-08 compn add h264 speedups
2008-05-08 ulion Reindent for last commit.
2008-05-08 ulion Distinguish between ac3 and dts by format tag.
2008-05-08 eugeni Define FC_FULLNAME and FC_EMBOLDEN to fix compilation with ancient fontconfig.
2008-05-08 eugeni If both full name and family are available, use the former in inexact match warning.
2008-05-08 eugeni Remove extra family names from the search pattern after FcFontSort and
2008-05-08 diego Add paragraph about homepage translation.
2008-05-08 diego Clarify order of importance for translations.
2008-05-08 diego Move some blocks around for better text structuring.
2008-05-08 diego Add paragraph headings.
2008-05-07 diego small wording fix
2008-05-07 diego more complete mphelp_check.py command lines, typo, clarifications
2008-05-07 diego Remove obscure comment about libmp3lame depending on Vorbis.
2008-05-07 diego 1l: Remove leftover _lavc_x264 variable.
2008-05-07 reimar Avoid dependency on newer pulseaudio version.
2008-05-07 diego Mike Baker agreed to relicense his parts of the code as GPL v2+ on IRC.
2008-05-07 diego Relicense file as GPL v2+; bero granted permission on IRC.
2008-05-06 diego Always enable x264 in libavcodec if x264 is enabled.
2008-05-06 ptt synced with r26649
2008-05-06 ptt synced with r26674
2008-05-06 gpoirier update paragraphs related to x264, and update its checkout command
2008-05-05 compn add h264 to list of supported codecs
2008-05-05 diego cosmetics: sort lines (correctly)
2008-05-05 ulion Remove useless variable startup_time, since we do not need it any more.
2008-05-04 lu_zero cosmetics: Shuffle lines around and add empty lines.
2008-05-04 lu_zero Build sparc arch specific code using the Makefile
2008-05-04 diego cosmetics: alphabetical order
2008-05-04 diego Rewrite (gcc) compiler check to default to enabling compilation and not set
2008-05-03 diego cosmetics: Remove trailing whitespace.
2008-05-03 diego cosmetics: Remove unused argc/argv parameters from test programs.
2008-05-03 diego cosmetics: Consistently compactify and reformat test programs.
2008-05-03 diego Ignore generated header object files.
2008-05-03 diego Add missing header #includes to fix 'make checkheaders'.
2008-05-03 diego Make the checkheaders target work non-recursively.
2008-05-03 diego cosmetics: Fix one misindented line.
2008-05-03 diego Use a regular expression to filter out all external library parts from FFmpeg.
2008-05-03 diego Remove dead code; LIBVORBIS_ENCODER is deleted from _libavencoders elsewhere.
2008-05-03 diego External libraries used by FFmpeg now have a lib prefix in their name.
2008-05-03 diego Only compile and use libmpeg2 AltiVec code when AltiVec is available. The
2008-05-03 reimar vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_IPB.
2008-05-03 reimar Fix compilation: disable libdirac and libschroedinger FFmpeg de- and encoders.
2008-05-03 reimar Fix 100l: mpi->height must be used to calculate required memory, not mpi->h.
2008-05-03 reimar VLB audio is quite similar to AAC, and faad decodes somewhat usably (though
2008-05-03 ulion Fix the second fontconfig_init function as the declaration in the .h file.
2008-05-03 diego Remove modification notes from unmodified files.
2008-05-03 reimar Update documentation for the gl2 driver to make clear gl is usually preferred.
2008-05-02 eugeni Fix some not entirely correct and misleading messages.
2008-05-02 eugeni Print more info about selected font.
2008-05-02 eugeni Rewrite font family check in a simpler way.
2008-05-02 eugeni Move font family check to the end of the list.
2008-05-02 eugeni Cosmetics: rename local variables to better reflect their contents.
2008-05-02 eugeni Check ASF packet size before calling demux_asf_read_packet. Fixes segfault
2008-05-01 diego cosmetics: Reindent after last commit and reformat comment.
2008-05-01 diego Always run the GCC AltiVec test so that the correct AltiVec CFLAGS get picked
2008-05-01 diego cosmetics: Fix indentation after last commits.
2008-05-01 diego Remove obsolete gcc 2.96 warning message. This was also used for e.g. icc,
2008-05-01 diego Remove --disable-gcc-check option and related code.
2008-05-01 diego Rename cc_verc_fail variable to cc_fail.
2008-05-01 reimar Remove a comment that makes no longer sense (since quite some time actually)
2008-05-01 reimar Support 32 bit float and integer formats in ao_pcm.c
2008-05-01 reimar Add support for 32 bit format to ao_pulse.
2008-05-01 reimar Make ao_pulse fall back to s16le format instead of just failing.
2008-05-01 reimar realrtsp depends on librtsp/rtsp.c
2008-05-01 diego Remove recurse target. Instead, make FFmpeg parts depend on the phony recurse
2008-05-01 diego cosmetics: Simplify altivec.h test.
2008-05-01 diego cosmetics: Fix indentation after last commit.
2008-05-01 diego Check for altivec.h always, not just when AltiVec is enabled.
2008-05-01 diego Build libmpeg2 AltiVec code on PPC always, not just when AltiVec is available.
2008-05-01 diego Fix compilation on PPC without AltiVec.
2008-05-01 diego Enable Alpha/ARM optimizations in libmpeg2.
2008-05-01 eugeni Skip '@' at the beginning of the font name.
2008-05-01 eugeni Only warn if both font family and its full name are different from requested.
2008-05-01 eugeni Allow inexact font family matching.
2008-04-30 diego Remove tools on distclean, not on clean.
2008-04-30 diego Add testclean target and make distclean depend upon it.
2008-04-30 diego Introduce TEST_OBJS variable for objects to link all test files against
2008-04-30 diego Set libdvdcss CFLAGS for dvdread from configure.
2008-04-30 diego whitespace cosmetics
2008-04-30 diego Add new tests target to build all test programs and remove them on distclean.
2008-04-30 diego Link loader test files against mp_msg-mencoder.o instead of mp_msg.o.
2008-04-30 diego Add compilation rule for libvo/aspecttest and (hackishly) fix linking.
2008-04-30 eugeni Remove libass dependency on global font_fontconfig variable.
2008-04-30 diego Add $(EXESUF) to test rules.
2008-04-30 diego Remove loader/wine/avifmt.h #include, the AVI types declared there conflict
2008-04-30 diego Add missing string.h #include to fix a bunch of implicit declaration warnings.
2008-04-30 diego Remove unused fast_memcpy() function and link against the object that
2008-04-30 diego cosmetics: Move some variable declarations to better places.
2008-04-30 diego Disable unused function.
2008-04-30 diego Mark all functions that are only used within the file as static.
2008-04-30 diego The recurse target does not depend on help_mp.h.
2008-04-30 diego Make the default target depend on the recurse target again so that the
2008-04-30 diego Explicitly declare which dependency files need generated headers.
2008-04-30 diego Use consistent include paths, we always build from the top level now.
2008-04-30 diego Remove unnecessary version.h #includes.
2008-04-30 diego Rebuild version.h only when the working directory was updated.
2008-04-30 diego Sync codec short name changes from FFmpeg.
2008-04-29 diego Move CFLAGS setting to configure.
2008-04-29 compn change cvs > svn
2008-04-29 compn add info lines to ffmimic, ffkmvc. fixes codec-status table.
2008-04-29 diego Link tools against mp_msg-mencoder.o instead of mp_msg.o.
2008-04-29 diego Merge mpcommon.mak into Makefile.
2008-04-29 diego cosmetics: Move version.h/help_mp.h generation rules to a better place.
2008-04-29 diego 10l: Add missing \ for line continuation.
2008-04-29 diego Do not rebuild version.h at every Makefile change.
2008-04-29 diego Convert clean/distclean into non-recursive targets.
2008-04-29 diego Remove generated headers and generated helper binaries only on distclean.
2008-04-29 diego Remove unnecessary dependency declaration.
2008-04-29 diego Merge nearly identical SRCS_COMMON lines.
2008-04-28 diego Get rid of now obsolete library rules and variables.
2008-04-28 diego cosmetics: Reorder commands in (dist)clean targets.
2008-04-28 diego Remove '-' prefix from 'rm -f' commands for consistency.
2008-04-28 diego Mark phony checkheaders target as such.
2008-04-28 diego Merge now redundant clean and distclean rules into the top-level Makefile.
2008-04-28 ulion Force to uint64_t first to avoid direct conversion from double to unsigned int.
2008-04-28 diego Remove code for .depend generation, inclusion and related hacks.
2008-04-28 diego .depend should no longer be ignored.
2008-04-28 diego Run 'make depend', not 'make .depend' in FFmpeg subdirectories.
2008-04-28 diego Remove unnecessary CFLAGS hack.
2008-04-28 diego Remove unnecessary -I.. from CFLAGS, change -I../libavutil to -Ilibavutil.
2008-04-28 diego Use consistent #include paths without "../".
2008-04-28 diego Use full path for libavutil #includes.
2008-04-28 diego Consistently #include mpbswap.h instead of bswap.h everywhere.
2008-04-28 diego Merge loader/Makefile into top-level Makefile.
2008-04-28 diego Restore line mistakenly commented out in the last commit.
2008-04-28 diego Make sure all autogenerated .h and .c files exist in the vidix subdirectory
2008-04-28 diego Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwards
2008-04-28 diego Add missing ldt_keeper.h #include; this fixes a bunch of implicit declaration
2008-04-28 diego Merge TEST_OBJS and TEST_LDFLAGS.
2008-04-28 diego Add -g to CFLAGS, not to LDFLAGS.
2008-04-28 diego Merge test program compilation rules using patterns.
2008-04-28 diego Add CFLAGS to test program compilation commands.
2008-04-28 diego Add missing ../osdep/mmap_anon.o to TEST_OBJS.
2008-04-28 diego Remove unnecessary linker flags.
2008-04-28 diego Add missing #include, fixes the warning:
2008-04-28 diego Adjust printf length modifier, fixes the warning:
2008-04-28 diego Comment out variables only used in commented-out code, fixes the warnings:
2008-04-28 diego Link against individual objects, the osdep library is not generated anymore.
2008-04-28 diego Remove obsolete and non-working test program.
2008-04-28 diego Make OBJS depend on the recurse target instead of just the all target.
2008-04-28 diego Remove .S files from list of files to generate dependencies for.
2008-04-27 diego Merge mp3lib/Makefile into top-level Makefile.
2008-04-27 diego Merge liba52/Makefile into top-level Makefile.
2008-04-27 diego Remove unnecessary compilation command that shadows GNU Make builtin command.
2008-04-27 diego Remove unnecessary -lm linker flag from test program compilation command.
2008-04-26 diego Merge libmpeg2/Makefile into top-level Makefile.
2008-04-26 diego clean and distclean rules do the same thing.
2008-04-26 diego clean and distclean rules do the same thing.
2008-04-26 diego Merge vidix/Makefile into top-level Makefile.
2008-04-26 diego Merge clean and distclean rules.
2008-04-26 diego Mark alltools target as phony.
2008-04-26 diego Only compile libmpcodecs/ve_qtvideo.c on Windows.
2008-04-26 diego Add alltools target and variable to build non-linking tools.
2008-04-26 diego Only add vidix to parts when VIDIX is enabled.
2008-04-26 diego Take Objective C files into account when generating dependencies.
2008-04-26 diego Add rule for generating dependency files from Objective C files.
2008-04-25 diego Revert accidentally committed changes.
2008-04-25 diego Only add loader to parts if WIN32DLL is enabled.
2008-04-25 diego Ignore test program.
2008-04-25 diego Only compile decode_i586.c on x86_32.
2008-04-25 diego Remove useless comments with compilation commands.
2008-04-25 diego Fix test program linking.
2008-04-25 diego Add return statement, fixes the warning:
2008-04-25 diego Remove redundant declaration, fixes the warning:
2008-04-25 diego Add return statement, fixes the warning:
2008-04-25 diego Remove unused variable.
2008-04-25 diego Add missing #include, fixes the warning:
2008-04-25 diego Take name of getch file to link against from config.mak.
2008-04-25 diego Merge dvdread/Makefile into top-level Makefile.
2008-04-25 diego DVDCSS_INTERNAL has been renamed to LIBDVDCSS_INTERNAL.
2008-04-24 diego Merge libfaad2/Makefile into top-level Makefile.
2008-04-24 diego Rename make variable DVDCSS_INTERNAL --> LIBDVDCSS_INTERNAL.
2008-04-24 diego Merge libdvdcss/Makefile into top-level Makefile.
2008-04-24 diego Merge libmpdemux/Makefile into top-level Makefile.
2008-04-24 diego Explicitly include dependency information in top-level Makefile.
2008-04-24 diego dependency generation infrastructure for C++ files
2008-04-24 diego Include mpcommon.mak before declaring dependencies, which require mpcommon.mak.
2008-04-24 diego Make sure necessary header files are created before recursing.
2008-04-24 diego #include base64.h with full path.
2008-04-24 diego Move libfaad2 fixed-point CFLAGS setting to configure.
2008-04-24 diego Expand conditional addition of elements to variables with a form that permits
2008-04-24 diego Merge stream/Makefile into top-level Makefile.
2008-04-24 diego Merge libmpcodecs/Makefile into top-level Makefile.
2008-04-24 diego cosmetics: alphabetical order
2008-04-23 corey consistently print fps with three digits of precision
2008-04-23 corey use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macro
2008-04-23 diego There is no need to remove .a files from subdirectories, they are only
2008-04-23 diego Merge libvo/Makefile into top-level Makefile.
2008-04-23 diego EXTRAXX_INC flags should now be added to .depend compilation,
2008-04-23 diego Merge libao2/Makefile into top-level Makefile.
2008-04-23 diego Remove useless 0 flag from s printf conversion specifier, fixes the warning:
2008-04-23 reimar Take audio delay into account when seeking in avisynth demuxer.
2008-04-23 reimar Calculate fps as double-precision to make switching to double-precision fps values easier.
2008-04-22 diego Merge tremor/Makefile into top-level Makefile.
2008-04-22 diego Move Tremor low accuracy CFLAGS handling to configure.
2008-04-22 diego Only add loader to PARTS on x86.
2008-04-22 diego .depend has to get all the CFLAGS that the files it contains dependency
2008-04-22 diego Create standard recursive rules from a template.
2008-04-22 diego Use directory name as library name template.
2008-04-22 nicodvb added support for dvdread-config (from our svn), called as fallback when dvdread isn't detected
2008-04-22 diego Simplify phony target declaration.
2008-04-22 diego Add an unconditional phony recurse rule and make the binaries depend on it.
2008-04-22 attila revert commits 26437-26439 the right way[tm]
2008-04-22 diego Only add available CPU extensions to config.mak.
2008-04-22 diego Move phony target declaration to the bottom of the file; add distclean target.
2008-04-22 diego Add BFI video support through FFmpeg.
2008-04-22 diego Add standard GPL header to individual files.
2008-04-22 diego Use standard GPL header.
2008-04-22 diego Remove redundant definitions that are already present on the command line.
2008-04-22 diego Merge TOOLS/Makefile into the top-level Makefile.
2008-04-21 rtogni Fix potential segfault in debug printf in expSetFilePointer
2008-04-21 Gabrov synced with r26484
2008-04-21 gpoirier sync w/r26460, patch by JRaSH %jrash06 A 163 P com%
2008-04-21 gpoirier sync w/r26067, patch by mehmet köse % voltrem A gmail P com %
2008-04-21 gpoirier sync w/r26460
2008-04-21 diego Remove pointless '0' flag from fprintf call, fixes the warning:
2008-04-20 diego Add $(EXESUF) to netstream rule.
2008-04-20 diego Only build modify_reg on x86.
2008-04-20 diego Simplify list of files to remove on make clean.
2008-04-20 diego fastmemcpybench is a phony target. Do not try to remove a file by that name.
2008-04-20 rtogni Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
2008-04-20 rtogni Add status to mimic and kmvc codecs
2008-04-20 corey add better information about inverse-telecining with vf_filmdint
2008-04-20 rtogni Add support for msn siren audio coced via binary dll sirenacm.dll
2008-04-20 rtogni Canopus HQ tries to load the auxiliary dlls with lowercase filename
2008-04-19 compn add canopus codecs, patch by Gianluigi Tiesi
2008-04-19 rtogni Revert r26412: policy violation
2008-04-19 rtogni Revert r26411: policy violation
2008-04-19 attila revert commits 26437-26439
2008-04-19 diego Add dependency information to recursive rules. While more eager than strictly
2008-04-19 diego Add missing recursive rule for libmpcodecs/libmpencoders.a.
2008-04-19 diego cosmetics: Sort recursive rules alphabetically.
2008-04-18 diego per-file dependencies (for the non-recursive parts)
2008-04-18 diego Adjust dependency generation prerequisites to new structure.
2008-04-18 diego Always generate dependency information. This also allows dropping the
2008-04-18 ptt synced with r26460
2008-04-18 ptt restore options alphabetical order
2008-04-18 diego Mark phony targets as such.
2008-04-18 diego Simplify phony target declaration.
2008-04-18 diego 10l: Rename remaining instances of $i to $lang.
2008-04-17 diego cosmetics: __asm__ __volatile__ --> asm volatile
2008-04-16 reimar Prefer libavformat musepack demuxer over internal one (which does not even support v8).
2008-04-15 albeu noconfig fix, disable_gui_conf was not defined when compiling mencoder.
2008-04-15 corey typo: crahes --> crashes
2008-04-15 corey Refer to where encoding quality is described.
2008-04-15 corey As of r19025, the "above link" refers to an article, not a guide.
2008-04-14 albeu Fix the indentation after the noconfig patch.
2008-04-14 albeu 10L, forgot to commit the documentation for the -noconfig options.
2008-04-14 albeu Add options to disable some or all config files.
2008-04-14 albeu Add support for system wide config file in mencoder.
2008-04-13 uau demux_asf: Fix operator precedence in packet length check
2008-04-13 diego Add libpostproc to list of pseudo-dependencies.
2008-04-13 diego Declare all clean targets phony in mpcommon.mak.
2008-04-13 diego The TAGS and tags targets are not phony.
2008-04-13 diego Add gui subdirectories to DIRS instead of manually cleaning them.
2008-04-13 diego Replace shell for loop by proper make foreach construct.
2008-04-13 albeu Replace the trivial command line preparser with a more robust version
2008-04-13 attila cosmetics: fix indentation
2008-04-13 attila move the #ifdef HAVE_XINERAMA to enclose the whole function
2008-04-13 attila Always calculate the xinerama screen mplayer is on.
2008-04-13 diego Fix DEPEND_CMD, there was one level of variable indirection too much.
2008-04-13 diego Sync with latest FFmpeg changes.
2008-04-13 diego Add Makefile variable for DVB OSD menu, saves one ifeq.
2008-04-13 nicodvb in preparation for multi-frontend patch replaced file-static device names with sprintf() calls in 2 functions
2008-04-13 diego Replace "all rights reserved" statement with standard GPL license header.
2008-04-13 diego Restore compilation of osdep/mplayer-rc.o.
2008-04-13 zuxy Set dll_type and rv_handle for drvc.dll
2008-04-13 diego Relicense test/example files as LGPL with Michael's permission.
2008-04-13 zuxy Add Chinese comment
2008-04-13 diego Restore grayscale decoding support with FFmpeg.
2008-04-12 diego Fix MPDEPEND_CMD to work with more than one subdirectory level.
2008-04-12 diego Backport SSE2-optimized IDCT routines from upstream libmpeg2.
2008-04-12 diego wording improvements suggested by the Wanderer
2008-04-12 nicodvb removed useless parameter :type from -dvbin (the frontend type is reported by the card)
2008-04-12 nicodvb removed defunct options :vid and :aid from -dvbin (they were useless from the start)
2008-04-12 zuxy Oops...should be "drv43260.dll" instead of "drv34260.dll"
2008-04-12 zuxy Cosmetic fix for r26419
2008-04-12 zuxy Dlls can be relocated when loading so rely on filename instead of absolute
2008-04-12 zuxy Indentation fix for r26417
2008-04-12 zuxy Don't print "Could not patch" messages when we haven't actually tried to patch.
2008-04-12 zuxy Check for drvc.dll entries for mingw32
2008-04-12 diego Ignore dependency files.
2008-04-12 diego Make include paths consistent; do not use ../ in them.
2008-04-12 uau demux_real.c: Always use MP_NOPTS_VALUE for unknown pts
2008-04-12 uau demux_mkv.c: Mark some static tables const
2008-04-12 uau Reformat demuxer.c
2008-04-12 uau Remove global demuxer_type
2008-04-12 uau subreader.c: remove unused code
2008-04-12 reimar Remove another two useless special-case from flac metadata reading function
2008-04-12 reimar Simplify: use AV_RB24
2008-04-12 reimar Remove useless checks
2008-04-12 reimar Simplify (currently disabled) get_flac_metadata
2008-04-12 diego Update include paths to account for build system changes.
2008-04-12 diego typo fixes
2008-04-12 zuxy Enable runtime control for colorful and/or module name output
2008-04-11 uau Remove unused function demux_read_data_pack
2008-04-11 uau Makefile: Fix compilation on systems with dvb support
2008-04-11 diego Remove unused make variable.
2008-04-11 diego Merge ./gui/Makefile into ./Makefile, one less instance of recursive make.
2008-04-11 diego Add gui/ prefix to some #include paths so that compilation from the
2008-04-11 diego Add GUI_GTK make variable.
2008-04-11 diego typo in filename
2008-04-11 diego Remove duplicate #include.
2008-04-11 diego Update comment to account for renamed header file.
2008-04-11 diego Split cfg-common.h into two separate header files. It was being included twice
2008-04-11 diego Ahem, libmenu objects should only be compiled when OSD menu is enabled.
2008-04-11 diego vf_pp7 does not depend on libavcodec.
2008-04-11 diego vf_screenshot depends on libavcodec.
2008-04-11 diego Remove unused TARGET_WIN32 setting.
2008-04-11 diego Remove Win32 linker option for netstream. Other winsock using code does not
2008-04-11 diego Add a config.mak variable to control compilation of the Win32 GUI.
2008-04-11 diego Remove unused definition.
2008-04-10 rtogni Support for vorbis.acm decoder (used for some implementations of vorbis
2008-04-10 ptt if it's 'for lang in...' it's better off to use $$lang as a variable next ;)
2008-04-10 diego Fix illegal identifier: Rename _ftype_t macro to FLOAT_TYPE.
2008-04-09 rtogni 1000l fix linking after r26378
2008-04-09 compn document ignore option
2008-04-09 diego 10l: libass compilation should be conditional.
2008-04-09 diego Rename ASS make variable to LIBASS.
2008-04-09 diego Remove useless #include.
2008-04-09 diego Merge libaf/Makefile into Makefile, one less instance of recursive make.
2008-04-09 diego Remove some useless quotes from #error preprocessor directives.
2008-04-09 diego Use quotes instead of angular brackets for local includes.
2008-04-09 diego Handle af_ladspa conditional compilation in the usual way.
2008-04-09 diego Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS.
2008-04-09 diego Do not build subrip with debugging symbols.
2008-04-09 diego cosmetics: Group dependency declarations together.
2008-04-09 diego Remove redundant compilation commands that shadow builtin rules.
2008-04-09 diego List libraries to link to in dependency list.
2008-04-09 diego cosmetics: Add CFLAGS to compilation commands everywhere.
2008-04-09 diego Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.
2008-04-09 diego Update for latest changes to linking dependencies.
2008-04-09 diego Add missing #includes to pass 'make checkheaders' to codecs.conf.h.
2008-04-09 diego Restore osdep/mmap-os2.c compilation, which was accidentally removed.
2008-04-09 diego cosmetics: Align columns.
2008-04-09 diego Fix nonsensical license header, mpeg2dec is not GNU Make.
2008-04-09 albeu Split the lavf taglists out of the lavf muxer to allow using libmpmux
2008-04-09 albeu Split the aac header parsing out of aac demuxer to allow using libmpmux
2008-04-09 albeu Remove the need for code using stream to export an mp_input_check_interrupt()
2008-04-09 albeu Make stream independent of libmpdemux, the asf demuxer and streaming
2008-04-08 diego Merge libass/Makefile into Makefile, one less recursive make directory.
2008-04-08 diego cosmetics: Rename some shell variables to give them more descriptive names.
2008-04-08 diego cosmetics: Merge shell commands into one line.
2008-04-08 diego Do not suppress command output.
2008-04-08 diego Merge osdep/Makefile into the top-level Makefile, thus getting rid
2008-04-08 diego Move decision about which getch2 and timer file to compile to configure.
2008-04-08 diego Move decision about whether or not to compile osdep/mmap_os2.c to configure.
2008-04-08 diego Merge simplifications from FFmpeg r12764.
2008-04-07 diego Fix FFmpeg DEPEND_CMD to account for latest changes and add MPDEPEND_CMD.
2008-04-07 diego Sync with FFmpeg's shiny new non-recursive build system.
2008-04-07 mru non-recursive makefiles
2008-04-07 reimar reset() should not senselessly close and reopen
2008-04-07 reimar AUDIO_DRAIN makes no sense directly after opening
2008-04-07 diego Build all parts in the libmenu subdirectory nonrecursively.
2008-04-07 diego There is no more need to ignore .depend and libinput.a.
2008-04-07 diego According to the Icon Theme Specification icon names should have no extension.
2008-04-06 diego Get rid of recursive make for the input/ subdirectory.
2008-04-06 diego Update Makefile to account for native/RTjpegN.c --> native/rtjpegn.c renaming.
2008-04-06 diego Use DEPEND_CMD as set by configure to generate dependency information instead
2008-04-06 diego 100l: Revert previous accidental commit.
2008-04-06 diego Rename RTJPEG files so that filenames consist of lowercase name only.
2008-04-06 compn add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc
2008-04-05 Gabrov synced with r26333
2008-04-05 diego Add multiple inclusion guards to help_mp.h.
2008-04-05 diego Use the more natural ">" instead of "1>" for stdout redirection.
2008-04-05 reimar Fix lots and lots of other demuxers broken by r26301
2008-04-05 reimar Remove another useless cast
2008-04-05 reimar Remove useless cast