Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-10 | Send headers so that the standard yuv and lpcm decoders can be used | James Stembridge | |
CVS patchset: 6239 CVS date: 2004/03/10 22:46:17 | |||
2004-03-09 | new Flash Video (FLV) demuxer; somewhat preliminary right now, but it | Mike Melanson | |
does demux basic videos CVS patchset: 6238 CVS date: 2004/03/09 04:14:11 | |||
2004-03-09 | hook up ffmpeg's Flash Video support | Mike Melanson | |
CVS patchset: 6237 CVS date: 2004/03/09 04:09:41 | |||
2004-03-08 | Fix the framerate estimation. | Thibaut Mattern | |
Mike: the revolver rotation is perfect now ;-) CVS patchset: 6236 CVS date: 2004/03/08 23:54:39 | |||
2004-03-08 | Alsa audio capture fixes | James Stembridge | |
*) Don't mess around with mmap stuff as we aren't using it *) Use snd_pcm_hw_params_set_rate_near properly CVS patchset: 6235 CVS date: 2004/03/08 23:07:07 | |||
2004-03-08 | Limit software amp so that audio is not clipped. | James Courtier-Dutton | |
CVS patchset: 6234 CVS date: 2004/03/08 18:33:54 | |||
2004-03-08 | make cvs-theora working | Andreas Heinchen | |
CVS patchset: 6233 CVS date: 2004/03/08 10:34:42 | |||
2004-03-07 | Support for YUY2 | James Stembridge | |
Optimise case where buffer contains whole frame CVS patchset: 6232 CVS date: 2004/03/07 22:45:23 | |||
2004-03-07 | - use the asf preroll value | Thibaut Mattern | |
- use timestamp to generate the input_time value instead of the global bitrate - fix some tiny sync pb after a seek Mike: try with your evil streams ;) CVS patchset: 6229 CVS date: 2004/03/07 20:02:40 | |||
2004-03-07 | Fix the jittering problem. | Thibaut Mattern | |
CVS patchset: 6228 CVS date: 2004/03/07 13:27:10 | |||
2004-03-07 | added ANIM OPT 3, 4 and 6 support (untested, can't find testfiles) | Manfred Tremmel | |
CVS patchset: 6227 CVS date: 2004/03/07 12:48:15 | |||
2004-03-05 | forgot to uncomment the pthread_{cancel,join} portion | Daniel Caujolle-Bert | |
CVS patchset: 6226 CVS date: 2004/03/05 23:44:39 | |||
2004-03-05 | re-enable mixer thread: add a 333ms timeout. The "only one concerned" | Daniel Caujolle-Bert | |
frontend must be fixed instead of commenting piece of code, IMHO :-) CVS patchset: 6225 CVS date: 2004/03/05 23:01:26 | |||
2004-03-05 | Whoops, don't want logging | James Stembridge | |
CVS patchset: 6224 CVS date: 2004/03/05 22:57:27 | |||
2004-03-05 | unmute_audio may as well work like the other helper function and workd out ↵ | James Stembridge | |
the device for itself CVS patchset: 6223 CVS date: 2004/03/05 22:52:38 | |||
2004-03-05 | Cleanup plugin init | James Stembridge | |
CVS patchset: 6222 CVS date: 2004/03/05 22:28:32 | |||
2004-03-05 | Factor out some more common code | James Stembridge | |
CVS patchset: 6221 CVS date: 2004/03/05 20:50:44 | |||
2004-03-05 | Factor out some common code | James Stembridge | |
CVS patchset: 6220 CVS date: 2004/03/05 20:25:04 | |||
2004-03-05 | Cleanup debug output, use lprintf and xprintf | James Stembridge | |
CVS patchset: 6219 CVS date: 2004/03/05 20:14:47 | |||
2004-03-05 | valgrind memleak fixes | Michael Roitzsch | |
CVS patchset: 6218 CVS date: 2004/03/05 17:50:29 | |||
2004-03-04 | autoscan devfs patch from Steve | František Dvořák | |
CVS patchset: 6216 CVS date: 2004/03/04 16:06:02 | |||
2004-03-04 | use the logging macros | Michael Roitzsch | |
CVS patchset: 6215 CVS date: 2004/03/04 14:40:04 | |||
2004-03-03 | limit the framerate to valid MPEG range and switch ffmpeg into non-strict mode | Michael Roitzsch | |
CVS patchset: 6214 CVS date: 2004/03/03 20:20:39 | |||
2004-03-03 | we check for a directory with lstat(), but since a link to a directory would | Michael Roitzsch | |
do just fine, using stat() is better CVS patchset: 6213 CVS date: 2004/03/03 20:18:36 | |||
2004-03-03 | just for symmetry: add a config entry for the audio fifo size | Michael Roitzsch | |
CVS patchset: 6212 CVS date: 2004/03/03 20:17:40 | |||
2004-03-03 | use the _x_abort() macro instead of abort, since it prints some debug info | Michael Roitzsch | |
before aborting CVS patchset: 6211 CVS date: 2004/03/03 20:09:11 | |||
2004-03-03 | fix compiler warning | Michael Roitzsch | |
CVS patchset: 6210 CVS date: 2004/03/03 20:00:38 | |||
2004-03-03 | arrays of variable size are not understood by all compilers | Michael Roitzsch | |
(and I think they are not ANSI as well) CVS patchset: 6209 CVS date: 2004/03/03 19:59:43 | |||
2004-03-03 | An id3 parsing error is not a reason to not play the mp3 stream. | Thibaut Mattern | |
Should fix some bugs reported on irc and sf bugreport system. CVS patchset: 6207 CVS date: 2004/03/03 00:39:15 | |||
2004-03-02 | - disable the AO event thread as pthread_cancel is known to be very unreliable | Bastien Nocera | |
and is causing deadlocks on exit in Totem, see: http://bugzilla.gnome.org/show_bug.cgi?id=122120 CVS patchset: 6206 CVS date: 2004/03/02 23:51:39 | |||
2004-03-02 | - added David Woodhouse's file (wave) audio out plugin, added David to the ↵ | Bastien Nocera | |
AUTHORS file, and mentioned the new plugin in the ChangeLog CVS patchset: 6205 CVS date: 2004/03/02 19:48:41 | |||
2004-03-02 | 2 more QT meta atoms, one for composer and one for year | Mike Melanson | |
CVS patchset: 6204 CVS date: 2004/03/02 02:53:59 | |||
2004-03-01 | Support for 14.4 codec in RealMedia files | James Stembridge | |
CVS patchset: 6203 CVS date: 2004/03/01 22:33:52 | |||
2004-03-01 | Multiple multicast client on the same host support. | Thibaut Mattern | |
Patch from Steve <sgbirch at imsmail dot org> Warning: The code looks ok but I can't test it. CVS patchset: 6201 CVS date: 2004/03/01 22:22:54 | |||
2004-03-01 | check if there is enough bytes in the buffer before reading. | Thibaut Mattern | |
CVS patchset: 6199 CVS date: 2004/03/01 21:03:19 | |||
2004-03-01 | - oops, we're leaking! | Bastien Nocera | |
CVS patchset: 6198 CVS date: 2004/03/01 00:22:31 | |||
2004-03-01 | - fix a crash when using the gnome-vfs plugin with newer gnome-vfs versions | Bastien Nocera | |
CVS patchset: 6197 CVS date: 2004/03/01 00:17:27 | |||
2004-02-29 | speed improvements (reduced CPU-usage up to 90% when playing IFF-ANIM files) | Manfred Tremmel | |
CVS patchset: 6196 CVS date: 2004/02/29 19:22:42 | |||
2004-02-29 | compute and set the bitrate for CBR audio streams | Mike Melanson | |
CVS patchset: 6195 CVS date: 2004/02/29 18:42:39 | |||
2004-02-29 | support the 'meta' atom type that iTunes is fond of using for its music | Mike Melanson | |
files CVS patchset: 6194 CVS date: 2004/02/29 17:55:28 | |||
2004-02-29 | Disable back debug output. | František Dvořák | |
CVS patchset: 6193 CVS date: 2004/02/29 17:33:04 | |||
2004-02-29 | Various compilation fixes and updates: | František Dvořák | |
- xine compilable without iconv (scream if I something broke) - update MSVC port, fixes in avi demux - add iff.h into makefiles - ffmpeg depends on zlib (build was OK only when freetype was installed) - commit a patch for goom CVS patchset: 6192 CVS date: 2004/02/29 17:26:45 | |||
2004-02-28 | New caca video output plugin - color ASCII art. | František Dvořák | |
CVS patchset: 6191 CVS date: 2004/02/28 19:56:41 | |||
2004-02-28 | Show auto-scan calls when call debugging is in effect. | Rocky Bernstein | |
CVS patchset: 6190 CVS date: 2004/02/28 19:29:38 | |||
2004-02-28 | - Do not repaint the whole video output area in black when an expose event s ↵ | Thibaut Mattern | |
raised. This reduce flickering when resizing/moving the output window (and it's a bit faster). - Recompute output coordinates before repainting the output window, it fixes some errors when resizing the xine logo. CVS patchset: 6189 CVS date: 2004/02/28 15:09:01 | |||
2004-02-25 | IFF: added ANIM OPT7 and OPT8 support | Manfred Tremmel | |
CVS patchset: 6188 CVS date: 2004/02/25 18:57:34 | |||
2004-02-23 | typo fix from libdvdread, found by Yi-Shin Li, patch seen on Ogle-devel by ↵ | Michael Roitzsch | |
Daniel CVS patchset: 6186 CVS date: 2004/02/23 18:15:11 | |||
2004-02-22 | small code cleanup | Andreas Heinchen | |
CVS patchset: 6185 CVS date: 2004/02/22 23:46:32 | |||
2004-02-22 | HAM decoding bug fixed | Manfred Tremmel | |
CVS patchset: 6184 CVS date: 2004/02/22 18:31:48 | |||
2004-02-22 | fixed a bug when displaying IFF-ILBM 24 Bit pictures | Manfred Tremmel | |
CVS patchset: 6183 CVS date: 2004/02/22 16:47:30 |