summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-26more descriptive codec stringsJames Stembridge
CVS patchset: 4953 CVS date: 2003/05/26 22:44:44
2003-05-26fix rv40 playbackJames Stembridge
CVS patchset: 4952 CVS date: 2003/05/26 22:33:36
2003-05-26- fix building with automake 1.4 (yeah, I know)Bastien Nocera
CVS patchset: 4951 CVS date: 2003/05/26 21:50:24
2003-05-26added experimental .4xm file demuxerMike Melanson
CVS patchset: 4950 CVS date: 2003/05/26 21:06:00
2003-05-26latest update from BartekDaniel Caujolle-Bert
CVS patchset: 4949 CVS date: 2003/05/26 20:16:20
2003-05-26fix rv10 playbackJames Stembridge
CVS patchset: 4948 CVS date: 2003/05/26 20:07:08
2003-05-26Get asf plugin to build in Win32. Also starting to clean up some Win32 code ↵Tim Champagne
(more to come). CVS patchset: 4947 CVS date: 2003/05/26 17:00:11
2003-05-26Win32 cleanup (a couple things would not build correctly). Also added a ↵Tim Champagne
README file for building instructions. CVS patchset: 4946 CVS date: 2003/05/26 13:57:51
2003-05-26Only play number of packets specified in header. Otherwise index chunk data ↵James Stembridge
can be mistaken for stream data which doesn't sound/look very nice. CVS patchset: 4945 CVS date: 2003/05/26 12:32:40
2003-05-26add/fix some debug infoJames Stembridge
CVS patchset: 4944 CVS date: 2003/05/26 11:57:45
2003-05-26- quiet xv pluginBastien Nocera
CVS patchset: 4943 CVS date: 2003/05/26 11:35:52
2003-05-26- quieter adpcm plugin and xshm oneBastien Nocera
CVS patchset: 4942 CVS date: 2003/05/26 11:33:01
2003-05-26mark v4l event as non experimentalMiguel Freitas
CVS patchset: 4941 CVS date: 2003/05/26 01:45:04
2003-05-25fix proxyhost/user handling, fix potential proxy related segfault (klass ↵Guenter Bartsch
pointer was incorrectly aquired in open function), fix log output (should never be translated, broken anyway) CVS patchset: 4940 CVS date: 2003/05/25 22:20:26
2003-05-25audio_step is a 64 bits integer in the metronom (pts_per_smpls), use the ↵Thibaut Mattern
same type here. CVS patchset: 4939 CVS date: 2003/05/25 21:34:59
2003-05-25real media seekingJames Stembridge
CVS patchset: 4938 CVS date: 2003/05/25 20:37:15
2003-05-25add support for seekingJames Stembridge
CVS patchset: 4937 CVS date: 2003/05/25 20:24:19
2003-05-25I will stop committing nonsense now...Michael Roitzsch
(this code is from some old encoder fiddling of mine) CVS patchset: 4936 CVS date: 2003/05/25 19:00:37
2003-05-25oops ... moving those #ifdef's to a more sensible positionMichael Roitzsch
CVS patchset: 4935 CVS date: 2003/05/25 18:53:38
2003-05-25giving proper credit for the MPEG encoder workMichael Roitzsch
CVS patchset: 4934 CVS date: 2003/05/25 18:42:20
2003-05-25cleaning upMichael Roitzsch
CVS patchset: 4933 CVS date: 2003/05/25 18:39:58
2003-05-25new dxr3 MPEG encoderMichael Roitzsch
CVS patchset: 4932 CVS date: 2003/05/25 18:37:18
2003-05-25enable the new libavcodec MPEG encoder and make it the default, becauseMichael Roitzsch
it works without any additionally installed libraries CVS patchset: 4931 CVS date: 2003/05/25 18:36:51
2003-05-25compiling libavcodec's encoding part as an MPEG encoder suitable for the DXR3Michael Roitzsch
* libavcodec/mpegvideo.c has been modified to work without the need to compile libavcodec/motion_est.c to save compilation time (we don't need motion estimation when encoding I-frames only anyway) * the patch to libavcodec/i386/mpegvideo_mmx_template.c has been reverted, because the encoder crashes with it CVS patchset: 4930 CVS date: 2003/05/25 18:34:54
2003-05-25Add some FIXME statements.James Courtier-Dutton
Need to find out how to implement Lookup() and InverseQ() CVS patchset: 4929 CVS date: 2003/05/25 15:45:06
2003-05-25Some more parsing code.James Courtier-Dutton
CVS patchset: 4928 CVS date: 2003/05/25 15:23:51
2003-05-25Read index chunks in preparation for seeking support - Disabled by defualtJames Stembridge
CVS patchset: 4927 CVS date: 2003/05/25 14:53:27
2003-05-25speex support contributed by Conrad Parker <conrad@metadecks.org>Guenter Bartsch
CVS patchset: 4926 CVS date: 2003/05/25 13:39:13
2003-05-25spec-file: little bugfix for non x86 computersManfred Tremmel
CVS patchset: 4925 CVS date: 2003/05/25 12:00:22
2003-05-25completely rewrite of the specfileManfred Tremmel
CVS patchset: 4924 CVS date: 2003/05/25 09:59:43
2003-05-24document expand filterJames Stembridge
CVS patchset: 4923 CVS date: 2003/05/24 18:06:00
2003-05-24xine_usec_sleep is used in ao_none, so it should be linked against libxineMichael Roitzsch
CVS patchset: 4922 CVS date: 2003/05/24 14:37:16
2003-05-24- Try to fix mmsh server detection.Thibaut Mattern
- fix potential segfaults. try with this mrl: http://sfera.netfiles.gr/rockradio CVS patchset: 4921 CVS date: 2003/05/24 14:11:24
2003-05-24Fix some comments.James Courtier-Dutton
add some more parsing. CVS patchset: 4920 CVS date: 2003/05/24 13:21:24
2003-05-24expand video filter - adds black borders to top and bottom of video to ↵James Stembridge
expand it to 4:3 ratio CVS patchset: 4919 CVS date: 2003/05/24 13:12:41
2003-05-24Remove pointless if statementJames Stembridge
CVS patchset: 4918 CVS date: 2003/05/24 10:53:47
2003-05-24Revert previous commit that added checks for the driver being open before ↵James Stembridge
writing silence to the driver CVS patchset: 4917 CVS date: 2003/05/24 10:49:06
2003-05-24Wait for audio out loop to be blocked on empty fifo before closing driver ↵James Stembridge
rather than just waiting for fifo to be empty CVS patchset: 4916 CVS date: 2003/05/24 10:35:48
2003-05-23Undo last cvs command.James Courtier-Dutton
CVS patchset: 4915 CVS date: 2003/05/23 22:14:29
2003-05-23patch for compiling under cygwin.James Courtier-Dutton
it seems that cygwin doesn't provide neither byteswap.h or endian.h. by: Miguel Freitas CVS patchset: 4914 CVS date: 2003/05/23 21:52:00
2003-05-23*** empty log message ***Miguel Freitas
CVS patchset: 4913 CVS date: 2003/05/23 20:12:42
2003-05-23autoconf is cool... :)Miguel Freitas
check for inttypes.h CVS patchset: 4912 CVS date: 2003/05/23 19:44:38
2003-05-23add change that allows canon digital camera created avis to play correctlyJames Stembridge
CVS patchset: 4911 CVS date: 2003/05/23 18:31:07
2003-05-2314to16 squashing seems to work now.James Courtier-Dutton
Still need to finish the parsing of the variables. CVS patchset: 4910 CVS date: 2003/05/23 18:21:59
2003-05-23- move http proxy configuration to xine itselfBastien Nocera
CVS patchset: 4909 CVS date: 2003/05/23 17:36:42
2003-05-23Some preparations for software decode of .wav dts files.James Courtier-Dutton
CVS patchset: 4908 CVS date: 2003/05/23 15:36:58
2003-05-23Fix some problems with playing .avi streams.James Courtier-Dutton
Sound should be much better now. I think handling of buf->pts values might need work though. CVS patchset: 4907 CVS date: 2003/05/23 15:10:27
2003-05-23fix dvb crashing.Daniel Caujolle-Bert
CVS patchset: 4906 CVS date: 2003/05/23 14:16:49
2003-05-23note latest fixesMichael Roitzsch
CVS patchset: 4905 CVS date: 2003/05/23 10:59:38
2003-05-23fix the miscalculates and then copy'n'pasted durations we discovered some ↵Michael Roitzsch
time ago CVS patchset: 4904 CVS date: 2003/05/23 10:52:40