Age | Commit message (Collapse) | Author |
|
CVS patchset: 8773
CVS date: 2007/03/29 19:38:51
|
|
CVS patchset: 8608
CVS date: 2007/02/20 00:34:55
|
|
language & subtitle strings (given a buffer of >= XINE_LANG_MAX bytes).
Also fixes an off-by-one buffer termination in the TS code.
(Note: compile-tested only.)
CVS patchset: 8592
CVS date: 2007/02/08 02:40:22
|
|
things like "(null) / Chapter 1" when the title isn't available (and
a possible crasher on non-Linux platforms)
CVS patchset: 8547
CVS date: 2007/01/23 23:20:23
|
|
Use a more generic description for application/(x-)ogg mimetype (i.e. "Ogg Stream").
CVS patchset: 8542
CVS date: 2007/01/22 17:33:35
|
|
constant string, and make the extensions and mrl vaiables usually declared when testing extension demux strategy constants too.
CVS patchset: 8523
CVS date: 2007/01/19 00:26:39
|
|
than handled. Thanks to Bastien Nocera in bug #1577272.
CVS patchset: 8367
CVS date: 2006/11/10 14:53:23
|
|
can consider the decoder plugin missing.
CVS patchset: 8365
CVS date: 2006/11/10 01:00:35
|
|
play). Add a flacutils.h header with functions to parse FLAC data structure, to be shared with demux_flac. Closes bug #1590690.
CVS patchset: 8362
CVS date: 2006/11/09 15:13:19
|
|
every time, to simplify configure checks.
CVS patchset: 8243
CVS date: 2006/09/14 02:04:48
|
|
(through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway.
CVS patchset: 8101
CVS date: 2006/07/10 22:08:12
|
|
CVS patchset: 8009
CVS date: 2006/06/02 22:18:56
|
|
(Diego Pettenò)
CVS patchset: 7985
CVS date: 2006/05/03 19:46:06
|
|
CVS patchset: 7508
CVS date: 2005/04/27 17:56:07
|
|
the theora and cmml get_pts() calculations.
CVS patchset: 7415
CVS date: 2005/02/14 06:25:59
|
|
headers, and also add support for CMML granuleshift
CVS patchset: 7414
CVS date: 2005/02/14 05:56:56
|
|
Incremented demux API version.
This is needed to unload plugins.
CVS patchset: 7385
CVS date: 2005/02/06 15:26:00
|
|
CVS patchset: 7292
CVS date: 2004/12/21 05:30:40
|
|
CVS patchset: 7270
CVS date: 2004/12/17 20:48:39
|
|
Test stream:
http://ogg.smgradio.com/vr96.ogg
Should fix problems reported with ogg/vorbis radios.
CVS patchset: 7266
CVS date: 2004/12/17 00:21:38
|
|
CVS patchset: 7230
CVS date: 2004/12/12 06:55:58
|
|
CVS patchset: 7188
CVS date: 2004/12/03 04:11:42
|
|
media files
CVS patchset: 6951
CVS date: 2004/09/09 06:29:20
|
|
Rename LOG_* to DEBUG_*
Use llprintf instead of "#ifdef ... lprintf ... #endif" (thanks to Michael and
Thibaut for the heads-up about this)
CVS patchset: 6928
CVS date: 2004/09/01 18:32:53
|
|
CVS patchset: 6923
CVS date: 2004/09/01 00:09:13
|
|
libspeex-1.1.x:
- Retain compatability for <speex.h> etc. from libspeex-1.0.x
- Also try speex via pkg-config, and fall back to old AM_PATH_SPEEX
CVS patchset: 6920
CVS date: 2004/08/30 12:33:07
|
|
CVS patchset: 6847
CVS date: 2004/07/25 17:08:07
|
|
James Slorach for spotting the bug
CVS patchset: 6784
CVS date: 2004/07/10 14:08:49
|
|
Scan for "Annodex" header signature in Annodex demuxer
Fixed some serious bugs in detect_content at the same time :)
CVS patchset: 6783
CVS date: 2004/07/10 10:06:30
|
|
Tiny bugfix for detecting theora streams (was looking for "theo" packet
signature due to short memcmp, now looks for "theora")
Moved content detection from open_plugin function to new detect_content function
Added new plugin to demux Annodex version 2.0 bitstream format, a subset of
the Ogg encapsulation format. For more info, see:
http://www.annodex.net/TR/draft-pfeiffer-annodex-01.html
CVS patchset: 6781
CVS date: 2004/07/09 01:27:42
|
|
CVS patchset: 6736
CVS date: 2004/06/23 00:05:38
|
|
http://article.gmane.org/gmane.comp.video.xine.devel/9532
it is now up to demuxers to decide what the 0..65535 position means.
demuxers tested: ogg, voc, flac, rm, asf, vqa, vob, avi, y4m, au, mov, ts, mp3, mpg, wav, ra, mve
CVS patchset: 6686
CVS date: 2004/06/13 21:28:52
|
|
0 for "raw" demuxers
10 for "normal" demuxers
CVS patchset: 6553
CVS date: 2004/05/16 18:01:26
|
|
CVS patchset: 6319
CVS date: 2004/03/30 20:44:14
|
|
CVS patchset: 6185
CVS date: 2004/02/22 23:46:32
|
|
for demux_ogg.c
CVS patchset: 6175
CVS date: 2004/02/19 18:04:27
|
|
CVS patchset: 6159
CVS date: 2004/02/15 18:26:51
|
|
CVS patchset: 6128
CVS date: 2004/02/09 22:24:36
|
|
correct language is displayed (instead of "none").
Factored out format_lang_string.
CVS patchset: 6110
CVS date: 2004/02/03 10:36:11
|
|
CVS patchset: 6080
CVS date: 2004/01/29 12:59:11
|
|
always send comment header while in preview mode
reset ogg_stream_state after seeking
CVS patchset: 6061
CVS date: 2004/01/23 09:24:45
|
|
buffer
CVS patchset: 6050
CVS date: 2004/01/16 16:03:53
|
|
CVS patchset: 6039
CVS date: 2004/01/13 15:01:32
|
|
CVS patchset: 6038
CVS date: 2004/01/13 09:40:44
|
|
CVS patchset: 6030
CVS date: 2004/01/12 17:35:14
|
|
Allocate the memory as needed.
Should save some bytes, because mostly we only use 1 to 3 streams.
CVS patchset: 6015
CVS date: 2004/01/09 03:06:51
|
|
- increase demux and decoder apis
- fix runtime changing of ogg/ogm audio channels
note: i hope i haven't broken any demux->decoder data exchange. please report any problems.
CVS patchset: 6014
CVS date: 2004/01/09 01:26:32
|
|
CVS patchset: 5963
CVS date: 2003/12/30 17:21:02
|
|
* add TODO items to provide a better solution
CVS patchset: 5950
CVS date: 2003/12/26 16:13:21
|
|
- new helper function for demuxers (send data to fifo easily,
provided it was already loaded to memory)
CVS patchset: 5936
CVS date: 2003/12/23 21:22:38
|