- 10 Jun, 2008 17 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(as per RFC queue'd draft-ietf-avt-rtp-vorbis-09). Not tested against other implementations, and some pretty bad PTS issues. RTP only provides us with a valid PTS for the first frame in a packet, and we don't know the length of each frame, so, hmm... I wonder how to compute the PTS for non-first frames... Also, we would need either an SDP parser to use Vorbis (properly) as a dynamic payload type, or to use a proprietary static payload type and a proprietary static RTP clock frequency.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Antoine Cellerier authored
filter. Since filter destruction is always requested by the subpicture core itself, we already have the subpicture lock so no need to lock.
-
Antoine Cellerier authored
work.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
compiler needs the prototype).
-
Lukas Durfina authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Lukas Durfina authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Adrien Maglo authored
Use less CPU : reduction of the number of iteration when it draws the frame. Some non-code corrections of the previous patch. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
- 09 Jun, 2008 23 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Pavlov Konstantin authored
thanks Vladimir Belousov for noticing.
-
Pavlov Konstantin authored
-
Pavlov Konstantin authored
-
Antoine Cellerier authored
file just named remoteosd.h?)
-
Antoine Cellerier authored
-
Antoine Cellerier authored
headers, avutil.h, chroma.h and fourcc.h are also located in that directory.) This should be the last commit in the "Move all the old ffmpeg modules source code files around to make it seem like you're working while you're not".
-
Antoine Cellerier authored
-
Antoine Cellerier authored
1 submodule (well, 1 main module) which can take care of resizing and chroma conversion (basically it's the old chroma.c code). All the files have been merged in imgresample.c. In the long run I might split resizing and chroma conversion to 2 submodules (performance impact would be nil). (This is untested.)
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
possible to set this attribute at variable creation time (and for some reason I don't understand that didn't work in one case so I added this work arround :p)
-
Antoine Cellerier authored
needs to be changed accordingly). It "works" but I can't spot any difference between postproc-q 6 and postproc-q 0 using the redefined-nintendo.mpg test video ... I'd appreciate feedback on that point.
-
Antoine Cellerier authored
Last time I checked, V4L2 was not a demux :) (well it can sometimes be used as an access_demux ... but it's still an access)
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-