summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-13726-23216/+23216
* Make sure that -Ilibdvdread4 appears in CFLAGS before any system directoriesdiego2009-05-121-1/+1
* Make sure that -I flags for internal library copies come before other CFLAGSdiego2009-05-121-5/+6
* Fix IPv4 vs. IPv6 typo, closes Bugzilla #1439.diego2009-05-121-1/+1
* libdvdread4 does not use HAVE_CONFIG_H, so drop the -D flag for libdvdread4.diego2009-05-121-1/+1
* Add HAVE_PPC64 definition for FFmpeg.diego2009-05-121-0/+3
* Make sure CONFIG_MUXERS is always set.diego2009-05-121-0/+1
* Get rid of some more trailing whitespacereynaldo2009-05-121-9/+9
* Get rid of some more trailing whitespacereynaldo2009-05-121-2/+2
* Some reformating to avoid two too long linesreynaldo2009-05-121-3/+3
* Get rid of some more trailing whitespacereynaldo2009-05-121-21/+21
* Get rid of some more trailing whitespacereynaldo2009-05-121-4/+4
* Get rid of some more trailing whitespacereynaldo2009-05-121-76/+76
* Get rid of some more trailing whitespacereynaldo2009-05-121-2/+2
* Get rid of some more trailing whitespacereynaldo2009-05-121-1/+1
* Get rid of some more trailing whitespacereynaldo2009-05-121-14/+14
* chunk size = 0 is valid for DATA chunks (used in live streams), don't rtogni2009-05-101-1/+1
* Add const qualifier to param argument of sws_getContext() anddiego2009-05-102-4/+5
* Move preprocessor condition before variable declaration, fixes the warning:diego2009-05-101-1/+1
* MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it corr...rik2009-05-091-0/+2
* Remove redundant information about configuring MPlayer for GUI support.diego2009-05-091-42/+0
* Move image formats section to a more appropriate place.diego2009-05-091-12/+12
* cosmetics: indentation fixes for the dvdread checkdiego2009-05-091-9/+9
* Fix misplaced 'fi' in external dvdread test.diego2009-05-091-1/+1
* Add missing const qualifiers to AltiVec function parameters where appropriate.diego2009-05-093-7/+11
* Add standard license header to all files in libmpdemux.diego2009-05-0861-119/+1168
* Replace informal GPL license header by standard GPL header.diego2009-05-081-11/+12
* Replace informal LGPL header by standard LGPL license header.diego2009-05-081-6/+20
* 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
* 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
* 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
* add fourccs: dvp and dvs1, from vlc dv video fourcc listcompn2009-04-031-0/+2
* Fix compilation for newly added VAAPI_HWACCEL's.cehoyos2009-04-031-0/+2
* Use native endian float filter provided by libbs2b instead ofbircoph2009-04-021-5/+2
* Add documentation for libbs2b audio filter.bircoph2009-04-021-0/+17
* Add libbs2b audio filter itself.bircoph2009-04-023-0/+220
* Support for libbs2b audio filter.bircoph2009-04-021-0/+43
* Fix compilation with libavcodec's HWACCEL.cehoyos2009-04-021-0/+5
* swscale: Remove mmx2 params from h[yc]scale().ramiro2009-04-021-29/+36
* swscale: Split h[yc]scale_fast() into their own functions.ramiro2009-04-021-23/+38
* swscale: Execute sfence and emms depending on runtime flags.ramiro2009-04-021-17/+4
* Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-0226