Age | Commit message (Collapse) | Author |
|
CVS patchset: 6255
CVS date: 2004/03/14 21:24:21
|
|
CVS patchset: 6237
CVS date: 2004/03/09 04:09:41
|
|
CVS patchset: 6109
CVS date: 2004/02/03 04:27:16
|
|
Support for RV20 decoder
CVS patchset: 6101
CVS date: 2004/02/01 22:45:17
|
|
following ffmpeg video decoders: Duck TM1, FLIC, SMC, 8BPS, VMD Video,
ZLIB, MSZH, ASV1, ASV2, VCR1; activate the following ffmpeg audio
decoders: Xan DPCM, VMD audio, MACE 3:1, MACE 6:1
CVS patchset: 6092
CVS date: 2004/02/01 06:00:56
|
|
CVS patchset: 6087
CVS date: 2004/01/31 01:19:17
|
|
*) reading RV10 header
*) modifying buffer handling logic
*) initialising libavcodec context in plugin open
CVS patchset: 6086
CVS date: 2004/01/30 17:39:44
|
|
CVS patchset: 6081
CVS date: 2004/01/29 21:32:54
|
|
buffer
CVS patchset: 6050
CVS date: 2004/01/16 16:03:53
|
|
CVS patchset: 6030
CVS date: 2004/01/12 17:35:14
|
|
- 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: 5978
CVS date: 2004/01/03 14:50:13
|
|
- external ffmpeg (with some patches) built by MINGW works, wow!
- cleanups (only one definition file for all plugins)
- working release build target
Notes to hybrid MINGW/MSVC build:
- CVS version of ffmpeg is compiled by MINGW (small patch for compilation
ffmpeg under MINGW, second for disabling flush because it crashes under
windows)
- libxine + xineui compiled by MSVC, additional patch into header files
of ffmpeg is needed - export all data with '__declspec(dllimport)'
CVS patchset: 5951
CVS date: 2003/12/26 18:37:58
|
|
return 0 bytes
CVS patchset: 5916
CVS date: 2003/12/16 01:57:31
|
|
CVS patchset: 5912
CVS date: 2003/12/14 22:13:22
|
|
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
|
|
CVS patchset: 5812
CVS date: 2003/11/29 13:47:26
|
|
disappeared from this side of the earth
CVS patchset: 5807
CVS date: 2003/11/27 17:02:36
|
|
scratch buffer enhancement (thanks Thibaut for the malloc tips), enlarge log buffer from 25 lines (very useless), to 150 (better).
CVS patchset: 5801
CVS date: 2003/11/26 23:44:08
|
|
CVS patchset: 5796
CVS date: 2003/11/26 19:43:26
|
|
CVS patchset: 5774
CVS date: 2003/11/23 16:55:35
|
|
with b-frames and makes direct rendering work again
CVS patchset: 5770
CVS date: 2003/11/22 20:29:41
|
|
BIG NOTE: use helpers to access to these informations (get/set/reset):
_x_{stream,meta}_info_{get,set,reset}()
are for internal use, don't use *_public() ones from inside the beast ;-)
Some wrongly names "xine_" fonction renaming.
CVS patchset: 5757
CVS date: 2003/11/16 23:33:42
|
|
CVS patchset: 5747
CVS date: 2003/11/16 14:32:11
|
|
(we should finish this before rc3.)
- stream_info and meta_info variables are private now.
obs: everything must be recompiled due xine_stream_t changes
CVS patchset: 5733
CVS date: 2003/11/15 14:54:30
|
|
CVS patchset: 5731
CVS date: 2003/11/15 13:01:00
|
|
CVS patchset: 5641
CVS date: 2003/10/30 06:00:19
|
|
CVS patchset: 5621
CVS date: 2003/10/27 22:26:03
|
|
CVS patchset: 5615
CVS date: 2003/10/27 15:24:38
|
|
The changes to the video API of course require the video/spu decoder and
post plugin APIs to be increased as well.
CVS patchset: 5579
CVS date: 2003/10/23 20:12:33
|
|
patch by Philip Jgenstedt
CVS patchset: 5243
CVS date: 2003/08/04 03:47:09
|
|
yet)
CVS patchset: 5084
CVS date: 2003/06/21 22:32:08
|
|
RealAudio codecs; import VP3 decoder but leave de-activated; fixes for
SVQ3 bugs; more conditional compilation for encoders
CVS patchset: 5067
CVS date: 2003/06/19 00:47:19
|
|
Fixes deadlock when changing setting while the engine is paused.
CVS patchset: 5027
CVS date: 2003/06/12 21:33:33
|
|
Prevents junk being displayed at the edges of such streams.
CVS patchset: 5026
CVS date: 2003/06/12 18:46:24
|
|
- do not trust progressive_frame for detecting NTSC 3:2, quote:
'the alternating progressive_frame encoding problem. This is a problem where the progressive_frame flag alternates between true and false every frame, when it really should have been set to "true" all the time.'
'There is a lot of content that is affected by this issue, because it's caused by a dumb decision by a very big company that made a very popular MPEG encoder. They've since fixed the encoder, but there are apparently still authoring companies that use it, because the problem is on a lot of high-profile current discs, like Disney's "Monsters Inc." and "Beauty and the Beast".'
http://www.hometheaterhifi.com/volume_8_2/dvd-benchmark-special-report-chroma-bug-4-2001.html
CVS patchset: 5025
CVS date: 2003/06/11 23:08:54
|
|
fixes, comments, suggestions are welcome
CVS patchset: 5011
CVS date: 2003/06/06 19:42:04
|
|
simpler attempt at keeping width and height passed to get_frame consistant.
CVS patchset: 4981
CVS date: 2003/05/29 01:04:54
|
|
frame used for direct rendering
CVS patchset: 4978
CVS date: 2003/05/28 18:16:46
|
|
CVS patchset: 4948
CVS date: 2003/05/26 20:07:08
|
|
time ago
CVS patchset: 4904
CVS date: 2003/05/23 10:52:40
|
|
CVS patchset: 4809
CVS date: 2003/05/09 23:54:05
|
|
be useful someday
CVS patchset: 4732
CVS date: 2003/05/01 02:01:58
|
|
CVS patchset: 4702
CVS date: 2003/04/28 19:10:01
|
|
CVS patchset: 4701
CVS date: 2003/04/27 20:56:02
|
|
this hopefuly fixes problems with B frames and DR1
CVS patchset: 4666
CVS date: 2003/04/23 18:42:39
|
|
CVS patchset: 4639
CVS date: 2003/04/18 20:45:30
|
|
CVS patchset: 4626
CVS date: 2003/04/16 22:03:35
|
|
(wish us luck!)
CVS patchset: 4625
CVS date: 2003/04/16 21:46:42
|
|
from the one found in the header
CVS patchset: 4624
CVS date: 2003/04/16 21:02:22
|