Thu, 04 Sep 2008 23:34:27 +0000 |
aurel |
lavf: the subtitles display duration is stored in pkt.convergence_duration
|
Thu, 04 Sep 2008 22:58:16 +0000 |
michael |
Make 16bit grayscale output work.
|
Thu, 04 Sep 2008 22:31:22 +0000 |
michael |
Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.
|
Thu, 04 Sep 2008 21:59:15 +0000 |
michael |
Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
|
Thu, 04 Sep 2008 20:46:36 +0000 |
michael |
Fix 4 and 8 bit RGB/BGR input.
|
Thu, 04 Sep 2008 20:16:41 +0000 |
michael |
Remove workaround for rgb/bgr mess.
|
Thu, 04 Sep 2008 19:49:13 +0000 |
michael |
Fix 4 of the unscaled rgb15/16 converters, each of these contained
|
Thu, 04 Sep 2008 19:11:39 +0000 |
michael |
rgb vs bgr fix for the unscaled converters.
|
Thu, 04 Sep 2008 18:24:25 +0000 |
michael |
Fix rgb15/16 vs. bgr part2.
|
Thu, 04 Sep 2008 18:14:29 +0000 |
michael |
Fix rgb15/16 vs. bgr part1.
|
Thu, 04 Sep 2008 15:13:55 +0000 |
michael |
Add fflush to prevent stdout & stderr from being mixed.
|
Mon, 01 Sep 2008 22:37:50 +0000 |
aurel |
support E-AC-3 decoding using ffmpeg
|
Mon, 01 Sep 2008 22:34:27 +0000 |
diego |
Remove Windows-specific #ifdefs, the file does not compile on MinGW anyway.
|
Mon, 01 Sep 2008 22:27:24 +0000 |
diego |
Ignore .exe files on Windows.
|
Mon, 01 Sep 2008 17:56:02 +0000 |
diego |
Rename --enable-tremor-external option to --enable-tremor along with the
|
Mon, 01 Sep 2008 17:48:45 +0000 |
diego |
Do not refer to libcdio and liblzo as external in the help output.
|
Mon, 01 Sep 2008 17:46:39 +0000 |
diego |
Rename --enable-faad-external option to --enable-faad along with the
|
Mon, 01 Sep 2008 17:37:15 +0000 |
diego |
Initialize _def_faad* variables to disabled before setting them.
|
Mon, 01 Sep 2008 17:32:53 +0000 |
diego |
Fall back on external libfaad check if internal libfaad check failed.
|
Mon, 01 Sep 2008 07:35:05 +0000 |
diego |
Put '#define closesocket close' under proper '#ifndef HAVE_CLOSESOCKET'
|
Mon, 01 Sep 2008 07:31:57 +0000 |
diego |
Move '#define closesocket close' preprocessor directive to a common place
|
Sun, 31 Aug 2008 13:59:54 +0000 |
diego |
Revert moving closesocket definition and network headers to network.h.
|
Sun, 31 Aug 2008 13:56:18 +0000 |
diego |
Only use winsock2.h to check for closesocket().
|
Sun, 31 Aug 2008 13:54:08 +0000 |
diego |
Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.
|
Sun, 31 Aug 2008 13:05:33 +0000 |
diego |
Add necessary #include <stdlib.h> for realloc/calloc/free.
|
Sun, 31 Aug 2008 11:21:29 +0000 |
reimar |
Remove unused GUID_t definition that also incorrectly defined GUID_DEFINED
|
Sun, 31 Aug 2008 07:42:11 +0000 |
stefano |
Change header inclusion guard names in line with FFmpeg r15120.
|
Sat, 30 Aug 2008 12:22:21 +0000 |
rathann |
Rename internal libdvdread fork from dvdread to libdvdread
|
Sat, 30 Aug 2008 11:21:11 +0000 |
reimar |
Print DVD volume ID with -identify.
|
Fri, 29 Aug 2008 22:55:39 +0000 |
diego |
Move duplicated '#define closesocket close' into network.h along with
|
Fri, 29 Aug 2008 22:29:27 +0000 |
diego |
consistency cosmetics: Avoid using .. in #include paths.
|
Fri, 29 Aug 2008 20:22:36 +0000 |
diego |
Sync libdvdcss with upstream version 1.2.10.
|
Fri, 29 Aug 2008 20:05:08 +0000 |
diego |
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
|
Fri, 29 Aug 2008 18:23:54 +0000 |
stefano |
Implement swscale_version().
|
Fri, 29 Aug 2008 17:44:51 +0000 |
diego |
Remove pointless '#if 1 [...] #endif' around has_cpuid() function.
|
Fri, 29 Aug 2008 16:20:35 +0000 |
diego |
Implement check for closesocket(), needed by libavformat, fixes Bugzilla #1257.
|
Wed, 27 Aug 2008 11:31:53 +0000 |
aurel |
handle the lavfpref demuxer in the same way as the lavf one
|
Wed, 27 Aug 2008 11:07:15 +0000 |
ptt |
synced with r27454
|
Wed, 27 Aug 2008 10:58:15 +0000 |
ptt |
sync'ed to r27071
|
Tue, 26 Aug 2008 22:38:12 +0000 |
diego |
Drop av_always_inline definition. It is duplicated from libavutil and
|
Tue, 26 Aug 2008 21:29:54 +0000 |
diego |
Rename always_inline macro to av_always_inline so as not to clash with
|
Tue, 26 Aug 2008 21:12:48 +0000 |
aurel |
prefer libavformat to demux matroska files
|
Tue, 26 Aug 2008 18:41:04 +0000 |
reimar |
Fix forumla -> formula in comment
|
Sun, 24 Aug 2008 13:52:54 +0000 |
ranma |
Fix 'cast from pointer to integer of different size' on 64bit architectures. Casting to long should work for 32bit and 64bit and not make a difference to the boolean operation (since 'format' is always 32bit (int) the upper 32bit of 'arg' won't matter, but the compiler should be happy now. Casting both to unsigned makes sure the compiler isn't messing things up by sign-extending 'format' to 64bit before masking)
|
Sun, 24 Aug 2008 13:36:04 +0000 |
ranma |
Handle AOPLAY_FINAL_CHUNK
|
Sun, 24 Aug 2008 00:08:55 +0000 |
aurel |
cosmetics: indentation
|
Sun, 24 Aug 2008 00:07:09 +0000 |
aurel |
use new lavf API to grab sample_aspect_ratio from the demuxers
|
Sat, 23 Aug 2008 08:14:37 +0000 |
ranma |
fix compiler warnings
|
Fri, 22 Aug 2008 21:35:38 +0000 |
diego |
Remove unused and untested function. It is only part of our local patchset.
|
Fri, 22 Aug 2008 20:53:44 +0000 |
diego |
Remove duplicate vsscanf fallback implementation, we have another in osdep/.
|
Fri, 22 Aug 2008 17:26:16 +0000 |
reimar |
-geometry support for -vo fbdev.
|
Thu, 21 Aug 2008 13:40:16 +0000 |
diego |
Sync libdvdcss with upstream version r212.
|
Thu, 21 Aug 2008 11:00:47 +0000 |
diego |
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
|
Thu, 21 Aug 2008 09:52:47 +0000 |
diego |
cosmetics: Remove trailing whitespace and tabs.
|
Mon, 18 Aug 2008 06:30:10 +0000 |
diego |
Remove SKIP_DEPS trick. The same effect can be achieved without it.
|
Sun, 17 Aug 2008 22:32:30 +0000 |
diego |
fix for alignment problem on older ARM cores
|
Sun, 17 Aug 2008 22:02:05 +0000 |
diego |
Add check for ARM VFP instructions.
|
Fri, 15 Aug 2008 19:48:09 +0000 |
gpoirier |
sync w/r27466
|
Fri, 15 Aug 2008 17:14:53 +0000 |
diego |
Work correctly with very small files where less than outburst is to be played.
|
Fri, 15 Aug 2008 11:40:01 +0000 |
michael |
Document -lavcopts o, aka libavcodec AVOption.
|
Thu, 14 Aug 2008 20:42:54 +0000 |
diego |
FFmpeg no longer has fastmemcpy support, so no longer trigger recursing
|
Thu, 14 Aug 2008 16:04:32 +0000 |
diego |
Remove unused static declarations, fixes the warnings:
|
Thu, 14 Aug 2008 15:54:53 +0000 |
diego |
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
|
Thu, 14 Aug 2008 15:48:11 +0000 |
diego |
100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.
|
Wed, 13 Aug 2008 22:09:33 +0000 |
aurel |
add mapping for real audio and video CODEC_ID to MPlayer's fourcc
|
Wed, 13 Aug 2008 18:22:10 +0000 |
compn |
fixes spotted by diego
|
Wed, 13 Aug 2008 00:01:31 +0000 |
aurel |
demux_lavf: fix mp_seek behavior in case of seeking error
|
Tue, 12 Aug 2008 07:38:30 +0000 |
diego |
Remove pointless #ifdefs around extern declarations.
|
Tue, 12 Aug 2008 07:33:15 +0000 |
diego |
Remove useless DVB-related #include.
|
Tue, 12 Aug 2008 07:16:18 +0000 |
diego |
Enable PNG encoder in libavcodec for vf_screenshot only if zlib is enabled.
|
Tue, 12 Aug 2008 01:58:36 +0000 |
compn |
updates
|
Mon, 11 Aug 2008 23:15:24 +0000 |
ben |
Mention IVTV, S3 and SH_VEU drivers within VIDIX section of manpage.
|
Mon, 11 Aug 2008 23:11:38 +0000 |
ben |
Update ChangeLog with latest VIDIX related changes regarding SuperH.
|
Mon, 11 Aug 2008 23:10:03 +0000 |
ben |
Add VIDIX driver for SuperH Mobile VEU hardware block.
|
Mon, 11 Aug 2008 23:04:03 +0000 |
ben |
Add proper VIDIX support for SuperH architecture.
|
Mon, 11 Aug 2008 21:10:04 +0000 |
gpoirier |
sync w/r27348, patch by JRaSH
|
Mon, 11 Aug 2008 17:32:31 +0000 |
compn |
fix audio in some rtsp streams, ok'd by lu_zero
|
Sun, 10 Aug 2008 18:38:13 +0000 |
diego |
The PNG encoder in libavcodec needs to be enabled for vf_screenshot even if
|
Sun, 10 Aug 2008 15:32:03 +0000 |
compn |
codecs.c note is very old and unneeded.
|
Sat, 09 Aug 2008 18:40:51 +0000 |
gpoirier |
sync w/27407 + fixes
|
Sat, 09 Aug 2008 15:45:00 +0000 |
diego |
Use translatable string instead of hardcoded message for process priority.
|
Sat, 09 Aug 2008 14:56:09 +0000 |
diego |
Remove duplicated prototype for XShmGetEventBase(), because
|
Sat, 09 Aug 2008 13:53:19 +0000 |
diego |
Skip dependency generation if we just run distclean or if skipping
|
Fri, 08 Aug 2008 20:08:02 +0000 |
eugeni |
Don't print drawing commands on screen.
|
Thu, 07 Aug 2008 22:20:58 +0000 |
eugeni |
If (has outline) blur(outline) else blur(glyph).
|
Thu, 07 Aug 2008 22:20:56 +0000 |
eugeni |
\org turns off collision detection.
|
Thu, 07 Aug 2008 22:20:54 +0000 |
eugeni |
Treat \h as space character.
|
Thu, 07 Aug 2008 22:20:52 +0000 |
eugeni |
Calculate subtitle origin in floating point.
|
Thu, 07 Aug 2008 22:20:50 +0000 |
eugeni |
Calculate subtitle position in floating point.
|
Thu, 07 Aug 2008 21:46:06 +0000 |
diego |
Add separate variables for CFLAGS that are specific to internal libraries
|
Thu, 07 Aug 2008 21:44:26 +0000 |
diego |
Remove unused Makefile variable.
|
Thu, 07 Aug 2008 21:03:14 +0000 |
diego |
cosmetics: Rename some CFLAGS-related variables.
|
Thu, 07 Aug 2008 20:32:02 +0000 |
diego |
10l: Remove stray backslash at end of line.
|
Thu, 07 Aug 2008 12:36:31 +0000 |
diego |
Merge two redundantly declared lines into one.
|
Thu, 07 Aug 2008 12:35:34 +0000 |
diego |
cosmetics: Sort things into alphabetical order in various places.
|
Thu, 07 Aug 2008 12:28:28 +0000 |
ben |
Add NV12 colorspace support to VIDIX driver.
|
Thu, 07 Aug 2008 12:20:50 +0000 |
diego |
Give a CONFIG_ prefix to preprocessor directives that lacked one and
|
Thu, 07 Aug 2008 11:58:37 +0000 |
diego |
generalized SH architecture support by Magnus Damm, magnus.damm gmail com
|
Thu, 07 Aug 2008 11:19:54 +0000 |
diego |
10l: MUSEPACK --> CONFIG_MUSEPACK
|
Thu, 07 Aug 2008 10:57:40 +0000 |
diego |
Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.
|
Thu, 07 Aug 2008 10:36:07 +0000 |
diego |
Rename font-related preprocessor directives.
|
Thu, 07 Aug 2008 09:53:59 +0000 |
ben |
Fix wrong behavior with slave command by going back to the starting point
|
Thu, 07 Aug 2008 08:58:07 +0000 |
diego |
Rename a bunch of miscellaneous preprocessor directives.
|
Wed, 06 Aug 2008 23:19:29 +0000 |
diego |
Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
|
Wed, 06 Aug 2008 07:50:44 +0000 |
Gabrov |
synced with r27420
|
Wed, 06 Aug 2008 07:42:26 +0000 |
diego |
Rename all preprocessor directives related to Apple / Mac OS X.
|
Tue, 05 Aug 2008 16:32:47 +0000 |
diego |
Rename some audio-output-related preprocessor directives.
|
Tue, 05 Aug 2008 08:51:17 +0000 |
diego |
Rename preprocessor definition in check skeleton.
|
Tue, 05 Aug 2008 08:47:51 +0000 |
diego |
Rename preprocessor directives related to image libraries.
|
Mon, 04 Aug 2008 22:38:57 +0000 |
ben |
Detect ppc64 and powerpc64 architectures as PowerPC variants.
|
Mon, 04 Aug 2008 13:35:42 +0000 |
ben |
cosmetic: reindent after r27414
|
Mon, 04 Aug 2008 13:35:14 +0000 |
ben |
Fixes unsafe 'chapter' command with get_property() call.
|
Mon, 04 Aug 2008 13:34:10 +0000 |
ben |
cosmetic: reindent after r27412
|
Mon, 04 Aug 2008 13:33:22 +0000 |
ben |
Fixes unsafe 'angle' command with get_property() call.
|
Mon, 04 Aug 2008 13:25:20 +0000 |
ben |
Fixes unsafe 'switch_audio' command with set_property() call.
|
Mon, 04 Aug 2008 09:23:29 +0000 |
ptt |
another round to get it in utf-8...
|
Mon, 04 Aug 2008 06:16:23 +0000 |
diego |
Change a bunch of X11-specific preprocessor directives.
|
Sun, 03 Aug 2008 20:17:46 +0000 |
gpoirier |
typo fix, bump sync tag
|
Sun, 03 Aug 2008 20:04:03 +0000 |
ben |
Add video driver for Nintendo Wii/GameCube.
|
Sun, 03 Aug 2008 16:26:11 +0000 |
diego |
Remove duplicated DVB definition line.
|
Sun, 03 Aug 2008 16:20:34 +0000 |
diego |
Revert mistakenly committed temporary local change.
|
Sun, 03 Aug 2008 16:16:10 +0000 |
diego |
Rename --enable-macosx-finder-support option to --enable-macosx-finder
|
Sun, 03 Aug 2008 15:57:18 +0000 |
diego |
Rename _smbsupport variable to _smb.
|
Sun, 03 Aug 2008 15:21:40 +0000 |
diego |
Change a bunch of video/audio-output-specific preprocessor directives from
|
Sat, 02 Aug 2008 21:39:29 +0000 |
diego |
Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined
|
Sat, 02 Aug 2008 20:35:29 +0000 |
diego |
cosmetics: typo fixes
|
Sat, 02 Aug 2008 18:43:17 +0000 |
compn |
cosmetics: reindent after last commit
|
Sat, 02 Aug 2008 18:41:43 +0000 |
compn |
change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is set.
|
Sat, 02 Aug 2008 17:38:11 +0000 |
diego |
Change a bunch of video-output-specific preprocessor directives from a HAVE_
|
Sat, 02 Aug 2008 17:09:13 +0000 |
diego |
Do not provide a prototype for vsscanf when vsscanf is available.
|
Sat, 02 Aug 2008 16:30:32 +0000 |
diego |
Change a bunch of codec-specific preprocessor directives from a HAVE_
|
Sat, 02 Aug 2008 13:59:47 +0000 |
diego |
Remove checks for HAVE_XVID3, that conditional was removed a long time ago.
|
Fri, 01 Aug 2008 23:15:36 +0000 |
diego |
Fix ARM linking failure when IWMMXT support is disabled.
|
Fri, 01 Aug 2008 23:09:45 +0000 |
diego |
Remove obsolete diff hunk that is no longer applied to the code.
|
Fri, 01 Aug 2008 20:28:58 +0000 |
diego |
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
|
Fri, 01 Aug 2008 18:10:01 +0000 |
diego |
Fix a misleading section in the libavcodec options manual indicating that a
|
Fri, 01 Aug 2008 12:18:19 +0000 |
compn |
add hdv1 fourcc
|
Fri, 01 Aug 2008 12:09:49 +0000 |
compn |
add some h263 fourccs
|
Fri, 01 Aug 2008 12:03:55 +0000 |
compn |
add ADJV fourcc to mjpeg
|
Fri, 01 Aug 2008 05:35:30 +0000 |
diego |
Initialize socklen_t variable to "no".
|
Fri, 01 Aug 2008 02:52:31 +0000 |
compn |
add XIXL fourcc to videoxl codec
|
Thu, 31 Jul 2008 22:40:22 +0000 |
diego |
Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.
|
Thu, 31 Jul 2008 22:38:34 +0000 |
diego |
Revert previous broken rename of binary-codecs.sh that had random changes.
|
Thu, 31 Jul 2008 09:49:16 +0000 |
diego |
Rename binary-codecs.sh once more to binary_codecs.sh as it is called in Debian.
|
Thu, 31 Jul 2008 09:36:18 +0000 |
diego |
Rename install-w32codecs.sh --> binary-codecs.sh.
|
Wed, 30 Jul 2008 20:00:05 +0000 |
gpoirier |
bump sync tag
|
Wed, 30 Jul 2008 18:22:32 +0000 |
diego |
For the case that we add a typedef for socklen_t, we should #define
|
Wed, 30 Jul 2008 18:16:57 +0000 |
diego |
Check for socklen_t in ws2tcpip.h as well.
|
Wed, 30 Jul 2008 18:07:19 +0000 |
diego |
Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.
|
Wed, 30 Jul 2008 13:46:27 +0000 |
diego |
Remove unused HAVE_MENCODER definition.
|
Wed, 30 Jul 2008 13:44:59 +0000 |
diego |
Rename two GUI-related preprocessor directives:
|
Wed, 30 Jul 2008 12:03:30 +0000 |
diego |
Remove unused definition from config.h.
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Wed, 30 Jul 2008 11:48:01 +0000 |
diego |
Drop USE_ prefix from USE_MPLAYER_CPUDETECT #define.
|
Wed, 30 Jul 2008 10:26:23 +0000 |
diego |
Use conditional compilation instead of an #ifdef around the whole file.
|
Wed, 30 Jul 2008 09:49:59 +0000 |
diego |
Remove unused definition from config.h.
|
Wed, 30 Jul 2008 09:42:37 +0000 |
diego |
Add proper check for socklen_t.
|
Wed, 30 Jul 2008 08:59:02 +0000 |
diego |
cosmetics: Group FFmpeg definitions together in config.h.
|
Wed, 30 Jul 2008 03:30:48 +0000 |
compn |
add XDCAM and more HDV MPEG2 fourccs
|
Wed, 30 Jul 2008 03:27:17 +0000 |
compn |
change arbitrary CODECS_MAX_FOURCC limit to larger arbitrary limit
|
Tue, 29 Jul 2008 11:17:52 +0000 |
ptt |
changed 'Audio file' to 'Audio only' (to not get 'Audio file file' when played)
|
Mon, 28 Jul 2008 17:33:54 +0000 |
diego |
Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.
|
Mon, 28 Jul 2008 17:33:08 +0000 |
diego |
Rework OS/2 configuration with respect to linker output formats.
|
Mon, 28 Jul 2008 17:21:36 +0000 |
diego |
cosmetics: Add a separator comment.
|
Mon, 28 Jul 2008 17:18:07 +0000 |
diego |
Move libdvdnav check before the CFLAGS section. It is still the last check
|
Mon, 28 Jul 2008 17:04:48 +0000 |
ptt |
synced with r27348
|
Mon, 28 Jul 2008 16:57:22 +0000 |
diego |
Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile and
|
Mon, 28 Jul 2008 16:47:19 +0000 |
diego |
Remove unused HPUX #define from command line.
|
Mon, 28 Jul 2008 16:36:11 +0000 |
diego |
Move libdvdcss-specific CFLAG settings to libdvdcss test.
|
Mon, 28 Jul 2008 01:01:54 +0000 |
compn |
add ffvp6a codec
|
Mon, 28 Jul 2008 00:50:39 +0000 |
compn |
add ffmotionpixels codec
|
Sat, 26 Jul 2008 22:27:50 +0000 |
reimar |
Get rid of horrible code that relies on codec-set context variable,
|
Sat, 26 Jul 2008 21:58:00 +0000 |
reimar |
Use GetTimerMS() instead of time() with srand.
|
Sat, 26 Jul 2008 20:58:50 +0000 |
reimar |
Do not include sys/socket.h when using winsock2, it is pointless
|
Sat, 26 Jul 2008 18:36:48 +0000 |
diego |
Revert to previous dependency checking behavior.
|
Sat, 26 Jul 2008 12:26:04 +0000 |
diego |
Remove AltiVec vector declaration compiler compatibility macros.
|
Fri, 25 Jul 2008 09:15:08 +0000 |
gpoirier |
compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV() macro
|
Fri, 25 Jul 2008 03:47:17 +0000 |
compn |
add list of supported vo's to -xineramascreen
|
Thu, 24 Jul 2008 21:24:51 +0000 |
diego |
Add some more information about FTP mirror setup.
|
Thu, 24 Jul 2008 21:23:52 +0000 |
diego |
Fix mailinglist vs. mailing list typo.
|
Thu, 24 Jul 2008 16:52:35 +0000 |
diego |
cosmetics: Fix indentation after last commit.
|
Thu, 24 Jul 2008 16:49:14 +0000 |
diego |
Remove AltiVec vector declaration compiler compatibility macros.
|
Thu, 24 Jul 2008 15:38:20 +0000 |
reimar |
Fix configure hanging forever in iconv check using --charset=noconv
|
Thu, 24 Jul 2008 15:00:37 +0000 |
reimar |
Remove outdated "X11 only" from xineramascreen option and try to make clearer
|
Wed, 23 Jul 2008 19:36:24 +0000 |
gpoirier |
sync w/r27337
|
Wed, 23 Jul 2008 10:34:20 +0000 |
ptt |
sync'd with r27337
|
Tue, 22 Jul 2008 22:58:51 +0000 |
diego |
Add Dirac video support via libdirac and libschroedinger in libavcodec.
|
Tue, 22 Jul 2008 18:46:07 +0000 |
reimar |
Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.
|
Tue, 22 Jul 2008 18:40:01 +0000 |
reimar |
No idea which vos support -noborder how well, though those based on
|
Tue, 22 Jul 2008 18:38:04 +0000 |
reimar |
Support -noborder with X11-based vos
|
Tue, 22 Jul 2008 18:33:53 +0000 |
reimar |
Make vo_x11_fullscreen not break vo_border (proper support still needs vo changes)
|
Tue, 22 Jul 2008 18:25:53 +0000 |
reimar |
-border/-noborder are supported by gl/gl2, too, but only on Windows.
|
Tue, 22 Jul 2008 16:27:20 +0000 |
diego |
Add instructions how to test the DNS round-robin virtual host, add a
|
Mon, 21 Jul 2008 11:41:13 +0000 |
michael |
fix memleak
|
Mon, 21 Jul 2008 11:18:24 +0000 |
michael |
Cleanup, use av_freep() instead of av_free(x); x=NULL
|
Sat, 19 Jul 2008 11:32:33 +0000 |
diego |
Remove "en" from list of all man page languages when generating man page
|
Sat, 19 Jul 2008 07:11:18 +0000 |
henry |
docs build fix
|
Sat, 19 Jul 2008 02:00:56 +0000 |
diego |
Only build the documentation in the languages requested from configure.
|
Fri, 18 Jul 2008 16:04:31 +0000 |
Gabrov |
synced with r27326
|
Fri, 18 Jul 2008 09:41:27 +0000 |
ptt |
added missing revisions (26762 & 26795)
|
Fri, 18 Jul 2008 09:35:44 +0000 |
ptt |
restored file encoding tu utf8 and corrected wrong chars, hoping it's ok now
|
Fri, 18 Jul 2008 08:26:26 +0000 |
zuxy |
Remove unnecessary and troublesome inline
|
Fri, 18 Jul 2008 00:09:09 +0000 |
michael |
Make C code in yuv2yuv1() do accurate rounding, this could be split
|
Thu, 17 Jul 2008 23:43:48 +0000 |
michael |
indent
|
Thu, 17 Jul 2008 23:42:06 +0000 |
michael |
Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.
|
Thu, 17 Jul 2008 23:35:36 +0000 |
michael |
simplify yuv2yuv1()
|
Thu, 17 Jul 2008 22:38:26 +0000 |
diego |
Fix typo in msg_lang variable name that prevented the correct message
|
Thu, 17 Jul 2008 22:30:02 +0000 |
michael |
10l forgot SWS_BILINEAR
|
Thu, 17 Jul 2008 22:01:18 +0000 |
michael |
Ensure that exactly one scaler algo is used.
|
Thu, 17 Jul 2008 19:37:19 +0000 |
ben |
File was missing its dedicated header inclusion.
|
Thu, 17 Jul 2008 19:23:27 +0000 |
ben |
Maemo platform runs on Nokia N8x0 series too.
|
Thu, 17 Jul 2008 17:14:12 +0000 |
reimar |
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
|
Thu, 17 Jul 2008 17:11:30 +0000 |
reimar |
Our ALSA code needs alloca, so check for it in configure and include alloca.h
|
Thu, 17 Jul 2008 12:38:05 +0000 |
diego |
cosmetics: Indent language handling after last commit.
|
Thu, 17 Jul 2008 12:36:54 +0000 |
diego |
Rewrite translation handling in the build system.
|
Thu, 17 Jul 2008 12:24:47 +0000 |
diego |
Simplify summary output, add an extra empty line to it.
|
Thu, 17 Jul 2008 12:22:05 +0000 |
diego |
Remove note about localization from configure output.
|
Thu, 17 Jul 2008 12:19:39 +0000 |
diego |
cosmetics: Rename _doc_lang variable to doc_lang.
|
Thu, 17 Jul 2008 11:54:42 +0000 |
diego |
Evaluate man page installation rule for all available languages,
|
Thu, 17 Jul 2008 10:07:21 +0000 |
zuxy |
Force gcc to emit function body under -gnu99
|
Wed, 16 Jul 2008 18:51:39 +0000 |
reimar |
limits.h is required for UINT_MAX
|
Wed, 16 Jul 2008 17:48:34 +0000 |
reimar |
And a 1000l for r27263, swapped a condition, thus setting size to
|
Wed, 16 Jul 2008 17:28:19 +0000 |
reimar |
100l, fix calloc being called with the wrong argument due to reordering
|
Wed, 16 Jul 2008 16:43:40 +0000 |
reimar |
Make sure demuxed ASF packet is properly padded after descrambling
|
Wed, 16 Jul 2008 16:18:25 +0000 |
reimar |
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
|
Wed, 16 Jul 2008 16:14:56 +0000 |
diego |
Add variables for all available man page and documentation languages.
|
Wed, 16 Jul 2008 16:06:14 +0000 |
reimar |
Do not just print a warning, also fix the len in ASF demuxer!
|
Wed, 16 Jul 2008 16:05:58 +0000 |
diego |
Remove redundant check in message language test.
|
Wed, 16 Jul 2008 15:53:21 +0000 |
diego |
Move the "all" option to the front of the list of available languages in
|
Wed, 16 Jul 2008 15:51:15 +0000 |
diego |
cosmetics: Rename LANGUAGES variable to msg_langs.
|
Wed, 16 Jul 2008 15:38:06 +0000 |
diego |
Replace output redirection with grep by POSIX standard options.
|
Wed, 16 Jul 2008 15:09:24 +0000 |
diego |
Replace simple sed invocation by even simpler tr invocation.
|
Wed, 16 Jul 2008 15:08:34 +0000 |
diego |
Merge two consecutive sed calls into one.
|
Tue, 15 Jul 2008 22:22:25 +0000 |
diego |
Add IDs to some XML elements to avoid warnings.
|
Tue, 15 Jul 2008 19:08:09 +0000 |
reimar |
Make af_hrtf tables static const
|
Tue, 15 Jul 2008 19:05:42 +0000 |
reimar |
Add const to libaf/filter.c functions.
|
Tue, 15 Jul 2008 17:35:52 +0000 |
reimar |
Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the same, but should not matter).
|
Tue, 15 Jul 2008 16:39:26 +0000 |
reimar |
ALSA stupidly tries to define struct timeval and struct timespec, which
|
Tue, 15 Jul 2008 09:21:53 +0000 |
diego |
Fix dlopen(), dlclose() dlsym() calls in configure test.
|
Tue, 15 Jul 2008 09:17:07 +0000 |
diego |
Fix tgetent call in termcap configure test.
|
Tue, 15 Jul 2008 09:07:31 +0000 |
diego |
Add two more missing headers to configure checks.
|
Tue, 15 Jul 2008 08:31:43 +0000 |
diego |
Add missing return statements to configure tests.
|
Tue, 15 Jul 2008 08:18:08 +0000 |
diego |
Add missing headers to configure checks.
|
Tue, 15 Jul 2008 00:21:32 +0000 |
michael |
Remove -std=gnu99/gnu89/default dialect linux define, as it violates the
|
Mon, 14 Jul 2008 16:38:58 +0000 |
reimar |
Try to keep decoded audio buffer aligned.
|
Mon, 14 Jul 2008 15:49:59 +0000 |
reimar |
Change a broken check. FFMAX does not work as intended because trak->chunkmap[i].first
|
Sun, 13 Jul 2008 22:27:50 +0000 |
astrange |
Cosmetics: reindent.
|
Sun, 13 Jul 2008 22:27:19 +0000 |
astrange |
Remove const vector casts from Altivec.
|
Sun, 13 Jul 2008 17:12:41 +0000 |
reimar |
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
|
Sun, 13 Jul 2008 17:06:36 +0000 |
reimar |
Add support for FFmpeg's ADPCM codecs and make them the default
|
Sun, 13 Jul 2008 16:56:00 +0000 |
reimar |
100l, do not use macros on functions that are not idempotent
|
Sun, 13 Jul 2008 14:36:20 +0000 |
rathann |
Do not set _dvdreadconfig unconditionally.
|
Sun, 13 Jul 2008 11:54:13 +0000 |
diego |
cosmetics: main (void) --> main(void)
|
Sun, 13 Jul 2008 11:50:48 +0000 |
diego |
main(void) --> int main(void) in .align test
|
Sun, 13 Jul 2008 11:49:57 +0000 |
diego |
Use correct header in libamr narrowband test.
|
Sat, 12 Jul 2008 10:08:40 +0000 |
reimar |
Simplify and clamp coefficient index for MS ADPCM
|
Sat, 12 Jul 2008 09:23:14 +0000 |
reimar |
100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov
|
Sat, 12 Jul 2008 08:23:10 +0000 |
diego |
Dependency files should be refreshed when object files are rebuilt.
|
Sat, 12 Jul 2008 08:07:54 +0000 |
nicodvb |
in dvd streams the title part ranges from 1 to 99
|
Fri, 11 Jul 2008 22:04:29 +0000 |
reimar |
Reindent after last commit
|
Fri, 11 Jul 2008 22:03:01 +0000 |
reimar |
Check size of tkdata before using it in mov demuxer.
|
Fri, 11 Jul 2008 21:59:17 +0000 |
reimar |
Add atom_len sanity check to mov demuxer.
|
Fri, 11 Jul 2008 20:22:07 +0000 |
reimar |
Quick hack to fix demux_mov crashes where easily possible.
|
Fri, 11 Jul 2008 19:29:41 +0000 |
reimar |
Make really sure channels can only be 1 or 2 for imaadpcm
|
Fri, 11 Jul 2008 19:28:22 +0000 |
reimar |
Simplify imaadpcm return statement
|
Fri, 11 Jul 2008 19:27:35 +0000 |
reimar |
Check length of input buffer for msadpcm
|
Fri, 11 Jul 2008 19:00:49 +0000 |
reimar |
Add a comment on shift vs. division
|
Fri, 11 Jul 2008 18:59:03 +0000 |
reimar |
Scale msadpcm coefficients to fit into 8 bits
|
Fri, 11 Jul 2008 18:51:12 +0000 |
reimar |
Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read and
|
Fri, 11 Jul 2008 18:36:21 +0000 |
reimar |
Copy macro simplification from imaadpcm to msadpcm
|
Fri, 11 Jul 2008 18:14:16 +0000 |
reimar |
Remove useless comments from ad_msadpcm
|
Fri, 11 Jul 2008 18:13:11 +0000 |
reimar |
Make msadpcm arrays const
|
Fri, 11 Jul 2008 18:12:15 +0000 |
reimar |
Remove unused macros
|
Fri, 11 Jul 2008 18:10:06 +0000 |
reimar |
Explicitly include inttypes.h in ad_imaadpcm
|
Fri, 11 Jul 2008 18:04:36 +0000 |
reimar |
1000l, fix demux_lavf compilation
|
Fri, 11 Jul 2008 17:25:37 +0000 |
reimar |
Correct stream-seekability tests in demux_audio and demux_lavf
|
Thu, 10 Jul 2008 20:10:11 +0000 |
reimar |
Only read wav header cbSize when there is enough space in header.
|
Thu, 10 Jul 2008 20:06:43 +0000 |
reimar |
100l, assignment introduced in r27246 was exactly the wrong way around.
|
Thu, 10 Jul 2008 19:30:23 +0000 |
reimar |
Cosmetics: reindent
|
Thu, 10 Jul 2008 19:29:02 +0000 |
reimar |
Clean up reading of wav extradata.
|
Thu, 10 Jul 2008 15:37:06 +0000 |
lu_zero |
100l, avoption splitted code added, I should double check with svn status...
|
Wed, 09 Jul 2008 22:43:08 +0000 |
lu_zero |
Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
|
Wed, 09 Jul 2008 18:24:48 +0000 |
reimar |
Fix stupid and almost pointless check-after-read code in asfheader.c.
|
Wed, 09 Jul 2008 15:05:56 +0000 |
eugeni |
Fix \fn without an argument consuming the next '\'.
|
Wed, 09 Jul 2008 08:12:42 +0000 |
gpoirier |
sync w/r27236
|
Tue, 08 Jul 2008 16:11:58 +0000 |
diego |
Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines to
|
Tue, 08 Jul 2008 15:55:32 +0000 |
diego |
Mark function not used outside of the file as static.
|
Tue, 08 Jul 2008 15:54:31 +0000 |
diego |
Remove declaration of extern inline function that is used nowhere from header
|
Tue, 08 Jul 2008 14:38:09 +0000 |
ptt |
synced with r27236
|
Tue, 08 Jul 2008 13:34:03 +0000 |
ptt |
another alphabetical order correction
|
Tue, 08 Jul 2008 13:22:57 +0000 |
ptt |
moved o option beetwen m* and p*
|
Tue, 08 Jul 2008 08:20:39 +0000 |
diego |
Add missing #include <sys/socket.h>, fixes the warnings:
|
Tue, 08 Jul 2008 08:17:50 +0000 |
diego |
Use correct PRIu64 length modifier for uint64_t value, fixes the warning:
|
Mon, 07 Jul 2008 12:17:46 +0000 |
diego |
Add support for MLP audio through FFmpeg.
|
Mon, 07 Jul 2008 09:32:21 +0000 |
diego |
Run bash-specific shell scripts with bash, not sh.
|
Mon, 07 Jul 2008 09:30:22 +0000 |
diego |
Give all shell scripts a .sh suffix for consistency.
|
Mon, 07 Jul 2008 06:47:01 +0000 |
diego |
Replace bash-specific [[]] construct by a proper [] test.
|
Mon, 07 Jul 2008 06:43:45 +0000 |
diego |
Replace == in []/test constructs with =, == is a bashism.
|
Mon, 07 Jul 2008 06:30:24 +0000 |
diego |
Remove unnecessary function keyword from shell script function declarations,
|
Sun, 06 Jul 2008 18:04:14 +0000 |
nicodvb |
avoid unnecessary strdup(); patch by Aurel
|
Sun, 06 Jul 2008 15:13:04 +0000 |
diego |
Update homepage and license info for NuppelVideo.
|
Sun, 06 Jul 2008 15:12:32 +0000 |
diego |
Add standard license header for NuppelVideo, i.e. GPL v2+.
|
Sun, 06 Jul 2008 13:41:08 +0000 |
diego |
Introduce DRIVER_OBJS variable for list of all driver targets.
|
Sun, 06 Jul 2008 13:36:17 +0000 |
diego |
Simplify codecs.conf.h generation rule.
|
Sun, 06 Jul 2008 13:31:53 +0000 |
diego |
Merge version.h dependency declarations.
|
Sun, 06 Jul 2008 13:28:45 +0000 |
diego |
Remove redundant dependencies for .rc files.
|
Sun, 06 Jul 2008 13:26:30 +0000 |
diego |
Add a generic rule for .rc files and use it.
|
Sun, 06 Jul 2008 13:18:29 +0000 |
diego |
cosmetics: Merge three lines into two.
|
Sun, 06 Jul 2008 13:06:05 +0000 |
diego |
Also remove dhahelper and dhahelperwin on distclean.
|
Sun, 06 Jul 2008 07:59:19 +0000 |
reimar |
One more hack for PBOs on ATI cards.
|
Sun, 06 Jul 2008 07:53:36 +0000 |
reimar |
Move at-hack code a bit up for further changes
|
Sun, 06 Jul 2008 03:32:47 +0000 |
lu_zero |
Remove ASSERT() macro. SoC Patch from Keiji Costantini
|
Sun, 06 Jul 2008 03:27:31 +0000 |
lu_zero |
Reindent. SoC Patch from Keiji Costantini
|
Sun, 06 Jul 2008 03:26:32 +0000 |
lu_zero |
Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini
|
Sat, 05 Jul 2008 18:02:17 +0000 |
gpoirier |
fix a FIXME: give the URL of the list of mailing lists (since we don't have a direct link to the list of archives)
|
Sat, 05 Jul 2008 14:22:57 +0000 |
diego |
Surround stream cache specific code by an appropriate #ifdef; fixes linking
|
Sat, 05 Jul 2008 13:12:12 +0000 |
diego |
Sync with r27208.
|
Sat, 05 Jul 2008 12:45:55 +0000 |
nicodvb |
dvd:// streams accept the device path in the url; patch by Mathieu SCHROETER mathieu.schroeter gamesover ch
|
Sat, 05 Jul 2008 11:44:13 +0000 |
diego |
Add some more -identify information for CDDB.
|
Sat, 05 Jul 2008 11:39:43 +0000 |
diego |
Add disc ID to -identify output.
|
Sat, 05 Jul 2008 09:08:22 +0000 |
diego |
Rename ALLPARTSLIBS variable to FFMPEGLIBS.
|
Sat, 05 Jul 2008 09:07:24 +0000 |
diego |
Group some variable declarations together in sensible places.
|
Sat, 05 Jul 2008 08:02:06 +0000 |
diego |
Declare FFmpeg dependencies in a more elegant way using the PARTS variable.
|
Fri, 04 Jul 2008 22:09:55 +0000 |
kraymer |
r27182: apply parameter name change of no-correct-pts from r26842 to man page
|
Fri, 04 Jul 2008 21:19:27 +0000 |
reimar |
100l: finally understood ATI PBO problem: width must be a power of two.
|
Fri, 04 Jul 2008 21:16:14 +0000 |
reimar |
More stride alignment is needed to work reliably on ATI cards :-(
|
Fri, 04 Jul 2008 20:14:00 +0000 |
diego |
Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere.
|
Fri, 04 Jul 2008 16:03:57 +0000 |
nicodvb |
cosmetics: in ifo_stream_oped() aligned the prototype to the style
|
Fri, 04 Jul 2008 16:00:07 +0000 |
nicodvb |
in ifo_stream_open() propagate the device based on the dirname of stream->url; patch by Mathieu SCHROETER mathieu.schroeter gamesover ch
|
Fri, 04 Jul 2008 15:57:33 +0000 |
nicodvb |
dvd_device must be handled exclusively by the option parser; it can't be changed at will in ifo_stream_open()
|
Fri, 04 Jul 2008 15:54:45 +0000 |
nicodvb |
added support for the device part in the url; patch by
|
Fri, 04 Jul 2008 15:47:31 +0000 |
reimar |
Check stdata_len before accessing stdata. Fixes bug #1125
|
Fri, 04 Jul 2008 14:35:44 +0000 |
diego |
Simplify tool generation rules with a pattern rule.
|
Fri, 04 Jul 2008 14:33:03 +0000 |
diego |
Only build loader tests on x86.
|
Fri, 04 Jul 2008 14:22:54 +0000 |
diego |
Fix liba52/test linking, it needs -lm.
|
Fri, 04 Jul 2008 13:49:45 +0000 |
diego |
spelling/grammar/wording overhaul
|
Fri, 04 Jul 2008 13:42:19 +0000 |
diego |
Put common dependencies of mp3lib/test + mp3lib/test2 on a common line.
|
Fri, 04 Jul 2008 13:14:29 +0000 |
diego |
whitespace cosmetics
|
Fri, 04 Jul 2008 13:12:47 +0000 |
diego |
Place license header at the top of the file for consistency.
|
Fri, 04 Jul 2008 13:02:12 +0000 |
diego |
Declare common netstream + vivodump dependencies in the common place.
|
Wed, 02 Jul 2008 23:19:05 +0000 |
diego |
Remove unused variable.
|
Tue, 01 Jul 2008 11:52:01 +0000 |
gpoirier |
sync w/r27182
|
Tue, 01 Jul 2008 10:02:05 +0000 |
diego |
Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on each
|
Tue, 01 Jul 2008 08:18:21 +0000 |
kraymer |
apply parameter name change of no-correct-pts from r26842 to man page
|
Mon, 30 Jun 2008 19:48:38 +0000 |
gpoirier |
sync w/r27179 + misc fixes of untranslated chunks
|
Mon, 30 Jun 2008 19:35:45 +0000 |
kraymer |
r26502: Document rgbtest arguments
|
Mon, 30 Jun 2008 19:35:40 +0000 |
kraymer |
remove two trailing whitespaces
|
Mon, 30 Jun 2008 19:35:36 +0000 |
kraymer |
r25756: Document vo gl lscale=3
|
Mon, 30 Jun 2008 19:35:32 +0000 |
kraymer |
r25385: Add new audio filter for encoding multi-channel audio into ac3 at runtime.
|
Mon, 30 Jun 2008 19:35:27 +0000 |
kraymer |
r25179: Add missing forced linebreak, slight wording improvement.
|
Mon, 30 Jun 2008 19:12:31 +0000 |
gpoirier |
consistency fix: capitalize Windows Media Player, and add <application> tag around it.
|
Mon, 30 Jun 2008 19:08:20 +0000 |
gpoirier |
misc fixes, patch by C¸«±dric Viou
|
Mon, 30 Jun 2008 19:04:52 +0000 |
gpoirier |
sync w/r27132, patch by JRaSH
|
Mon, 30 Jun 2008 19:02:22 +0000 |
gpoirier |
sync w/r27169
|
Mon, 30 Jun 2008 17:46:27 +0000 |
voroshil |
Try to get frame rate information through VIDIOC_G_PARM if
|
Mon, 30 Jun 2008 17:42:35 +0000 |
voroshil |
Fix division by zero in tvi_v4l2 which occures when capture device
|
Mon, 30 Jun 2008 12:51:38 +0000 |
kraymer |
add missing escapes and full stops for scaletempo filter
|
Mon, 30 Jun 2008 12:40:11 +0000 |
kraymer |
r24808: Add a space behind openal to get minimum length of 7
|
Mon, 30 Jun 2008 12:40:06 +0000 |
kraymer |
r24772: DirectShow based tv:// driver for win32
|
Mon, 30 Jun 2008 12:40:01 +0000 |
kraymer |
r24727: H.264 content can also be decoded with multiple threads
|
Mon, 30 Jun 2008 12:39:56 +0000 |
kraymer |
version bump to 24719
|
Mon, 30 Jun 2008 12:39:51 +0000 |
kraymer |
r27123: Add verbose messages about trying and searching for audio output drivers.
|
Mon, 30 Jun 2008 12:39:48 +0000 |
kraymer |
r27067: Remove pointless #ifdef.
|
Mon, 30 Jun 2008 12:39:45 +0000 |
kraymer |
r27066: update comments, whitespace cosmetics
|
Mon, 30 Jun 2008 12:39:42 +0000 |
kraymer |
r27065: whitespace consistency cosmetics
|
Mon, 30 Jun 2008 12:39:39 +0000 |
kraymer |
r26863: make use of the new MGA_VID_VERSION ioctl to check
|
Mon, 30 Jun 2008 12:39:37 +0000 |
kraymer |
r25605: properties to get and set angle
|
Mon, 30 Jun 2008 12:39:33 +0000 |
kraymer |
r24924: Add audio filter scaletempo
|
Sun, 29 Jun 2008 13:14:02 +0000 |
nicodvb |
removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You can't turn your back for a second...
|
Sun, 29 Jun 2008 11:32:12 +0000 |
kraymer |
r24790: Disable channel scanner when no tuner is present.
|
Sun, 29 Jun 2008 11:31:54 +0000 |
kraymer |
remove trailing whitespaces
|
Sun, 29 Jun 2008 10:06:19 +0000 |
reimar |
Replace asserts by proper conditions to allow playback of some broken but
|
Sun, 29 Jun 2008 09:14:26 +0000 |
reimar |
Half size for adpcm_index
|
Sun, 29 Jun 2008 09:10:46 +0000 |
reimar |
Simplify predictor updates
|
Sun, 29 Jun 2008 08:47:56 +0000 |
reimar |
Get rid of 16-bit sign extension macro
|
Sun, 29 Jun 2008 08:42:53 +0000 |
reimar |
Simplify some imaadpcm macros
|
Sun, 29 Jun 2008 08:35:27 +0000 |
reimar |
Directly pass arrays into decode_nibbles
|
Sun, 29 Jun 2008 08:27:52 +0000 |
reimar |
Use smaller types for tables
|
Sun, 29 Jun 2008 08:22:47 +0000 |
reimar |
Make imaadpcm tables const
|
Sun, 29 Jun 2008 08:20:42 +0000 |
reimar |
Simplify code to read index/predictor
|
Sun, 29 Jun 2008 08:08:51 +0000 |
reimar |
Add a few size checks to IMA decoder. The code is still a mess though,
|
Sun, 29 Jun 2008 07:55:44 +0000 |
reimar |
Simplify ad_imaadpcm decode_audio function
|
Sun, 29 Jun 2008 07:34:44 +0000 |
reimar |
Make sure we do not use uninitialized data in case of a short read.
|
Sun, 29 Jun 2008 07:25:47 +0000 |
reimar |
Do not use stdata before checking its length
|
Sat, 28 Jun 2008 19:32:35 +0000 |
vayne |
mingw uses Windows sockets.
|
Sat, 28 Jun 2008 12:19:19 +0000 |
gpoirier |
sync w/r27123, patch by JRaSH, %jrash06 A 163 P com%
|
Fri, 27 Jun 2008 15:39:13 +0000 |
gpoirier |
sync w/r27132
|
Thu, 26 Jun 2008 14:55:36 +0000 |
compn |
one more wish, and an update
|
Wed, 25 Jun 2008 14:44:39 +0000 |
kraymer |
r24772: DirectShow based tv:// driver for win32
|
Wed, 25 Jun 2008 13:03:18 +0000 |
lu_zero |
Complete the code move across librtsp, fixes the rtsp_close collision with libnemesi
|
Wed, 25 Jun 2008 09:53:45 +0000 |
lu_zero |
Move rtsp_close away by simplification - avoids symbol clash with libnemesi
|
Tue, 24 Jun 2008 22:36:56 +0000 |
compn |
some updates
|
Tue, 24 Jun 2008 12:15:31 +0000 |
compn |
add ffmdec and ffadpcmxa
|
Tue, 24 Jun 2008 09:30:52 +0000 |
diego |
Fix/restore the description of the rectangle video filter.
|
Tue, 24 Jun 2008 08:55:06 +0000 |
diego |
Touch FFmpeg libraries after recursing into their subdirectories.
|
Tue, 24 Jun 2008 08:48:04 +0000 |
diego |
Do not unconditionally recurse into FFmpeg subdirectories. Instead, just
|
Tue, 24 Jun 2008 08:21:04 +0000 |
diego |
Add missing 'struct input_id id' to Apple IR configure check.
|
Mon, 23 Jun 2008 14:46:55 +0000 |
eugeni |
Check if the font set returned from FcFontSort in not NULL.
|
Mon, 23 Jun 2008 14:46:52 +0000 |
eugeni |
Reindent.
|
Mon, 23 Jun 2008 14:46:50 +0000 |
eugeni |
Only use application font dir if library->fonts_dir is not NULL.
|
Mon, 23 Jun 2008 08:58:25 +0000 |
diego |
Dependency files need to get updated when any of their dependencies are
|
Mon, 23 Jun 2008 08:47:50 +0000 |
diego |
Rename some definitions to avoid clashing with system headers, fixes:
|
Sun, 22 Jun 2008 19:25:54 +0000 |
corey |
Add verbose messages about trying and searching for audio output drivers.
|
Sun, 22 Jun 2008 16:41:26 +0000 |
diego |
Replace misuse of echores in libdvdnav check by _res_comment.
|
Sun, 22 Jun 2008 07:25:48 +0000 |
reimar |
100l, bpp is bits per pixel, not bytes
|
Sat, 21 Jun 2008 09:15:25 +0000 |
ben |
revert non-acked r27106
|
Fri, 20 Jun 2008 20:38:15 +0000 |
ben |
cosmetic: be consistent
|
Fri, 20 Jun 2008 20:36:05 +0000 |
ben |
fixes two bugs:
|
Fri, 20 Jun 2008 20:31:19 +0000 |
ben |
fix obviously wrong option description
|
Fri, 20 Jun 2008 20:28:50 +0000 |
ben |
Remove useless typedef for VDXContext.
|
Fri, 20 Jun 2008 20:24:53 +0000 |
ben |
cosmetic: give a coherent indentation
|
Fri, 20 Jun 2008 20:21:31 +0000 |
ben |
remove some useless functions from vidix api
|
Fri, 20 Jun 2008 20:19:18 +0000 |
ben |
remove useless 'else'
|
Fri, 20 Jun 2008 20:17:38 +0000 |
ben |
renamed vidixlib.c to vidix.c
|
Fri, 20 Jun 2008 20:16:34 +0000 |
ben |
remove now useless vidixlib.h file
|
Fri, 20 Jun 2008 20:11:57 +0000 |
gpoirier |
sync w/r27107, patch by C¸«±dric Viou
|
Fri, 20 Jun 2008 20:09:54 +0000 |
ben |
move content of vidixlib.h into vidix.h
|
Fri, 20 Jun 2008 20:07:36 +0000 |
ben |
cosmetic: give coherent indentation
|
Fri, 20 Jun 2008 19:56:35 +0000 |
gpoirier |
use the new URL of NUT container website
|
Fri, 20 Jun 2008 19:51:43 +0000 |
ben |
Only "pop" subtree params if they had previously been "pushed",
|
Fri, 20 Jun 2008 19:43:50 +0000 |
gpoirier |
sync w/r27102, patch by C¸«±dric Viou and minor fixes by myself
|
Fri, 20 Jun 2008 19:43:19 +0000 |
ben |
Add auto-close option to libmenu playlist handling part.
|
Fri, 20 Jun 2008 19:33:32 +0000 |
ben |
Allow conditional compilation of yuv4mpeg video out.
|
Fri, 20 Jun 2008 19:31:21 +0000 |
gpoirier |
fix a couple of broken URL links
|
Fri, 20 Jun 2008 18:54:38 +0000 |
ben |
Keep old dvdnav sub-command options for a while in order
|
Thu, 19 Jun 2008 18:51:42 +0000 |
ben |
Change DVDNAV command key names.
|
Thu, 19 Jun 2008 07:13:50 +0000 |
diego |
Reorder some functions to avoid implicit declaration warnings.
|
Wed, 18 Jun 2008 17:18:49 +0000 |
ben |
Group all input command defines in one big enum
|
Tue, 17 Jun 2008 11:40:04 +0000 |
diego |
Add copyright and license statement.
|
Tue, 17 Jun 2008 11:13:36 +0000 |
diego |
It cannot hurt to add -E to the diff options to avoid whitespace changes.
|
Tue, 17 Jun 2008 09:09:36 +0000 |
diego |
Add missing #includes that are required for things used in the header.
|
Tue, 17 Jun 2008 08:58:26 +0000 |
gpoirier |
sync w/r27057
|
Tue, 17 Jun 2008 08:44:03 +0000 |
diego |
Add missing #includes to fix 'make checkheaders'.
|
Mon, 16 Jun 2008 18:42:58 +0000 |
reimar |
Try harder to honour CTRL+C etc. during dumpstream
|
Mon, 16 Jun 2008 17:33:55 +0000 |
diego |
cosmetics: Remove useless parentheses, align.
|
Mon, 16 Jun 2008 15:54:29 +0000 |
reimar |
Chapter support for lavf demuxer.
|
Mon, 16 Jun 2008 15:53:28 +0000 |
reimar |
Support NULL name parameter for demuxer_add_chapter.
|
Mon, 16 Jun 2008 12:54:28 +0000 |
diego |
cosmetics: Break overly long lines.
|
Mon, 16 Jun 2008 12:11:14 +0000 |
diego |
cosmetics: indentation, whitespace changes
|
Mon, 16 Jun 2008 12:04:58 +0000 |
diego |
cosmetics: consistent * placement
|
Mon, 16 Jun 2008 11:35:20 +0000 |
diego |
cosmetics: one more if brace placement fix
|
Mon, 16 Jun 2008 10:52:39 +0000 |
diego |
M-x untabify
|
Mon, 16 Jun 2008 10:50:53 +0000 |
diego |
cosmetics: Remove all trailing whitespace.
|
Mon, 16 Jun 2008 10:49:40 +0000 |
diego |
cosmetics: Split/join multiline statements.
|
Mon, 16 Jun 2008 10:31:05 +0000 |
diego |
cosmetics: Consistently format all if, for, while constructs.
|
Mon, 16 Jun 2008 09:51:40 +0000 |
diego |
Remove one more commented-out line.
|
Mon, 16 Jun 2008 09:22:41 +0000 |
diego |
cosmetics: Make all function declarations consistent by moving the opening
|
Mon, 16 Jun 2008 09:20:59 +0000 |
diego |
Remove one more commented-out line.
|
Mon, 16 Jun 2008 08:57:47 +0000 |
diego |
Remove pointless comments and commented-out code.
|
Mon, 16 Jun 2008 08:45:01 +0000 |
diego |
Add missing string.h #include for memcpy prototype;
|
Mon, 16 Jun 2008 08:40:01 +0000 |
diego |
Add missing #includes to fix 'make checkheaders'.
|
Sun, 15 Jun 2008 16:00:51 +0000 |
diego |
cosmetics: Group internal codec library tests together.
|
Sun, 15 Jun 2008 15:27:35 +0000 |
diego |
Document where the files vidix/dhahelperwin/ntverp.h and
|
Sun, 15 Jun 2008 14:36:23 +0000 |
diego |
cosmetics: Group entries by directory instead of randomly.
|
Sun, 15 Jun 2008 13:37:44 +0000 |
diego |
Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings like
|
Sun, 15 Jun 2008 13:22:10 +0000 |
diego |
cosmetics: Remove empty line for consistency.
|
Sun, 15 Jun 2008 13:05:21 +0000 |
diego |
-alang/-slang do not depend on dvdread support.
|
Sun, 15 Jun 2008 12:56:09 +0000 |
diego |
Remove pointless HELP_MP_DEFINE_STATIC definition.
|
Sun, 15 Jun 2008 12:51:12 +0000 |
diego |
Remove pointless #ifdef.
|
Sun, 15 Jun 2008 12:37:30 +0000 |
diego |
update comments, whitespace cosmetics
|
Sun, 15 Jun 2008 12:36:01 +0000 |
diego |
whitespace consistency cosmetics
|
Sun, 15 Jun 2008 12:18:03 +0000 |
diego |
Remove now unused messages.
|
Sun, 15 Jun 2008 12:13:29 +0000 |
diego |
Move message about which adapter is used to verbose mode.
|
Sun, 15 Jun 2008 11:20:09 +0000 |
diego |
spelling/wording fixes
|
Sun, 15 Jun 2008 11:11:39 +0000 |
diego |
Add parentheses to expression to avoid the warning:
|
Sun, 15 Jun 2008 02:41:08 +0000 |
compn |
6 months of changes
|
Sat, 14 Jun 2008 14:43:58 +0000 |
diego |
standard license headers for mga_vid
|
Sat, 14 Jun 2008 14:26:42 +0000 |
attila |
add MGA_VID_GET_VERSION ioctl to old mga_vid driver for compatibility with "new" mplayer
|
Sat, 14 Jun 2008 09:14:16 +0000 |
voroshil |
Ability for specifying TV standard individually for each TV channel.
|
Fri, 13 Jun 2008 08:28:03 +0000 |
lu_zero |
Fix support for libnemesi installed on nonstandard paths
|
Thu, 12 Jun 2008 21:53:48 +0000 |
lu_zero |
Unbreak audio, thanks to Uoti for the insight
|
Wed, 11 Jun 2008 20:41:03 +0000 |
gpoirier |
sync w/r23225, plus misc fixes
|
Wed, 11 Jun 2008 20:36:34 +0000 |
gpoirier |
fix w/r24604, misc fixes
|
Wed, 11 Jun 2008 20:33:42 +0000 |
gpoirier |
sync w/r21537 and misc fixes
|
Wed, 11 Jun 2008 20:29:47 +0000 |
gpoirier |
fix file to conform to French typography
|
Wed, 11 Jun 2008 20:25:09 +0000 |
gpoirier |
add missing <application> tag around MPlayer,
|
Wed, 11 Jun 2008 20:19:28 +0000 |
gpoirier |
sync w/r26997
|
Tue, 10 Jun 2008 21:04:06 +0000 |
gpoirier |
sync w/r27044, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P fr%
|
Tue, 10 Jun 2008 16:11:33 +0000 |
nicodvb |
libdvdnav need libdvdread from the same repository
|
Mon, 09 Jun 2008 18:43:18 +0000 |
ben |
Fix mencoder built from dvdnav enabled.
|