summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_yuv4mpeg2.c
AgeCommit message (Expand)Author
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-07-04Cleanup code style, use memmem() to find the start of a frame.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-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...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-02-06Added node_plugin_t pointer to the demux struct.Thibaut Mattern
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-16Priority support.Thibaut Mattern
2004-02-14Send aspect ratio using BUF_FLAG_ASPECTJames Stembridge
2004-02-09Always send frame duration using BUF_FLAG_FRAMERATEJames Stembridge
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
2003-11-29fix divzeroMiguel Freitas
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15change demux api:Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-31Use info_helper functions.Thibaut Mattern
2003-08-12display time when playing yuv4mpeg2 filesJames Stembridge
2003-08-12whoops, header contains pixel, not frame aspect ratioJames Stembridge
2003-08-12improvements to header parsingJames Stembridge
2003-07-30video is i420 not yv12James Stembridge
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
2003-07-16more cleanup; remove unused variables; use lprintfMarco Zuehlke
2003-04-26bumping up demux plugin interface version numbers, update copyright noticesGuenter Bartsch
2003-04-17cleanup patch by Marco Z|hlke <M.Zuehlke@freenet.de>Miguel Freitas
2003-04-02clean up some unused variablesMike Melanson
2003-02-22YUV4MPEG2 demuxer now operates over non-seekable inputMike Melanson
2003-01-19eliminate "vital stats" printout, long obsoleted by UI's info dialogMike Melanson
2003-01-10have length in miliseconds tooMiguel Freitas
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
2002-12-23free unused buffersMike Melanson
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-08- get xine_demux_control_headers_done() out of the demuxers.Miguel Freitas
2002-11-28Extended demuxer API with the methods get_capabilities() and get_optional_dat...Peter Liljenberg
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
2002-11-01new content detection method METHOD_EXPLICIT for demuxer given in MRLMichael Roitzsch
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
2002-10-27load up the XINE_STREAM_INFO_HAS_AUDIO/VIDEO informationMike Melanson
2002-10-26bring the YUV4MPEG2 demuxer in line with the latest API revision; also,Mike Melanson
2002-10-12While the demuxer mutex is unlocked, relinquish the processor in the mainJuergen Keil
2002-10-08decimal, not hexMike Melanson
2002-10-06atone for the sin of calling xine a "unix video player" rather than aMike Melanson
2002-10-05implemented seeking (including seek on start) and length functionMike Melanson
2002-10-04initial commit for YUV4MPEG2 file demuxerMike Melanson