summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing header #include.diego2008-03-101-0/+2
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-101-0/+3
* sync with FFmpeg r12398diego2008-03-101-1/+5
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-1014-0/+39
* Remove useless #include.diego2008-03-101-1/+0
* Add missing header #include to fix 'make checkheaders'.diego2008-03-101-0/+2
* af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using thatdiego2008-03-101-2/+0
* typodiego2008-03-101-1/+1
* CONFIG_SWSCALER --> CONFIG_SWSCALE to match FFmpeg changes.diego2008-03-101-1/+1
* Make av_class a pointer to const.benoit2008-03-102-2/+2
* define VOF as double of VOFW.benoit2008-03-101-1/+1
* Disable QTX emulation on win32; fix builds on cygwin and mingw32.zuxy2008-03-101-1/+1
* Remove redundant swScaler: output from places where av_log()diego2008-03-101-4/+4
* Fix wrong check for vidix usage.iive2008-03-091-1/+1
* Don't use void * arithmetic.iive2008-03-091-1/+1
* Handle vga_init() error and output error message.iive2008-03-091-3/+6
* CONFIG_PP --> CONFIG_POSTPROC, sync with FFmpegdiego2008-03-081-1/+1
* Move HP-UX SCSI header check from the internal libdvdread check to thediego2008-03-081-2/+2
* cosmetics: Remove useless empty line.diego2008-03-081-1/+0
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.diego2008-03-081-2/+1
* remove duplicated pci ids in nvidia vidix driverben2008-03-081-2/+0
* Grayscale encoding/decoding with FFmpeg is no longer enabled, remove referencesdiego2008-03-074-14/+3
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-071-0/+2
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-072-0/+3
* This header uses parts of stdint.h, so #include it.diego2008-03-071-0/+1
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-076-0/+14
* simplify library version handlingmru2008-03-071-2/+0
* Remove unnecessary #ifdef nesting.diego2008-03-071-2/+2
* cosmetics: Decrapify the indentation of the last few blocks of main().diego2008-03-071-68/+65
* Add parentheses where necessary to fix || conditions to work as intended.diego2008-03-071-5/+5
* Remove duplicate conditions in dvdread check.diego2008-03-071-1/+1
* Set ASFLAGS in configure and initialize it as necessary for OS/2.diego2008-03-071-0/+2
* sync with FFmpeg r12354diego2008-03-071-9/+28
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentmru2008-03-061-1/+1
* sync w/r26067, patch by JRaSH jrash06 A 163 P comgpoirier2008-03-061-22/+24
* sync w/r26057, patch by JRaSH jrash06 A 163 P comgpoirier2008-03-061-7/+38
* change sws_format_name to return const char*, supress many warningsbcoudurier2008-03-063-3/+3
* remove redundant SwScaler text since av_log uses AVClass contextbcoudurier2008-03-062-39/+39
* Add some more paths to find tools on Slackware 12.diego2008-03-061-1/+3
* Fix printf format string mismatch, eliminates the warning:diego2008-03-061-1/+1
* Add necessary header #includes to fix 'make checkheaders'.diego2008-03-0610-0/+21
* ve_vfw.c: #include aviheader.h instead of wine avifmt.huau2008-03-061-1/+1
* Disable S3 VIDIX driver on non-x86 platforms.diego2008-03-061-1/+1
* 10l: ENABLE_GRAY needs to be present for libavcodec to compile.diego2008-03-061-0/+1
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-059-0/+24
* Do not enable grayscale decoding in FFmpeg, it slows down thediego2008-03-051-3/+0
* Add ENABLE_DECODERS/ENABLE_DEMUXERS alongside CONFIG_DECODERS/CONFIG_DEMUXERSdiego2008-03-051-0/+2
* Yet another hdv fourccreimar2008-03-051-0/+4
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-052-0/+5
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-058-0/+25
* Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.diego2008-03-054-6/+6
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-053-0/+5
* consistency cosmetics: Use #ifdef everywhere instead of #if defined().diego2008-03-051-1/+1
* One more (forgotten) fix for fixing sws_flags.michael2008-03-051-1/+1
* Turn ancient V offset numerical constants into named ones.michael2008-03-053-72/+81
* Fix ffvorbis decoder's output channel order with channel reordering function.ulion2008-03-053-1/+8
* Add necessary #includes to pass 'make checkheaders'.diego2008-03-0411-1/+31
* Move duplicated extern declarations of mp_msg_levels and mp_msg_level_alldiego2008-03-043-6/+3
* Remove pointless extern keyword from function declaration.diego2008-03-041-1/+1
* #include parser-cfg.h instead of declaring m_config_parse_config_file extern.diego2008-03-041-2/+1
* Remove pointless extern keyword from function declaration.diego2008-03-041-1/+1
* Add comments to #endif preprocessor directives.diego2008-03-043-21/+21
* Simplify preprocessor conditionals: USE_LIBAV* is defined when compilingdiego2008-03-042-5/+5
* Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC.diego2008-03-041-3/+0
* search channels.conf in mplayer's instdir if all other searches fail; patch b...nicodvb2008-03-031-0/+6
* Remove ugly workaround for conflicting dca.h headers, it is no longerdiego2008-03-031-3/+0
* Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS.diego2008-03-032-1/+2
* Add directory names to libavcodec #includes.diego2008-03-031-2/+2
* Remove unnecessary addition of -Ilibavformat to CFLAGS.diego2008-03-031-1/+0
* cosmetics: prettyprinting and alphabetical orderdiego2008-03-031-3/+10
* Move decision about whether or not to compile Windows emulationdiego2008-03-032-3/+3
* Move decision about whether or not to compile wrapper.S to configure.diego2008-03-032-4/+4
* Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes carediego2008-03-031-2/+1
* replace all occurences of "M$" by "Microsoft" because it's what we really mea...gpoirier2008-03-037-7/+7
* Add checkheaders target, ported from FFmpeg.diego2008-03-031-1/+7
* Add ID_SEEKABLE information to -identify output.diego2008-03-031-0/+1
* #include osdep/mman.h if sys/mman.h is not available.diego2008-03-034-0/+8
* configure: Set CONFIG_ENCODERS=yes in config.mak unconditionallyuau2008-03-031-1/+1
* Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunatelydiego2008-03-023-21/+21
* Fix comment, qclp fourcc is Qclp not QCLPreimar2008-03-011-1/+1
* synced with r26138Gabrov2008-03-013-12/+48
* Fix illegal identifiers starting with _ and capital letters.diego2008-03-013-21/+21
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.diego2008-03-016-0/+13
* Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.diego2008-03-012-2/+2
* Remove va_start/vsnprintf workaround for OS/2.diego2008-03-011-8/+0
* Merge two #ifdefs.diego2008-03-011-4/+1
* cosmetics: reindent, detabifydiego2008-03-011-44/+44
* Remove duplicate extern declaration.diego2008-03-011-1/+0
* fix bad function prototypeben2008-02-291-1/+1
* Remove now deprecated Savage VIDIX driver sourcesben2008-02-292-1650/+0
* Use MPlayer consistent define naming convention for newly introduceben2008-02-291-3/+3
* New S3 VIDIX driver.ben2008-02-295-10/+1153
* Add missing #include.eugeni2008-02-291-0/+1
* Support switching to/from nosound in demux_lavf.eugeni2008-02-291-14/+8
* Remove unused function.eugeni2008-02-291-20/+0
* Reindent.eugeni2008-02-291-18/+18
* Don't select audio stream in lavf and mkv demuxers.eugeni2008-02-292-13/+3
* Select audio stream in mplayer and mencoder, overriding demuxer decision.eugeni2008-02-294-0/+19
* Set audio->sh correctly when switching audio tracks. The same for video tracks.eugeni2008-02-291-0/+8
* Don't select subtitle track in lavf and mkv demuxers.eugeni2008-02-293-32/+0
* Demuxer-independent subtitle track selection.eugeni2008-02-292-0/+14
* Demuxer-independent functions for selecting tracks based on language.eugeni2008-02-292-0/+37
* Remove stupid checks of free() argument.eugeni2008-02-292-28/+16
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleeugeni2008-02-296-66/+15
* Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio trackeugeni2008-02-294-25/+7
* Add language info to sh_sub_t and sh_audio_t.eugeni2008-02-292-0/+4
* Attempt to fix -chapter broken for mkv in r25987reimar2008-02-282-2/+4
* joystick.c is only ever compiled on Linux, remove pointless #ifdefdiego2008-02-281-17/+0
* TARGET_OS2 is never set, use __OS2__ instead.diego2008-02-281-2/+2
* Use _res_comment in joystick check.diego2008-02-281-1/+2
* cache support for OS/2diego2008-02-281-17/+34
* mmap() support for OS/2diego2008-02-273-0/+269
* Mention nvidia fix for vo gl and especially changed screensaver supportreimar2008-02-261-0/+4
* Default to disabling VIDIX on platforms where it is not known to work.diego2008-02-261-4/+3
* less preprocessor magic in version number macrosmru2008-02-261-4/+10
* configure: define ENABLE_ENCODERS for FFmpeguau2008-02-261-0/+1
* in ds_fill_buffer() disabled the code that demuxes until the arrival of the r...nicodvb2008-02-251-0/+2
* sun rasterfile decodercompn2008-02-252-0/+15
* FFmpeg now uses different (unified) #include paths.diego2008-02-2529-144/+28
* 10l: Revert nonsense commit.diego2008-02-251-0/+5
* Fix outdated comment.diego2008-02-251-1/+1
* Remove old EMU_OLD cruft.diego2008-02-251-5/+0
* #include "libavutil/avutil.h" in swscale.hmru2008-02-251-1/+1
* Replace silly check for config.h inclusion, just include it.diego2008-02-241-3/+1
* Disable internal VIDIX on OS/2, patch by Dave Yeo, dave.r.yeo gmail com.diego2008-02-241-1/+1
* Wrap HAVE_XXX macros with RUNTIME_CPUDETECT, because when RUNTIME_CPUDETECT isdiego2008-02-241-0/+2
* Enable SSE detection on OS/2.diego2008-02-241-1/+35
* cosmetics: Break one unreadable long line.diego2008-02-241-1/+3
* __asm __volatile -> asm volatile part 3reimar2008-02-242-85/+85
* Compile codec-cfg binary with -O, avoids problems due to compilersreimar2008-02-241-1/+1
* Add MPLAYER_ prefix to multiple inclusion guard of generated file.diego2008-02-241-3/+3
* On OS/2, fall back on the directory where MPlayer is installed if both diego2008-02-241-0/+24
* On Win32 and OS/2, 'x:filename' path style without '\' path separatordiego2008-02-241-1/+2
* Add missing #includes for Mac OS X, fixes the warningdiego2008-02-241-0/+5
* Add #include <sys/sysctl.h> for Mac OS X, fixes the warningdiego2008-02-241-1/+1
* Do not use a global temps variable, this is ugly and does not compile with ICC.reimar2008-02-241-39/+40
* Avoid a pointless special-case for opening a filereimar2008-02-241-4/+0
* Get rid of pointless and confusing commentsreimar2008-02-241-3/+3
* Only icc 10.1 will be supported.cehoyos2008-02-241-1/+1
* Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).cehoyos2008-02-242-1/+3
* Remove mistakenly committed hunk.diego2008-02-231-3/+2
* Properly detect ARM mc acceleration.diego2008-02-233-7/+16
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2360-194/+196
* Merge two #ifdefs into one.diego2008-02-232-9/+5
* #define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.diego2008-02-233-12/+4
* Move libdca definition to a better place in config.h.diego2008-02-231-1/+3
* warn to always include PMT and PCR pids in channels.conf (dvb)nicodvb2008-02-231-3/+5
* removed nonsense in the dvbin sectionnicodvb2008-02-231-3/+1
* reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUEnicodvb2008-02-231-4/+6
* read the PCR of the currently playing program (if available) in demuxer->refe...nicodvb2008-02-231-3/+45
* New member in demuxer_t: reference_clock.nicodvb2008-02-232-0/+10
* Comment out dump_glyph(): it is unused and, as it is now, breaks compilation.eugeni2008-02-222-1/+2
* Check glyph bounding box before rasterizing and complain if it is too large.eugeni2008-02-222-0/+17
* Some debugging routines.eugeni2008-02-222-0/+27
* Better handling of behind-the-camera objects.eugeni2008-02-221-2/+3
* Print FreeType version in libass init. Makes error logs slightly more helpful.eugeni2008-02-221-0/+7
* Add MPLAYER_ prefix to the multiple inclusion guards of generated header files.diego2008-02-221-9/+9
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2224-72/+74
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-22194-618/+589
* Discard two symbols from libswscale.cehoyos2008-02-225-23/+18
* Fix continuous scrolling on OS/2 due to status line updates unless -quietdiego2008-02-221-1/+1
* Create standard multiple inclusion guards.diego2008-02-211-9/+9
* Fix copy&paste typo in rgbtest documentationreimar2008-02-211-1/+1
* Remove misplaced #endif comment.diego2008-02-211-1/+1
* sync w/r26052gpoirier2008-02-211-0/+9
* sync w/ r26019gpoirier2008-02-211-2/+24
* improve DTD dection of MacPort-install docbook packagegpoirier2008-02-211-1/+1
* Document rgbtest argumentsreimar2008-02-211-1/+10
* Replace Alpha MVI compiler workarounds by a proper configure check.diego2008-02-215-76/+14
* Use standard multiple inclusion guard.diego2008-02-211-1/+1
* Remove unused #define from config.h.diego2008-02-211-5/+0
* OS/2 getch2() supportdiego2008-02-214-5/+212
* Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.diego2008-02-213-3/+3
* Fix r26032: wrong sub stream id assigned to dvdsub_id.eugeni2008-02-211-1/+1
* Add multiple inclusion guard.diego2008-02-211-0/+5
* Add missing multiple inclusion guards.diego2008-02-215-0/+23
* Consistently use filename as multiple inclusion guard.diego2008-02-214-12/+12
* sync w/r25566, patch by mesecam %mesecam A gmail P com%gpoirier2008-02-201-19/+9
* sync w/r25308, patch by mesecam %mesecam A gmail P com %gpoirier2008-02-201-46/+691