summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ptx is an internal fourcccompn2008-05-121-1/+1
* Remove pointless changelogs.diego2008-05-123-32/+10
* Use standard license header and add back credits line for Marcel Naziri.diego2008-05-121-6/+8
* Remove pointless changelog from file header.diego2008-05-121-7/+0
* add ffsiff, works on game-formats/SIFF/compn2008-05-121-0/+8
* add ffptx , works on ptx samplescompn2008-05-122-0/+9
* When building font pattern, treat both ' ' and '-' as word separators.eugeni2008-05-111-7/+9
* Fix possible free of unallocated memory.eugeni2008-05-111-1/+1
* Remove unused file, it has never been compiled.diego2008-05-112-771/+0
* Oops, remove stray .TP.diego2008-05-111-1/+0
* Use standard license header.diego2008-05-112-6/+6
* sync w/r26732gpoirier2008-05-111-1/+15
* Add license headers to av_optsreimar2008-05-112-0/+41
* Factorize "int i".michael2008-05-111-4/+1
* cosmetics: wording/spelling fixesdiego2008-05-111-18/+19
* cosmetics: Fix unknow vs. unknowN typo.diego2008-05-111-3/+3
* Mark new options Michael committed as undocumented.diego2008-05-111-0/+15
* Add newlines at end of file, this is required for text files and gccreimar2008-05-112-2/+2
* synced with r26729Gabrov2008-05-114-20/+22
* MPlayer uses Subversion, not GIT, 10L to me, and thanks to Mizda for spotting...gpoirier2008-05-111-1/+1
* AVOption support for lavf demuxingmichael2008-05-101-0/+10
* AVOptions support for lavf muxing.michael2008-05-101-0/+11
* Reformat very ugly code.michael2008-05-101-15/+8
* AVOption support for video encoders.michael2008-05-101-0/+10
* AVOptions support for libavcodec based video decoders.michael2008-05-101-0/+12
* AVOptions support.michael2008-05-103-1/+34
* Replace a really ugly hack by a clean but not thread safe solution.michael2008-05-101-2/+7
* Request a timer resolution of 1 ms on Windows, the default ofreimar2008-05-101-0/+5
* Prefer FSF-style AltiVec flags over Apple-style.diego2008-05-101-4/+2
* Simplify AltiVec compiler flag test.diego2008-05-102-14/+7
* usec_sleep(0) is not the same as not sleeping at all.reimar2008-05-101-1/+1
* Simplify AltiVec CFLAG test.diego2008-05-101-13/+4
* Replace some if constructs with && in the AltiVec test.diego2008-05-101-9/+5
* cosmetics: whitespace changes, spelling, code moving in AltiVec test.diego2008-05-101-17/+6
* Add . to windres include path (otherwise version.h is not found).reimar2008-05-101-1/+1
* Add force-pbo suboption for faster OpenGL output.reimar2008-05-101-2/+22
* Only check for and set AltiVec flags if AltiVec or runtime CPU detection isdiego2008-05-101-1/+1
* Consistency fix: all DVD encoding examples had ":aspect=16/9" option, so putgpoirier2008-05-101-4/+4
* Remove outdated FIXME comment.diego2008-05-101-2/+0
* Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfersreimar2008-05-101-0/+7
* Add some comment headings to divide the Makefile into logical chapters.diego2008-05-091-0/+17
* cosmetics: Move some stuff around for more logical grouping.diego2008-05-091-71/+71
* Remove in_asm_used_var_warning_killer()superdump2008-05-091-10/+0
* sync w/r26674gpoirier2008-05-091-12/+13
* FFmpeg parts no longer require extra -I CFLAGS.diego2008-05-092-3/+1
* Sync with latest FFmpeg changes.diego2008-05-091-9/+10
* Use full path for #includes from another directory.diego2008-05-094-6/+6
* cosmetics: indentationdiego2008-05-091-11/+11
* Add options to handle the external libraries in libavcodec, which requirediego2008-05-081-17/+39
* Add option to disable mp3lame.diego2008-05-081-1/+7
* cosmetics: Rename _lavc_* variables to _*_lavc.diego2008-05-081-11/+11
* cosmetics: Rename _def_lavc_* variables to _def_*_lavc.diego2008-05-081-12/+12
* 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
*