Mon, 09 Oct 2006 20:00:02 +0000 |
rtogni |
Fix problems on live streams with huge timestamps, causing overflows and
|
Mon, 09 Oct 2006 19:57:56 +0000 |
eugeni |
Reduce margins for plaintext subtitles.
|
Mon, 09 Oct 2006 19:10:36 +0000 |
reimar |
Free track->language before assigning new value
|
Mon, 09 Oct 2006 18:56:16 +0000 |
reimar |
Missing (in close function)/misplaced free for track structure itself.
|
Mon, 09 Oct 2006 18:48:55 +0000 |
reimar |
Free track data if error occurs while reading trackentry
|
Mon, 09 Oct 2006 18:37:16 +0000 |
vayne |
indentation fixes.
|
Mon, 09 Oct 2006 18:28:58 +0000 |
reimar |
Free track encodings on error or demuxer close
|
Mon, 09 Oct 2006 18:22:57 +0000 |
vayne |
added a simple timer to hide the mouse when in fullscreen mode.
|
Mon, 09 Oct 2006 18:21:50 +0000 |
vayne |
fixed a crash bug as a result of the last change, as well as file skipping (hopefully)
|
Mon, 09 Oct 2006 18:00:54 +0000 |
reimar |
replace malloc+memset by calloc
|
Mon, 09 Oct 2006 17:48:43 +0000 |
reimar |
Remove cast of realloc result missed in last patch
|
Mon, 09 Oct 2006 17:41:37 +0000 |
reimar |
Remove unneeded casts for malloc/realloc calls
|
Mon, 09 Oct 2006 14:44:21 +0000 |
ptt |
removed unused definitions
|
Mon, 09 Oct 2006 11:34:38 +0000 |
ptt |
little typo fixes
|
Mon, 09 Oct 2006 11:30:52 +0000 |
ptt |
done! sync'ed with r20061, hoping not to have written 'strafalcioni'
|
Mon, 09 Oct 2006 09:29:52 +0000 |
ptt |
sync'ed with r19361
|
Mon, 09 Oct 2006 09:22:43 +0000 |
diego |
Create target for mplayer-rc.o so that it is not rerun unconditionally.
|
Mon, 09 Oct 2006 08:32:07 +0000 |
ptt |
-endpos option added in changelog
|
Mon, 09 Oct 2006 08:28:53 +0000 |
ptt |
sync'ed with r19979
|
Mon, 09 Oct 2006 07:56:34 +0000 |
ptt |
sync'ed with (last) cvs 1.256
|
Mon, 09 Oct 2006 00:03:05 +0000 |
ptt |
sync'ed with cvs (yet) 1.249
|
Sun, 08 Oct 2006 23:10:37 +0000 |
ptt |
sync'ed with cvs (yet) 1.243
|
Sun, 08 Oct 2006 23:03:59 +0000 |
Gabrov |
synced with r20061
|
Sun, 08 Oct 2006 22:43:29 +0000 |
rathann |
Fixes
|
Sun, 08 Oct 2006 22:36:24 +0000 |
nicodvb |
reinit codec chain when aspect ratio and/or resolution change
|
Sun, 08 Oct 2006 22:32:07 +0000 |
Gabrov |
synced with r20119
|
Sun, 08 Oct 2006 22:28:02 +0000 |
syrjala |
List dfbmga and directfb in _novomodules.
|
Sun, 08 Oct 2006 22:16:38 +0000 |
syrjala |
Fix DirectFB version check. The old code simply concatenated the
|
Sun, 08 Oct 2006 17:19:20 +0000 |
gpoirier |
sync with r19979, patch by Sheldon Jin % jinsh2 AH yahoo.com %
|
Sun, 08 Oct 2006 16:40:11 +0000 |
rathann |
Remove spurious casts to int. Blessed by Reimar.
|
Sun, 08 Oct 2006 15:58:05 +0000 |
reimar |
Cosmetics: remove lone (evil ;-) ) tab
|
Sun, 08 Oct 2006 14:10:43 +0000 |
rathann |
Disable linking mplayer with mp3lame when --disable-encoder=mp3lame is
|
Sun, 08 Oct 2006 13:49:16 +0000 |
diego |
Support for detection of extended instructions on ARM.
|
Sun, 08 Oct 2006 13:08:07 +0000 |
diego |
Remove outdated/misleading comment about WavPack and libavformat.
|
Sun, 08 Oct 2006 13:01:14 +0000 |
reimar |
Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is broken)
|
Sun, 08 Oct 2006 13:01:03 +0000 |
ptt |
added myself to AUTHORS, as diego told me on 2006/09/26 :-)
|
Sun, 08 Oct 2006 12:19:08 +0000 |
reimar |
WavPack files contain a complete, valid RIFF tag, so use extension (.wv)
|
Sun, 08 Oct 2006 10:02:40 +0000 |
reimar |
a + b => (a + b) for defines, just to be sure.
|
Sun, 08 Oct 2006 09:43:18 +0000 |
reimar |
Avoid memleak when calling parse_obj_params only for syntax-checking (dst == NULL)
|
Sun, 08 Oct 2006 09:32:30 +0000 |
reimar |
Forgotten http_free on send error.
|
Sun, 08 Oct 2006 09:28:49 +0000 |
diego |
Add support for TTA and WavPack.
|
Sun, 08 Oct 2006 09:10:55 +0000 |
reimar |
Another != NULL check after dereferencing
|
Sun, 08 Oct 2006 09:07:51 +0000 |
reimar |
Fix variable dereference before NULL check.
|
Sun, 08 Oct 2006 09:05:27 +0000 |
reimar |
Useless initialization, they will be always set for result != 0
|
Sat, 07 Oct 2006 16:43:39 +0000 |
reimar |
Cosmetics: consistent order for en-/disabled codecs list
|
Sat, 07 Oct 2006 15:33:14 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program'.
|
Sat, 07 Oct 2006 14:05:54 +0000 |
kraymer |
r20083: Unify labels of two solutions to similar problems.
|
Sat, 07 Oct 2006 13:51:27 +0000 |
kraymer |
cosmetics: reformatting, aligning
|
Sat, 07 Oct 2006 13:38:46 +0000 |
kraymer |
r20085: fix FIXME: move history to appendix
|
Sat, 07 Oct 2006 13:05:12 +0000 |
uau |
Remove special warning printed when VIDIX is disabled
|
Sat, 07 Oct 2006 10:48:06 +0000 |
diego |
Sync with latest BUILD_ROOT changes in FFmpeg.
|
Sat, 07 Oct 2006 09:23:09 +0000 |
diego |
Replace -I.. by -I$(BUILD_ROOT).
|
Fri, 06 Oct 2006 21:56:15 +0000 |
ivo |
print bits/s, not bytes/s
|
Fri, 06 Oct 2006 19:06:59 +0000 |
corey |
Print current DVD title as ID_DVD_CURRENT_TITLE.
|
Fri, 06 Oct 2006 13:19:06 +0000 |
gpoirier |
add gcc-4.x to the list of compilers displayed
|
Fri, 06 Oct 2006 09:58:29 +0000 |
reimar |
EOSD performance debugging info.
|