summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2005-03-09Incremented priority to be sure that rawdv is probed before mp3.Thibaut Mattern
2005-03-06**BUGFIX**James Stembridge
2005-03-06special-case time in order to support ALAC (when it gets imported fromMike Melanson
2005-03-01different but more consistent hack for CBR audio with no extendedMike Melanson
2005-02-22XvMC update largely courtesy of Kendall Bennet, Scitechsoft:Thomas Hellström
2005-02-14Cache the theora granuleshift when reading theora headers, and condenseConrad Parker
2005-02-14fix calculation of CMML pts: actually use granulerates from CMML/AnxDataConrad Parker
2005-02-13send image to decoder in send_headers to get proper stream info after xine_openStefan Holst
2005-02-07make Valgrind happy with empty files.Thibaut Mattern
2005-02-06Added node_plugin_t pointer to the demux struct.Thibaut Mattern
2005-02-03make the image decoder use imagemagick to decode images. slight improvements ...Stefan Holst
2005-02-03**BUGFIX**František Dvořák
2005-01-31**BUGFIX** fix for bug #1090707. Ensure buffers are assigned toMike Lampard
2005-01-19Distorted image fix:Darren Salt
2005-01-18**BUGFIX**Michael Roitzsch
2005-01-14HousekeepingJames Stembridge
2005-01-14(Drum roll) Long awaited support for MusepackJames Stembridge
2005-01-12Fix various mmsh/mmst bugs.Thibaut Mattern
2005-01-09- Simplify read functions.Thibaut Mattern
2005-01-05Fixed end of file detection.Thibaut Mattern
2005-01-02**BUGFIX**Michael Roitzsch
2004-12-25fix segfault with 'none' audio plugin.Daniel Caujolle-Bert
2004-12-24- AVI: set audio and video codecs on open, overridden by the decodersBastien Nocera
2004-12-22fix potential memleakMichael Roitzsch
2004-12-21add CMML bos page reconizerConrad Parker
2004-12-21add BY_CONTENT method for detecting DV streamsConrad Parker
2004-12-20remove all local names beginning with double underscore, because C99Michael Roitzsch
2004-12-20the lprintf logging macro will already print the filenameMichael Roitzsch
2004-12-20Remove nasty static variables.James Courtier-Dutton
2004-12-18reset spu pid etc on dvb channel changeMike Lampard
2004-12-17Fix header buffer leak with chained streams.Thibaut Mattern
2004-12-17Fix header buffer leak.Thibaut Mattern
2004-12-17pts fixes by Petri Hintukainen <phintuka@cc.hut.fi>Miguel Freitas
2004-12-17Simple chained streams supportThibaut Mattern
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-12-15check for the chunk size the file tells us before blindly overflowingMichael Roitzsch
2004-12-14Don't spam the frontend with "stream encrypted" messages.Thibaut Mattern
2004-12-14- add tracknumber meta info (patch by Brian J. Tarricone <bjt23@cornell.edu>)Miguel Freitas
2004-12-13AC3 supportMiguel Freitas
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-12-12Code cleanups and elimination of some compiler warnings; patch courtesy of AL13NAndre Pang
2004-12-10tags for AAC, MPEG4 and H264Miguel Freitas
2004-12-09have parse_pes_header modify buf->decoder_info[2] directly. cleanup.Mike Lampard
2004-12-09send PES packet size via decoder_info[2] instead of buf->type.Mike Lampard
2004-12-03remove unused lenbytes calculation in cmml handlerConrad Parker
2004-12-03Fixed audio/video sync.Thibaut Mattern
2004-12-01support PMT sections larger than 1 ts packetMike Lampard
2004-11-30- added resync codeThibaut Mattern
2004-11-19Skip video data until one keyframe is detected.Thibaut Mattern
2004-11-13.m4a is, more generically, MPEG-4 audioAndre Pang