summaryrefslogtreecommitdiff
path: root/src/input/input_pnm.c
AgeCommit message (Collapse)Author
2002-12-27man errno: "must not be explicitly declared; errno may be a macro"Miguel Freitas
(thanks Chris Rankin for noticing) CVS patchset: 3693 CVS date: 2002/12/27 16:47:10
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
different sizeof than integer. - add extra_info structure to pass informations from input/demuxers down to the output frame. this can be used, for example, to pass the frame number of a frame (when known by decoder). also, immediate benefict is that we now have a slider which really shows the current position of the playing stream. new fields can be added to extra_info keeping binary compatibility - bumpy everybody's api versions CVS patchset: 3603 CVS date: 2002/12/21 12:56:44
2002-12-15- set high water marks to higher values in http, pnm andStefan Holst
rtsp input plugins to prevent stuttering at the beginning - enable CAP_PREVIEW in pnm and rtsp input plugins CVS patchset: 3545 CVS date: 2002/12/15 16:54:10
2002-12-12small bugfix - init plugin instance struct to 0Guenter Bartsch
CVS patchset: 3499 CVS date: 2002/12/12 22:56:38
2002-12-12* Initial version of an rtsp input plugin. It is far from being perfect,Stefan Holst
only a few streams work for now. * A couple of fixes in pnm input plugin. * Fixed stream info in demux_real. CVS patchset: 3495 CVS date: 2002/12/12 22:08:09
2002-11-23pnm protocol input pluginGuenter Bartsch
CVS patchset: 3347 CVS date: 2002/11/23 00:04:32