summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2004-03-08Alsa audio capture fixesJames 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-08Limit software amp so that audio is not clipped.James Courtier-Dutton
CVS patchset: 6234 CVS date: 2004/03/08 18:33:54
2004-03-08make cvs-theora workingAndreas Heinchen
CVS patchset: 6233 CVS date: 2004/03/08 10:34:42
2004-03-07Support for YUY2James 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 valueThibaut 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-07Fix the jittering problem.Thibaut Mattern
CVS patchset: 6228 CVS date: 2004/03/07 13:27:10
2004-03-07added 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-05forgot to uncomment the pthread_{cancel,join} portionDaniel Caujolle-Bert
CVS patchset: 6226 CVS date: 2004/03/05 23:44:39
2004-03-05re-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-05Whoops, don't want loggingJames Stembridge
CVS patchset: 6224 CVS date: 2004/03/05 22:57:27
2004-03-05unmute_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-05Cleanup plugin initJames Stembridge
CVS patchset: 6222 CVS date: 2004/03/05 22:28:32
2004-03-05Factor out some more common codeJames Stembridge
CVS patchset: 6221 CVS date: 2004/03/05 20:50:44
2004-03-05Factor out some common codeJames Stembridge
CVS patchset: 6220 CVS date: 2004/03/05 20:25:04
2004-03-05Cleanup debug output, use lprintf and xprintfJames Stembridge
CVS patchset: 6219 CVS date: 2004/03/05 20:14:47
2004-03-05valgrind memleak fixesMichael Roitzsch
CVS patchset: 6218 CVS date: 2004/03/05 17:50:29
2004-03-04autoscan devfs patch from SteveFrantišek Dvořák
CVS patchset: 6216 CVS date: 2004/03/04 16:06:02
2004-03-04use the logging macrosMichael Roitzsch
CVS patchset: 6215 CVS date: 2004/03/04 14:40:04
2004-03-03limit the framerate to valid MPEG range and switch ffmpeg into non-strict modeMichael Roitzsch
CVS patchset: 6214 CVS date: 2004/03/03 20:20:39
2004-03-03we check for a directory with lstat(), but since a link to a directory wouldMichael Roitzsch
do just fine, using stat() is better CVS patchset: 6213 CVS date: 2004/03/03 20:18:36
2004-03-03just for symmetry: add a config entry for the audio fifo sizeMichael Roitzsch
CVS patchset: 6212 CVS date: 2004/03/03 20:17:40
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
before aborting CVS patchset: 6211 CVS date: 2004/03/03 20:09:11
2004-03-03fix compiler warningMichael Roitzsch
CVS patchset: 6210 CVS date: 2004/03/03 20:00:38
2004-03-03arrays of variable size are not understood by all compilersMichael Roitzsch
(and I think they are not ANSI as well) CVS patchset: 6209 CVS date: 2004/03/03 19:59:43
2004-03-03An 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 unreliableBastien 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-022 more QT meta atoms, one for composer and one for yearMike Melanson
CVS patchset: 6204 CVS date: 2004/03/02 02:53:59
2004-03-01Support for 14.4 codec in RealMedia filesJames Stembridge
CVS patchset: 6203 CVS date: 2004/03/01 22:33:52
2004-03-01Multiple 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-01check 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 versionsBastien Nocera
CVS patchset: 6197 CVS date: 2004/03/01 00:17:27
2004-02-29speed 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-29compute and set the bitrate for CBR audio streamsMike Melanson
CVS patchset: 6195 CVS date: 2004/02/29 18:42:39
2004-02-29support the 'meta' atom type that iTunes is fond of using for its musicMike Melanson
files CVS patchset: 6194 CVS date: 2004/02/29 17:55:28
2004-02-29Disable back debug output.František Dvořák
CVS patchset: 6193 CVS date: 2004/02/29 17:33:04
2004-02-29Various 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-28New caca video output plugin - color ASCII art.František Dvořák
CVS patchset: 6191 CVS date: 2004/02/28 19:56:41
2004-02-28Show 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-25IFF: added ANIM OPT7 and OPT8 supportManfred Tremmel
CVS patchset: 6188 CVS date: 2004/02/25 18:57:34
2004-02-23typo 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-22small code cleanupAndreas Heinchen
CVS patchset: 6185 CVS date: 2004/02/22 23:46:32
2004-02-22HAM decoding bug fixedManfred Tremmel
CVS patchset: 6184 CVS date: 2004/02/22 18:31:48
2004-02-22fixed a bug when displaying IFF-ILBM 24 Bit picturesManfred Tremmel
CVS patchset: 6183 CVS date: 2004/02/22 16:47:30
2004-02-22added IFF-ANIM support, opt5 and (untested, can't finde samples) opt 4 codingsManfred Tremmel
CVS patchset: 6182 CVS date: 2004/02/22 12:36:35
2004-02-21Fix mixer failure for envy24 sound cards.James Courtier-Dutton
Error message reported: - xine: simple.c:1465: snd_mixer_selem_get_playback_volume: Zusicherung »elem« nicht erfüllt. CVS patchset: 6181 CVS date: 2004/02/21 14:16:48
2004-02-20Fixed detection of linux framebuffer support. Included xineutils.h in ↵Robin KAY
dsputil_mlib.c and added to diff_to_ffmpeg_cvs.txt. Fixed function prototype in dsputil_mlib.c (should be sent back to ffmpeg-dev at some point). Fixed includes in nosefart. Fixed nested comments and includes in goom. CVS patchset: 6180 CVS date: 2004/02/20 19:53:38
2004-02-20it's O_SYNC (thanks to Nicolas Boullis for the patch)Michael Roitzsch
CVS patchset: 6179 CVS date: 2004/02/20 18:16:52