summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove useless output.diego2008-05-081-1/+0
* add h264 speedupscompn2008-05-081-1/+1
* Reindent for last commit.ulion2008-05-081-16/+16
* Distinguish between ac3 and dts by format tag.ulion2008-05-081-0/+6
* Define FC_FULLNAME and FC_EMBOLDEN to fix compilation with ancient fontconfig.eugeni2008-05-081-0/+10
* If both full name and family are available, use the former in inexact match w...eugeni2008-05-081-1/+1
* Remove extra family names from the search pattern after FcFontSort andeugeni2008-05-081-6/+18
* Add paragraph about homepage translation.diego2008-05-081-0/+17
* Clarify order of importance for translations.diego2008-05-081-1/+5
* Move some blocks around for better text structuring.diego2008-05-081-35/+35
* Add paragraph headings.diego2008-05-081-0/+12
* small wording fixdiego2008-05-071-1/+1
* more complete mphelp_check.py command lines, typo, clarificationsdiego2008-05-071-4/+5
* Remove obscure comment about libmp3lame depending on Vorbis.diego2008-05-071-1/+0
* 1l: Remove leftover _lavc_x264 variable.diego2008-05-071-1/+1
* Avoid dependency on newer pulseaudio version.reimar2008-05-071-0/+4
* Mike Baker agreed to relicense his parts of the code as GPL v2+ on IRC.diego2008-05-071-1/+1
* Relicense file as GPL v2+; bero granted permission on IRC.diego2008-05-071-11/+11
* Always enable x264 in libavcodec if x264 is enabled.diego2008-05-061-8/+1
* synced with r26649ptt2008-05-061-3/+3
* synced with r26674ptt2008-05-061-5/+7
* update paragraphs related to x264, and update its checkout commandgpoirier2008-05-061-6/+6
* add h264 to list of supported codecscompn2008-05-051-1/+1
* cosmetics: sort lines (correctly)diego2008-05-051-5/+2
* Remove useless variable startup_time, since we do not need it any more.ulion2008-05-051-5/+4
* cosmetics: Shuffle lines around and add empty lines.lu_zero2008-05-041-1/+3
* Build sparc arch specific code using the Makefilelu_zero2008-05-042-8/+3
* cosmetics: alphabetical orderdiego2008-05-041-3/+1
* Rewrite (gcc) compiler check to default to enabling compilation and not setdiego2008-05-041-19/+8
* cosmetics: Remove trailing whitespace.diego2008-05-031-33/+33
* cosmetics: Remove unused argc/argv parameters from test programs.diego2008-05-031-3/+2
* cosmetics: Consistently compactify and reformat test programs.diego2008-05-031-84/+41
* Ignore generated header object files.diego2008-05-030-0/+0
* Add missing header #includes to fix 'make checkheaders'.diego2008-05-032-0/+3
* Make the checkheaders target work non-recursively.diego2008-05-031-1/+1
* cosmetics: Fix one misindented line.diego2008-05-031-1/+1
* Use a regular expression to filter out all external library parts from FFmpeg.diego2008-05-031-14/+11
* Remove dead code; LIBVORBIS_ENCODER is deleted from _libavencoders elsewhere.diego2008-05-031-3/+0
* External libraries used by FFmpeg now have a lib prefix in their name.diego2008-05-031-1/+1
* Only compile and use libmpeg2 AltiVec code when AltiVec is available. Thediego2008-05-034-3/+27
* vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_...reimar2008-05-031-2/+0
* Fix compilation: disable libdirac and libschroedinger FFmpeg de- and encoders.reimar2008-05-031-2/+2
* Fix 100l: mpi->height must be used to calculate required memory, not mpi->h.reimar2008-05-031-3/+3
* VLB audio is quite similar to AAC, and faad decodes somewhat usably (thoughreimar2008-05-031-0/+1
* Fix the second fontconfig_init function as the declaration in the .h file.ulion2008-05-031-1/+1
* Remove modification notes from unmodified files.diego2008-05-033-12/+0
* Update documentation for the gl2 driver to make clear gl is usually preferred.reimar2008-05-031-2/+4
* Fix some not entirely correct and misleading messages.eugeni2008-05-021-2/+2
* Print more info about selected font.eugeni2008-05-021-2/+24
* Rewrite font family check in a simpler way.eugeni2008-05-021-8/+9
* Move font family check to the end of the list.eugeni2008-05-021-5/+5
* Cosmetics: rename local variables to better reflect their contents.eugeni2008-05-021-17/+17
* Check ASF packet size before calling demux_asf_read_packet. Fixes segfaulteugeni2008-05-021-1/+5
* cosmetics: Reindent after last commit and reformat comment.diego2008-05-011-25/+24
* Always run the GCC AltiVec test so that the correct AltiVec CFLAGS get pickeddiego2008-05-011-2/+0
* cosmetics: Fix indentation after last commits.diego2008-05-011-35/+35
* Remove obsolete gcc 2.96 warning message. This was also used for e.g. icc,diego2008-05-011-21/+1
* Remove --disable-gcc-check option and related code.diego2008-05-011-30/+0
* Rename cc_verc_fail variable to cc_fail.diego2008-05-011-9/+9
* Remove a comment that makes no longer sense (since quite some time actually)reimar2008-05-011-4/+0
* Support 32 bit float and integer formats in ao_pcm.creimar2008-05-011-1/+12
* Add support for 32 bit format to ao_pulse.reimar2008-05-011-0/+2
* Make ao_pulse fall back to s16le format instead of just failing.reimar2008-05-011-4/+5
* realrtsp depends on librtsp/rtsp.creimar2008-05-011-0/+1
* Remove recurse target. Instead, make FFmpeg parts depend on the phony recursediego2008-05-011-5/+2
* cosmetics: Simplify altivec.h test.diego2008-05-011-8/+4
* cosmetics: Fix indentation after last commit.diego2008-05-011-8/+8
* Check for altivec.h always, not just when AltiVec is enabled.diego2008-05-011-2/+0
* Build libmpeg2 AltiVec code on PPC always, not just when AltiVec is available.diego2008-05-011-1/+1
* Fix compilation on PPC without AltiVec.diego2008-05-012-3/+2
* Enable Alpha/ARM optimizations in libmpeg2.diego2008-05-011-1/+10
* Skip '@' at the beginning of the font name.eugeni2008-05-011-0/+6
* Only warn if both font family and it's full name are different from requested.eugeni2008-05-011-3/+6
* Allow inexact font family matching.eugeni2008-05-011-0/+20
* Remove tools on distclean, not on clean.diego2008-04-301-2/+2
* Add testclean target and make distclean depend upon it.diego2008-04-301-2/+5
* Introduce TEST_OBJS variable for objects to link all test files againstdiego2008-04-301-10/+9
* Set libdvdcss CFLAGS for dvdread from configure.diego2008-04-302-4/+3
* whitespace cosmeticsdiego2008-04-301-22/+21
* Add new tests target to build all test programs and remove them on distclean.diego2008-04-301-2/+8
* Link loader test files against mp_msg-mencoder.o instead of mp_msg.o.diego2008-04-301-1/+1
* Add compilation rule for libvo/aspecttest and (hackishly) fix linking.diego2008-04-302-0/+4
* Remove libass dependency on global font_fontconfig variable.eugeni2008-04-305-9/+26
* Add $(EXESUF) to test rules.diego2008-04-301-6/+6
* Remove loader/wine/avifmt.h #include, the AVI types declared there conflictdiego2008-04-301-1/+0
* Add missing string.h #include to fix a bunch of implicit declaration warnings.diego2008-04-301-0/+1
* Remove unused fast_memcpy() function and link against the object thatdiego2008-04-302-7/+2
* cosmetics: Move some variable declarations to better places.diego2008-04-301-16/+13
* Disable unused function.diego2008-04-301-0/+2
* Mark all functions that are only used within the file as static.diego2008-04-308-18/+18
* The recurse target does not depend on help_mp.h.diego2008-04-301-1/+1
* Make the default target depend on the recurse target again so that thediego2008-04-301-3/+1
* Explicitly declare which dependency files need generated headers.diego2008-04-301-1/+4
* Use consistent include paths, we always build from the top level now.diego2008-04-301-2/+2
* Remove unnecessary version.h #includes.diego2008-04-305-7/+0
* Rebuild version.h only when the working directory was updated.diego2008-04-301-2/+5
* Sync codec short name changes from FFmpeg.diego2008-04-301-4/+4
* Move CFLAGS setting to configure.diego2008-04-292-2/+1
* change cvs > svncompn2008-04-291-2/+2
* add info lines to ffmimic, ffkmvc. fixes codec-status table.compn2008-04-291-0/+2
* Link tools against mp_msg-mencoder.o instead of mp_msg.o.diego2008-04-291-1/+1
* Merge mpcommon.mak into Makefile.diego2008-04-292-30/+28
* cosmetics: Move version.h/help_mp.h generation rules to a better place.diego2008-04-291-22/+22
* 10l: Add missing \ for line continuation.diego2008-04-291-1/+1
* Do not rebuild version.h at every Makefile change.diego2008-04-291-2/+2
* Convert clean/distclean into non-recursive targets.diego2008-04-291-3/+14
* Remove generated headers and generated helper binaries only on distclean.diego2008-04-291-4/+5
* Remove unnecessary dependency declaration.diego2008-04-291-2/+0
* Merge nearly identical SRCS_COMMON lines.diego2008-04-291-3/+1
* Get rid of now obsolete library rules and variables.diego2008-04-282-17/+3
* cosmetics: Reorder commands in (dist)clean targets.diego2008-04-281-3/+3
* Remove '-' prefix from 'rm -f' commands for consistency.diego2008-04-281-2/+2
* Mark phony checkheaders target as such.diego2008-04-281-1/+1
* Merge now redundant clean and distclean rules into the top-level Makefile.diego2008-04-282-9/+4
* Force to uint64_t first to avoid direct conversion from double to unsigned int.ulion2008-04-281-4/+2
* Remove code for .depend generation, inclusion and related hacks.diego2008-04-282-13/+1
* .depend should no longer be ignored.diego2008-04-280-0/+0
* Run 'make depend', not 'make .depend' in FFmpeg subdirectories.diego2008-04-281-1/+1
* Remove unnecessary CFLAGS hack.diego2008-04-281-2/+0
* Remove unnecessary -I.. from CFLAGS, change -I../libavutil to -Ilibavutil.diego2008-04-281-1/+1
* Use consistent #include paths without "../".diego2008-04-289-11/+11
* Use full path for libavutil #includes.diego2008-04-281-1/+1
* Consistently #include mpbswap.h instead of bswap.h everywhere.diego2008-04-284-4/+4
* Merge loader/Makefile into top-level Makefile.diego2008-04-282-54/+41
* Restore line mistakenly commented out in the last commit.diego2008-04-281-1/+1
* Make sure all autogenerated .h and .c files exist in the vidix subdirectorydiego2008-04-281-2/+5
* Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwardsdiego2008-04-282-4/+2
* Add missing ldt_keeper.h #include; this fixes a bunch of implicit declarationdiego2008-04-282-0/+2
* Merge TEST_OBJS and TEST_LDFLAGS.diego2008-04-281-4/+3
* Add -g to CFLAGS, not to LDFLAGS.diego2008-04-281-1/+2
* Merge test program compilation rules using patterns.diego2008-04-281-4/+1
* Add CFLAGS to test program compilation commands.diego2008-04-281-2/+2
* Add missing ../osdep/mmap_anon.o to TEST_OBJS.diego2008-04-281-1/+1
* Remove unnecessary linker flags.diego2008-04-281-1/+1
* Add missing #include, fixes the warning:diego2008-04-281-0/+1
* Adjust printf length modifier, fixes the warning:diego2008-04-281-1/+1
* Comment out variables only used in commented-out code, fixes the warnings:diego2008-04-281-2/+2
* Link against individual objects, the osdep library is not generated anymore.diego2008-04-281-1/+1
* Remove obsolete and non-working test program.diego2008-04-283-74/+0
* Make OBJS depend on the recurse target instead of just the all target.diego2008-04-281-1/+3
* Remove .S files from list of files to generate dependencies for.diego2008-04-281-1/+1
* Merge mp3lib/Makefile into top-level Makefile.diego2008-04-273-22/+17
* Merge liba52/Makefile into top-level Makefile.diego2008-04-272-19/+13
* Remove unnecessary compilation command that shadows GNU Make builtin command.diego2008-04-271-1/+0
* Remove unnecessary -lm linker flag from test program compilation command.diego2008-04-271-1/+1
* Merge libmpeg2/Makefile into top-level Makefile.diego2008-04-262-23/+20
* clean and distclean rules do the same thing.diego2008-04-261-3/+1
* clean and distclean rules do the same thing.diego2008-04-261-3/+1
* Merge vidix/Makefile into top-level Makefile.diego2008-04-263-58/+37
* Merge clean and distclean rules.diego2008-04-261-3/+1
* Mark alltools target as phony.diego2008-04-261-1/+1
* Only compile libmpcodecs/ve_qtvideo.c on Windows.diego2008-04-263-2/+6
* Add alltools target and variable to build non-linking tools.diego2008-04-261-2/+8
* Only add vidix to parts when VIDIX is enabled.diego2008-04-261-1/+3
* Take Objective C files into account when generating dependencies.diego2008-04-261-1/+1
* Add rule for generating dependency files from Objective C files.diego2008-04-261-0/+3
* Revert accidentally committed changes.diego2008-04-251-1/+1
* Only add loader to parts if WIN32DLL is enabled.diego2008-04-252-2/+2
* Ignore test program.diego2008-04-250-0/+0
* Only compile decode_i586.c on x86_32.diego2008-04-251-1/+1
* Remove useless comments with compilation commands.diego2008-04-252-5/+0
* Fix test program linking.diego2008-04-251-1/+1
* Add return statement, fixes the warning:diego2008-04-251-1/+1
* Remove redundant declaration, fixes the warning:diego2008-04-251-1/+0
* Add return statement, fixes the warning:diego2008-04-251-1/+1
* Remove unused variable.diego2008-04-251-1/+0
* Add missing #include, fixes the warning:diego2008-04-251-0/+1
* Take name of getch file to link against from config.mak.diego2008-04-251-1/+1
* Merge dvdread/Makefile into top-level Makefile.diego2008-04-252-25/+18
* DVDCSS_INTERNAL has been renamed to LIBDVDCSS_INTERNAL.diego2008-04-251-1/+1
* Merge libfaad2/Makefile into top-level Makefile.diego2008-04-242-48/+41
* Rename make variable DVDCSS_INTERNAL --> LIBDVDCSS_INTERNAL.diego2008-04-242-2/+2
* Merge libdvdcss/Makefile into top-level Makefile.diego2008-04-242-17/+10
* Merge libmpdemux/Makefile into top-level Makefile.diego2008-04-242-89/+73
* Explicitly include dependency information in top-level Makefile.diego2008-04-241-0/+2
* dependency generation infrastructure for C++ filesdiego2008-04-243-1/+5
* Include mpcommon.mak before declaring dependencies, which require mpcommon.mak.diego2008-04-241-2/+5
* Make sure necessary header files are created before recursing.diego2008-04-241-1/+1
* #include base64.h with full path.diego