summaryrefslogtreecommitdiff
path: root/movie.c
AgeCommit message (Collapse)Author
2014-06-21* Some debug outputDaniel Meyerholt
2011-06-13* Do the FPS/movie length detection more elegant using cRecording. Fixes bug ↵Daniel Meyerholt
#628.
2011-02-19* fixed wrong placed brackets in queuehandlerDaniel Meyerholt
* fixed some compiler warnings
2011-02-19* Now really reading RecordingInfo (before only got default fps)Daniel Meyerholt
2011-02-13* Fixed movie length detectionDaniel Meyerholt
2011-02-10* Full support for old recordingsDaniel Meyerholt
2011-02-10* typoroot
2011-02-10* PlugIn supports now old recordings (again)root
2011-02-06* fixed audio pid detection with some movie names using more specific grepDaniel Meyerholt
2011-02-06* Changed support recording format to .ts present in vdr>=1.7 currently old ↵Daniel Meyerholt
recordings are not supported anymore * removed some bashisms in queuehandler.sh * renamed queuehandler.sh to queuehandler, removed sh in conf name as well
2011-02-06* patches by Thomas Günther <tom@toms-cafe.de> (stolen from e-tobi deb):Daniel Meyerholt
- maketempdir patch to create temporary directory - greppid2 patch to detect second running process instead of third - fix ogm/ac3 vdrsync 0.1.2.2dev1 creates bd.mpa, not bd.ac3 when demuxing - preserve owner of queue.vdrrip in queuehandler.sh - fix identification of aspect ratio (http://vdrportal.de/board/thread.php?threadid=53225 and http://vdrportal.de/board/thread.php?threadid=58775) - change VDRVERSION define to APIVERSION in Makefile - fix some menus for vdr>=1.3.7 (from user norad at vdrportal.de and thomas) * patch by Herbert Attenberger <herbsl at a-land.de> and user micmac at vdrportal.de to change dvd-parameter to -dvd if the mencoder-version is 0.XX (stolen from e-tobi deb) * patch by Stefan Wagner to change mencoder parameters when detecting cropping (stolen from e-tobi deb) * patches by Tobias Grimm <etobi@debian.org> (stolen from e-tobi deb) - use libdvdread's NEW_IFO_READ functions - fix compilation for gcc4.4
2011-02-06Init'd using http://www.a-land.de/vdr-vdrrip-0.3.0.tgzDaniel Meyerholt