Age | Commit message (Expand) | Author |
2011-10-17 | Added E-AC-3 to demux_mpeg_pes | Jose Alberto Reguero |
2010-04-07 | Add video/mp2t (and the corresponding video/mp2p). | Darren Salt |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-06-11 | Add some missing BUF_FLAG_PREVIEW in preview_mode. | Reinhard Nißl |
2009-01-05 | Merge security fixes. | Darren Salt |
2008-12-31 | check number of bytes read by input->read in demuxing mpeg block/pes | Matthias Hopf |
2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
2008-05-09 | Avoid loop for common memory operations (zeroing, copying, moving). | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-10-31 | Improve PTS wrap detection for large A/V offsets. | Reinhard Nißl |
2007-10-01 | Fix incorrect H.264 detection on successive MPEG1/2 B frames. | Reinhard Nißl |
2007-04-15 | Avoid sending BUF_FLAG_FRAME_END before the first frame. | Reinhard Nißl |
2007-03-29 | A little more reodering, and convert a few more fields to 1-bit flags. | Diego 'Flameeyes' Pettenò |
2007-03-26 | Optimise the demux_mpeg_pes_t structure a bit, instead of using two int32_t a... | Diego 'Flameeyes' Pettenò |
2007-03-26 | Add support for H.264 video stream in PES packets. Patch by Reinhard Nissl. | Diego 'Flameeyes' Pettenò |
2007-02-20 | Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64"). | Diego 'Flameeyes' Pettenò |
2007-01-19 | Make get_mrl return a const char * too. | Diego 'Flameeyes' Pettenò |
2007-01-19 | Make get_description get_identifier get_extensions get_mimetypes return a con... | Diego 'Flameeyes' Pettenò |
2006-10-16 | Fixed several warnings (but warnings due to APIs not solved). | František Dvořák |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-17 | Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi... | Diego 'Flameeyes' Pettenò |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2006-03-16 | [coverity] | Thibaut Mattern |
2006-02-06 | PATCH: fix PTS wrap detection and add preview buffer support to demux_mpeg_pes | Miguel Freitas |
2005-02-06 | Added node_plugin_t pointer to the demux struct. | Thibaut Mattern |
2005-01-18 | **BUGFIX** | Michael Roitzsch |
2004-12-17 | pts fixes by Petri Hintukainen <phintuka@cc.hut.fi> | Miguel Freitas |
2004-07-20 | removing unused structure member | Michael Roitzsch |
2004-07-19 | merging some VDR patches from Reinhard | Miguel Freitas |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-05-16 | From: Reinhard Nissl | James Courtier-Dutton |
2004-05-16 | Priority support. | Thibaut Mattern |
2004-05-14 | Handle Jumbo A52/AC3 frames from VDR | James Courtier-Dutton |
2004-04-22 | it seems that mux rate was wrong for all mpeg2 demuxers. | Miguel Freitas |
2004-01-12 | it seems i forgot to commit the api increase (demux/decoder). weird. | Miguel Freitas |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-16 | remove empty get_frame stuff and fix some warnings | Michael Roitzsch |
2003-11-15 | change demux api: | Miguel Freitas |
2003-11-11 | rename internal API function (_x_<function>). | Daniel Caujolle-Bert |
2003-10-30 | use info_helper functions. | Thibaut Mattern |
2003-10-12 | Remove asserts. | James Courtier-Dutton |
2003-09-13 | Add comments so that people know where this sort of stream comes from. | James Courtier-Dutton |
2003-09-13 | Add demuxing of some AC3/A52 streams found in some DVB streams. | James Courtier-Dutton |
2003-09-10 | Force the RHS to int64_t. My compiler seems to think | James Courtier-Dutton |
2003-09-05 | Trying new methods to detect if a stream is mpeg1 or mpeg2. | James Courtier-Dutton |