summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r27514Uoti Urpala2008-09-03103-521/+494
|\
| * support E-AC-3 decoding using ffmpegaurel2008-09-013-0/+9
| * Remove Windows-specific #ifdefs, the file does not compile on MinGW anyway.diego2008-09-011-10/+2
| * Ignore .exe files on Windows.diego2008-09-010-0/+0
| * Rename --enable-tremor-external option to --enable-tremor along with thediego2008-09-011-8/+8
| * Do not refer to libcdio and liblzo as external in the help output.diego2008-09-011-2/+2
| * Rename --enable-faad-external option to --enable-faad along with thediego2008-09-011-14/+10
| * Initialize _def_faad* variables to disabled before setting them.diego2008-09-011-2/+2
| * Fall back on external libfaad check if internal libfaad check failed.diego2008-09-011-1/+4
| * Put '#define closesocket close' under proper '#ifndef HAVE_CLOSESOCKET'diego2008-09-011-1/+4
| * Move '#define closesocket close' preprocessor directive to a common placediego2008-09-0114-23/+17
| * Revert moving closesocket definition and network headers to network.h.diego2008-08-3114-15/+115
| * Only use winsock2.h to check for closesocket().diego2008-08-311-5/+3
| * Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.diego2008-08-311-2/+2
| * Add necessary #include <stdlib.h> for realloc/calloc/free.diego2008-08-311-0/+1
| * Remove unused GUID_t definition that also incorrectly defined GUID_DEFINEDreimar2008-08-311-14/+0
| * Change header inclusion guard names in line with FFmpeg r15120.stefano2008-08-313-9/+9
| * Rename internal libdvdread fork from dvdread to libdvdreadrathann2008-08-3029-37/+37
| * Print DVD volume ID with -identify.reimar2008-08-301-0/+3
| * Move duplicated '#define closesocket close' into network.h along withdiego2008-08-2914-115/+15
| * consistency cosmetics: Avoid using .. in #include paths.diego2008-08-298-52/+52
| * Sync libdvdcss with upstream version 1.2.10.diego2008-08-2911-17/+18
| * Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-2923-59/+60
| * Implement swscale_version().stefano2008-08-292-1/+11
| * Remove pointless '#if 1 [...] #endif' around has_cpuid() function.diego2008-08-291-2/+0
| * Implement check for closesocket(), needed by libavformat, fixes Bugzilla #1257.diego2008-08-291-0/+20
| * handle the lavfpref demuxer in the same way as the lavf oneaurel2008-08-273-1/+4
| * synced with r27454ptt2008-08-271-15/+10
| * sync'ed to r27071ptt2008-08-271-66/+20
| * Drop av_always_inline definition. It is duplicated from libavutil anddiego2008-08-262-17/+5
| * Rename always_inline macro to av_always_inline so as not to clash withdiego2008-08-262-8/+8
| * prefer libavformat to demux matroska filesaurel2008-08-261-0/+1
| * Fix forumla -> formula in commentreimar2008-08-261-2/+2
| * Fix 'cast from pointer to integer of different size' on 64bit architectures. ...ranma2008-08-241-1/+1
| * Handle AOPLAY_FINAL_CHUNKranma2008-08-241-33/+20
| * cosmetics: indentationaurel2008-08-241-2/+2
| * use new lavf API to grab sample_aspect_ratio from the demuxersaurel2008-08-241-0/+4
| * fix compiler warningsranma2008-08-231-8/+10
| * Remove unused and untested function. It is only part of our local patchset.diego2008-08-222-67/+1
| * Remove duplicate vsscanf fallback implementation, we have another in osdep/.diego2008-08-221-13/+0
| * -geometry support for -vo fbdev.reimar2008-08-221-0/+2
| * Sync libdvdcss with upstream version r212.diego2008-08-2110-15/+34
| * Add support for AAC decoding through FFmpeg; libfaad is preferred for now.diego2008-08-211-0/+12
| * cosmetics: Remove trailing whitespace and tabs.diego2008-08-211-21/+21
| * Remove SKIP_DEPS trick. The same effect can be achieved without it.diego2008-08-181-4/+1
| * fix for alignment problem on older ARM coresdiego2008-08-172-2/+2
| * Add check for ARM VFP instructions.diego2008-08-171-1/+16
| * sync w/r27466gpoirier2008-08-151-1/+17
| * Work correctly with very small files where less than outburst is to be played.diego2008-08-151-0/+23
| * Document -lavcopts o, aka libavcodec AVOption.michael2008-08-151-0/+15
| * FFmpeg no longer has fastmemcpy support, so no longer trigger recursingdiego2008-08-141-1/+1
| * Remove unused static declarations, fixes the warnings:diego2008-08-141-6/+0
| * Use '#include <poll.h>' instead of '#include <sys/poll.h>'.diego2008-08-146-8/+8
| * 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.diego2008-08-142-16/+16
| * add mapping for real audio and video CODEC_ID to MPlayer's fourccaurel2008-08-131-0/+6
| * fixes spotted by diegocompn2008-08-131-3/+2
| * demux_lavf: fix mp_seek behavior in case of seeking erroraurel2008-08-131-1/+6
* | core: Clean up move-to-next-file logicUoti Urpala2008-08-133-65/+75
* | Use correct terminal "clear line" codeUoti Urpala2008-08-131-1/+1
* | Merge svn changes up to r27458Uoti Urpala2008-08-1219-59/+689
|\|
| * Remove pointless #ifdefs around extern declarations.diego2008-08-121-6/+2
| * Remove useless DVB-related #include.diego2008-08-121-1/+0
| * Enable PNG encoder in libavcodec for vf_screenshot only if zlib is enabled.diego2008-08-121-1/+2
| * updatescompn2008-08-121-1/+10
| * Mention IVTV, S3 and SH_VEU drivers within VIDIX section of manpage.ben2008-08-112-4/+6
| * Update ChangeLog with latest VIDIX related changes regarding SuperH.ben2008-08-111-0/+2
| * Add VIDIX driver for SuperH Mobile VEU hardware block.ben2008-08-114-2/+606
| * Add proper VIDIX support for SuperH architecture.ben2008-08-114-5/+11
| * sync w/r27348, patch by JRaSHgpoirier2008-08-111-17/+23
| * fix audio in some rtsp streams, ok'd by lu_zerocompn2008-08-111-0/+1
| * The PNG encoder in libavcodec needs to be enabled for vf_screenshot even ifdiego2008-08-101-2/+2
| * codecs.c note is very old and unneeded.compn2008-08-101-1/+1
| * sync w/27407 + fixesgpoirier2008-08-091-14/+6
| * Use translatable string instead of hardcoded message for process priority.diego2008-08-091-1/+1
| * Remove duplicated prototype for XShmGetEventBase(), becausediego2008-08-092-5/+0
| * Skip dependency generation if we just run distclean or if skippingdiego2008-08-091-0/+6
| * Don't print drawing commands on screen.eugeni2008-08-081-1/+12
| * If (has outline) blur(outline) else blur(glyph).eugeni2008-08-071-1/+2
| * \org turns off collision detection.eugeni2008-08-071-0/+1
| * Treat \h as space character.eugeni2008-08-071-1/+1
| * Calculate subtitle origin in floating point.eugeni2008-08-071-1/+1
| * Calculate subtitle position in floating point.eugeni2008-08-071-7/+7
* | mplayer.c: #include mplayer.h and access_mpcontext.hUoti Urpala2008-08-121-0/+2
* | Rename exit_player() use outside core to exit_player_bad()Uoti Urpala2008-08-124-18/+18
* | Remove special error message for -ao alsa1x and alsa9Uoti Urpala2008-08-122-6/+0
* | m_config.c: Remove unused function m_config_get_option_ptrUoti Urpala2008-08-121-14/+0
* | spuenc.c: Remove unused codeUoti Urpala2008-08-122-48/+0
* | 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/+