summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move some declarations from mplayer.c to proper headersUoti Urpala2008-08-123-8/+5
* mpeg ao/vo drivers: Fix packet-writing helper function typesUoti Urpala2008-08-126-6/+6
* ao_mpegpes: Remove declarations of unused functionsUoti Urpala2008-08-121-2/+0
* Make various functions staticUoti Urpala2008-08-1228-68/+60
* Include corresponding .h in some .c filesUoti Urpala2008-08-126-0/+6
* stream.h: Add 2 prototypes instead of declaring them in cache2.cUoti Urpala2008-08-122-5/+2
* Merge svn changes up to r27441Uoti Urpala2008-08-08131-1160/+1651
|\
| * Add separate variables for CFLAGS that are specific to internal librariesdiego2008-08-072-7/+12
| * Remove unused Makefile variable.diego2008-08-071-1/+0
| * cosmetics: Rename some CFLAGS-related variables.diego2008-08-072-17/+17
| * 10l: Remove stray backslash at end of line.diego2008-08-071-1/+1
| * Merge two redundantly declared lines into one.diego2008-08-071-2/+1
| * cosmetics: Sort things into alphabetical order in various places.diego2008-08-071-88/+88
| * Add NV12 colorspace support to VIDIX driver.ben2008-08-072-0/+33
| * Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-0719-77/+77
| * generalized SH architecture support by Magnus Damm, magnus.damm gmail comdiego2008-08-071-16/+9
| * 10l: MUSEPACK --> CONFIG_MUSEPACKdiego2008-08-071-1/+1
| * Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.diego2008-08-074-5/+5
| * Rename font-related preprocessor directives.diego2008-08-0731-130/+130
| * Fix wrong behavior with slave command by going back to the starting pointben2008-08-071-0/+4
| * Rename a bunch of miscellaneous preprocessor directives.diego2008-08-0713-55/+55
| * Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.diego2008-08-0611-29/+35
| * synced with r27420Gabrov2008-08-062-16/+12
| * Rename all preprocessor directives related to Apple / Mac OS X.diego2008-08-067-32/+32
| * Rename some audio-output-related preprocessor directives.diego2008-08-0512-50/+50
| * Rename preprocessor definition in check skeleton.diego2008-08-051-2/+2
| * Rename preprocessor directives related to image libraries.diego2008-08-057-27/+27
| * Detect ppc64 and powerpc64 architectures as PowerPC variants.ben2008-08-041-2/+2
| * cosmetic: reindent after r27414ben2008-08-041-1/+1
| * Fixes unsafe 'chapter' command with get_property() call.ben2008-08-041-1/+2
| * cosmetic: reindent after r27412ben2008-08-041-1/+1
| * Fixes unsafe 'angle' command with get_property() call.ben2008-08-041-1/+2
| * Fixes unsafe 'switch_audio' command with set_property() call.ben2008-08-041-0/+2
| * another round to get it in utf-8...ptt2008-08-041-231/+235
| * Change a bunch of X11-specific preprocessor directives.diego2008-08-0420-125/+125
| * typo fix, bump sync taggpoirier2008-08-031-2/+2
| * Add video driver for Nintendo Wii/GameCube.ben2008-08-037-0/+449
| * Remove duplicated DVB definition line.diego2008-08-031-1/+0
| * Revert mistakenly committed temporary local change.diego2008-08-031-1/+1
| * Rename --enable-macosx-finder-support option to --enable-macosx-finderdiego2008-08-031-16/+16
| * Rename _smbsupport variable to _smb.diego2008-08-031-13/+13
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-0361-239/+240
| * Set HAVE_DVB in configure when HAVE_DVB_HEAD is defineddiego2008-08-023-8/+5
| * cosmetics: typo fixesdiego2008-08-022-3/+3
* | ad_pcm: Track pts explicitlyUoti Urpala2008-08-031-3/+36
* | Merge svn changes up to r27399Uoti Urpala2008-08-0284-435/+425
|\|
| * cosmetics: reindent after last commitcompn2008-08-021-1/+1
| * change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is ...compn2008-08-021-0/+1
| * Change a bunch of video-output-specific preprocessor directives from a HAVE_diego2008-08-027-85/+85
| * Do not provide a prototype for vsscanf when vsscanf is available.diego2008-08-021-3/+1
| * Change a bunch of codec-specific preprocessor directives from a HAVE_diego2008-08-0212-91/+91
| * Remove checks for HAVE_XVID3, that conditional was removed a long time ago.diego2008-08-022-3/+3
| * Fix ARM linking failure when IWMMXT support is disabled.diego2008-08-012-3/+9
| * Remove obsolete diff hunk that is no longer applied to the code.diego2008-08-011-14/+0
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-0121-86/+86
| * Fix a misleading section in the libavcodec options manual indicating that adiego2008-08-011-11/+1
| * add hdv1 fourcccompn2008-08-011-0/+6
| * add some h263 fourccscompn2008-08-011-1/+3
| * add ADJV fourcc to mjpegcompn2008-08-011-0/+1
| * Initialize socklen_t variable to "no".diego2008-08-011-0/+1
| * add XIXL fourcc to videoxl codeccompn2008-08-011-0/+1
| * Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.diego2008-07-312-3/+3
| * Revert previous broken rename of binary-codecs.sh that had random changes.diego2008-07-312-67/+23
| * Rename binary-codecs.sh once more to binary_codecs.sh as it is called in Debian.diego2008-07-312-23/+67
| * Rename install-w32codecs.sh --> binary-codecs.sh.diego2008-07-312-3/+3
| * bump sync taggpoirier2008-07-301-1/+1
| * For the case that we add a typedef for socklen_t, we should #definediego2008-07-301-0/+1
| * Check for socklen_t in ws2tcpip.h as well.diego2008-07-301-3/+5
| * Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.diego2008-07-305-13/+13
| * Remove unused HAVE_MENCODER definition.diego2008-07-301-5/+0
| * Rename two GUI-related preprocessor directives:diego2008-07-3045-116/+116
* | Merge svn changes up to r27374Uoti Urpala2008-07-30127-747/+765
|\|
| * Remove unused definition from config.h.diego2008-07-301-3/+0
| * Start unifying names of internal preprocessor directives.diego2008-07-30114-582/+581
| * Drop USE_ prefix from USE_MPLAYER_CPUDETECT #define.diego2008-07-302-8/+8
| * Use conditional compilation instead of an #ifdef around the whole file.diego2008-07-302-5/+2
| * Remove unused definition from config.h.diego2008-07-301-3/+0
| * Add proper check for socklen_t.diego2008-07-301-2/+21
| * cosmetics: Group FFmpeg definitions together in config.h.diego2008-07-301-15/+16
| * add XDCAM and more HDV MPEG2 fourccscompn2008-07-301-0/+30
| * change arbitrary CODECS_MAX_FOURCC limit to larger arbitrary limitcompn2008-07-301-1/+1
| * changed 'Audio file' to 'Audio only' (to not get 'Audio file file' when played)ptt2008-07-291-1/+1
| * Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.diego2008-07-281-3/+0
| * Rework OS/2 configuration with respect to linker output formats.diego2008-07-281-8/+8
| * cosmetics: Add a separator comment.diego2008-07-281-0/+2
| * Move libdvdnav check before the CFLAGS section. It is still the last checkdiego2008-07-281-35/+35
| * synced with r27348ptt2008-07-281-2/+6
| * Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile anddiego2008-07-282-7/+2
| * Remove unused HPUX #define from command line.diego2008-07-281-4/+0
| * Move libdvdcss-specific CFLAG settings to libdvdcss test.diego2008-07-281-3/+6
| * add ffvp6a codeccompn2008-07-282-0/+9
| * add ffmotionpixels codeccompn2008-07-282-0/+10
| * Get rid of horrible code that relies on codec-set context variable,reimar2008-07-261-25/+8
| * Use GetTimerMS() instead of time() with srand.reimar2008-07-261-2/+1
| * Do not include sys/socket.h when using winsock2, it is pointlessreimar2008-07-261-1/+2
| * Revert to previous dependency checking behavior.diego2008-07-262-3/+2
| * Remove AltiVec vector declaration compiler compatibility macros.diego2008-07-264-33/+12
| * compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(...gpoirier2008-07-251-8/+8
| * add list of supported vo's to -xineramascreencompn2008-07-251-0/+1
* | Merge svn changes up to r27347Uoti Urpala2008-07-2513-75/+212
|\|
| * Add some more information about FTP mirror setup.diego2008-07-241-4/+8
| * Fix mailinglist vs. mailing list typo.diego2008-07-241-4/+4
| * cosmetics: Fix indentation after last commit.diego2008-07-241-6/+6
| * Remove AltiVec vector declaration compiler compatibility macros.diego2008-07-241-47/+47
| * Fix configure hanging forever in iconv check using --charset=noconvreimar2008-07-241-1/+1
| * Remove outdated "X11 only" from xineramascreen option and try to make clearerreimar2008-07-241-1/+4
| * sync w/r27337gpoirier2008-07-231-2/+1
| * sync'd with r27337ptt2008-07-231-2/+1
| * Add Dirac video support via libdirac and libschroedinger in libavcodec.diego2008-07-223-0/+106
| * Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.reimar2008-07-225-6/+11
| * No idea which vos support -noborder how well, though those based onreimar2008-07-221-1/+0
| * Support -noborder with X11-based vosreimar2008-07-221-0/+1
| * Make vo_x11_fullscreen not break vo_border (proper support still needs vo cha...reimar2008-07-221-1/+1
| * -border/-noborder are supported by gl/gl2, too, but only on Windows.reimar2008-07-221-1/+1
| * Add instructions how to test the DNS round-robin virtual host, add adiego2008-07-221-0/+21
* | vf_ass: Copy less unnecessary data to/from work areaUoti Urpala2008-07-251-48/+50
* | vf_ass: Optimize alpha multiplyUoti Urpala2008-07-231-4/+4
* | Merge svn changes up to r27332Uoti Urpala2008-07-2154-1364/+1347
|\|
| * fix memleakmichael2008-07-211-4/+7
| * Cleanup, use av_freep() instead of av_free(x); x=NULLmichael2008-07-211-46/+22
| * Remove "en" from list of all man page languages when generating man pagediego2008-07-191-2/+2
| * docs build fixhenry2008-07-191-1/+1
| * Only build the documentation in the languages requested from configure.diego2008-07-192-11/+13
| * synced with r27326Gabrov2008-07-1819-896/+833
| * added missing revisions (26762 & 26795)ptt2008-07-181-0/+7
| * restored file encoding tu utf8 and corrected wrong chars, hoping it's ok nowptt2008-07-181-232/+232
| * Remove unnecessary and troublesome inlinezuxy2008-07-181-1/+1
| * Make C code in yuv2yuv1() do accurate rounding, this could be splitmichael2008-07-181-3/+3
| * indentmichael2008-07-171-8/+8
| * Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.michael2008-07-171-2/+31
| * simplify yuv2yuv1()michael2008-07-171-16/+7
| * Fix typo in msg_lang variable name that prevented the correct messagediego2008-07-171-1/+1
| * 10l forgot SWS_BILINEARmichael2008-07-171-0/+1
| * Ensure that exactly one scaler algo is used.michael2008-07-171-0/+17
| * File was missing its dedicated header inclusion.ben2008-07-171-0/+1
| * Maemo platform runs on Nokia N8x0 series too.ben2008-07-171-2/+2
| * Avoid including avcodec.h in demuxer.h (and thus many other files) just to getreimar2008-07-176-23/+26
| * Our ALSA code needs alloca, so check for it in configure and include alloca.hreimar2008-07-174-0/+7
| * cosmetics: Indent language handling after last commit.diego2008-07-171-9/+9
| * Rewrite translation handling in the build system.diego2008-07-172-25/+36
| * Simplify summary output, add an extra empty line to it.diego2008-07-171-6/+2
| * Remove note about localization from configure output.diego2008-07-171-1/+0
| * cosmetics: Rename _doc_lang variable to doc_lang.diego2008-07-171-4/+4
| * Evaluate man page installation rule for all available languages,diego2008-07-171-4/+4
| * Force gcc to emit function body under -gnu99zuxy2008-07-171-1/+1
| * limits.h is required for UINT_MAXreimar2008-07-161-0/+1
| * And a 1000l for r27263, swapped a condition, thus setting size toreimar2008-07-161-1/+1
| * 100l, fix calloc being called with the wrong argument due to reorderingreimar2008-07-161-1/+1
| * Make sure demuxed ASF packet is properly padded after descramblingreimar2008-07-161-1/+4
| * Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.hreimar2008-07-165-26/+7
| * Add variables for all available man page and documentation languages.diego2008-07-161-0/+2
| * Do not just print a warning, also fix the len in ASF demuxer!reimar2008-07-161-0/+1
| * Remove redundant check in message language test.diego2008-07-161-1/+0
| * Move the "all" option to the front of the list of available languages indiego2008-07-161-1/+1
| * cosmetics: Rename LANGUAGES variable to msg_langs.diego2008-07-161-5/+5
| * Replace output redirection with grep by POSIX standard options.diego2008-07-161