summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_mpeg_pes.c
AgeCommit message (Expand)Author
2009-01-05Merge security fixes.Darren Salt
2008-12-31check number of bytes read by input->read in demuxing mpeg block/pesMatthias Hopf
2008-11-20Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...František Dvořák
2008-05-09Avoid loop for common memory operations (zeroing, copying, moving).Diego 'Flameeyes' Pettenò
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-10-31Improve PTS wrap detection for large A/V offsets.Reinhard Nißl
2007-10-01Fix incorrect H.264 detection on successive MPEG1/2 B frames.Reinhard Nißl
2007-04-15Avoid sending BUF_FLAG_FRAME_END before the first frame.Reinhard Nißl
2007-03-29A little more reodering, and convert a few more fields to 1-bit flags.Diego 'Flameeyes' Pettenò
2007-03-26Optimise the demux_mpeg_pes_t structure a bit, instead of using two int32_t a...Diego 'Flameeyes' Pettenò
2007-03-26Add support for H.264 video stream in PES packets. Patch by Reinhard Nissl.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
2006-03-16[coverity]Thibaut Mattern
2006-02-06PATCH: fix PTS wrap detection and add preview buffer support to demux_mpeg_pesMiguel Freitas
2005-02-06Added node_plugin_t pointer to the demux struct.Thibaut Mattern
2005-01-18**BUGFIX**Michael Roitzsch
2004-12-17pts fixes by Petri Hintukainen <phintuka@cc.hut.fi>Miguel Freitas
2004-07-20removing unused structure memberMichael Roitzsch
2004-07-19merging some VDR patches from ReinhardMiguel Freitas
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-16From: Reinhard NisslJames Courtier-Dutton
2004-05-16Priority support.Thibaut Mattern
2004-05-14Handle Jumbo A52/AC3 frames from VDRJames Courtier-Dutton
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
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-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-10-12Remove asserts.James Courtier-Dutton
2003-09-13Add comments so that people know where this sort of stream comes from.James Courtier-Dutton
2003-09-13Add demuxing of some AC3/A52 streams found in some DVB streams.James Courtier-Dutton
2003-09-10Force the RHS to int64_t. My compiler seems to thinkJames Courtier-Dutton
2003-09-05Trying new methods to detect if a stream is mpeg1 or mpeg2.James Courtier-Dutton
2003-08-28Fix bug in demux_mpeg_pes.cJames Courtier-Dutton
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
2003-07-12Fix for mpeg streams with large PES packets.James Courtier-Dutton
2003-07-01Some minor fixes. One buffer leak fix.James Courtier-Dutton