Mercurial > mplayer.hg
graph
-
Fix extradata lenght when adding cmsg24 dataTue, 10 Oct 2006 21:37:06 +0000, by rtogni
-
Cleanup: remove some old commented out skipsTue, 10 Oct 2006 21:29:15 +0000, by rtogni
-
Fix misdetection of http://samples.mplayerhq.hu/tta/tivo_misdetect.tta as TiVo fileTue, 10 Oct 2006 19:21:33 +0000, by reimar
-
Simplify (by using realloc with NULL parameter) and refactor code to growTue, 10 Oct 2006 15:01:11 +0000, by reimar
-
Fix problems on live streams with huge timestamps, causing overflows andMon, 09 Oct 2006 20:00:02 +0000, by rtogni
-
Reduce margins for plaintext subtitles.Mon, 09 Oct 2006 19:57:56 +0000, by eugeni
-
Free track->language before assigning new valueMon, 09 Oct 2006 19:10:36 +0000, by reimar
-
Missing (in close function)/misplaced free for track structure itself.Mon, 09 Oct 2006 18:56:16 +0000, by reimar
-
Free track data if error occurs while reading trackentryMon, 09 Oct 2006 18:48:55 +0000, by reimar
-
indentation fixes.Mon, 09 Oct 2006 18:37:16 +0000, by vayne
-
Free track encodings on error or demuxer closeMon, 09 Oct 2006 18:28:58 +0000, by reimar
-
added a simple timer to hide the mouse when in fullscreen mode.Mon, 09 Oct 2006 18:22:57 +0000, by vayne
-
fixed a crash bug as a result of the last change, as well as file skipping (hopefully)Mon, 09 Oct 2006 18:21:50 +0000, by vayne
-
replace malloc+memset by callocMon, 09 Oct 2006 18:00:54 +0000, by reimar
-
Remove cast of realloc result missed in last patchMon, 09 Oct 2006 17:48:43 +0000, by reimar
-
Remove unneeded casts for malloc/realloc callsMon, 09 Oct 2006 17:41:37 +0000, by reimar
-
removed unused definitionsMon, 09 Oct 2006 14:44:21 +0000, by ptt
-
little typo fixesMon, 09 Oct 2006 11:34:38 +0000, by ptt
-
done! sync'ed with r20061, hoping not to have written 'strafalcioni'Mon, 09 Oct 2006 11:30:52 +0000, by ptt
-
sync'ed with r19361Mon, 09 Oct 2006 09:29:52 +0000, by ptt
-
Create target for mplayer-rc.o so that it is not rerun unconditionally.Mon, 09 Oct 2006 09:22:43 +0000, by diego
-
-endpos option added in changelogMon, 09 Oct 2006 08:32:07 +0000, by ptt
-
sync'ed with r19979Mon, 09 Oct 2006 08:28:53 +0000, by ptt
-
sync'ed with (last) cvs 1.256Mon, 09 Oct 2006 07:56:34 +0000, by ptt
-
sync'ed with cvs (yet) 1.249Mon, 09 Oct 2006 00:03:05 +0000, by ptt
-
sync'ed with cvs (yet) 1.243Sun, 08 Oct 2006 23:10:37 +0000, by ptt
-
synced with r20061Sun, 08 Oct 2006 23:03:59 +0000, by Gabrov
-
FixesSun, 08 Oct 2006 22:43:29 +0000, by rathann
-
reinit codec chain when aspect ratio and/or resolution changeSun, 08 Oct 2006 22:36:24 +0000, by nicodvb
-
synced with r20119Sun, 08 Oct 2006 22:32:07 +0000, by Gabrov
-
List dfbmga and directfb in _novomodules.Sun, 08 Oct 2006 22:28:02 +0000, by syrjala
-
Fix DirectFB version check. The old code simply concatenated theSun, 08 Oct 2006 22:16:38 +0000, by syrjala
-
sync with r19979, patch by Sheldon Jin % jinsh2 AH yahoo.com %Sun, 08 Oct 2006 17:19:20 +0000, by gpoirier
-
Remove spurious casts to int. Blessed by Reimar.Sun, 08 Oct 2006 16:40:11 +0000, by rathann
-
Cosmetics: remove lone (evil ;-) ) tabSun, 08 Oct 2006 15:58:05 +0000, by reimar
-
Disable linking mplayer with mp3lame when --disable-encoder=mp3lame isSun, 08 Oct 2006 14:10:43 +0000, by rathann
-
Support for detection of extended instructions on ARM.Sun, 08 Oct 2006 13:49:16 +0000, by diego
-
Remove outdated/misleading comment about WavPack and libavformat.Sun, 08 Oct 2006 13:08:07 +0000, by diego
-
Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is broken)Sun, 08 Oct 2006 13:01:14 +0000, by reimar
-
added myself to AUTHORS, as diego told me on 2006/09/26 :-)Sun, 08 Oct 2006 13:01:03 +0000, by ptt
-
WavPack files contain a complete, valid RIFF tag, so use extension (.wv)Sun, 08 Oct 2006 12:19:08 +0000, by reimar
-
a + b => (a + b) for defines, just to be sure.Sun, 08 Oct 2006 10:02:40 +0000, by reimar
-
Avoid memleak when calling parse_obj_params only for syntax-checking (dst == NULL)Sun, 08 Oct 2006 09:43:18 +0000, by reimar
-
Forgotten http_free on send error.Sun, 08 Oct 2006 09:32:30 +0000, by reimar
-
Add support for TTA and WavPack.Sun, 08 Oct 2006 09:28:49 +0000, by diego
-
Another != NULL check after dereferencingSun, 08 Oct 2006 09:10:55 +0000, by reimar
-
Fix variable dereference before NULL check.Sun, 08 Oct 2006 09:07:51 +0000, by reimar
-
Useless initialization, they will be always set for result != 0Sun, 08 Oct 2006 09:05:27 +0000, by reimar