- 12 Nov, 2009 40 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Jean-Paul Saman authored
Revert part of: 3858478e09487c4e890d35b8b72981c6f5d157fe since MP3 and AAC fourcc are checked for later in the open function. (cherry picked from commit 7ea2058fa08630a0357d53878e86061b5c93df8d)
-
Rafaël Carré authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Rafaël Carré authored
This reverts commit cd86c147027f5432f96fa8eb0de0b62180fa1b50. Stick to xDM 0.9 Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Rafaël Carré authored
This reverts commit 5f84ecc529c15b3a143eb1248134c797ef0bf6b9. Stick to xDM 0.9 Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Rafaël Carré authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Rafaël Carré authored
(instead of xDM0.9) Video decoder handle fails to open viddec and videnc use a mix of 2 different buffers (XDM_ and XDM1_), while the common code in davinci.c has been updated to only use XDM1_ That reflects either: * stupidity * incorrect headers * work in progress We can't know since we don't have access to the source code of these funcs. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Rafaël Carré authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Jean-Paul Saman authored
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Same as 0c39b43ea45620dc6bb37fd1f6ba34a9f3d4bfb4 but for the audio decoder. Since I can't get audio to decode properly yet I don't know if this will be usefull or inefficient. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
We sometimes need to prepend p_extra, sometimes it breaks decoding (transcoding on aladin.avi for example). So new code now tried decoding once without p_extra and if that fails it trys prepending p_extra if available. p_extra should only be required on the 1st fragment as far as I understand. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Workarround for unavailable input codec during transcode's probing for video encoders. Video encoder works fine for mpeg4 video. h264 didn't start because of insufficient DSP memory. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Fix davinci resizer module. Now works with UYVY as input and output. Example command line to decode stuff and resize to full TV size: ./vlc -vvv -I rc --color --no-audio --plugin-path modules --no-plugins-cache ../sw_8M.mov -V davincifb --fb-width 720 --fb-height 480 --davinci-viddec-chroma UYVY --file-logging --logfile ../output/vlc-log.txt Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Jean-Paul Saman authored
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Add a bunch of options to the davinci codec to make it possible to override default engine and codec name without having to rebuild VLC. Also make it possible to chose the video decoder output chroma on the command line. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Move davinci stuff to its own directory and split the different modules. Start implementing audio dec module (unfinished but most of the code should be in there). Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Use 'special' 'DaVinci compliant' memory buffers for the decoder. I haven't been able to get it to work properly but at least I got the correct video dimensions a few times. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Antoine Cellerier authored
-
Jean-Paul Saman authored
Conflicts: modules/video_chroma/Modules.am
-