| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 36 | -94/+63 |
* | Fix macro redefinition warning. | diego | 2006-11-29 | 1 | -1/+1 |
* | Remove some of the worst "headers include headers which include | reimar | 2006-11-29 | 6 | -8/+8 |
* | Avoid compiling code using %ah etc. on AMD64, since that will not work | reimar | 2006-11-29 | 1 | -4/+4 |
* | Get rid of stubs.S, move code to inline asm. | reimar | 2006-11-29 | 3 | -20/+21 |
* | Cosmetics: remove unused and commented out add_stub function header | reimar | 2006-11-29 | 1 | -2/+0 |
* | Some extra checks and safety space for add_stub function. | reimar | 2006-11-29 | 1 | -4/+10 |
* | Change add_stub code to also work without -fomit-frame-pointer | reimar | 2006-11-29 | 1 | -49/+12 |
* | EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible. | reimar | 2006-11-29 | 1 | -2/+6 |
* | Add /usr/local/lib and /usr/local/include to the linker/compiler | diego | 2006-11-29 | 1 | -0/+2 |
* | support for Westwood SND1 audio | diego | 2006-11-29 | 2 | -0/+8 |
* | `sdl-config --libs` under mingw32 will give -lmingw32, which leads to | diego | 2006-11-29 | 1 | -1/+1 |
* | URL fix | diego | 2006-11-29 | 1 | -1/+1 |
* | Synced with r21374 | torinthiel | 2006-11-29 | 1 | -2/+2 |
* | Fix URL, it has moved. | torinthiel | 2006-11-29 | 1 | -1/+1 |
* | Synced with r21372 | torinthiel | 2006-11-29 | 1 | -233/+26 |
* | Some punctuation cosmetics and better wording | torinthiel | 2006-11-29 | 1 | -6/+6 |
* | Sync with FFmpeg changes for encoder/decoder registration. | aurel | 2006-11-29 | 1 | -3/+3 |
* | Fix 2 header bugs introduced by nplourde's previous commit: | uau | 2006-11-28 | 1 | -1/+3 |
* | reordering of #include to avoid clash with math.h and quicktime/*.h, patch by... | nplourde | 2006-11-28 | 2 | -12/+12 |
* | adds support for AOCONTROL_GET_VOLUME/AOCONTROL_SET_VOLUME in ao_macosx, patc... | nplourde | 2006-11-28 | 1 | -3/+26 |
* | If a glyph is not found in the current font, switch to another one. | eugeni | 2006-11-28 | 5 | -14/+124 |
* | Skip glyphs with char code < 0x20. | eugeni | 2006-11-28 | 1 | -0/+3 |
* | Add FT_Library to ass_font_t. | eugeni | 2006-11-28 | 2 | -0/+2 |
* | Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify | eugeni | 2006-11-28 | 3 | -9/+9 |
* | Use av_int2dbl to read doubles instead of our somewhat broken le2me_dbl | reimar | 2006-11-28 | 1 | -2/+4 |
* | Make me maintainer of demux_nuv since I am the only one | reimar | 2006-11-28 | 1 | -0/+1 |
* | r21306: fix compilation for win32 dll codec support for intel osx | voroshil | 2006-11-28 | 1 | -1/+15 |
* | Remove long double reading code, long double was never used AFAICT and | reimar | 2006-11-28 | 1 | -9/+0 |
* | r21298: "D" interactive key also works with yadif now | voroshil | 2006-11-28 | 1 | -3/+3 |
* | Make MPlayer/MEncoder print the compile-time configuration in verbose mode. | diego | 2006-11-28 | 3 | -0/+10 |
* | Cycling through video tracks works with libavformat as well. | diego | 2006-11-28 | 1 | -1/+1 |
* | Remove #ifdef __OpenBSD__, there is no indication this is needed. | diego | 2006-11-28 | 1 | -1/+1 |
* | support Intel Core 2 and AMD Geode in the processor detection routines | diego | 2006-11-28 | 1 | -5/+20 |
* | Generate OBJS from SRCS in a more elegant and less redundant way. | diego | 2006-11-28 | 1 | -5/+2 |
* | cosmetics: Sort SRCS by alphabetical order. | diego | 2006-11-28 | 1 | -20/+13 |
* | Unrecurse VIDIX installation. | diego | 2006-11-28 | 2 | -5/+2 |
* | Unrecurse VIDIX drivers uninstall. | diego | 2006-11-28 | 2 | -4/+2 |
* | Remove one level of indirection on VIDIX install/uninstall. | diego | 2006-11-28 | 2 | -8/+2 |
* | cosmetical reformatting | nicodvb | 2006-11-27 | 1 | -13/+14 |
* | feed the content of NAV_PACKET to the demuxer | nicodvb | 2006-11-27 | 1 | -0/+3 |
* | Shorten LIBAV_INC handling. | diego | 2006-11-27 | 1 | -6/+3 |
* | Merge _ld_arch into _ld_extra. | diego | 2006-11-27 | 1 | -12/+10 |
* | cosmetics to ease future patching | diego | 2006-11-27 | 1 | -1/+2 |
* | Disable cddb on Darwin at Reimar's request. | diego | 2006-11-27 | 1 | -1/+1 |
* | _ld_sock is already in _ld_extra. | diego | 2006-11-27 | 1 | -1/+1 |
* | Add a config.mak variable for CDDB. | diego | 2006-11-27 | 2 | -3/+3 |
* | Change "p" asm constraints to "g", since "p" was a no longer necessary hack to | reimar | 2006-11-27 | 1 | -2/+2 |
* | Note that ffxandpcm only works with libavformat. | diego | 2006-11-27 | 1 | -0/+1 |
* | Don't include freetype headers in other headers. | eugeni | 2006-11-27 | 2 | -10/+0 |
* | Fix compilation broken in previous commit. | eugeni | 2006-11-27 | 2 | -2/+2 |
* | Move ass_font_desc_t and ass_font_t declarations to ass_font.h. | eugeni | 2006-11-27 | 3 | -19/+17 |
* | Cosmetics: reindent. | eugeni | 2006-11-27 | 1 | -9/+9 |
* | Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed. | eugeni | 2006-11-27 | 1 | -0/+10 |
* | help messages: | kraymer | 2006-11-27 | 2 | -3/+27 |
* | Move ass_font_t allocation to ass_font.h. | eugeni | 2006-11-27 | 5 | -26/+37 |
* | insert line break for overly long line (second line indented) | kraymer | 2006-11-27 | 1 | -1/+1 |
* | wrapper.S should be compiled on non-Darwin, non-Windows systems. | diego | 2006-11-27 | 1 | -2/+1 |
* | Initialize font size with 0. | eugeni | 2006-11-27 | 1 | -0/+1 |
* | Remove unused unk_exp1 loader asm code | reimar | 2006-11-27 | 2 | -29/+0 |
* | localization of parser-m*cmd.c messages | ptt | 2006-11-27 | 3 | -9/+20 |
* | Ignore libmpmux.a. | diego | 2006-11-27 | 0 | -0/+0 |
* | Split muxers into a separate library that only MEncoder is linked against. | diego | 2006-11-27 | 2 | -10/+14 |
* | FFmpeg-style dependency declaration | diego | 2006-11-27 | 7 | -147/+71 |
* | Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC. | diego | 2006-11-27 | 1 | -2/+0 |
* | Move common code to mpcommon.mak. | diego | 2006-11-27 | 4 | -21/+5 |
* | Sync with FFmpeg changes for (de)muxer registration. | diego | 2006-11-27 | 1 | -2/+2 |
* | test1 --> test | diego | 2006-11-27 | 0 | -0/+0 |
* | cosmetics: Merge SRCS together, alphabetical order, whitespace. | diego | 2006-11-27 | 1 | -32/+16 |
* | oops someone forgot obj-c source file | nplourde | 2006-11-27 | 1 | -0/+1 |
* | cosmetics:indentation | diego | 2006-11-27 | 1 | -37/+37 |
* | Untangle dependencies that are handled by configure. | diego | 2006-11-27 | 1 | -5/+5 |
* | Remove unused LIBAV_INC variable. | diego | 2006-11-27 | 1 | -1/+1 |
* | Remove superfluous dependency declaration on real header files. | diego | 2006-11-27 | 1 | -2/+0 |
* | simplify test target | diego | 2006-11-27 | 1 | -2/+2 |
* | Simplify, TARGET_WIN32 is both Cygwin and MinGW. | diego | 2006-11-27 | 1 | -4/+1 |
* | Simplify test program generation. | diego | 2006-11-27 | 1 | -6/+3 |
* | Remove superfluous CFLAGS declaration (is in mpcommon.mak). | diego | 2006-11-27 | 1 | -1/+0 |
* | There are no .s files in mp3lib/, remove the corresponding suffix rule. | diego | 2006-11-27 | 1 | -3/+0 |
* | libac3 was removed ages ago, remove the related test target. | diego | 2006-11-27 | 1 | -3/+0 |
* | .s files don't exist anymore. | diego | 2006-11-27 | 1 | -1/+0 |
* | Synced with r21168 | torinthiel | 2006-11-27 | 1 | -1/+2 |
* | fix compilation for win32 dll codec support for intel osx | nplourde | 2006-11-27 | 7 | -16/+43 |
* | Remove unnecessary header indirection. | diego | 2006-11-27 | 2 | -4/+0 |
* | Use standard SRCS2 name for MEncoder sources. | diego | 2006-11-27 | 1 | -15/+14 |
* | Move common code for generating multiple libraries to mpcommon.mak. | diego | 2006-11-27 | 3 | -21/+9 |
* | 10l: Muxers were not being compiled even when MEncoder was enabled. | diego | 2006-11-27 | 1 | -0/+1 |
* | FFmpeg-style conditional dependency declaration | diego | 2006-11-27 | 1 | -16/+9 |
* | libmpdemux has no subdirectories. | diego | 2006-11-27 | 1 | -1/+1 |
* | sync w/ 21298 | gpoirier | 2006-11-26 | 1 | -2/+2 |
* | "D" interactive key also works with yadif now | gpoirier | 2006-11-26 | 1 | -1/+1 |
* | Merge duplicate entries. | diego | 2006-11-26 | 1 | -22/+11 |
* | Remove unnecessary variable indirection. | diego | 2006-11-26 | 1 | -13/+9 |
* | Remove obsolete "no_more_font_messages" hack. | eugeni | 2006-11-26 | 4 | -16/+5 |
* | rename all *_nom (nominator) to the correct *_num (numerator) | ivo | 2006-11-26 | 1 | -10/+10 |
* | Move fonts-related code to a separate file. | eugeni | 2006-11-26 | 6 | -69/+197 |
* | cosmetics: alphabetical order | diego | 2006-11-26 | 1 | -128/+122 |
* | FFmpeg-style conditional dependency declaration | diego | 2006-11-26 | 2 | -188/+78 |
* | 100l typos | diego | 2006-11-26 | 1 | -2/+2 |
* | Remove useless variable indirection. | diego | 2006-11-26 | 1 | -2/+1 |
* | cosmetics: Move around some entries for better readability. | diego | 2006-11-26 | 1 | -24/+19 |
* | Do not use many different variables for SRCS. | diego | 2006-11-26 | 1 | -57/+46 |
* | Reorder entries for better readability. | diego | 2006-11-26 | 1 | -40/+30 |
* | Remove unused include variable. | diego | 2006-11-26 | 1 | -1/+0 |
* | Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value since | reimar | 2006-11-26 | 1 | -2/+2 |
* | Make ass_new_font return ass_font_t struct (instead of just FT_Face). | eugeni | 2006-11-26 | 3 | -38/+33 |
* | Move ass_font_t to header. | eugeni | 2006-11-26 | 2 | -8/+7 |
* | Rename: | eugeni | 2006-11-26 | 3 | -33/+33 |
* | Fix previous broken vd_qtvideo.c commit which failed on MACOSX | uau | 2006-11-26 | 1 | -2/+4 |
* | Move #include <QuickTime/ImageCodec.h> before internal headers | uau | 2006-11-26 | 1 | -6/+7 |
* | Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check, | reimar | 2006-11-26 | 1 | -9/+9 |
* | Rename config.h --> debug.h and include config.h explicitly. | diego | 2006-11-26 | 7 | -2/+6 |
* | Shouldn't move "#ifdef MACOSX" before #include config.h of course... | uau | 2006-11-26 | 1 | -1/+2 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 20 | -513/+78 |
* | Move #include <QuickTime/QuickTimeComponents.h> before internal headers. | uau | 2006-11-26 | 1 | -4/+4 |
* | Add explicit dependency information for libosd.a, this fixes MEncoder-only | diego | 2006-11-26 | 1 | -1/+5 |
* | Remove config.h, there are multiple files under that name, inviting bugs and | diego | 2006-11-26 | 1 | -16/+0 |
* | sync w/ r21255 (improved deadzone desc.) | gpoirier | 2006-11-26 | 1 | -1/+12 |
* | -lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.c | reimar | 2006-11-26 | 1 | -0/+2 |
* | Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then. | reimar | 2006-11-26 | 1 | -0/+3 |
* | Adjust icon path since windres is now called from osdep subdir | reimar | 2006-11-26 | 1 | -1/+1 |
* | Fix incorrect use of be2me_32 on a pointer, use BE_32 instead. | reimar | 2006-11-26 | 1 | -1/+1 |
* | le2me_32 is no longer a macro on PPC, and in general does not have to | reimar | 2006-11-26 | 1 | -16/+7 |
* | Revert r21251 (moving loader/config.h contents to main config.h). | uau | 2006-11-26 | 2 | -10/+9 |
* | Remove useless fd parameter for mmap_anon | reimar | 2006-11-26 | 5 | -21/+7 |
* | Simplify, remove useless indirection. | diego | 2006-11-26 | 1 | -4/+3 |
* | Fix loader code: closed .dll file handles when it should not | reimar | 2006-11-26 | 1 | -2/+2 |
* | r21186: Remove "OSD only" tags; those options always exist. | voroshil | 2006-11-26 | 1 | -9/+19 |
* | open /dev/zero left over from mmap_anon patch | reimar | 2006-11-26 | 1 | -5/+0 |
* | Useless use of strstr, strchr is good enough. | reimar | 2006-11-26 | 1 | -1/+1 |
* | Check the log level before processing the message | henry | 2006-11-26 | 1 | -7/+9 |
* | match exactly card number N specified, rather than the N-th actually usable | nicodvb | 2006-11-26 | 1 | -3/+12 |
* | Set _win32codecsdir fallback also with --enable-win32 | reimar | 2006-11-26 | 1 | -1/+1 |
* | typo in deadzone_inter | lorenm | 2006-11-26 | 1 | -1/+1 |
* | nits and picks by The Wanderer :) | gpoirier | 2006-11-26 | 1 | -3/+3 |
* | Sanity-check number of lines in CC subtitle | reimar | 2006-11-25 | 1 | -1/+1 |
* | Cleanup for uselessly complicated closed-caption subtitle handling | reimar | 2006-11-25 | 2 | -11/+3 |
* | Move contents of loader/config.h to configure/config.h, there are | diego | 2006-11-25 | 2 | -9/+10 |
* | Add a sanity check to unsafe-looking code. | uau | 2006-11-25 | 1 | -0/+2 |
* | Remove config.h and move its content to af.h. There are multiple files under | diego | 2006-11-25 | 2 | -25/+5 |
* | Use the real name of the header file when guarding against double inclusion. | diego | 2006-11-25 | 1 | -3/+3 |
* | Remove nonexistent variable. | diego | 2006-11-25 | 1 | -1/+0 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Don't compile libvo.a unless MPlayer is enabled. | diego | 2006-11-25 | 1 | -1/+6 |
* | simplify | diego | 2006-11-25 | 1 | -6/+6 |
* | Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.h | diego | 2006-11-25 | 6 | -5/+5 |
* | Reuse bswap.h from libavutil. Will only work when libavutil subdir is available. | reimar | 2006-11-25 | 1 | -130/+5 |
* | Linking hotfix, loader depends on osdep. | diego | 2006-11-25 | 1 | -2/+2 |
* | Remove useless libvo/sub.h include. | reimar | 2006-11-25 | 1 | -1/+0 |
* | Add support for compiling with ICC 9.1. Currently needs --target=generic-linux, | reimar | 2006-11-25 | 1 | -1/+7 |
* | simplify | diego | 2006-11-25 | 1 | -6/+6 |
* | Add generic target that allow compiling without any assembler or otherwise | reimar | 2006-11-25 | 1 | -0/+10 |
* | missing include for uint16_t | ben | 2006-11-25 | 1 | -0/+1 |
* | keep nav highlight event in dvdnav priv structure | ben | 2006-11-25 | 5 | -22/+37 |
* | There are no more .depend files in subdirectories. | diego | 2006-11-25 | 1 | -2/+1 |
* | simplify | diego | 2006-11-25 | 1 | -4/+2 |
* | Remove commented-out cruft. | diego | 2006-11-25 | 1 | -6/+0 |
* | Unconditionally include config.mak for consistency. | diego | 2006-11-25 | 2 | -6/+0 |
* | more consistency with the other Makefiles. | diego | 2006-11-25 | 2 | -10/+10 |
* | SRCS should be one per line to make patches more readable. | diego | 2006-11-25 | 1 | -1/+8 |
* | fix typos noticed by Diego | gpoirier | 2006-11-25 | 1 | -4/+4 |
* | Remove pointless indirection. | diego | 2006-11-25 | 1 | -3/+1 |
* | Sync with FFmpeg r7167. | diego | 2006-11-25 | 1 | -7/+4 |
* | FFmpeg-style conditional dependency declaration | diego | 2006-11-25 | 1 | -73/+43 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Remove superfluous comment. | diego | 2006-11-25 | 21 | -63/+0 |
* | improve description of x264's deadzone* options | gpoirier | 2006-11-25 | 1 | -0/+10 |
* | support for comma-separated language codes in -slang | nicodvb | 2006-11-25 | 1 | -1/+6 |
* | support for -slang and subtitles in dvdnav; patch by Attila Otvos (oattila ch... | nicodvb | 2006-11-25 | 1 | -4/+30 |
* | spurious () like in ({code;}) probably is not valid C, icc 9, definitely | reimar | 2006-11-25 | 1 | -2/+2 |
* | Avoid void * arithmetic | reimar | 2006-11-25 | 2 | -3/+4 |
* | better nav highlight handling | ben | 2006-11-25 | 4 | -12/+28 |
* | removed unused members and variables | nicodvb | |