Age | Commit message (Collapse) | Author |
|
|
|
Should fix bug 35.
--HG--
extra : transplant_source : %DD%95%9F%A7%8D%01%BD%98%40%E4R%AAW%F2%ED%93%B2%DE%1A%E9
|
|
|
|
Some instances of "key colour" remain; ffmpeg is unmodified.
This change has caused two strings with two translations to collide (the
strings have become identical since some instances already used "colour").
I have therefore arbitrarily dropped the first of the differing translations,
the one for the string at src/video_out/video_out_directfb.c:1365.
|
|
(transplanted from c994a2508893efc4c85f5b49600b7dceec5c890e)
--HG--
extra : transplant_source : %C9%94%A2P%88%93%EF%C4%C8_%5BI%60%0B%7D%CE%EC%5C%89%0E
|
|
|
|
--HG--
extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB
|
|
For contributed code, leave whatever the version we last synced for is using
to make simpler future syncs.
|
|
(transplanted from 2b2f2adc8a1e0a05d89354ff259f7b2a331aa071)
--HG--
extra : transplant_source : %2B/%2A%DC%8A%1E%0A%05%D8%93T%FF%25%9F%7B%2A3%1A%A0q
|
|
of the file.
|
|
Solaris definitions.
|
|
bswap.h already.
(transplanted from a7820d16324dbc6fd6b35481a78ff532f59ebe71)
--HG--
extra : transplant_source : %A7%82%0D%162M%BCo%D6%B3T%81%A7%8F%F52%F5%9E%BEq
|
|
CVS patchset: 8663
CVS date: 2007/03/12 16:27:21
|
|
CVS patchset: 8608
CVS date: 2007/02/20 00:34:55
|
|
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
|
|
CVS patchset: 8490
CVS date: 2007/01/07 12:33:50
|
|
equivament of the A_MS/VFW/FOURCC for audio tracks.
CVS patchset: 8377
CVS date: 2006/11/14 14:17:31
|
|
free(), and it accepts NULL just fine.
CVS patchset: 8280
CVS date: 2006/09/26 00:07:05
|
|
(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
|
|
CID: 268
Checker: UNINIT (help)
File: xine-lib/src/demuxers/demux_matroska.c
Function: parse_seek_entry
Description: Using uninitialized value "id"
CVS patchset: 7925
CVS date: 2006/03/11 09:03:24
|
|
CVS patchset: 7842
CVS date: 2006/01/24 22:01:05
|
|
CVS patchset: 7841
CVS date: 2006/01/24 21:59:13
|
|
Improved cross-compiling: detect and precedence of the host-specific libs
W32dll: enabled by platforms as originaly, user can override it
Fixed shell errors in the Makefile of the hackersguide
Detect the place of SDL header independently on platform
Fixed spelling in CDDA, include the header sys/param.h if available
Fixed format strings (fix warnings (or even bugs) on Gentoo/FreeBSD)
CVS patchset: 7815
CVS date: 2005/11/28 12:24:56
|
|
CVS patchset: 7753
CVS date: 2005/10/03 18:22:29
|
|
CVS patchset: 7751
CVS date: 2005/10/02 21:44:33
|
|
CVS patchset: 7750
CVS date: 2005/10/02 21:29:39
|
|
CVS patchset: 7694
CVS date: 2005/07/29 17:57:00
|
|
CVS patchset: 7646
CVS date: 2005/07/16 17:50:58
|
|
CVS patchset: 7616
CVS date: 2005/06/09 17:46:15
|
|
Incremented demux API version.
This is needed to unload plugins.
CVS patchset: 7385
CVS date: 2005/02/06 15:26:00
|
|
Fixed build on solaris:
- use libresolv in hstrerror check
- replace PRIiMAX and PRIXMAX by PRIdMAX and PRIxMAX
Removed timezone struct for MinGW from public os_types.h, update header comment.
Fixed build musepack library on some platforms using xine types.
Thanks to Niki W. Waibel for reporting and testing.
CVS patchset: 7378
CVS date: 2005/02/03 07:19:03
|
|
CVS patchset: 7243
CVS date: 2004/12/13 16:07:43
|
|
CVS patchset: 6979
CVS date: 2004/09/17 19:21:33
|
|
fixes problems with matroska utf-8 subtitles
CVS patchset: 6911
CVS date: 2004/08/27 21:07:31
|
|
align vobsub to bottom in libspudec
CVS patchset: 6791
CVS date: 2004/07/14 01:18:47
|
|
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
|
|
Use a list of toplevel elements to be sure to not parse an element twice, protection against recursion.
- Fix decoder init
CVS patchset: 6471
CVS date: 2004/05/02 12:28:35
|
|
CVS patchset: 6462
CVS date: 2004/04/29 23:03:49
|
|
Patch from Moritz Bunkus.
I've reviewed the patch and fixed some little issues.
CVS patchset: 6448
CVS date: 2004/04/26 23:33:35
|
|
CVS patchset: 6218
CVS date: 2004/03/05 17:50:29
|
|
CVS patchset: 6146
CVS date: 2004/02/12 23:31:19
|
|
CVS patchset: 6133
CVS date: 2004/02/12 18:02:17
|
|
headers
*) Use function pointer for selecting codec initialisation
CVS patchset: 6123
CVS date: 2004/02/08 18:17:28
|
|
CVS patchset: 6118
CVS date: 2004/02/04 23:32:19
|
|
CVS patchset: 6114
CVS date: 2004/02/03 21:37:12
|
|
CVS patchset: 6059
CVS date: 2004/01/22 21:36:45
|
|
CVS patchset: 6058
CVS date: 2004/01/22 21:32:48
|