Fri, 14 Sep 2007 20:18:00 +0000 |
reimar |
Remove some commented-out debugging code
|
Fri, 14 Sep 2007 20:09:39 +0000 |
reimar |
Fix demux_ty_FindESHeader so it won't overread
|
Fri, 14 Sep 2007 20:08:42 +0000 |
reimar |
Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeader
|
Fri, 14 Sep 2007 19:55:09 +0000 |
reimar |
Remove unused demux_ty_FindESPacket parameter
|
Fri, 14 Sep 2007 19:53:09 +0000 |
reimar |
Simplify demux_ty_FindESHeader
|
Fri, 14 Sep 2007 19:46:54 +0000 |
reimar |
Move variable declarations into the block where they are used
|
Fri, 14 Sep 2007 19:34:17 +0000 |
reimar |
Another piece of duplicate code
|
Fri, 14 Sep 2007 19:30:25 +0000 |
reimar |
Avoid a big piece of duplicated code
|
Fri, 14 Sep 2007 19:13:47 +0000 |
reimar |
Get rid of more code duplication
|
Fri, 14 Sep 2007 19:07:50 +0000 |
reimar |
Simplify XDS handling
|
Fri, 14 Sep 2007 18:58:32 +0000 |
reimar |
Reduce code duplication
|
Fri, 14 Sep 2007 18:54:14 +0000 |
reimar |
Greatly simplify IsValidAudioPacket, though this might break something
|
Fri, 14 Sep 2007 18:50:25 +0000 |
reimar |
Simplify IsValidAudioPacket
|
Fri, 14 Sep 2007 18:40:57 +0000 |
reimar |
Do not misuse a_streams for private info, demuxer->priv is for that!
|
Fri, 14 Sep 2007 18:32:34 +0000 |
reimar |
Use AV_RB24
|
Fri, 14 Sep 2007 18:31:14 +0000 |
reimar |
get rid of pointless pesFileId variables
|
Fri, 14 Sep 2007 18:26:55 +0000 |
reimar |
Simplify AV_RB32 / 256 -> AV_RB24
|
Fri, 14 Sep 2007 18:23:13 +0000 |
reimar |
Use AV_RB32 instead of tivobuffer2hostlong
|
Fri, 14 Sep 2007 18:19:10 +0000 |
reimar |
Yet more cosmetics
|
Fri, 14 Sep 2007 18:03:36 +0000 |
reimar |
Move timestamps to int64_t and use MP_NOPTS_VALUE
|
Fri, 14 Sep 2007 17:56:22 +0000 |
reimar |
Demuxers are _not_ supposed to set ds->pts!
|
Fri, 14 Sep 2007 17:39:48 +0000 |
reimar |
Fix completely broken get_ty_pts (it's an ordinary MPEG timestamp)
|
Fri, 14 Sep 2007 17:08:02 +0000 |
reimar |
Another ty simplification
|
Fri, 14 Sep 2007 17:06:04 +0000 |
reimar |
Remove unused variable
|
Fri, 14 Sep 2007 17:04:36 +0000 |
reimar |
tmf_totalsize is not used either, remove it
|
Fri, 14 Sep 2007 17:03:26 +0000 |
reimar |
More simplifications
|
Fri, 14 Sep 2007 17:00:09 +0000 |
reimar |
Get rid of some quite pointless variables
|
Fri, 14 Sep 2007 16:58:31 +0000 |
reimar |
Move boundary check before use!
|
Fri, 14 Sep 2007 16:50:42 +0000 |
voroshil |
pthreads support is required for teletext
|
Fri, 14 Sep 2007 16:45:52 +0000 |
reimar |
Remove unused tmf_totalchunks
|
Fri, 14 Sep 2007 16:44:52 +0000 |
reimar |
Simplify EOF handling
|
Fri, 14 Sep 2007 16:42:46 +0000 |
reimar |
Simplify tmf_filetooffset
|
Fri, 14 Sep 2007 16:21:12 +0000 |
reimar |
Small simplifications
|
Fri, 14 Sep 2007 16:12:33 +0000 |
reimar |
10l, placed terminating 0 at the wrong place.
|
Fri, 14 Sep 2007 16:12:02 +0000 |
reimar |
Avoid strlcpy, tar headers already have space to ensure 0-termination
|
Fri, 14 Sep 2007 16:04:12 +0000 |
reimar |
Do not ignore last chunk in .tmf files, it will cause part of the file to be
|
Fri, 14 Sep 2007 15:52:46 +0000 |
reimar |
Cosmetics: remove lots of useless () and {}.
|
Fri, 14 Sep 2007 15:33:21 +0000 |
reimar |
Use CHUNKSIZE define in a few more places
|
Fri, 14 Sep 2007 15:28:47 +0000 |
reimar |
Simplify ty_extensionis
|
Fri, 14 Sep 2007 15:19:45 +0000 |
reimar |
Make demux_ty internal functions static
|
Fri, 14 Sep 2007 15:12:46 +0000 |
reimar |
Use strtol instead of horribly suboptimal ty_octaltodecimal
|
Fri, 14 Sep 2007 14:45:08 +0000 |
reimar |
Fix ESD check: use an ESD function to actually check linking and do
|
Fri, 14 Sep 2007 14:19:22 +0000 |
reimar |
sigill_handler_sse is not needed and can not compile on 64 bit systems
|
Fri, 14 Sep 2007 13:49:28 +0000 |
reimar |
Do not check for X86_FXSR_MAGIC define, it is missing in newer
|
Fri, 14 Sep 2007 13:43:06 +0000 |
reimar |
Remove unused sigfpe handler
|
Fri, 14 Sep 2007 13:25:20 +0000 |
reimar |
Remove test for SSE exception support that has been commented out since ages.
|
Fri, 14 Sep 2007 12:52:13 +0000 |
reimar |
Fix off-by-one error if fsize is odd (does handling that case even make sense?)
|
Fri, 14 Sep 2007 12:47:15 +0000 |
reimar |
Mark DTS tables as const
|
Fri, 14 Sep 2007 12:39:02 +0000 |
reimar |
Fix 10l typo in syncword
|
Fri, 14 Sep 2007 08:56:04 +0000 |
reimar |
Improved comments, based on patches by Ulion [ulion2002 gmail com]
|
Fri, 14 Sep 2007 08:54:06 +0000 |
reimar |
Simplify and fix big-endian hwac3 header generation code.
|
Thu, 13 Sep 2007 18:36:04 +0000 |
reimar |
Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGR
|
Thu, 13 Sep 2007 17:13:27 +0000 |
voroshil |
Fix missing reset/initialization (with tv parameters) of
|
Thu, 13 Sep 2007 17:06:36 +0000 |
ben |
added monkey audio file extensions to extension table
|
Thu, 13 Sep 2007 16:13:37 +0000 |
voroshil |
Move AM_MEDIA_TYPE structure definition to mediatype.h.
|
Thu, 13 Sep 2007 15:18:57 +0000 |
reimar |
Check wLongsPerEntry before using it.
|
Thu, 13 Sep 2007 14:12:06 +0000 |
diego |
Remove useless preprocessor check, _WINGDI_H is never defined.
|
Thu, 13 Sep 2007 13:47:22 +0000 |
uau |
Add support for FFmpeg Monkey's Audio decoder
|
Thu, 13 Sep 2007 13:16:30 +0000 |
diego |
warning fixes:
|
Thu, 13 Sep 2007 11:23:32 +0000 |
reimar |
Replace constant by appropriate define
|
Thu, 13 Sep 2007 08:50:21 +0000 |
diego |
Remove leading underscores from multiple inclusion guards,
|
Thu, 13 Sep 2007 00:17:52 +0000 |
diego |
Fix include path.
|
Wed, 12 Sep 2007 23:42:30 +0000 |
diego |
Remove redundant #ifndef, __WINE_MMSYSTEM_H is never defined.
|
Wed, 12 Sep 2007 23:16:39 +0000 |
diego |
cosmetics: Use uppercase for multiple inclusion guards and comment #endifs.
|
Wed, 12 Sep 2007 23:14:55 +0000 |
diego |
Remove useless #ifndef, __WINE_WINGDI_H is never defined.
|
Wed, 12 Sep 2007 23:13:53 +0000 |
diego |
Remove redundant multiple inclusion guard.
|
Wed, 12 Sep 2007 17:59:31 +0000 |
reimar |
DOCS/tech/colorspaces.txt says I420 and IYUV are the same, so add IYUV at the
|
Wed, 12 Sep 2007 17:57:40 +0000 |
voroshil |
r24423: Implementation of tv:// driver autodetection.
|
Wed, 12 Sep 2007 17:53:41 +0000 |
voroshil |
r24423: Implementation of tv:// driver autodetection.
|
Wed, 12 Sep 2007 15:30:22 +0000 |
diego |
Consistently use path as multiple inclusion guard.
|
Wed, 12 Sep 2007 14:54:08 +0000 |
Gabrov |
synced with r24423
|
Wed, 12 Sep 2007 08:49:25 +0000 |
diego |
Add missing #include to fix compilation.
|
Wed, 12 Sep 2007 06:59:36 +0000 |
reimar |
Do not replace _ by - if x86_64 is given in --target.
|
Tue, 11 Sep 2007 11:41:10 +0000 |
gpoirier |
sync w/r24423
|
Mon, 10 Sep 2007 23:14:17 +0000 |
cehoyos |
Fix indentation after r24367.
|
Mon, 10 Sep 2007 23:09:19 +0000 |
kraymer |
r24294: suboption consistency, add fixme document -vivo suboptions
|
Mon, 10 Sep 2007 18:55:52 +0000 |
voroshil |
Revert r24424.
|
Mon, 10 Sep 2007 18:27:45 +0000 |
voroshil |
Fix for:
|
Mon, 10 Sep 2007 18:07:25 +0000 |
voroshil |
Fix for a lot of
|
Mon, 10 Sep 2007 17:09:35 +0000 |
voroshil |
Implementation of tv:// driver autodetection.
|
Mon, 10 Sep 2007 16:17:13 +0000 |
diego |
cosmetics: Add comments to some #endif preprocessor directives.
|
Mon, 10 Sep 2007 15:38:11 +0000 |
diego |
warning fixes:
|
Mon, 10 Sep 2007 15:33:40 +0000 |
diego |
warning fix:
|
Mon, 10 Sep 2007 15:32:11 +0000 |
diego |
warning fix:
|
Mon, 10 Sep 2007 15:27:23 +0000 |
diego |
warning fixes:
|
Mon, 10 Sep 2007 14:43:19 +0000 |
voroshil |
Fix for:
|
Mon, 10 Sep 2007 14:29:44 +0000 |
voroshil |
Fix for:
|
Mon, 10 Sep 2007 13:50:03 +0000 |
voroshil |
Proper fix for:
|
Mon, 10 Sep 2007 13:30:22 +0000 |
diego |
cosmetics: Fix silly typo.
|
Mon, 10 Sep 2007 13:29:14 +0000 |
diego |
warning fix:
|
Mon, 10 Sep 2007 13:28:00 +0000 |
diego |
warning fixes:
|
Mon, 10 Sep 2007 13:19:46 +0000 |
diego |
warning fix:
|
Mon, 10 Sep 2007 13:17:29 +0000 |
diego |
warning fixes:
|
Mon, 10 Sep 2007 13:16:44 +0000 |
diego |
warning fixes:
|
Mon, 10 Sep 2007 13:10:44 +0000 |
diego |
warning fixes:
|
Mon, 10 Sep 2007 13:08:46 +0000 |
diego |
warning fixes:
|
Mon, 10 Sep 2007 13:06:54 +0000 |
diego |
warning fixes:
|
Mon, 10 Sep 2007 13:03:20 +0000 |
diego |
warning fixes:
|
Mon, 10 Sep 2007 12:54:32 +0000 |
diego |
warning fix:
|
Mon, 10 Sep 2007 12:51:26 +0000 |
diego |
warning fixes:
|
Mon, 10 Sep 2007 11:41:26 +0000 |
diego |
warning fixes:
|
Mon, 10 Sep 2007 11:34:58 +0000 |
diego |
warning fixes:
|
Mon, 10 Sep 2007 11:31:51 +0000 |
diego |
warning fixes:
|
Mon, 10 Sep 2007 11:28:55 +0000 |
diego |
warning fix:
|
Mon, 10 Sep 2007 11:10:50 +0000 |
diego |
warning fix:
|
Mon, 10 Sep 2007 10:57:40 +0000 |
diego |
warning fix:
|
Mon, 10 Sep 2007 08:47:55 +0000 |
cehoyos |
Revert the part of r24389 that broke compilation of mencoder.
|
Mon, 10 Sep 2007 05:37:37 +0000 |
voroshil |
r24386: move lavc option out of XviD section, to lavc section
|
Mon, 10 Sep 2007 01:13:13 +0000 |
voroshil |
Fix warnings:
|
Mon, 10 Sep 2007 01:10:59 +0000 |
voroshil |
Fix warnings:
|
Mon, 10 Sep 2007 01:10:18 +0000 |
voroshil |
Fix warnings:
|
Mon, 10 Sep 2007 01:09:49 +0000 |
voroshil |
Fix warnings:
|
Mon, 10 Sep 2007 01:09:08 +0000 |
voroshil |
fix warnings:
|
Mon, 10 Sep 2007 01:08:23 +0000 |
voroshil |
Fix warnings:
|
Mon, 10 Sep 2007 01:07:21 +0000 |
voroshil |
Fix warnings:
|
Sun, 09 Sep 2007 16:01:02 +0000 |
Gabrov |
synced with r24386
|
Sun, 09 Sep 2007 15:10:44 +0000 |
gpoirier |
move lavc option out of XviD section, to lavc section
|
Sun, 09 Sep 2007 15:05:33 +0000 |
voroshil |
Fix redundant declaration warnings for variables already defined
|
Sun, 09 Sep 2007 14:59:07 +0000 |
voroshil |
Option adevice is implemented for all tv:// drivers.
|
Sun, 09 Sep 2007 13:41:45 +0000 |
diego |
Add comments to some #endif preprocessor directives.
|
Sun, 09 Sep 2007 12:19:57 +0000 |
Gabrov |
synced with r24381
|
Sun, 09 Sep 2007 10:18:18 +0000 |
diego |
Move vo_3dfx check after vo_dga check, vo_3dfx needs -lXxf86dga to link.
|
Sun, 09 Sep 2007 09:59:50 +0000 |
diego |
warning fix:
|
Sun, 09 Sep 2007 09:57:36 +0000 |
diego |
warning fix:
|
Sun, 09 Sep 2007 09:54:57 +0000 |
diego |
warning fix:
|
Sun, 09 Sep 2007 09:48:51 +0000 |
diego |
warning fix:
|
Sun, 09 Sep 2007 09:44:13 +0000 |
diego |
warning fix:
|
Sun, 09 Sep 2007 09:22:30 +0000 |
reimar |
Add nuv codec tag mapping
|
Sun, 09 Sep 2007 08:47:53 +0000 |
reimar |
Mark lavfpref demuxer as safe, so it that it is actually used for e.g.
|
Sun, 09 Sep 2007 01:27:49 +0000 |
compn |
add instruction how to use parallel h264 deoding
|
Sat, 08 Sep 2007 18:06:44 +0000 |
zuxy |
Fix fast_cmov detection broken by r24371
|
Sat, 08 Sep 2007 18:04:47 +0000 |
zuxy |
Use -march=native (avail. since gcc 4.2) when possible
|
Sat, 08 Sep 2007 14:43:10 +0000 |
gpoirier |
Add a check for c->head being NULL in pullup_free_context().
|
Sat, 08 Sep 2007 14:02:22 +0000 |
voroshil |
Add "teletext patches" string to Otvos Attila's list
|
Sat, 08 Sep 2007 13:36:13 +0000 |
reimar |
Fix borders for xmga broken by r23675. Tested by Diego.
|
Sat, 08 Sep 2007 12:15:15 +0000 |
voroshil |
Avoid releasing of unallocated memory.
|
Sat, 08 Sep 2007 10:15:08 +0000 |
voroshil |
Fix for:
|
Sat, 08 Sep 2007 10:04:08 +0000 |
voroshil |
More accurate calculating of teletext
|
Sat, 08 Sep 2007 09:48:43 +0000 |
voroshil |
Implement boxes for subtitle teletext pages.
|
Sat, 08 Sep 2007 06:01:43 +0000 |
voroshil |
Always initialize pUnk pointer with zero.
|
Sat, 08 Sep 2007 03:06:23 +0000 |
voroshil |
Decrease teletext page rendering frequency from 1/frame to about 4/sec.
|
Fri, 07 Sep 2007 19:36:14 +0000 |
cehoyos |
Fix typo in r24360
|
Fri, 07 Sep 2007 18:57:45 +0000 |
uau |
Fix compilation after FFmpeg AUDIO_(DE)MUXER split
|
Fri, 07 Sep 2007 17:14:56 +0000 |
voroshil |
r24356: spelling fixes, pointed by Diego
|
Fri, 07 Sep 2007 14:51:54 +0000 |
cehoyos |
Fix compilation after FFmpeg r10426.
|
Thu, 06 Sep 2007 23:12:34 +0000 |
diego |
Clarify teletext tlang option.
|
Thu, 06 Sep 2007 20:26:43 +0000 |
voroshil |
spelling fixes, pointed by Diego
|
Thu, 06 Sep 2007 20:18:38 +0000 |
voroshil |
r24294: suboption consistency, add fixme document -vivo suboptions
|
Thu, 06 Sep 2007 20:03:01 +0000 |
voroshil |
r24216: Add missed in r24212 strings definitions
|
Thu, 06 Sep 2007 17:54:11 +0000 |
voroshil |
r24216: Add missed in r24212 strings definitions
|
Thu, 06 Sep 2007 16:28:31 +0000 |
ivo |
add ; at the end of the sed commands. this fixes operation under cygwin.
|
Thu, 06 Sep 2007 16:25:44 +0000 |
ivo |
remove cut&paste from ffmpeg mistake. cd "$1" does not make any sense here,
|
Thu, 06 Sep 2007 09:36:01 +0000 |
diego |
Fix AltiVec autodetection: The autodetection was overriding configure
|
Thu, 06 Sep 2007 08:57:50 +0000 |
reimar |
Support lowdelay flag
|
Wed, 05 Sep 2007 22:24:47 +0000 |
gpoirier |
mention Slice-based parallel H.264 decoding in changelog
|
Wed, 05 Sep 2007 21:49:15 +0000 |
gpoirier |
sync w/ r24329
|
Wed, 05 Sep 2007 20:50:35 +0000 |
diego |
Replace short region code explanation by more detailed section.
|
Wed, 05 Sep 2007 19:32:34 +0000 |
cehoyos |
Fix compilation after FFmpeg r10411.
|
Wed, 05 Sep 2007 12:56:23 +0000 |
diego |
Remove technical description of DVDs and libdvdread implementation.
|
Wed, 05 Sep 2007 11:09:25 +0000 |
diego |
Allow XF86AudioLowerVolume/XF86AudioRaiseVolume keys to be handled by MPlayer.
|
Wed, 05 Sep 2007 10:48:35 +0000 |
diego |
Matroska muxer now available in libavformat.
|
Tue, 04 Sep 2007 22:57:06 +0000 |
diego |
Move debug message to verbose output level.
|
Tue, 04 Sep 2007 22:48:13 +0000 |
diego |
Remove obsolete libac3 entry.
|
Tue, 04 Sep 2007 12:54:45 +0000 |
diego |
warnig fix (blessed by Rich):
|
Tue, 04 Sep 2007 10:46:31 +0000 |
reimar |
Add a bicubic scaler that needs a lot more instruction but no
|
Mon, 03 Sep 2007 21:11:41 +0000 |
reimar |
Do not reset user-enabled mute on EOF, but only on exit.
|
Mon, 03 Sep 2007 14:21:53 +0000 |
voroshil |
Fix for:
|
Mon, 03 Sep 2007 13:18:26 +0000 |
reimar |
Fix compilation after patch to remove global vo_hdc
|
Mon, 03 Sep 2007 08:44:36 +0000 |
reimar |
Remove global vo_hdc, since it is recommended to release a DC as soon as possible.
|
Mon, 03 Sep 2007 08:36:27 +0000 |
reimar |
Remove checks that in the worst case will completely break fullscreen
|
Mon, 03 Sep 2007 08:33:35 +0000 |
reimar |
Make sure aspect hint is adjusted on aspect change
|
Sun, 02 Sep 2007 22:09:55 +0000 |
reimar |
Cosmetics: set vo_hint.flags at more consistent places (directly before
|
Sun, 02 Sep 2007 20:38:57 +0000 |
Gabrov |
synced with r24329
|
Sun, 02 Sep 2007 18:29:44 +0000 |
uau |
manpage fix: escape '\' in -vf geq description
|
Sun, 02 Sep 2007 18:17:32 +0000 |
nicodvb |
decerebrated-proof guide to the instalation of dvdnav
|
Sun, 02 Sep 2007 11:05:27 +0000 |
kraymer |
fix broken MinGW-Howto link
|
Sun, 02 Sep 2007 10:10:42 +0000 |
Gabrov |
synced with r24310
|
Sun, 02 Sep 2007 06:12:32 +0000 |
voroshil |
Increase number of skipped buffers to 5 to avoid mixing teletext pages from
|
Sat, 01 Sep 2007 21:35:07 +0000 |
nicodvb |
a mouse selection may require at least a video codec reinit
|
Sat, 01 Sep 2007 21:00:18 +0000 |
nicodvb |
implemented STREAM_CTRL_GET_ASPECT_RATIO
|
Sat, 01 Sep 2007 20:56:45 +0000 |
nicodvb |
moved to reinit_video_chain() the assignment of sh_video->stream_aspect, where it makes more sense
|
Sat, 01 Sep 2007 18:49:51 +0000 |
voroshil |
Make sure that no pages will left in cache during
|
Sat, 01 Sep 2007 15:56:19 +0000 |
nicodvb |
if the stream reader supports it assign to the video the stream aspect ratio
|
Sat, 01 Sep 2007 15:54:45 +0000 |
nicodvb |
added .stream_aspect to st_video_t: if non-zero and if not specified otherwise
|
Sat, 01 Sep 2007 15:51:41 +0000 |
nicodvb |
implemented STREAM_CTRL_GET_ASPECT_RATIO
|
Sat, 01 Sep 2007 15:50:52 +0000 |
nicodvb |
introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from the stream layer (if supported)
|
Sat, 01 Sep 2007 14:36:49 +0000 |
voroshil |
Drop out control chars from page header in time position.
|
Sat, 01 Sep 2007 10:50:36 +0000 |
iive |
Remove imported rational calculation code and use the original one from avutil.
|
Sat, 01 Sep 2007 10:14:42 +0000 |
voroshil |
Fix missed -1 -> 0x3f7f changes for subpage number.
|
Sat, 01 Sep 2007 01:32:17 +0000 |
voroshil |
Fix displaying start page when it has subpages.
|
Sat, 01 Sep 2007 01:22:30 +0000 |
voroshil |
Proper support for flashing chars in teletext pages.
|
Fri, 31 Aug 2007 22:37:42 +0000 |
gpoirier |
sync w/r24310
|
Fri, 31 Aug 2007 16:53:27 +0000 |
voroshil |
Support for selecting language via packet 28.
|
Fri, 31 Aug 2007 14:57:50 +0000 |
mhoffman |
renaming ARCH_BFIN to HAVE_BFIN
|
Fri, 31 Aug 2007 13:08:13 +0000 |
diego |
Make DGA 1 and DGA 2 separately selectable.
|
Fri, 31 Aug 2007 11:57:57 +0000 |
diego |
warning fixes:
|
Fri, 31 Aug 2007 11:51:26 +0000 |
diego |
Remove pointless forward declarations.
|
Thu, 30 Aug 2007 23:11:55 +0000 |
diego |
cosmetics: Sort some lines, whitespace changes.
|
Thu, 30 Aug 2007 22:28:49 +0000 |
cehoyos |
Added Sun VO driver for Denes Balatoni
|
Thu, 30 Aug 2007 11:46:28 +0000 |
kraymer |
ignore some symlinked files
|
Wed, 29 Aug 2007 22:58:47 +0000 |
Gabrov |
synced with r24301
|
Wed, 29 Aug 2007 19:13:53 +0000 |
compn |
replace deleted line
|
Wed, 29 Aug 2007 18:19:50 +0000 |
voroshil |
Small code simplification as suggested by Reimar:
|
Wed, 29 Aug 2007 18:11:09 +0000 |
voroshil |
Simplify code by using FFSWAP
|
Wed, 29 Aug 2007 17:46:33 +0000 |
voroshil |
(cosmetics) replace tabs with spaces
|
Wed, 29 Aug 2007 17:44:40 +0000 |
voroshil |
(cosmetics) fix indentation of previous commit
|
Wed, 29 Aug 2007 17:43:13 +0000 |
voroshil |
Implement Hold/Release graphics (showing control chars as
|
Wed, 29 Aug 2007 17:28:41 +0000 |
voroshil |
Implement Flash/Steady (swapping foreground/background colors)
|
Wed, 29 Aug 2007 15:20:30 +0000 |
compn |
suboption consistency, add fixme document -vivo suboptions
|
Wed, 29 Aug 2007 15:18:36 +0000 |
compn |
remove planned features, ok by diego
|
Wed, 29 Aug 2007 14:56:57 +0000 |
kraymer |
sync with r24137, patch by JRaSH
|
Wed, 29 Aug 2007 13:37:12 +0000 |
voroshil |
Make charset constants naming consistant
|
Wed, 29 Aug 2007 10:18:47 +0000 |
diego |
Purge looooong obsolete remnants of vo_fsdga.
|
Wed, 29 Aug 2007 10:14:35 +0000 |
diego |
Remove unused extern int declaration.
|
Wed, 29 Aug 2007 10:12:24 +0000 |
cehoyos |
Silence make's 'Please run configure again' if it was already run.
|
Wed, 29 Aug 2007 09:43:00 +0000 |
diego |
cosmetics: Fix up whitespace, indentation and similar things.
|
Wed, 29 Aug 2007 09:31:44 +0000 |
diego |
Fix linking on Windows.
|
Wed, 29 Aug 2007 09:26:33 +0000 |
diego |
warning fixes:
|
Wed, 29 Aug 2007 09:21:06 +0000 |
diego |
warning fix:
|
Wed, 29 Aug 2007 09:19:07 +0000 |
diego |
Build test programs with standard CFLAGS and use implicit rules.
|
Wed, 29 Aug 2007 09:16:56 +0000 |
diego |
warning fix:
|
Wed, 29 Aug 2007 08:44:02 +0000 |
diego |
Add FFmpeg AC-3 decoder.
|
Tue, 28 Aug 2007 23:56:17 +0000 |
diego |
warning fixes:
|
Tue, 28 Aug 2007 22:54:21 +0000 |
Gabrov |
synced with r24216
|
Tue, 28 Aug 2007 22:48:01 +0000 |
diego |
typos
|
Tue, 28 Aug 2007 22:38:45 +0000 |
diego |
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
|
Tue, 28 Aug 2007 19:58:45 +0000 |
iive |
Fix compilation by adding forgotten comma.
|
Tue, 28 Aug 2007 18:06:11 +0000 |
voroshil |
Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
|
Tue, 28 Aug 2007 17:38:08 +0000 |
diego |
Remove pointless #ifdef HAVE_XVMC within get_format(), all of the function
|
Tue, 28 Aug 2007 17:36:04 +0000 |
diego |
warning fix:
|
Tue, 28 Aug 2007 17:11:49 +0000 |
diego |
warning fix:
|
Tue, 28 Aug 2007 17:10:00 +0000 |
diego |
warning fix:
|
Tue, 28 Aug 2007 17:08:04 +0000 |
diego |
warning fix:
|
Tue, 28 Aug 2007 17:06:00 +0000 |
diego |
warning fix:
|
Tue, 28 Aug 2007 17:02:19 +0000 |
diego |
cosmetics: Add some explanatory comments to #endif directives.
|
Tue, 28 Aug 2007 16:59:24 +0000 |
diego |
warning fix:
|
Tue, 28 Aug 2007 14:36:13 +0000 |
voroshil |
Move channels option parsing code into separate routine.
|
Tue, 28 Aug 2007 14:36:04 +0000 |
diego |
warning fix:
|
Tue, 28 Aug 2007 14:10:47 +0000 |
voroshil |
Implement X/27/0 packet decoding.
|
Tue, 28 Aug 2007 13:54:27 +0000 |
reimar |
Add code to clear left and right borders not only top and bottom.
|
Tue, 28 Aug 2007 11:20:24 +0000 |
diego |
Clean up the way get_path is handled: Compile get_path.c to an object to link
|
Tue, 28 Aug 2007 11:04:36 +0000 |
diego |
warning fix:
|
Tue, 28 Aug 2007 10:55:53 +0000 |
diego |
warning fix:
|
Tue, 28 Aug 2007 10:53:51 +0000 |
diego |
warning fix:
|
Tue, 28 Aug 2007 10:52:20 +0000 |
diego |
warning fix:
|
Tue, 28 Aug 2007 10:51:13 +0000 |
diego |
warning fix:
|
Tue, 28 Aug 2007 10:48:53 +0000 |
diego |
warning fix:
|
Tue, 28 Aug 2007 10:41:16 +0000 |
diego |
Mark xx function as returning char, fixes:
|
Tue, 28 Aug 2007 10:38:35 +0000 |
diego |
Remove nonsensical #ifdef.
|
Tue, 28 Aug 2007 09:15:40 +0000 |
attila |
Assume first xinerama screen, in case xmga could
|
Tue, 28 Aug 2007 02:37:48 +0000 |
voroshil |
Implement 8/30 format 1 teletext packet decoding
|
Tue, 28 Aug 2007 00:59:47 +0000 |
kraymer |
Typo
|
Mon, 27 Aug 2007 22:03:28 +0000 |
rtogni |
BGR15 is also a valid format for 4xm video
|
Mon, 27 Aug 2007 21:40:09 +0000 |
nicodvb |
in stream_control() remove redefinition of d in a case block, previously assigned in the same function
|
Mon, 27 Aug 2007 21:10:41 +0000 |
nicodvb |
in open_s() unified failure code in fail:
|
Mon, 27 Aug 2007 17:53:35 +0000 |
reimar |
Fix wrong calculation of nbooleans that causes a crash on 64 bit systems
|
Mon, 27 Aug 2007 15:51:04 +0000 |
reimar |
Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wf
|
Mon, 27 Aug 2007 15:21:12 +0000 |
reimar |
Process any waiting commands (got_cmd set). Should fix e.g. smplayer.
|
Mon, 27 Aug 2007 12:00:55 +0000 |
diego |
Simplify the addition of -g to some CFLAGS.
|
Mon, 27 Aug 2007 11:58:37 +0000 |
diego |
Move common link libs/objects into a variable.
|
Mon, 27 Aug 2007 11:52:21 +0000 |
diego |
consistent linking order
|
Mon, 27 Aug 2007 11:40:25 +0000 |
diego |
Do not overwrite config.h unless it was changed. Mostly taken from FFmpeg.
|
Mon, 27 Aug 2007 11:12:12 +0000 |
diego |
Simplify linkage parameters.
|
Mon, 27 Aug 2007 11:08:19 +0000 |
diego |
warning fixes:
|
Mon, 27 Aug 2007 11:05:40 +0000 |
diego |
warning fixes:
|
Mon, 27 Aug 2007 11:04:10 +0000 |
diego |
warning fixes:
|
Mon, 27 Aug 2007 10:59:12 +0000 |
diego |
warning fixes:
|
Mon, 27 Aug 2007 10:58:30 +0000 |
diego |
warning fixes:
|
Mon, 27 Aug 2007 10:56:48 +0000 |
diego |
warning fixes:
|
Mon, 27 Aug 2007 10:55:27 +0000 |
diego |
warning fixes:
|
Mon, 27 Aug 2007 10:51:48 +0000 |
diego |
Remove unnecessary fastmemcpybench prerequisite.
|
Mon, 27 Aug 2007 10:50:58 +0000 |
diego |
Remove unused #include.
|
Mon, 27 Aug 2007 10:32:46 +0000 |
diego |
Fix a ton of warnings:
|
Mon, 27 Aug 2007 10:29:25 +0000 |
diego |
Simplify bmovl-test compilation call.
|
Mon, 27 Aug 2007 10:16:10 +0000 |
diego |
Fix "incompatible implicit declaration of built-in function 'exit'" warnings.
|
Mon, 27 Aug 2007 10:13:11 +0000 |
diego |
Mark phony targets as such.
|
Mon, 27 Aug 2007 10:10:12 +0000 |
diego |
Move fastmemcpybench objects to link against into prerequisites.
|
Mon, 27 Aug 2007 09:59:23 +0000 |
diego |
warning fix:
|
Mon, 27 Aug 2007 09:58:35 +0000 |
diego |
warning fix:
|
Mon, 27 Aug 2007 09:52:55 +0000 |
diego |
warning fix:
|
Mon, 27 Aug 2007 09:47:17 +0000 |
diego |
warning fixes:
|
Mon, 27 Aug 2007 09:12:35 +0000 |
diego |
Revert last commit, -mstackrealign was added in gcc 4.2 and should not
|
Mon, 27 Aug 2007 09:07:13 +0000 |
diego |
Better handling of Alpha MVI CPU extensions (untested).
|
Sun, 26 Aug 2007 20:46:38 +0000 |
diego |
Fix warnings:
|
Sun, 26 Aug 2007 20:44:05 +0000 |
kraymer |
r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.
|
Sun, 26 Aug 2007 19:44:23 +0000 |
voroshil |
(cosmetics) remove unnecessary ';'
|
Sun, 26 Aug 2007 19:23:27 +0000 |
voroshil |
Add missed in r24212 strings definitions
|
Sun, 26 Aug 2007 18:47:07 +0000 |
voroshil |
r24125: Automatic TV channels scanning ability for MPlayer.
|
Sun, 26 Aug 2007 17:45:35 +0000 |
voroshil |
r24180: Document xorg.conf option needed for Xv playback on Intel cards.
|
Sun, 26 Aug 2007 16:58:27 +0000 |
voroshil |
Replace perror() with mp_msg()
|
Sun, 26 Aug 2007 15:12:55 +0000 |
voroshil |
Implement TVI_CONTROL_TUN_GET_SIGNAL in *BSD BT848 driver.
|
Sun, 26 Aug 2007 15:03:43 +0000 |
voroshil |
10l: Move #endif upper to reflect changes in r24054.
|
Sun, 26 Aug 2007 12:59:47 +0000 |
voroshil |
Fix typo
|
Sun, 26 Aug 2007 12:17:36 +0000 |
reimar |
Remove unused _def_altivec
|
Sun, 26 Aug 2007 12:12:02 +0000 |
voroshil |
Suboptions structure should be passed as array not as address of array.
|
Sun, 26 Aug 2007 12:07:37 +0000 |
reimar |
Simplify VIS detection. Also adds ENABLE_VIS define and changes "#define HAVE_VIS = yes"
|
Sun, 26 Aug 2007 05:18:00 +0000 |
voroshil |
Add teletext specification reference
|
Sun, 26 Aug 2007 05:15:53 +0000 |
voroshil |
Remove ugly Russian language support hack.
|
Sun, 26 Aug 2007 05:11:15 +0000 |
voroshil |
Add support for Latin National Option Sub-Sets
|
Sun, 26 Aug 2007 04:56:37 +0000 |
voroshil |
Enable decoding of packet X/24, it is usual teletext line
|
Sat, 25 Aug 2007 18:09:00 +0000 |
reimar |
Split lschunks function further, it is simply too huge to do any useful changes (e.g. for
|
Sat, 25 Aug 2007 17:52:29 +0000 |
diego |
Get netstream closer to linking.
|
Sat, 25 Aug 2007 17:39:15 +0000 |
diego |
warning fix:
|
Sat, 25 Aug 2007 17:36:57 +0000 |
diego |
Fix subrip and vivodump linking.
|
Sat, 25 Aug 2007 17:34:19 +0000 |
diego |
Ignore modify_reg.
|
Sat, 25 Aug 2007 17:33:35 +0000 |
diego |
Mark vfw2menc as Windows-only.
|
Sat, 25 Aug 2007 17:15:05 +0000 |
diego |
warning fix:
|
Sat, 25 Aug 2007 17:13:18 +0000 |
diego |
warning fix:
|
Sat, 25 Aug 2007 17:09:09 +0000 |
diego |
warning fix:
|
Sat, 25 Aug 2007 17:05:02 +0000 |
diego |
Fix warning:
|
Sat, 25 Aug 2007 16:56:43 +0000 |
diego |
warning fix:
|
Sat, 25 Aug 2007 16:51:02 +0000 |
diego |
Fix warning:
|
Sat, 25 Aug 2007 16:42:40 +0000 |
diego |
Remove pointless variable declaration, the code that sets it is long-gone.
|
Sat, 25 Aug 2007 16:42:38 +0000 |
voroshil |
10l: "&" should be done after ">>"
|
Sat, 25 Aug 2007 16:41:10 +0000 |
diego |
Remove stray comment, the code it commented is long-gone.
|
Sat, 25 Aug 2007 16:39:02 +0000 |
voroshil |
Language bits in teletext page header are
|
Sat, 25 Aug 2007 16:32:20 +0000 |
diego |
Fix warnings:
|
Sat, 25 Aug 2007 16:24:17 +0000 |
diego |
Fix warning:
|
Sat, 25 Aug 2007 16:19:42 +0000 |
diego |
Fix warnings:
|
Sat, 25 Aug 2007 16:15:46 +0000 |
diego |
Extract a poor int declaration from within the uncouth grip of an if statement
|
Sat, 25 Aug 2007 16:03:02 +0000 |
diego |
Fix warnings:
|
Sat, 25 Aug 2007 15:53:27 +0000 |
diego |
Fix warning:
|
Sat, 25 Aug 2007 14:23:15 +0000 |
rathann |
Document xorg.conf option needed for Xv playback on Intel cards.
|
Sat, 25 Aug 2007 13:37:19 +0000 |
diego |
Fix warning:
|
Sat, 25 Aug 2007 13:28:25 +0000 |
diego |
Fix warnings:
|
Sat, 25 Aug 2007 13:23:40 +0000 |
diego |
Fix warnings:
|
Sat, 25 Aug 2007 13:18:29 +0000 |
diego |
Add multiple inclusion guards.
|
Sat, 25 Aug 2007 13:13:08 +0000 |
diego |
Fix warning:
|
Sat, 25 Aug 2007 13:08:49 +0000 |
diego |
Move button variable into the if () where it is actually used.
|
Sat, 25 Aug 2007 13:05:07 +0000 |
diego |
Remove redundant extern declarations, #include the right headers instead.
|
Sat, 25 Aug 2007 12:51:33 +0000 |
gpoirier |
sync w/r24084
|
Sat, 25 Aug 2007 12:50:05 +0000 |
diego |
Fix redundant redeclaration warnings.
|
Sat, 25 Aug 2007 12:47:41 +0000 |
diego |
Fix unused variable warning when USE_DVDNAV is not defined.
|
Sat, 25 Aug 2007 12:25:34 +0000 |
diego |
Remove redundant extern variable declarations, include proper headers instead.
|
Sat, 25 Aug 2007 12:19:16 +0000 |
diego |
Remove redundant variable declaration.
|
Sat, 25 Aug 2007 12:12:31 +0000 |
diego |
Remove redundant variable declarations.
|
Sat, 25 Aug 2007 12:10:33 +0000 |
diego |
Remove redundant variable declaration.
|
Sat, 25 Aug 2007 12:04:52 +0000 |
diego |
Remove redundant variable declarations.
|
Sat, 25 Aug 2007 12:02:16 +0000 |
diego |
Remove redundant variable declaration.
|
Sat, 25 Aug 2007 11:59:28 +0000 |
diego |
Remove redundant variable declaration.
|
Sat, 25 Aug 2007 09:46:47 +0000 |
diego |
Fix some unused variable warnings.
|
Sat, 25 Aug 2007 09:29:27 +0000 |
reimar |
Revert r24158, it is not necessary with unsigned bitfield
|
Sat, 25 Aug 2007 09:27:43 +0000 |
reimar |
Change bitfield to unsigned so that we get the usual truth values
|
Sat, 25 Aug 2007 09:17:14 +0000 |
Gabrov |
synced with r24137
|
Sat, 25 Aug 2007 07:35:35 +0000 |
reimar |
Hack around broken bitfields in gcc 4.2
|
Sat, 25 Aug 2007 07:30:17 +0000 |
reimar |
Fix invalid fd check, the bug is somewhere else though.
|
Sat, 25 Aug 2007 07:08:49 +0000 |
reimar |
HACK: check added fds for validity because otherwise mplayer
|
Sat, 25 Aug 2007 06:52:17 +0000 |
reimar |
Fix loads of warnings
|
Sat, 25 Aug 2007 04:28:20 +0000 |
uau |
Handle queued commands from input event functions immediately
|
Sat, 25 Aug 2007 04:28:17 +0000 |
uau |
Watch X11 fd in main input select() if using vo xv
|
Sat, 25 Aug 2007 04:28:14 +0000 |
uau |
Add separate event input type for terminal+vo
|
Sat, 25 Aug 2007 04:28:11 +0000 |
uau |
Use a single select() for both key and slave input
|
Sat, 25 Aug 2007 04:28:09 +0000 |
uau |
Clean up getch2() code somewhat
|
Sat, 25 Aug 2007 04:28:08 +0000 |
uau |
Make terminal input work more like VO key input
|
Sat, 25 Aug 2007 04:28:06 +0000 |
uau |
Remove unused function
|
Sat, 25 Aug 2007 04:28:04 +0000 |
uau |
Use bitfield instead of manual bit fiddling in input.c
|
Sat, 25 Aug 2007 00:30:28 +0000 |
diego |
Remove redundant variable declaration.
|
Sat, 25 Aug 2007 00:23:38 +0000 |
diego |
Fix unused variable warning.
|
Fri, 24 Aug 2007 20:59:55 +0000 |
reimar |
Add missing pixelformat conversion function prototype
|
Fri, 24 Aug 2007 15:04:14 +0000 |
diego |
Move Apple gcc AltiVec vector declaration syntax to libavutil.
|
Fri, 24 Aug 2007 12:49:59 +0000 |
diego |
Add -mstackrealign to CFLAGS on Darwin, fixes loading WMV9 DLL.
|
Fri, 24 Aug 2007 12:45:26 +0000 |
diego |
Remove redundant extern variable declaration.
|
Fri, 24 Aug 2007 11:18:07 +0000 |
diego |
Fix unused variable warning.
|
Fri, 24 Aug 2007 11:16:32 +0000 |
diego |
Remove unused variable.
|
Fri, 24 Aug 2007 11:06:07 +0000 |
diego |
Remove silly #ifdef around the complete file.
|
Fri, 24 Aug 2007 10:50:29 +0000 |
diego |
misc markup fixes
|
Fri, 24 Aug 2007 10:40:57 +0000 |
diego |
Wording and markup improvements for the -tvscan option.
|
Fri, 24 Aug 2007 09:28:44 +0000 |
diego |
Leading underscores in identifiers are forbidden.
|
Fri, 24 Aug 2007 09:23:06 +0000 |
diego |
Remove fallback round implementation that is protected by a preprocessor
|
Fri, 24 Aug 2007 09:15:21 +0000 |
diego |
Remove unused extern variable declaration.
|
Fri, 24 Aug 2007 09:14:41 +0000 |
diego |
Remove redundant variable declaration along with the corresponding warning.
|
Fri, 24 Aug 2007 09:12:00 +0000 |
diego |
1000l: Revert stray hunk that crept in with last commit.
|
Fri, 24 Aug 2007 00:11:15 +0000 |
diego |
Use consistent include path.
|
Thu, 23 Aug 2007 23:14:00 +0000 |
cehoyos |
Removed uninitialized variable.
|
Thu, 23 Aug 2007 20:29:57 +0000 |
reimar |
Use new request_channels
|
Thu, 23 Aug 2007 17:45:54 +0000 |
diego |
100l typo: ENTER --> KPENTER
|
Thu, 23 Aug 2007 17:16:48 +0000 |
diego |
Fix KPENTER keycode value on Mac OS X.
|
Thu, 23 Aug 2007 16:09:30 +0000 |
voroshil |
Automatic TV channels scanning ability for MPlayer.
|
Thu, 23 Aug 2007 14:20:31 +0000 |
voroshil |
Fix blue color for yv12 and i420 image formats in "automute" screen
|
Wed, 22 Aug 2007 23:37:06 +0000 |
cehoyos |
Fix compilation of live555 support after FFmpegs r10173.
|
Wed, 22 Aug 2007 22:51:03 +0000 |
diego |
CONFIG_DARWIN was removed from FFmpeg.
|
Wed, 22 Aug 2007 22:46:55 +0000 |
diego |
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
|
Wed, 22 Aug 2007 17:10:31 +0000 |
reimar |
Finally fix --enable-debug compilation
|
Wed, 22 Aug 2007 14:01:57 +0000 |
voroshil |
Fix [soc:eoc] stubs.
|
Wed, 22 Aug 2007 10:24:37 +0000 |
voroshil |
r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.
|
Wed, 22 Aug 2007 09:56:42 +0000 |
voroshil |
r24030: Document special A-V sync issues with FLV files
|
Wed, 22 Aug 2007 09:05:59 +0000 |
voroshil |
sync tag update
|
Tue, 21 Aug 2007 17:12:30 +0000 |
diego |
Remove Windows-only replacement gettimeofday() implementation, both Cygwin
|
Tue, 21 Aug 2007 12:38:45 +0000 |
reimar |
Set DVD speed earlier to avoid drive spinup during open
|
Tue, 21 Aug 2007 07:27:05 +0000 |
Gabrov |
synced with r24110
|
Tue, 21 Aug 2007 00:24:14 +0000 |
uau |
Remove unnecessary OSD visibility code
|
Tue, 21 Aug 2007 00:24:13 +0000 |
uau |
Minor code cleanup
|
Mon, 20 Aug 2007 23:04:10 +0000 |
diego |
Add some missing libavcodec video encoders.
|
Mon, 20 Aug 2007 23:00:25 +0000 |
diego |
Sort libavcodec encoders.
|
Mon, 20 Aug 2007 21:27:44 +0000 |
nicodvb |
reimplemented nav_read_PCI() and nav_read_DSI() using getbits() rather than relying on bitfields layout in memory
|
Mon, 20 Aug 2007 16:17:13 +0000 |
reimar |
Runtime-patching for windows to fix crash with drv43260.dll
|
Mon, 20 Aug 2007 14:17:43 +0000 |
iive |
remove gconvert_uri_to_filename() and use url_unescape_string() instead.
|
Mon, 20 Aug 2007 09:28:44 +0000 |
reimar |
We can support SEEK_END seeks only when stream->end_pos is known
|
Mon, 20 Aug 2007 09:27:47 +0000 |
reimar |
Add support for AVSEEK_SIZE in demux_lavf
|
Mon, 20 Aug 2007 09:26:29 +0000 |
reimar |
-subfps makes sense for frame-based subtitle formats as well!
|
Sun, 19 Aug 2007 21:22:27 +0000 |
reimar |
Do not seek to an invalid position.
|
Sun, 19 Aug 2007 20:53:43 +0000 |
nicodvb |
added from dvdnav's dvdread getbits() code to be used in forthcoming patch to read correctly NAV data
|
Sun, 19 Aug 2007 09:07:56 +0000 |
reimar |
Replace dvdread bswap.h by something more sane for us.
|
Sun, 19 Aug 2007 08:50:58 +0000 |
reimar |
Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.
|
Sat, 18 Aug 2007 22:47:24 +0000 |
nplourde |
added proper e-mail address
|
Sat, 18 Aug 2007 22:46:29 +0000 |
nplourde |
added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>
|
Sat, 18 Aug 2007 10:30:15 +0000 |
reimar |
Functions that do not return a value must be void
|
Sat, 18 Aug 2007 10:29:31 +0000 |
reimar |
Text files must end with a newline
|
Sat, 18 Aug 2007 10:23:40 +0000 |
reimar |
Remove duplicate extern declaration
|
Sat, 18 Aug 2007 10:07:27 +0000 |
Gabrov |
increasing sync tag after Apple Remote message added
|
Sat, 18 Aug 2007 10:05:56 +0000 |
Gabrov |
synced with r24091
|
Sat, 18 Aug 2007 09:39:56 +0000 |
diego |
Add libdvdcss-specific CFLAGS in the correct place.
|
Sat, 18 Aug 2007 05:32:45 +0000 |
uau |
Remove an unnecessary #ifdef
|
Fri, 17 Aug 2007 08:39:39 +0000 |
diego |
Complete the list of libavcodec audio encoders.
|
Fri, 17 Aug 2007 08:21:20 +0000 |
diego |
Ignore main.xml.
|
Fri, 17 Aug 2007 08:18:53 +0000 |
diego |
Reorder installation requirements list, wording/spelling.
|
Fri, 17 Aug 2007 07:57:45 +0000 |
diego |
Sync local diff with latest changes.
|
Fri, 17 Aug 2007 07:57:13 +0000 |
diego |
Sync libdvdread with version 0.9.7.
|
Thu, 16 Aug 2007 21:55:17 +0000 |
diego |
small libavcodec audio codec clarifications
|
Thu, 16 Aug 2007 21:39:00 +0000 |
diego |
misc fixes and additions
|
Thu, 16 Aug 2007 20:49:48 +0000 |
rathann |
Explicitly mention the need to rebuild MPlayer after installing AMR libs.
|
Thu, 16 Aug 2007 15:16:52 +0000 |
mhoffman |
adding help for --ar --ranlib
|
Thu, 16 Aug 2007 14:12:58 +0000 |
diego |
Move setting of res_comment for internal dvdread to a more sensible place.
|
Thu, 16 Aug 2007 12:42:14 +0000 |
mhoffman |
allow setting of ranlib from the commandline of configure
|
Thu, 16 Aug 2007 12:41:01 +0000 |
mhoffman |
allow setting of ar from the commandline of configure
|
Thu, 16 Aug 2007 10:47:22 +0000 |
diego |
Remove local MinGW gettimeofday() implementation, there is now a native
|
Thu, 16 Aug 2007 07:00:08 +0000 |
diego |
Sync local diff with current version.
|
Thu, 16 Aug 2007 06:57:43 +0000 |
diego |
Sync libdvdread with version 0.9.6.
|
Wed, 15 Aug 2007 12:25:39 +0000 |
diego |
Sync local diff with current version.
|
Wed, 15 Aug 2007 12:24:07 +0000 |
diego |
cosmetics: Do not add trailing whitespace to lines we change.
|
Wed, 15 Aug 2007 12:16:25 +0000 |
diego |
Sync another change from upstream.
|
Wed, 15 Aug 2007 12:01:48 +0000 |
diego |
Remove modification comments from files that are no longer modified.
|
Wed, 15 Aug 2007 11:57:30 +0000 |
diego |
Sync libdvdread with version 0.9.5 (cosmetic changes).
|
Wed, 15 Aug 2007 11:49:17 +0000 |
diego |
cosmetics: alphabetical order
|
Wed, 15 Aug 2007 11:48:23 +0000 |
diego |
1000l: Forgot to add new files, *sigh*.
|
Wed, 15 Aug 2007 11:47:22 +0000 |
diego |
Sync libdvdread with version 0.9.5 (functional changes).
|
Wed, 15 Aug 2007 10:34:53 +0000 |
diego |
Identifiers should not start with two underscores.
|
Wed, 15 Aug 2007 09:34:53 +0000 |
diego |
Remove unused variable.
|
Wed, 15 Aug 2007 09:02:38 +0000 |
diego |
cosmetics: Reorder lines for consistency.
|
Wed, 15 Aug 2007 08:45:01 +0000 |
diego |
Document how to encode with some more libavcodec audio codecs.
|
Wed, 15 Aug 2007 08:34:45 +0000 |
diego |
Clarify comment as pointed out by Ulion.
|
Wed, 15 Aug 2007 04:50:55 +0000 |
uau |
Remove pointless #ifdef
|
Tue, 14 Aug 2007 19:51:47 +0000 |
gpoirier |
AC3 --> AC-3, as done in r24056
|
Tue, 14 Aug 2007 14:52:22 +0000 |
diego |
Rename TMPO to TMPEXE, it is an executable, not an object file.
|
Tue, 14 Aug 2007 14:30:27 +0000 |
diego |
cosmetics: prettyprint
|
Tue, 14 Aug 2007 14:29:22 +0000 |
diego |
Apple Remote support
|
Mon, 13 Aug 2007 22:50:44 +0000 |
diego |
AC3 --> AC-3
|
Mon, 13 Aug 2007 22:42:42 +0000 |
diego |
Document how to encode with some libavcodec audio codecs.
|