summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_mpeg_block.c
AgeCommit message (Expand)Author
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2006-10-16Fixed several warnings (but warnings due to APIs not solved).František Dvořák
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-17Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi...Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2005-10-14input plugin time seeking patch.Miguel Freitas
2005-02-06Added node_plugin_t pointer to the demux struct.Thibaut Mattern
2004-12-17pts fixes by Petri Hintukainen <phintuka@cc.hut.fi>Miguel Freitas
2004-07-11better detection by extension for mpeg_block (thanks to James Slorach)Michael Roitzsch
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-16Priority support.Thibaut Mattern
2004-04-22it seems that mux rate was wrong for all mpeg2 demuxers.Miguel Freitas
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2004-01-04this->warned is not used anywhere, so it can goMichael Roitzsch
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16A new and hopefully clearer explanation of how to apply PTS values in streams...James Courtier-Dutton
2003-11-16remove empty get_frame stuff and fix some warningsMichael Roitzsch
2003-11-15change demux api:Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-30use info_helper functions.Thibaut Mattern
2003-09-02leaksMiguel Freitas
2003-08-01assert() is not acceptable for handling stream errorsMiguel Freitas
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
2003-06-18extract DTS (decoder timestamps) from the MPEG stream,Michael Roitzsch
2003-06-07Fix for message "demux_mpeg_block: error! 00 00 00 (should be 0x000001)"James Courtier-Dutton
2003-05-26Win32 cleanup (a couple things would not build correctly). Also added a READM...Tim Champagne
2003-05-20This adds cdda support for Win32. Also fixed the demuxer mpeg block build for...Tim Champagne
2003-05-18Add some info.James Courtier-Dutton
2003-05-18Remove some assert() statements.James Courtier-Dutton
2003-05-15That comment suits better here. It is about discontiuity detection, so it shouldMichael Roitzsch
2003-05-12We can now play from the pvr250 in real time.James Courtier-Dutton
2003-05-12New demuxer now works fine with both VCDs and DVDs.James Courtier-Dutton
2003-05-11Revert to last known version that works for Video CD stills. As farRocky Bernstein
2003-05-11someone forgot this is C and not C++Mike Melanson
2003-05-11Minor fixes.James Courtier-Dutton
2003-05-10Enable the Encrypted/scrambled pop-up when playing DVDs.James Courtier-Dutton
2003-05-10Handle padding streams seen on some VCDs.James Courtier-Dutton
2003-05-10Re-write of demux_mpeg_block.James Courtier-Dutton
2003-05-07Even better test for PES scrambling.Rocky Bernstein
2003-05-07Disable PES scrambling control check pending decision as to what toRocky Bernstein
2003-05-02re-revert mpeg demuxer changes (mpeg x mpeg_block)Miguel Freitas
2003-04-29lpcm support to mpeg_demux.c. i have no sample to test it, mayMiguel Freitas