Thu, 29 Jan 2009 02:23:06 +0000 |
compn |
increase max glyph and lines limit
|
Thu, 29 Jan 2009 00:18:32 +0000 |
diego |
Use single quotes to avoid escaping double quotes in a string.
|
Thu, 29 Jan 2009 00:16:09 +0000 |
diego |
Use cat instead of echo to generate version.h.
|
Wed, 28 Jan 2009 17:47:50 +0000 |
diego |
Remove superfluous backslash escapes that caused unintended escapes.
|
Wed, 28 Jan 2009 12:46:05 +0000 |
reimar |
Avoid a division by 0 when using -oac mp3lame but no audio data actually is encoded.
|
Wed, 28 Jan 2009 00:44:48 +0000 |
compn |
increase max subtitle stream limit
|
Tue, 27 Jan 2009 19:06:50 +0000 |
reimar |
Do not use select n lirc code, instead set the fd non-blocking.
|
Tue, 27 Jan 2009 10:02:47 +0000 |
reimar |
Allocate a larger backbuffer to allow resizing without reinit.
|
Mon, 26 Jan 2009 15:06:44 +0000 |
diego |
Add standard license headers.
|
Mon, 26 Jan 2009 14:36:31 +0000 |
diego |
Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.
|
Mon, 26 Jan 2009 11:29:28 +0000 |
diego |
Do not duplicate VERSION string.
|
Mon, 26 Jan 2009 11:24:05 +0000 |
diego |
Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.
|
Mon, 26 Jan 2009 09:56:27 +0000 |
diego |
WORDS_BIGENDIAN is defined/undefined, not 0/1.
|
Mon, 26 Jan 2009 09:55:59 +0000 |
diego |
some more HAVE_3DNOW --> HAVE_AMD3DNOW
|
Mon, 26 Jan 2009 09:54:14 +0000 |
diego |
Drop HAVE_LRINTF check, lrintf is used without checking in other places.
|
Mon, 26 Jan 2009 09:40:04 +0000 |
diego |
HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined.
|
Mon, 26 Jan 2009 09:29:53 +0000 |
diego |
HAVE_3DNOW --> HAVE_AMD3DNOW
|
Mon, 26 Jan 2009 09:11:23 +0000 |
diego |
version.h depends on version.sh.
|
Sun, 25 Jan 2009 23:55:21 +0000 |
diego |
Fix build: Add required header and adjust preprocessor check.
|
Sun, 25 Jan 2009 23:31:45 +0000 |
diego |
Drop dev- prefix from printed version number, just SVN-rXXXXX is enough.
|
Sun, 25 Jan 2009 22:52:00 +0000 |
diego |
Add SSSE3 and CMOV to CPU information printed on startup.
|
Sun, 25 Jan 2009 22:49:51 +0000 |
diego |
cosmetics: Consistently name 3DNow! extensions.
|
Sun, 25 Jan 2009 22:34:26 +0000 |
diego |
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
|
Sun, 25 Jan 2009 22:12:42 +0000 |
diego |
DECLARE_ALIGNED was moved in FFmpeg.
|
Sun, 25 Jan 2009 21:59:08 +0000 |
diego |
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
|
Sun, 25 Jan 2009 21:03:02 +0000 |
diego |
HAVE_3DNOWEX --> HAVE_3DNOWEXT
|
Sun, 25 Jan 2009 20:35:58 +0000 |
diego |
Factorize print_version().
|
Sun, 25 Jan 2009 20:10:36 +0000 |
diego |
Add missing multiple inclusion guards.
|
Sun, 25 Jan 2009 19:58:33 +0000 |
diego |
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
|
Sun, 25 Jan 2009 19:20:30 +0000 |
diego |
Add missing header for av_gcd, fixes the warning:
|
Sun, 25 Jan 2009 18:46:24 +0000 |
reimar |
Fix typo: pool -> poll
|
Sun, 25 Jan 2009 18:25:11 +0000 |
reimar |
Actually abort (return NULL) in the alloc-failure check in play_tree_new
|
Sun, 25 Jan 2009 18:23:05 +0000 |
reimar |
Fix a NULL-check that used && instead of || and thus could not avoid crashes.
|
Sun, 25 Jan 2009 12:03:28 +0000 |
diego |
Declare struct SwsContext before using it, fixes the checkheaders warning:
|
Sun, 25 Jan 2009 11:59:22 +0000 |
diego |
Disable C code when compiling AltiVec code, fixes the warning:
|
Sun, 25 Jan 2009 11:57:17 +0000 |
diego |
spelling/grammar cosmetics
|
Sun, 25 Jan 2009 11:33:35 +0000 |
diego |
Fix #endif comments.
|
Sat, 24 Jan 2009 22:14:32 +0000 |
compn |
add "<!DOCTYPE smil" to smil playlist
|
Thu, 22 Jan 2009 21:50:13 +0000 |
nicodvb |
in parse_pat() IDENTIFY program number and pmt_pid
|
Tue, 20 Jan 2009 23:23:53 +0000 |
diego |
The homepage/ subdirectory should no longer be redirected on web mirrors.
|
Tue, 20 Jan 2009 17:20:16 +0000 |
compn |
add EPHV to ffodivx,xvid
|
Tue, 20 Jan 2009 15:31:24 +0000 |
gpoirier |
sync w/r28341
|
Tue, 20 Jan 2009 09:31:07 +0000 |
cehoyos |
Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
|
Tue, 20 Jan 2009 09:17:32 +0000 |
cehoyos |
Disable upcoming VC1/WMV3 VDPAU decoder.
|
Mon, 19 Jan 2009 17:12:43 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
|
Sun, 18 Jan 2009 18:05:16 +0000 |
gpoirier |
fix device_id option after r28165
|
Sat, 17 Jan 2009 21:33:30 +0000 |
diego |
Reduce QuickTime binary decoder verbosity.
|
Sat, 17 Jan 2009 11:31:12 +0000 |
cehoyos |
MPlayer only supports latest libavutil.
|
Sat, 17 Jan 2009 11:29:36 +0000 |
cehoyos |
Fix compilation: s/ff_gcd/av_gcd.
|
Fri, 16 Jan 2009 21:04:52 +0000 |
reimar |
100l, forgot to delete two defines left over from old HAVE_MMX handling code.
|
Fri, 16 Jan 2009 20:32:36 +0000 |
gpoirier |
fix compilation without VDPAU decoders
|
Fri, 16 Jan 2009 19:09:57 +0000 |
compn |
add mimic in avi fourcc LM20 to ffmimic
|
Fri, 16 Jan 2009 13:19:29 +0000 |
gpoirier |
revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
|
Fri, 16 Jan 2009 12:37:56 +0000 |
gpoirier |
Completely get rid of MMX define, use HAVE_MMX define instead.
|
Fri, 16 Jan 2009 12:23:52 +0000 |
gpoirier |
fix wrong #ifdef/#ifndef -> #if conversion in r28323
|
Fri, 16 Jan 2009 10:07:14 +0000 |
gpoirier |
fix compilation on non x86 machines (PPC here)
|
Fri, 16 Jan 2009 09:44:36 +0000 |
reimar |
Fix a wrongly converted !defined(ARCH_X86_64)
|
Fri, 16 Jan 2009 09:41:26 +0000 |
reimar |
100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.
|
Fri, 16 Jan 2009 09:35:05 +0000 |
reimar |
Another missed #ifdef HAVE_MMX
|
Fri, 16 Jan 2009 09:32:54 +0000 |
reimar |
More #ifdef HAVE_MMX etc. missed by earlier search.
|
Fri, 16 Jan 2009 09:29:20 +0000 |
reimar |
More #ifdef -> #if fixes
|
Fri, 16 Jan 2009 09:21:21 +0000 |
reimar |
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
|
Fri, 16 Jan 2009 08:45:35 +0000 |
reimar |
More #ifdef -> #if
|
Fri, 16 Jan 2009 08:43:05 +0000 |
reimar |
Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.
|
Fri, 16 Jan 2009 02:14:25 +0000 |
cehoyos |
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will
|
Fri, 16 Jan 2009 01:55:48 +0000 |
cehoyos |
Disable upcoming MPEG_VDPAU_DECODER.
|
Fri, 16 Jan 2009 01:11:16 +0000 |
diego |
one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail com
|
Thu, 15 Jan 2009 17:21:25 +0000 |
gpoirier |
sync w/r28279
|
Thu, 15 Jan 2009 15:57:19 +0000 |
diego |
Get rid of now unused FFmpeg ENABLE_ preprocessor directives.
|
Thu, 15 Jan 2009 15:56:24 +0000 |
diego |
Sync with latest FFmpeg changes: #define disabled preprocessor directives
|
Thu, 15 Jan 2009 15:51:50 +0000 |
diego |
Treat mlib as a normal FFmpeg option, not a CPU extension.
|
Thu, 15 Jan 2009 15:41:29 +0000 |
diego |
Treat SH architecture like SH4 like in FFmpeg, the only place it is used.
|
Thu, 15 Jan 2009 15:40:12 +0000 |
diego |
SH4 is not a CPU extension mechanism.
|
Thu, 15 Jan 2009 08:51:12 +0000 |
diego |
Mark internal libraries as such in the configure summary, fixes Bugzilla #1378.
|
Thu, 15 Jan 2009 08:46:17 +0000 |
diego |
Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net.
|
Wed, 14 Jan 2009 00:13:56 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
Tue, 13 Jan 2009 17:08:29 +0000 |
compn |
add SLMJ fourcc to ffmjpeg
|
Tue, 13 Jan 2009 17:05:18 +0000 |
compn |
add binary codecs:
|
Tue, 13 Jan 2009 11:53:54 +0000 |
compn |
add nsvideo (NSVI) binary codec. works on uncommon samples list
|
Tue, 13 Jan 2009 02:38:03 +0000 |
compn |
add yamaha adpcm ffmpeg codec, works on sample
|
Sun, 11 Jan 2009 23:20:56 +0000 |
diego |
Update copyright year.
|
Sun, 11 Jan 2009 22:53:08 +0000 |
diego |
Sync with latest FFmpeg changes: Check for the availability of truncf().
|
Sun, 11 Jan 2009 19:48:51 +0000 |
diego |
spelling/grammar/wording/whitespace
|
Sun, 11 Jan 2009 19:48:01 +0000 |
diego |
Fix d_width vs. d_height typo.
|
Sun, 11 Jan 2009 19:47:17 +0000 |
diego |
Fix decvideo vs. dec_video typo noticed by Vineeth N, nvineeth gmail com.
|
Sun, 11 Jan 2009 15:36:08 +0000 |
diego |
Remove outdated comment.
|
Sun, 11 Jan 2009 15:31:53 +0000 |
diego |
cosmetics: Move CPU byte order check to a more sensible place.
|
Sun, 11 Jan 2009 13:33:44 +0000 |
diego |
Only check for YASM support on x86 systems.
|
Sun, 11 Jan 2009 12:58:06 +0000 |
diego |
cosmetics: Move some checks to more logical places.
|
Sun, 11 Jan 2009 12:17:46 +0000 |
ptt |
removed remaining english word
|
Sun, 11 Jan 2009 11:28:01 +0000 |
diego |
console output cosmetics
|
Sun, 11 Jan 2009 11:16:20 +0000 |
diego |
Only print "using XYZ" comment if XYZ has been set.
|
Sat, 10 Jan 2009 20:01:47 +0000 |
diego |
Add missing const qualifier to mpctx_get_audio_out function declaration.
|
Sat, 10 Jan 2009 14:23:42 +0000 |
Gabrov |
synced with r28279
|
Sat, 10 Jan 2009 13:57:33 +0000 |
reimar |
Reindent for "if" added in internal dvdnav patch
|
Sat, 10 Jan 2009 13:51:02 +0000 |
reimar |
Support an "internal" dvdnav version to make it easier to compile with,
|
Sat, 10 Jan 2009 13:47:41 +0000 |
reimar |
Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigation
|
Sat, 10 Jan 2009 13:14:25 +0000 |
compn |
add vdowave acm codec for format 0xFFFC
|
Sat, 10 Jan 2009 01:58:55 +0000 |
reynaldo |
Correct a few mistakes in the spanish translation.
|
Sat, 10 Jan 2009 01:57:25 +0000 |
reynaldo |
TRIVIAL, Extend the copyright line to 2009. Patch by andrew .david .45 AT gmail.
|
Fri, 09 Jan 2009 20:50:25 +0000 |
diego |
Fix build: calc_drwXY was factorized into vo_calc_drwXY.
|
Fri, 09 Jan 2009 15:25:24 +0000 |
cehoyos |
Factor calc_drwXY out of vo_xv and vo_xvmc.
|
Fri, 09 Jan 2009 10:32:01 +0000 |
reimar |
Consistently use tabs in svn:externals
|
Fri, 09 Jan 2009 10:14:03 +0000 |
diego |
Rearrange genres between numbers 53 and 63 into the correct order.
|
Fri, 09 Jan 2009 09:52:20 +0000 |
diego |
Replace reference to LICENSE file with GPL notice from said file.
|
Thu, 08 Jan 2009 19:54:43 +0000 |
cehoyos |
Add PIX_FMT_VDPAU_H264.
|
Thu, 08 Jan 2009 19:28:28 +0000 |
reimar |
Switch internal dvdread to libdvdread SVN external.
|
Wed, 07 Jan 2009 16:39:56 +0000 |
eugeni |
Clarify relationship between -ass and -fontconfig in the man page.
|
Tue, 06 Jan 2009 20:44:51 +0000 |
gpoirier |
sync w/r28122, patch by JRaSH % jrash06 A 163 P com %
|
Tue, 06 Jan 2009 20:37:58 +0000 |
gpoirier |
looks like I missed r27542...
|
Tue, 06 Jan 2009 16:44:47 +0000 |
eugeni |
Support loading font faces other then the first one in a font file.
|
Mon, 05 Jan 2009 22:55:58 +0000 |
reimar |
Fix r28222, including alloca.h directly might break compilation.
|
Mon, 05 Jan 2009 22:18:35 +0000 |
diego |
Fix some typos, add flv and trp to the list of video formats
|
Mon, 05 Jan 2009 22:05:19 +0000 |
diego |
Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h and
|
Mon, 05 Jan 2009 21:55:47 +0000 |
diego |
Use standard multiple inclusion guards.
|
Mon, 05 Jan 2009 21:55:19 +0000 |
diego |
Remove unnecessary local definition of _ISOC9X_SOURCE.
|
Mon, 05 Jan 2009 21:37:47 +0000 |
diego |
small Turkish translation fixes, patch by Onur K¸«ä¸«®¸«äk, onur delipenguen net
|
Mon, 05 Jan 2009 18:05:34 +0000 |
uau |
timer-win2.c: Fix "voi" (void) typo breaking Windows compilation
|
Mon, 05 Jan 2009 14:53:45 +0000 |
diego |
#include the appropriate header instead of using local declarations.
|
Mon, 05 Jan 2009 14:48:03 +0000 |
diego |
Add missing 'void' keyword to parameterless function declarations.
|
Mon, 05 Jan 2009 12:50:53 +0000 |
Gabrov |
update copyright year
|
Mon, 05 Jan 2009 12:43:50 +0000 |
diego |
Remove obsolete and misleading comment.
|
Mon, 05 Jan 2009 12:41:40 +0000 |
diego |
Replace informal license notices by standard license header
|
Mon, 05 Jan 2009 11:44:13 +0000 |
diego |
Fix nonstandard license headers in the documentation.
|
Mon, 05 Jan 2009 11:06:28 +0000 |
diego |
Fix two more instances of nonstandard license headers.
|
Mon, 05 Jan 2009 10:52:13 +0000 |
Gabrov |
synced with r28247
|
Mon, 05 Jan 2009 10:22:40 +0000 |
diego |
Sync removal of bugs.xml.
|
Mon, 05 Jan 2009 03:17:12 +0000 |
compn |
add binary codec Philips Speech Processing CELP acm for format 0x120
|
Mon, 05 Jan 2009 00:08:23 +0000 |
diego |
Do not run mkdir in a subshell.
|
Mon, 05 Jan 2009 00:07:55 +0000 |
diego |
Skip pointless ignoring return value of 'rm -f'.
|
Mon, 05 Jan 2009 00:04:34 +0000 |
diego |
nonrecursive releaseclean target
|
Mon, 05 Jan 2009 00:01:55 +0000 |
diego |
cosmetics: Move clean targets to the bottom.
|
Sun, 04 Jan 2009 23:50:44 +0000 |
diego |
Remove pointless language-specific clean and distclean targets.
|
Sun, 04 Jan 2009 23:45:14 +0000 |
diego |
Subsume clean-html-chunked and clean-html-single targets into clean target.
|
Sun, 04 Jan 2009 23:41:56 +0000 |
cehoyos |
Fix compilation after upcoming H264_VDPAU patch for FFmpeg.
|
Sun, 04 Jan 2009 23:34:38 +0000 |
diego |
Get rid of pointless chunked-dir and single-dir targets.
|
Sun, 04 Jan 2009 23:27:03 +0000 |
diego |
Simplify phony target declaration.
|
Sun, 04 Jan 2009 23:10:47 +0000 |
diego |
Sync audio.xml removal.
|
Sun, 04 Jan 2009 22:38:08 +0000 |
diego |
Sync history chapter removal.
|
Sun, 04 Jan 2009 22:37:43 +0000 |
diego |
Remove history chapter; it is outdated and of little practical value.
|
Sun, 04 Jan 2009 16:01:52 +0000 |
diego |
EXTERN_PREFIX is not only used in FFmpeg code.
|
Sun, 04 Jan 2009 13:12:51 +0000 |
nicodvb |
added support for manual audio substream selection out of 0xFD PES streams (Blueray, multistream in the same pid)
|
Sun, 04 Jan 2009 13:08:13 +0000 |
diego |
Add ARMv6t2 CPU extension additions missed in previous commit.
|
Sun, 04 Jan 2009 13:05:24 +0000 |
diego |
Sync ARMv6t2 optimization support from FFmpeg.
|
Sun, 04 Jan 2009 11:52:37 +0000 |
reimar |
Update JACK configure test to match r28241
|
Sun, 04 Jan 2009 11:51:11 +0000 |
reimar |
Replace deprecated jack_client_new with jack_client_open.
|
Sun, 04 Jan 2009 09:49:58 +0000 |
Gabrov |
synced with r28215
|
Sat, 03 Jan 2009 22:33:04 +0000 |
gpoirier |
Fix deinit problem due to r28215
|
Sat, 03 Jan 2009 02:15:07 +0000 |
jheryan |
Synced with r28122
|
Fri, 02 Jan 2009 17:06:09 +0000 |
diego |
Sync with latest round of xvmc changes in FFmpeg.
|
Fri, 02 Jan 2009 16:13:22 +0000 |
diego |
Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used as
|
Fri, 02 Jan 2009 14:41:38 +0000 |
diego |
Conditionally define render_one_glyph and kerning dummy functions in
|
Fri, 02 Jan 2009 13:25:00 +0000 |
diego |
Remove unused debug code.
|
Fri, 02 Jan 2009 12:53:05 +0000 |
diego |
Avoid unused variable warning.
|
Fri, 02 Jan 2009 12:48:11 +0000 |
diego |
Reorder #includes and #ifdefs to avoid excessive #ifdeffery.
|
Fri, 02 Jan 2009 12:28:47 +0000 |
diego |
Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery.
|
Fri, 02 Jan 2009 11:46:34 +0000 |
diego |
Relicense to GPLv2 or later with the author's permission.
|
Fri, 02 Jan 2009 11:45:39 +0000 |
diego |
Fix reference to wrong DLL filename in header comment.
|
Thu, 01 Jan 2009 23:16:36 +0000 |
diego |
Fix confused references to DLL filenames.
|
Thu, 01 Jan 2009 11:51:52 +0000 |
reimar |
Move several of the ao_nas int-to-string maps into .rodata
|
Thu, 01 Jan 2009 11:46:34 +0000 |
reimar |
Fix DVD seek_to_chapter: the title number must be converted to a per-VTS
|
Thu, 01 Jan 2009 11:41:09 +0000 |
reimar |
Code simplification
|
Thu, 01 Jan 2009 11:39:47 +0000 |
reimar |
Make AVI demuxer more resilient against broken or incomplete files.
|
Thu, 01 Jan 2009 11:33:46 +0000 |
reimar |
Simplify and comment spudec bilinear scaling code
|
Thu, 01 Jan 2009 11:23:32 +0000 |
reimar |
Include alloca.h when using alloca to make sure it is defined.
|
Thu, 01 Jan 2009 11:16:52 +0000 |
reimar |
XVID profile array should be const, so it is in rodata
|
Thu, 01 Jan 2009 10:24:19 +0000 |
reimar |
Avoid a uselessly high number of wakeups when playing audio-only files.
|
Thu, 01 Jan 2009 09:47:21 +0000 |
reimar |
1000l, play_tree_parser_stop_keeping broke 0-termination of buffer
|
Thu, 01 Jan 2009 09:37:02 +0000 |
reimar |
Add zero termination missing in two cases.
|
Thu, 01 Jan 2009 09:35:25 +0000 |
reimar |
Add asserts to detect when assumptions for play_tree_parser_get_line
|
Wed, 31 Dec 2008 14:21:50 +0000 |
reimar |
Work around a dvdread bug where DVDReadBlocks would return values < 0 on read error,
|
Tue, 30 Dec 2008 21:39:42 +0000 |
gpoirier |
Add an option to vo_macosx to set a custom buffer_name.
|
Tue, 30 Dec 2008 17:00:11 +0000 |
reimar |
Support F- and numpad keys for w32_common based vos.
|
Tue, 30 Dec 2008 16:41:35 +0000 |
reimar |
Update outdated availability note for -mouse-movements
|
Tue, 30 Dec 2008 12:48:17 +0000 |
Gabrov |
synced with r28211
|
Tue, 30 Dec 2008 10:40:26 +0000 |
reimar |
Fix OSD flickering with filters that add frames (tfields, yadif) and
|
Tue, 30 Dec 2008 10:38:39 +0000 |
reimar |
Fix OSD flicker with tfields as well.
|
Tue, 30 Dec 2008 10:38:29 +0000 |
reimar |
Avoid flickering OSD with -vf yadif=1
|
Mon, 29 Dec 2008 19:09:45 +0000 |
reimar |
Add nocache to example dvdnav profile, otherwise dvdnav is unusable.
|
Sat, 27 Dec 2008 21:44:33 +0000 |
diego |
Remove audio output section, it provides little to no useful information.
|
Sat, 27 Dec 2008 21:43:57 +0000 |
diego |
Fix Chinese documentation build, English codecs.xml was removed.
|
Sat, 27 Dec 2008 18:58:36 +0000 |
compn |
fix error message example
|
Sat, 27 Dec 2008 15:28:51 +0000 |
diego |
Remove (audio) codecs section, its contents are part of the usage section.
|
Sat, 27 Dec 2008 14:38:42 +0000 |
diego |
Convert Win32 codec importing HOWTO into a text document in the tech section.
|
Sat, 27 Dec 2008 13:58:20 +0000 |
diego |
Remove/fix ancient CVS references.
|
Sat, 27 Dec 2008 13:49:24 +0000 |
diego |
Remove known bugs section, it contains little useful information.
|
Sat, 27 Dec 2008 13:09:42 +0000 |
diego |
Add entry about mysterious coredumps.
|
Sat, 27 Dec 2008 13:00:03 +0000 |
reimar |
Fix ugly borders problem with ati-hack
|
Sat, 27 Dec 2008 12:46:06 +0000 |
diego |
Reorder sections: Put FAQ at the end, group usage sections together.
|
Sat, 27 Dec 2008 12:03:51 +0000 |
diego |
Avoid u_ BSD type names.
|
Sat, 27 Dec 2008 12:00:11 +0000 |
diego |
Set and use only ARCH_PPC, not also ARCH_POWERPC.
|
Sat, 27 Dec 2008 11:45:46 +0000 |
diego |
Avoid POSIX-reserved _t namespace.
|
Sat, 27 Dec 2008 11:33:54 +0000 |
diego |
consistency cosmetics: Rename POWERPC identifiers to PPC.
|
Thu, 25 Dec 2008 18:28:10 +0000 |
diego |
grammar fix by Vineeth N, nvineeth gmail com
|
Wed, 24 Dec 2008 18:13:18 +0000 |
diego |
Add nomsgmodule option, patch by Onur K¸«ä¸«®¸«äk, onur delipenguen net.
|
Wed, 24 Dec 2008 16:57:35 +0000 |
diego |
Remove unused variable.
|
Wed, 24 Dec 2008 16:05:20 +0000 |
reimar |
Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to always 32 MB.
|
Wed, 24 Dec 2008 04:33:51 +0000 |
compn |
add zygo audio (SPXN) qtaudio codec
|
Tue, 23 Dec 2008 20:56:45 +0000 |
reimar |
Warn when using features that are broken due to ATI driver bugs.
|
Tue, 23 Dec 2008 19:31:56 +0000 |
reimar |
Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 drivers 20% slower at HD resolutions
|
Tue, 23 Dec 2008 19:10:40 +0000 |
reimar |
Reduce the priority of the rv3040 native Linux RealVideo decoders since it crashes on SMP systems
|
Tue, 23 Dec 2008 18:11:55 +0000 |
compn |
updates
|
Tue, 23 Dec 2008 13:31:04 +0000 |
diego |
Remove pointless forward declaration.
|
Tue, 23 Dec 2008 11:42:24 +0000 |
reimar |
Set fast_cmov for all x86_64 systems, except for P4-based systems this
|
Tue, 23 Dec 2008 11:42:11 +0000 |
reimar |
Define HAVE_FAST_64BIT if appropriate
|
Tue, 23 Dec 2008 04:24:07 +0000 |
compn |
fix poorly worded changelog entries
|
Mon, 22 Dec 2008 22:56:51 +0000 |
cehoyos |
Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.
|
Mon, 22 Dec 2008 16:51:06 +0000 |
compn |
re-add codecs: sif1 (directshow version) and acdsee mjpeg
|
Mon, 22 Dec 2008 09:20:38 +0000 |
diego |
Sync with latest FFmpeg changes.
|
Mon, 22 Dec 2008 09:20:18 +0000 |
diego |
libavcodec/i386/ was renamed to libavcodec/x86/.
|
Sun, 21 Dec 2008 20:12:47 +0000 |
compn |
add amr format tags, fixes:
|
Sun, 21 Dec 2008 04:11:51 +0000 |
reimar |
100l, forgot an assignment, broke special keys handling for X11-based vos.
|
Sat, 20 Dec 2008 23:01:22 +0000 |
compn |
remove acdsee mjpeg binary codec, works with ffmjpeg
|
Sat, 20 Dec 2008 18:07:08 +0000 |
kostya |
FFmpeg now has RV30 decoder enabled
|
Sat, 20 Dec 2008 11:52:11 +0000 |
reimar |
Add and use a special lookup function to do table-based translation to MPlayer keycodes.
|
Sat, 20 Dec 2008 11:49:00 +0000 |
reimar |
Cosmetics: get rid of some tabs and trailing whitespace.
|
Sat, 20 Dec 2008 11:12:45 +0000 |
reimar |
Use a table to translate X11 to MPlayer keycodes.
|
Sat, 20 Dec 2008 10:26:17 +0000 |
reimar |
Get rid of pointless and now unused defines.
|
Sat, 20 Dec 2008 10:25:13 +0000 |
reimar |
Simplify handling of X11 key events that are just passed through.
|
Sat, 20 Dec 2008 10:18:15 +0000 |
reimar |
Fix imaadpcm extradata with lavc encoder.
|
Fri, 19 Dec 2008 21:18:31 +0000 |
gpoirier |
Document vo_macosx's shared_buffer option.
|
Fri, 19 Dec 2008 20:33:54 +0000 |
gpoirier |
Replace vo_macosx's custom options parsing with a subopt_parse()-based one
|
Fri, 19 Dec 2008 09:59:59 +0000 |
diego |
Remove pointless malloc.h #include.
|
Fri, 19 Dec 2008 09:43:19 +0000 |
reimar |
Include config.h in mangle.h, fixes make checkheaders.
|
Wed, 17 Dec 2008 20:54:25 +0000 |
compn |
add binary codecs:
|
Wed, 17 Dec 2008 16:12:12 +0000 |
Gabrov |
synced with r28160
|
Wed, 17 Dec 2008 14:52:46 +0000 |
compn |
add binary codec for fourcc wavc
|
Wed, 17 Dec 2008 08:47:01 +0000 |
diego |
another round of armv4l --> arm changes
|
Wed, 17 Dec 2008 01:10:34 +0000 |
diego |
libavcodec/armv4l/ was renamed to libavcodec/arm/.
|
Wed, 17 Dec 2008 00:08:04 +0000 |
diego |
Do not use full relative #include path for headers in the same directory.
|
Wed, 17 Dec 2008 00:06:03 +0000 |
diego |
#include sub.h instead of locally declaring vo_draw_text().
|
Tue, 16 Dec 2008 05:19:11 +0000 |
compn |
Added FOURCCS:
|
Mon, 15 Dec 2008 22:25:39 +0000 |
diego |
xvmc is now a CONFIG_ option in FFmpeg.
|
Mon, 15 Dec 2008 20:19:27 +0000 |
reimar |
100l, reorder check for AC3 format to avoid a possible memleak
|
Mon, 15 Dec 2008 16:13:41 +0000 |
reimar |
Consistently include config.h before mangle.h, fixes possible compilation
|
Mon, 15 Dec 2008 13:53:07 +0000 |
reimar |
Simplify the definition of MANGLE, possibly also makes it easier to support more systems.
|
Sun, 14 Dec 2008 15:17:18 +0000 |
reimar |
Add extra checks to avoid crashes with broken vqf files.
|
Sun, 14 Dec 2008 11:18:23 +0000 |
rathann |
Update links to RPM packages, now that Livna has merged into RPMFusion.
|
Sat, 13 Dec 2008 18:40:19 +0000 |
diego |
Add standard GPL headers.
|
Sat, 13 Dec 2008 18:28:00 +0000 |
diego |
Add standard GPL license header.
|