summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2004-05-16From: Reinhard NisslJames Courtier-Dutton
1) the 'size' of the A52 frame was calculated 'result' bytes to small. 2) a simpler "not jumbo detection": if 'size' was not changed, then it's not a jumbo and we're done. CVS patchset: 6555 CVS date: 2004/05/16 21:35:16
2004-05-16Priority support.Thibaut Mattern
0 for "raw" demuxers 10 for "normal" demuxers CVS patchset: 6553 CVS date: 2004/05/16 18:01:26
2004-05-14trying to fix overly enthusiastic elem demuxerMichael Roitzsch
CVS patchset: 6536 CVS date: 2004/05/14 13:31:49
2004-05-14Handle Jumbo A52/AC3 frames from VDRJames Courtier-Dutton
CVS patchset: 6534 CVS date: 2004/05/14 02:12:48
2004-05-13set the pts on all buffers so the binary codec can be fed with the correct ↵James Stembridge
timestamp for all frames CVS patchset: 6531 CVS date: 2004/05/13 21:17:09
2004-05-10- look a tiny bit deeper in the Program streams as well, now all myBastien Nocera
broken MPEGs play properly, without tweaking CVS patchset: 6514 CVS date: 2004/05/10 11:33:54
2004-05-10- remove dirty hack from the Program stream demuxer, and look deeper for aBastien Nocera
header when using the Elementary stream demuxer Hopefully that didn't break anything ;) CVS patchset: 6513 CVS date: 2004/05/10 11:24:28
2004-05-09dvb patches by Szymon Stefanek and Mike LampardMiguel Freitas
CVS patchset: 6509 CVS date: 2004/05/09 22:34:19
2004-05-05simple protection...Thibaut Mattern
CVS patchset: 6490 CVS date: 2004/05/05 22:37:46
2004-05-04- Shoutcast packet handling cleanup.Thibaut Mattern
- Support streaming of NSV files. test streams: hTtP://xxx.inlive.co.kr:8000/;stream.nsv http://lsac1-0-s01.shoutcast.net:8012/;file.nsv - Remove an old hack to force mpeg audio demuxer selection. CVS patchset: 6484 CVS date: 2004/05/04 22:26:13
2004-05-04Recognise On2 avi variantJames Stembridge
CVS patchset: 6482 CVS date: 2004/05/04 21:45:15
2004-05-02Fix decoder init.Thibaut Mattern
CVS patchset: 6472 CVS date: 2004/05/02 12:32:11
2004-05-02- Better seekhead parsing.Thibaut Mattern
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
2004-04-30- .mpeg files sent with Outlook will come up as .mpe filesBastien Nocera
I can now play those not so funny videos I got sent... CVS patchset: 6466 CVS date: 2004/04/30 11:40:07
2004-04-30- simple work-around for an ALAC (iTunes Lossless Codec) file from:Bastien Nocera
http://www.hydrogenaudio.org/index.php?showtopic=21139& CVS patchset: 6465 CVS date: 2004/04/30 10:13:33
2004-04-29Do not parse the whole file at start.Thibaut Mattern
CVS patchset: 6462 CVS date: 2004/04/29 23:03:49
2004-04-26Seeking support for matroska files.Thibaut Mattern
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
2004-04-25Report ODML streams as such.Thibaut Mattern
CVS patchset: 6435 CVS date: 2004/04/25 16:23:19
2004-04-24Remove the framerate hack.Thibaut Mattern
The engine handles frame->duration=0 now ;) CVS patchset: 6430 CVS date: 2004/04/24 13:56:40
2004-04-22it seems that mux rate was wrong for all mpeg2 demuxers.Miguel Freitas
(somebody please double check) CVS patchset: 6425 CVS date: 2004/04/22 21:30:10
2004-04-22do the same as newest libmad: don't stop on reserved emphasisMiguel Freitas
CVS patchset: 6421 CVS date: 2004/04/22 00:37:52
2004-04-20Disable AUD content detection, there exists a subtitle file in the wild with ↵František Dvořák
positive AUD detection. :-) This was the first line in the file: {105}{266}{c:$0022FF}Translated by S.C.U.D - Subtitle Creators UniteD... ^ ^^ VQA_IMA stream type rate = 12667 HZ CVS patchset: 6417 CVS date: 2004/04/20 13:57:25
2004-04-18Fix a serious bug.Thibaut Mattern
Use a per stream bmiheader and waveformatex struct, this is needed to initialize correctly decoders. It fixes decoder init when the asf header contain multiple streams and when the best stream is not the last one. Test stream (hmmm): mms://wmediavod.coltfrance.com/wmetf1/snoop/snoop3_192.wmv It's really strange that nobody noticed a such bug. CVS patchset: 6413 CVS date: 2004/04/18 20:05:30
2004-04-10Attempt to fix memory leak with ipmovies, but there is still some bigger in ↵František Dvořák
xine. CVS patchset: 6375 CVS date: 2004/04/10 09:45:44
2004-04-10fix channel swapping reported by Peter AntypasMiguel Freitas
CVS patchset: 6373 CVS date: 2004/04/10 04:13:37
2004-04-09fix playing LPCM (tag preview pack) - fix Fever.vobMiguel Freitas
CVS patchset: 6365 CVS date: 2004/04/09 16:07:10
2004-04-09small fix for heiko's avi streamsGuenter Bartsch
CVS patchset: 6355 CVS date: 2004/04/09 01:56:11
2004-04-08lib order matters for static linkingMiguel Freitas
CVS patchset: 6353 CVS date: 2004/04/08 19:00:25
2004-04-06Asf demuxer:Thibaut Mattern
- fix error correction handling. - detect properly the end of the stream using packet_count (now that mms plugin handles correctly current_pos). - rename some properties mmst/mmsh: - handle current stream pos correctly, based on packet sequence_id (needed for seeking). mmsh: - some reverse ingeneering to support for grouped ASF streams like mmst (mmsh://wms03.nordicwebradio.com/chelsea) - fix a potential crash at the end of stream CVS patchset: 6334 CVS date: 2004/04/06 00:25:29
2004-04-02- split payload header parsing.Thibaut Mattern
- rename payload parsing function. CVS patchset: 6326 CVS date: 2004/04/02 06:52:39
2004-03-30bugfix for ogms larger than 2 GB - thanks to Andrew de QuinceyAndreas Heinchen
CVS patchset: 6319 CVS date: 2004/03/30 20:44:14
2004-03-28Fix asx ENTRYREF parsing.Thibaut Mattern
Patch from Koos Vriezen. CVS patchset: 6314 CVS date: 2004/03/28 20:00:46
2004-03-28Fix recovery from corrupt video streamJames Stembridge
CVS patchset: 6311 CVS date: 2004/03/28 19:11:32
2004-03-22another memleakDaniel Caujolle-Bert
CVS patchset: 6298 CVS date: 2004/03/22 00:12:57
2004-03-21memleakDaniel Caujolle-Bert
CVS patchset: 6295 CVS date: 2004/03/21 23:13:59
2004-03-18Fix more messagesPhilipp Hahn
CVS patchset: 6287 CVS date: 2004/03/18 09:07:00
2004-03-16- patch from Tilmann BitterbergThibaut Mattern
- indentation - prevent segfault CVS patchset: 6279 CVS date: 2004/03/16 23:12:32
2004-03-14Use _x_demux_read_send_dataJames Stembridge
CVS patchset: 6260 CVS date: 2004/03/14 22:10:15
2004-03-14Move real 14.4 and 28.8 header parsing to ffmpeg decoderJames Stembridge
CVS patchset: 6259 CVS date: 2004/03/14 21:37:52
2004-03-13disabled seeking for IFF-ILBM and IFF-ANIM the same way like demux_vqa.c doseManfred Tremmel
CVS patchset: 6245 CVS date: 2004/03/13 11:02:09
2004-03-10Send headers so that the standard yuv and lpcm decoders can be usedJames Stembridge
CVS patchset: 6239 CVS date: 2004/03/10 22:46:17
2004-03-09new Flash Video (FLV) demuxer; somewhat preliminary right now, but itMike Melanson
does demux basic videos CVS patchset: 6238 CVS date: 2004/03/09 04:14:11
2004-03-08Fix the framerate estimation.Thibaut Mattern
Mike: the revolver rotation is perfect now ;-) CVS patchset: 6236 CVS date: 2004/03/08 23:54:39
2004-03-07- use the asf preroll valueThibaut Mattern
- use timestamp to generate the input_time value instead of the global bitrate - fix some tiny sync pb after a seek Mike: try with your evil streams ;) CVS patchset: 6229 CVS date: 2004/03/07 20:02:40
2004-03-05valgrind memleak fixesMichael Roitzsch
CVS patchset: 6218 CVS date: 2004/03/05 17:50:29
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
before aborting CVS patchset: 6211 CVS date: 2004/03/03 20:09:11
2004-03-03An id3 parsing error is not a reason to not play the mp3 stream.Thibaut Mattern
Should fix some bugs reported on irc and sf bugreport system. CVS patchset: 6207 CVS date: 2004/03/03 00:39:15
2004-03-022 more QT meta atoms, one for composer and one for yearMike Melanson
CVS patchset: 6204 CVS date: 2004/03/02 02:53:59
2004-03-01Support for 14.4 codec in RealMedia filesJames Stembridge
CVS patchset: 6203 CVS date: 2004/03/01 22:33:52
2004-03-01check if there is enough bytes in the buffer before reading.Thibaut Mattern
CVS patchset: 6199 CVS date: 2004/03/01 21:03:19