summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2003-12-07i guess img->lock must not restore the frame pointersMiguel Freitas
CVS patchset: 5858 CVS date: 2003/12/07 15:09:51
2003-12-07- don't segfault when the audio device isn't availableBastien Nocera
CVS patchset: 5857 CVS date: 2003/12/07 00:25:52
2003-12-06Do not set stream/meta info if the demuxer has already done the job.Thibaut Mattern
CVS patchset: 5856 CVS date: 2003/12/06 19:09:38
2003-12-06Discard MPEG video in content detection.Thibaut Mattern
Set audio decoder meta info as suggested by Mike some time ago (report vbr/cbr info). CVS patchset: 5855 CVS date: 2003/12/06 19:06:31
2003-12-06getting the spelling really rightMichael Roitzsch
CVS patchset: 5854 CVS date: 2003/12/06 18:15:56
2003-12-06reading through Daniel's huge patch was quite tiresome, but it was not ↵Michael Roitzsch
worthless: * fixing some lprintf's * fixing one printf -> xprintf * adding patch to diff_to_ffmpeg_cvs * small addition to xineutils.h (some gcc magic for future optimizations) CVS patchset: 5853 CVS date: 2003/12/06 18:11:53
2003-12-06fix mem overlap reported by valgrindMiguel Freitas
CVS patchset: 5852 CVS date: 2003/12/06 16:10:01
2003-12-06fix problems switching to use_vo_driver methodMiguel Freitas
(using 2 tvtime plugins still bombs) CVS patchset: 5851 CVS date: 2003/12/06 15:50:11
2003-12-06perhaps that will fix the black box problem reported at xine-userMiguel Freitas
CVS patchset: 5850 CVS date: 2003/12/06 14:25:24
2003-12-06fix xprintf calls.Daniel Caujolle-Bert
CVS patchset: 5849 CVS date: 2003/12/06 13:26:36
2003-12-06Recognize SVCD OGT and CVD subtitle streams.Rocky Bernstein
CVS patchset: 5848 CVS date: 2003/12/06 12:03:44
2003-12-05Should the segfault with the "save" input plugin.Thibaut Mattern
CVS patchset: 5847 CVS date: 2003/12/05 22:31:41
2003-12-05correct commentJames Stembridge
CVS patchset: 5846 CVS date: 2003/12/05 19:36:11
2003-12-05- fix crash when sending a security ui messageBastien Nocera
CVS patchset: 5845 CVS date: 2003/12/05 18:07:04
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ↵Daniel Caujolle-Bert
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued... CVS patchset: 5844 CVS date: 2003/12/05 15:54:56
2003-12-04Adjusting Makefile.František Dvořák
CVS patchset: 5843 CVS date: 2003/12/04 22:43:18
2003-12-04use _x_io* functionsJames Stembridge
CVS patchset: 5842 CVS date: 2003/12/04 22:38:29
2003-12-04some const correctnessJames Stembridge
CVS patchset: 5841 CVS date: 2003/12/04 22:15:25
2003-12-04quietJames Stembridge
CVS patchset: 5840 CVS date: 2003/12/04 22:14:53
2003-12-04Attempt to detect end of real rtsp streamsJames Stembridge
Minor hexdump cleanup CVS patchset: 5839 CVS date: 2003/12/04 22:11:25
2003-12-04Oups.Thibaut Mattern
CVS patchset: 5838 CVS date: 2003/12/04 22:07:05
2003-12-04Cleanup:Thibaut Mattern
- use url_helper - always use _x_io* functions - log more stuff with xprintf CVS patchset: 5837 CVS date: 2003/12/04 21:48:36
2003-12-04Cleanup:Thibaut Mattern
- use url_helper - use an other http agent (this one seems more reliable) - some printf -> xprintf conversions - remove some LE_* clones - some sprintf -> snprintf conversions - always use _x_io* functions CVS patchset: 5836 CVS date: 2003/12/04 21:37:40
2003-12-04more str* to strn* conversions.Thibaut Mattern
CVS patchset: 5835 CVS date: 2003/12/04 21:19:03
2003-12-04sputext now handles ogm subtitlesMiguel Freitas
less redundant code, more maintainable CVS patchset: 5833 CVS date: 2003/12/04 03:23:28
2003-12-04rework sputext. avoid using seek_count internal engine variable,Miguel Freitas
honor vo discard frames to also discard the subtitles. it should be more reliable now, and also faster on seeking. CVS patchset: 5832 CVS date: 2003/12/04 02:23:49
2003-12-03Christian's suggested fix for using full iso-8859-1 when OSD encoding isn't ↵František Dvořák
specified or is NULL. I tested it helped. CVS patchset: 5831 CVS date: 2003/12/03 18:37:17
2003-12-03use _x_ao_mode2channels in post-pluginsMarco Zuehlke
CVS patchset: 5829 CVS date: 2003/12/03 10:52:41
2003-12-03export mode_channels as an internal functionMarco Zuehlke
CVS patchset: 5828 CVS date: 2003/12/03 10:24:41
2003-12-03avoid crashing with big wavex headers.Miguel Freitas
maybe they should be broken into smaller pieces, but decoders would need to be fixed to support it. CVS patchset: 5826 CVS date: 2003/12/03 03:14:32
2003-12-03remove nasty ogg_pack hack. now just pure vorbis data is sent toMiguel Freitas
decoder. that change prevents segfaulting with those (even nastier) ogg-in-avi files, but does not play the beasts either. CVS patchset: 5825 CVS date: 2003/12/03 03:07:07
2003-12-03fix font encoding of closed captions (needs to be latin1, instead of ASCII)Christian Vogler
CVS patchset: 5824 CVS date: 2003/12/03 01:22:05
2003-12-02abort() is not an acceptable way of handling errors in libxine...Miguel Freitas
CVS patchset: 5823 CVS date: 2003/12/02 14:07:27
2003-12-02the quest of the missing files continue...Miguel Freitas
CVS patchset: 5822 CVS date: 2003/12/02 12:41:28
2003-12-01Fix QDM2 (qt-audio) decoder not working, bug in CreateMutex (win32)Ewald Snel
CVS patchset: 5821 CVS date: 2003/12/01 22:04:52
2003-11-29we actually want the device to block, when the dxr3 is fed upMichael Roitzsch
(this O_NONBLOCK must be an ancient relic, thanks to Anders Rune Jensen for finding it) CVS patchset: 5820 CVS date: 2003/11/29 19:35:39
2003-11-29grrrrMiguel Freitas
CVS patchset: 5819 CVS date: 2003/11/29 18:07:25
2003-11-29AUDIODEV patch by Mitch@0Bits.COMMiguel Freitas
CVS patchset: 5817 CVS date: 2003/11/29 15:41:37
2003-11-29fix divzeroMiguel Freitas
CVS patchset: 5816 CVS date: 2003/11/29 15:15:35
2003-11-29lets give another chance to vorbis_dsp_clear. the segfaults were probablyMiguel Freitas
due deinitializing a not initialized structure. CVS patchset: 5815 CVS date: 2003/11/29 14:47:50
2003-11-29yes, i had no ogg installed before...Miguel Freitas
but that change broke it, fixing now (flush must not be called before headers are received by decoder) CVS patchset: 5814 CVS date: 2003/11/29 14:30:55
2003-11-29add some comments, check libvorbis calls, fix segfaultsMiguel Freitas
CVS patchset: 5813 CVS date: 2003/11/29 14:28:02
2003-11-29fix segfaults with unitialized contextsMiguel Freitas
CVS patchset: 5812 CVS date: 2003/11/29 13:47:26
2003-11-29fix compilation failure then kick my ass...Daniel Caujolle-Bert
CVS patchset: 5811 CVS date: 2003/11/29 11:08:31
2003-11-29blame me: i didn't noticed libpostproc could only handle planar formatsMiguel Freitas
use yuy2 -> yv12 conversion (fixes storri segfault) CVS patchset: 5810 CVS date: 2003/11/29 01:23:24
2003-11-27fix compiler warning about LOG_MODULE being redefinedMichael Roitzsch
CVS patchset: 5809 CVS date: 2003/11/27 22:33:01
2003-11-27i hate those missing files...Miguel Freitas
CVS patchset: 5808 CVS date: 2003/11/27 18:04:55
2003-11-27- disable the Audio DV codec in the ffmpeg decoder as it seems to have ↵Bastien Nocera
disappeared from this side of the earth CVS patchset: 5807 CVS date: 2003/11/27 17:02:36
2003-11-27don't handle /null/ get_extensions().Daniel Caujolle-Bert
CVS patchset: 5806 CVS date: 2003/11/27 13:20:22
2003-11-27avoid confusionDaniel Caujolle-Bert
CVS patchset: 5805 CVS date: 2003/11/27 12:45:23