- 26 Aug, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 25 Aug, 2008 39 commits
-
-
Antoine Cellerier authored
-
Jean-Baptiste Kempf authored
-
Derk-Jan Hartman authored
-
Jean-Baptiste Kempf authored
Still errors present, but too latE.
-
Pierre d'Herbemont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Pierre d'Herbemont authored
-
Antoine Cellerier authored
-
Derk-Jan Hartman authored
-
Laurent Aimar authored
It is not mandatory but NIT support is better.
-
Laurent Aimar authored
-
Laurent Aimar authored
Only DVB-T tuner is supported (but it would be easy to add DVB-S/C). The files scan.c/h are strictly independant of the DVB access and could be reused for the DBA access if wanted.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
Should fix the ppc crash.
-
Antoine Cellerier authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
Sorry I didn't meant to commit that... This reverts commit c42248cf.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Gertjan Van Droogenbroeck authored
The changes to the nuv demuxer are: - aspect ratio is now used - only key frames are used for seeking / index table - if there is a seektable it is now used (in a seekable stream) - GET_LENGTH is set correctly when a seektable is available, if there isn't a seektable it will make a guess based on the position in the stream and the stream size - seek support improved, it checks if the stream is seekable and it also checks if the stream is not changing in size (recording) - support for rtjpeg decoder The demuxer was tested on Windows and Linux with a samba share with recordings from a mythbackend. I have also tested this with MythWeb with HTTP Direct Download and ASX Stream. If it is detected that the stream is not seekable (for example the HTTP stream) it will fall back to the way it worked before and keep fetching new frames until the position is reached. If you seek to a position before the current position it will now give a warning. If a recording is in progress the stream size will change. This will be detected and then only forward seeking is possible, because changing the stream pointer on the recorded file failed (at least it did using the network share).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Assert rather than invoke a crashy work-around. Also allow the type-specific cleanup function to join the thread.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-