summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2006-03-04Fixed bug 1420933Thibaut Mattern
[ 1420933 ] wStart (stream delay in AVI files) is not used CVS patchset: 7919 CVS date: 2006/03/04 12:04:42
2006-03-02fix the comment and genre fieldsMike Melanson
CVS patchset: 7916 CVS date: 2006/03/02 14:35:02
2006-03-02support Vorbis-style comments in FLAC, courtesy of Maximilian Schwerin,Mike Melanson
maximilian.schwerin at buelowssiege.de CVS patchset: 7914 CVS date: 2006/03/02 04:18:08
2006-02-11Fix missing #include (for BE_16).Darren Salt
CVS patchset: 7890 CVS date: 2006/02/11 21:28:02
2006-02-08- fix from Thibaut Mattern for the second magic for JPEG filesBastien Nocera
CVS patchset: 7887 CVS date: 2006/02/08 18:29:02
2006-02-08- add content detection to the image demuxer, up the priority above thatBastien Nocera
of the MNG demuxer CVS patchset: 7885 CVS date: 2006/02/08 09:06:59
2006-02-07- feed data to the GdkPixbufLoader piecemeal, as opposed to in a big chunkBastien Nocera
(saves the memory allocation, and the big decoding at the end) - also install the image demuxer if the gdkpixbuf loader is compiled CVS patchset: 7884 CVS date: 2006/02/07 15:28:59
2006-02-06PATCH: fix PTS wrap detection and add preview buffer support to demux_mpeg_pesMiguel Freitas
CVS patchset: 7881 CVS date: 2006/02/06 12:07:44
2006-02-05segfault fix by Vedran RodicMiguel Freitas
CVS patchset: 7876 CVS date: 2006/02/05 17:27:56
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
CVS patchset: 7848 CVS date: 2006/01/27 07:46:09
2006-01-24Simplified a bit the calculation of the lace sizes for Xiph lacingMathieu Olivier
CVS patchset: 7842 CVS date: 2006/01/24 22:01:05
2006-01-24Matroska demuxer was miscalculating the lace sizes for fixed-size lacingMathieu Olivier
CVS patchset: 7841 CVS date: 2006/01/24 21:59:13
2006-01-05Don't stop when an empty chunk is encountered.Thibaut Mattern
CVS patchset: 7830 CVS date: 2006/01/05 21:34:55
2005-12-24finally figured out the correct frequency formulaMike Melanson
CVS patchset: 7827 CVS date: 2005/12/24 00:08:42
2005-11-28*BUGFIX*František Dvořák
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
2005-11-21Fixed IDCIN demuxer (it can't never work :->) - sending Mr. Huffman morbidly ↵František Dvořák
by pieces now. CVS patchset: 7806 CVS date: 2005/11/21 10:28:18
2005-11-14*BUGFIX*František Dvořák
Testsuite for M$ Windows: - init mutex in all video drivers ('none' for testsuite, fixes crashes), was OK for linux pthreads - use WaitForSingleObject for console file descriptirs in _x_io_select (fixes stdin:/) - workaround heavy debug messages in asf demuxer for some samples (fixes full disk :->) Fixed previous fix, s/gmtime/timgm/ :-) Aalib cross detection + udate docs CVS patchset: 7799 CVS date: 2005/11/14 12:34:45
2005-11-01Fix a bug introduced by my last commit.Thibaut Mattern
A newpts buffer was sent between the first and the second buffer. CVS patchset: 7793 CVS date: 2005/11/01 18:36:19
2005-10-14input plugin time seeking patch.Miguel Freitas
hopefuly somebody will be able to help fixing the mess i did in dvdnav ;) CVS patchset: 7759 CVS date: 2005/10/14 21:02:16
2005-10-05Fixed [ 1265313 ] Xvid playback stutter (v1.0/1.1)Thibaut Mattern
There is no discontinuity because pts are generated by the demuxer. CVS patchset: 7755 CVS date: 2005/10/05 07:08:48
2005-10-03Fixed aac detection bug.Thibaut Mattern
CVS patchset: 7753 CVS date: 2005/10/03 18:22:29
2005-10-03Added mpeg4 avp.Thibaut Mattern
CVS patchset: 7752 CVS date: 2005/10/03 18:06:56
2005-10-02Fixed mpeg4 ASP.Thibaut Mattern
CVS patchset: 7751 CVS date: 2005/10/02 21:44:33
2005-10-02Added H264 support.Thibaut Mattern
CVS patchset: 7750 CVS date: 2005/10/02 21:29:39
2005-10-02another special case: this one covers files that are read viaMike Melanson
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
2005-10-02Fixed overflow when computing bitrate.Thibaut Mattern
CVS patchset: 7748 CVS date: 2005/10/02 14:15:17
2005-10-01- CleanupThibaut Mattern
- 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
2005-09-16Fixed id3v2.4 genre parsing.Thibaut Mattern
CVS patchset: 7737 CVS date: 2005/09/16 23:01:10
2005-09-16Disabled debug stuff.Thibaut Mattern
CVS patchset: 7736 CVS date: 2005/09/16 22:16:11
2005-09-16Fixed id3v2.3 frame header size parsing.Thibaut Mattern
Fixed frame with data >4k handling (ie picture frames). CVS patchset: 7735 CVS date: 2005/09/16 22:15:12
2005-09-15Added minimal id3 v2.4 support.Thibaut Mattern
CVS patchset: 7734 CVS date: 2005/09/15 18:45:15
2005-09-05*BUGFIX*František Dvořák
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
2005-07-29Add support for mpeg1/2 video in matroskaJames Stembridge
CVS patchset: 7694 CVS date: 2005/07/29 17:57:00
2005-07-26*BUGFIX*Thibaut Mattern
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
2005-07-18Fix a couple of small errors in my MRL reference / ASX parsing update.Darren Salt
CVS patchset: 7658 CVS date: 2005/07/18 01:28:21
2005-07-17Improve ASX parsing.Darren Salt
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
2005-07-16Create DecoderSpecificInfo for AAC tracks. Fixes HE-AAC in Matroska playback.James Stembridge
CVS patchset: 7646 CVS date: 2005/07/16 17:50:58
2005-06-17**BUGFIX**James Stembridge
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
2005-06-09Added palette handling.Thibaut Mattern
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
2005-06-09Fixed empty master element handling.Thibaut Mattern
CVS patchset: 7616 CVS date: 2005/06/09 17:46:15
2005-06-04DTS and AC3 demuxers don't only apply to files nowJames Stembridge
CVS patchset: 7610 CVS date: 2005/06/04 20:32:08
2005-06-04Bring AC3 demuxer in line with DTS, support raw, cd and wav sourcesJames Stembridge
CVS patchset: 7609 CVS date: 2005/06/04 20:29:16
2005-06-04Whoops, turn off debugJames Stembridge
CVS patchset: 7608 CVS date: 2005/06/04 19:11:22
2005-06-04Fix potential off-by-oneJames Stembridge
CVS patchset: 7607 CVS date: 2005/06/04 19:10:18
2005-06-04Estimate input time from bitrateJames Stembridge
CVS patchset: 7605 CVS date: 2005/06/04 13:49:25
2005-06-04Fix frame sizeJames Stembridge
CVS patchset: 7604 CVS date: 2005/06/04 12:05:28
2005-06-04"rmvb" is a valid real file extension tooJames Stembridge
CVS patchset: 7603 CVS date: 2005/06/04 11:05:59
2005-06-04AAC frame can't have zero lengthJames Stembridge
CVS patchset: 7602 CVS date: 2005/06/04 10:59:36
2005-05-30No need to guess parameters, faad will read them from ADTS/ADIF headerJames Stembridge
CVS patchset: 7596 CVS date: 2005/05/30 12:08:49
2005-05-29We'll need thisJames Stembridge
CVS patchset: 7593 CVS date: 2005/05/29 19:21:24