summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-07151-1517/+1517
* Add temporary no-op translation function stubsUoti Urpala2009-07-063-0/+12
* Add OSS4 vmix volume control to ao_ossGrigori Goronzy2009-06-242-0/+38
* Disallow subtitles without videoUoti Urpala2009-06-131-2/+2
* Fix ordered chapter pruning of redundant timeline partsUoti Urpala2009-05-221-5/+8
* video_out.c: Fix a minor memory leakUoti Urpala2009-05-091-0/+2
* Merge svn changes up to r29277Uoti Urpala2009-05-08106-1363/+1594
|\
| * lirc anc lircc are MPlayer-only, so add LDFLAGS for MPlayer link only.diego2009-05-081-2/+2
| * Do not use flag CWBackPixel when calling vo_x11_create_vo_window():cehoyos2009-05-081-1/+3
| * The Apple remote code needs the Cocoa framework to link.diego2009-05-081-1/+1
| * Add -framework Carbon to LDFLAGS when Mac OS X finder or bundle is enabled.diego2009-05-071-2/+8
| * Adrian is maintaining vo_corevideo and merging the OSX Extended GUI branch.adrian2009-05-071-2/+2
| * Fix sliced yuv410 -> yuv420 conversionvitor2009-05-071-4/+8
| * revise previous translationjrash2009-05-071-63/+63
| * sync with en/mplayer.1 r29252jrash2009-05-071-8/+23
| * cosmetics: Move Quartz and CoreVideo checks into the vo driver section.diego2009-05-051-47/+50
| * LDFLAGS for CoreVideo and Quartz should be MPlayer-only.diego2009-05-051-2/+2
| * libdvdcss requires the Carbon framework to link on Mac OS X.diego2009-05-051-1/+1
| * cosmetics: Move $def_dvdcss to a more sensible place in config.h.diego2009-05-051-1/+1
| * cosmetics: Move CoreAudio check to audio output section.diego2009-05-051-22/+24
| * Add prototype for mp_a52_framesize().diego2009-05-051-0/+2
| * Add #define for HAVE_DVDCSS_DVDCSS_H (needed by internal libdvdread) to config.hdiego2009-05-051-1/+3
| * Remove pointless #ifdef around spudec.h #include.diego2009-05-051-2/+0
| * cosmetics: indentationdiego2009-05-051-6/+6
| * Allow disabling and enabling VCD support through command line parameters.diego2009-05-051-0/+6
| * CoreAudio LDFLAGS should be MPlayer-only.diego2009-05-051-1/+1
| * Improve CoreAudio check: Use all required headers and frameworks.diego2009-05-051-1/+3
| * Simplify Mac OS X Finder and Mac OS X Bundle file locations checks.diego2009-05-051-14/+5
| * Change VOFW for x86 to 5120, it allows larger images to be scaled and wasmichael2009-05-051-1/+6
| * CONFIG_QUICKTIME should be set depending on the state of QTX support.diego2009-05-041-3/+2
| * Add missing 'void' to parameterless function declarations.diego2009-05-0424-72/+70
| * ao_macosx was renamed to ao_coreaudio.diego2009-05-049-9/+9
| * Rename macosx video output driver to corevideo.diego2009-05-0424-88/+88
| * Rename macosx audio output driver to coreaudio.diego2009-05-047-16/+16
| * QuickTime codecs support requires -framework QuickTime to link on Mac OS X.diego2009-05-041-0/+1
| * Replace QuickTime.h #include with Carbon.h, which is really needed.diego2009-05-042-2/+1
| * Ulion no longer has time to be maintainer.diego2009-05-041-3/+3
| * Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS.diego2009-05-041-2/+5
| * Add information about configure options to config.mak.diego2009-05-041-0/+2
| * Cosmetics for r29244 to follow K&R style closely.bircoph2009-05-031-17/+17
| * Support for libbs2b ver. 3.0.0 API.bircoph2009-05-032-24/+102
| * Use libavutil/fifo.h for macosx ao instead of its own FIFO implementation.reimar2009-05-031-77/+21
| * Fix chroma shift when scaling from ARGB on LE and BGRA on BEsdrik2009-05-021-1/+1
| * Fix polish spelling. Noticed in Gentoo ebuild long time ago.bircoph2009-04-271-2/+2
| * Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_csdrik2009-04-271-9/+0
| * sync w/r29147gpoirier2009-04-271-11/+40
| * Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.diego2009-04-261-2/+2
| * Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.diego2009-04-251-2/+2
| * Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.diego2009-04-251-1/+1
| * Remove unnecessary -framework OpenGL from CoreVideo linker flags.diego2009-04-251-2/+2
| * whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespacediego2009-04-251-27/+27
| * Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks.diego2009-04-251-33/+36
| * typo in XFORM asm check, noticed by Emanuele Giaquintadiego2009-04-251-1/+1
| * sane verbosity levels for menu initializationdiego2009-04-251-4/+4
| * Make reset_ptr() void.cehoyos2009-04-231-1/+1
| * commit remaining binary_codecs.sh changes from debian.siretart2009-04-231-7/+30
| * check for missing libstdc++siretart2009-04-231-0/+13
| * more cosmeticssiretart2009-04-231-5/+3
| * whitespace cosmeticsdiego2009-04-231-8/+8
| * Change getdladdr to always use dlopen, dlsym and then dlclose.reimar2009-04-231-11/+6
| * Part 3 of syncing binary_codecs.sh with Debiansiretart2009-04-231-7/+7
| * Part 2 of syncing binary_codecs.sh with Debiansiretart2009-04-231-6/+16
| * Pass argc and argv parameters to main() function in SDL test.diego2009-04-231-1/+1
| * Part 1 of syncing binary_codecs.sh with Debiansiretart2009-04-221-12/+12
| * Don't automatically wrap lines when WrapStyle==2.eugeni2009-04-211-1/+1
| * Fix a signedness issue that caused a warning to be wrongfully printed at runt...gpoirier2009-04-211-1/+1
| * Planar 16bit 420 422 444 YUV support (output is only supported in somemichael2009-04-213-2/+129
| * Merge gray->gray converters into planarCopy(), this should also make planarCo...michael2009-04-211-90/+37
| * Add macro to check for 16bit per sample.michael2009-04-211-0/+4
| * Make sure src/dst are NULL when they arent used, some code uses this tomichael2009-04-211-5/+28
| * Use generic BE check instead of checking for gray16LE.michael2009-04-201-1/+1
| * add isBE()michael2009-04-201-0/+1
| * Unify error message output and update error messages.diego2009-04-201-13/+13
| * small typo fixesdiego2009-04-201-1/+1
| * Remove reference to outdated documentation file.diego2009-04-2025-25/+0
| * Move non-conditional SRCS lists below the conditional parts. This allowsdiego2009-04-201-222/+223
| * whitespace cosmeticsdiego2009-04-201-0/+3
| * Use temporary variables to add objects that depend on more than onediego2009-04-201-24/+29
| * Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.diego2009-04-201-1/+1
| * Only add existing files to the FFMPEGFILES variable.diego2009-04-201-1/+1
| * Use ADDSUFFIXES function to simplify version.h dependency declaration.diego2009-04-201-1/+1
| * Introduce ADDSUFFIXES function and use it to simplify thediego2009-04-201-2/+3
| * cosmetics: Move ADD_ALL_* functions to a more sensible place.diego2009-04-201-3/+3
| * Add HAVE_LDBRX to config.h for FFmpeg.diego2009-04-201-0/+1
| * Add check for XFORM ASM, needed by FFmpeg/PPC.diego2009-04-201-0/+12
| * cosmetics: reindentdiego2009-04-191-31/+38
| * whitespace cosmeticsdiego2009-04-191-5/+5
| * cosmetics: Rename PARTS variable to FFMPEGPARTS.diego2009-04-191-4/+4
| * Introduce ADD_ALL_DIRS function to factorize clean and distclean target commandsdiego2009-04-191-2/+3
| * Convert another forgotten ADD_ALL_EXESUFS call.diego2009-04-191-1/+1
| * Extend ADD_ALL_EXESUFS to work with a list of files instead of a single one.diego2009-04-191-4/+4
| * Remove duplicate entry from DIRS.diego2009-04-191-1/+0
| * Add files in all library subdirectories to FFMPEGFILES variable, notdiego2009-04-191-1/+1
| * Remove pointless #ifdef around internal #include.diego2009-04-191-4/+1
| * Remove 2 useless += at the end of rgb16to15(), found by CSA.michael2009-04-181-2/+0
| * Rename swscale_avoption.c to options.c.stefano2009-04-182-1/+1
| * Make sws_setColorspaceDetails() return -1 if the destination format isstefano2009-04-181-1/+1
| * Move sws_[gs]etColorspaceDetails() documentation from swscale.c tostefano2009-04-182-9/+9
| * Rely on POSIX-compatible head/tail versions that understand the -n option.diego2009-04-161-24/+10
| * Replace all `` by $(), it is more readable and easier to nest.diego2009-04-151-223/+223
| * Simplify OS detection functions.diego2009-04-151-20/+20
| * libavformat is now the default for mov, update extension.c to match this.reimar2009-04-151-3/+3
| * whitespace cosmetics: Break some overly long lines.diego2009-04-141-10/+18
| * Do not use abgrToA for both luma and alpha channel in hyscale.sdrik2009-04-142-10/+11
| * follow renaming of pbBufPtr() to put_bits_ptr() by stefanorik2009-04-132-2/+2
| * fix a memory leak leading to ~80 bytes being leaked at each call to flip_page.gpoirier2009-04-131-0/+1
| * Sync with latest FFmpeg changes.diego2009-04-132-49/+52
| * Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.diego2009-04-121-2/+0
| * whitespace cosmetics: Reindent a few lines and break a few excessively long l...diego2009-04-121-12/+15
| * Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,diego2009-04-121-1/+2
| * Reduce subtitle parsing verbosity.diego2009-04-121-5/+4
| * Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.diego2009-04-121-2/+2
| * Reemit the ID_AID_x_LANG for the track. This allows the identification of thediego2009-04-111-3/+10
| * Move all CFLAGS checks together at the beginning of configure.diego2009-04-101-15/+17
| * Move thread-related CFLAGS settings into pthread test.diego2009-04-101-8/+7
| * some updates about translation maintenancediego2009-04-101-5/+3
| * Simplify: use av_fifo_spacereimar2009-04-102-4/+4
| * Remove unnecessary Darwin default CFLAGS and LDFLAGS.diego2009-04-101-2/+0
| * Move darwin CFLAG settings to darwin section at the beginning of configure.diego2009-04-101-3/+1
| * Move amigaos CFLAG settings to amigaos section at the beginning of configure.diego2009-04-101-3/+1
| * gcc <3.1 is unsupported on Darwin, no need to check for this.diego2009-04-101-3/+0
| * Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.reimar2009-04-101-0/+1
| * Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed.reimar2009-04-091-3/+3
| * Split oversized of "argument" onto a separate line.reimar2009-04-091-1/+2
| * Also lock the mainloop when doing adjusting the volume for PulseAudio.reimar2009-04-091-0/+3
| * Make sure waitop always unlocks the mainloop even if the operation could notreimar2009-04-091-1/+4
| * Add a -indentify message that indicates if the current DVDNAV title isreimar2009-04-091-2/+5
| * Change type of first argument of the print_int_array function from int todiego2009-04-091-1/+1
* | x11_common.h: Remove declarations of some nonexistent variablesUoti Urpala2009-05-041-3/+0
* | core: Set mpctx->chapters to NULL at uninitUoti Urpala2009-05-031-0/+1
* | vd_ffmpeg.c: Use FFmpeg-mt compatible code for codec delayUoti Urpala2009-04-301-2/+8
* | core: Handle missing timestamp errors a bit betterUoti Urpala2009-04-241-0/+2
* | demux_lavf: Make absolute seek time 0-based instead of file startUoti Urpala2009-04-241-1/+1
* | stheader.h: Allow inclusion before demuxer.hUoti Urpala2009-04-191-4/+5
* | defaultopts.c: Minor simplificationUoti Urpala2009-04-091-2/+2
* | Merge svn changes up to r29154Uoti Urpala2009-04-0910-52/+55
|\|
| * Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.ramiro2009-04-089-50/+50
| * Specify precise dependencies for generated header file codecs.conf.h.diego2009-04-081-1/+2
| * Reduce compilation time after version.h was updated.cehoyos2009-04-081-1/+2
| * Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.diego2009-04-081-1/+2
* | Merge svn changes up to r29150Uoti Urpala2009-04-0812-311/+334
|\|
| * Add rules to install gmplayer manual pages.diego2009-04-061-0/+10
| * swscale: Remove X86 commented out code.ramiro2009-04-051-11/+1
| * synced with r29147Gabrov2009-04-051-3/+24
| * eliminate a trailing whitespaceGabrov2009-04-051-1/+1
| * sync with en/mplayer.1 r29133jrash2009-04-051-8/+24
| * swscale: Use function pointers for swScale functions.ramiro2009-04-043-205/+186
| * swscale: {}-related cosmetics.ramiro2009-04-041-7/+10
| * swscale: Add const to some swScale functions' parameters.ramiro2009-04-042-70/+72
| * remove startup -volume wish, option was added a while agocompn2009-04-041-2/+0
| * add tivo (ty) and rm (rmvb) to file chooser, fixes bug 663compn2009-04-041-2/+3
| * Avoid spurious rebuilds on svn up. The check to find out if the header filecehoyos2009-04-041-1/+1
| * Fix passing CFLAGS and LDFLAGS with = in them as configure parameters.diego2009-04-041-2/+2
| * make = and + both adjust audio delay, useful for keyboards without keypadscompn2009-04-041-0/+1
* | Merge branch 'ordered_chapters'Uoti Urpala2009-04-0828-358/+906
|\ \
| * | Add option -noordered-chapters.Uoti Urpala2009-04-085-0/+16
| * | Support chapter seeking with ordered chaptersUoti Urpala2009-04-025-8/+70
| * | Change demuxer_seek_chapter() parametersUoti Urpala2009-04-025-66/+26
| * | demux_mkv: Remove first_tc and stop_timecodeUoti Urpala2009-04-021-33/+3
| * | demux_mkv: Adjust seeks a bit to catch inexact keyframe matchesUoti Urpala2009-04-021-0/+4
| * | VO: Don't reset pause status in VO config() functionsUoti