Age | Commit message (Collapse) | Author |
|
CVS patchset: 7753
CVS date: 2005/10/03 18:22:29
|
|
CVS patchset: 7752
CVS date: 2005/10/03 18:06:56
|
|
CVS patchset: 7751
CVS date: 2005/10/02 21:44:33
|
|
CVS patchset: 7750
CVS date: 2005/10/02 21:29:39
|
|
non-seekable sources (e.g. STDIN, HTTP) and begin with an 'ftyp' atom
followed by a 'moov' atom
CVS patchset: 7749
CVS date: 2005/10/02 17:00:52
|
|
CVS patchset: 7748
CVS date: 2005/10/02 14:15:17
|
|
- Added vbri header support
- Fixed seeking problem with id3v2 tags
- Converted position to a time based position
CVS patchset: 7747
CVS date: 2005/10/01 08:03:36
|
|
CVS patchset: 7737
CVS date: 2005/09/16 23:01:10
|
|
CVS patchset: 7736
CVS date: 2005/09/16 22:16:11
|
|
Fixed frame with data >4k handling (ie picture frames).
CVS patchset: 7735
CVS date: 2005/09/16 22:15:12
|
|
CVS patchset: 7734
CVS date: 2005/09/15 18:45:15
|
|
Build improvements and WIN32 port updates:
- add --with-pthread-pefix and --with-zlib-pefix options
- prepare for removing internal zlib and pthreads-win32 relics,
updated documentation for possible WIN32 developers (only for me? :->)
- fixed bug in unimportant part of configure.ac for MinGW due to xine paths
- fixed my bug in cdda (but it compiled fine anyway)
- fixed unimportant bug in planar Makefile.am
- next MSVC update due to external zlib, pthreads and latest changes,
removed relic includes
- checked distcheck
CVS patchset: 7719
CVS date: 2005/09/05 17:02:56
|
|
CVS patchset: 7694
CVS date: 2005/07/29 17:57:00
|
|
Fixed seeking problem reported by the testsuite (segfault).
Problem was easy to reproduce :
press play, wait 5s
seek back to the beginning
seek to the end
CVS patchset: 7686
CVS date: 2005/07/26 22:10:40
|
|
CVS patchset: 7658
CVS date: 2005/07/18 01:28:21
|
|
Add an extended MRL reference event which includes the item title, start
time and duration.
(Both events are sent; front ends should only listen for one of them.)
CVS patchset: 7656
CVS date: 2005/07/17 23:11:33
|
|
CVS patchset: 7646
CVS date: 2005/07/16 17:50:58
|
|
Keep looking for a 'moov' atom even if we find a 'free' atom that looks like one
CVS patchset: 7627
CVS date: 2005/06/17 16:53:25
|
|
Fixed playback of the stream:
http://naboo.homelinux.org/~tmattern/samples/asf/msadpcm/dance-b5th.asf
CVS patchset: 7618
CVS date: 2005/06/09 20:33:46
|
|
CVS patchset: 7616
CVS date: 2005/06/09 17:46:15
|
|
CVS patchset: 7610
CVS date: 2005/06/04 20:32:08
|
|
CVS patchset: 7609
CVS date: 2005/06/04 20:29:16
|
|
CVS patchset: 7608
CVS date: 2005/06/04 19:11:22
|
|
CVS patchset: 7607
CVS date: 2005/06/04 19:10:18
|
|
CVS patchset: 7605
CVS date: 2005/06/04 13:49:25
|
|
CVS patchset: 7604
CVS date: 2005/06/04 12:05:28
|
|
CVS patchset: 7603
CVS date: 2005/06/04 11:05:59
|
|
CVS patchset: 7602
CVS date: 2005/06/04 10:59:36
|
|
CVS patchset: 7596
CVS date: 2005/05/30 12:08:49
|
|
CVS patchset: 7593
CVS date: 2005/05/29 19:21:24
|
|
CVS patchset: 7592
CVS date: 2005/05/29 19:20:48
|
|
CVS patchset: 7582
CVS date: 2005/05/28 11:41:26
|
|
content for DTS audio cds and DTS
wav files
CVS patchset: 7577
CVS date: 2005/05/28 09:41:23
|
|
CVS patchset: 7576
CVS date: 2005/05/28 09:34:53
|
|
CVS patchset: 7575
CVS date: 2005/05/28 09:29:46
|
|
CVS patchset: 7562
CVS date: 2005/05/26 22:09:23
|
|
CVS patchset: 7554
CVS date: 2005/05/21 14:13:04
|
|
CVS patchset: 7552
CVS date: 2005/05/21 09:50:32
|
|
Avoid silly errors and engine state when trying to read a file with '0'
channels (See http://bugzilla.gnome.org/show_bug.cgi?id=304588 for test file)
CVS patchset: 7550
CVS date: 2005/05/18 09:02:26
|
|
CVS patchset: 7508
CVS date: 2005/04/27 17:56:07
|
|
CVS patchset: 7439
CVS date: 2005/03/09 22:31:17
|
|
Skip id3v2 tags
CVS patchset: 7433
CVS date: 2005/03/06 11:41:00
|
|
FFmpeg)
CVS patchset: 7429
CVS date: 2005/03/06 07:18:04
|
|
header; works no better or worse than before since stereo MACE still
does not work (interaction problem with FFmpeg?); log PCM in QT still
does not work
CVS patchset: 7426
CVS date: 2005/03/01 04:50:44
|
|
* Fix surface flushing and syncing (xxmc / xvmc)
* Fix clearing of macro block lists (xxmc / xvmc)
* Remove floating point operations from mpeg demuxer. Degrades
performance on non-fp capable hardware.
* Remove unnecessary software MC step
* Fix Quantization matrix ordering which caused bad picture quality
(KB/TH)
* Minor optimizations in the libmpeg2 code
* Fix VLD flushing at video discontinuity (TH)
CVS patchset: 7424
CVS date: 2005/02/22 18:31:33
|
|
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
|
|
CVS patchset: 7409
CVS date: 2005/02/13 18:42:49
|
|
CVS patchset: 7388
CVS date: 2005/02/07 18:47:12
|
|
Incremented demux API version.
This is needed to unload plugins.
CVS patchset: 7385
CVS date: 2005/02/06 15:26:00
|