- 09 Jun, 2008 2 commits
-
-
Antoine Cellerier authored
-
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.
-
- 05 Jun, 2008 2 commits
-
-
Vincent Penquerc'h authored
Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Rafaël Carré authored
Better comment them fully, if you are too lazy to report upstream
-
- 04 Jun, 2008 1 commit
-
-
Rafaël Carré authored
-
- 03 Jun, 2008 6 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
Use tabs in Makefile
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Some more seperation of the different ffmpeg based modules. They're now completely disjoint except for the common chroma.h and fourcc.h headers.
-
Antoine Cellerier authored
Img resample based module (functionality untested ... but compilation and loading works). Remove unneeded stuff from swscale.
-
Antoine Cellerier authored
Add fallback to img_resample based plugin if swscale isn't available on the system. img_resample will be built as a seperate module than avcodec to prevent avcodec from refusing to dlopen if img_resample is unavailable (debian...).
-
- 02 Jun, 2008 4 commits
-
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
Split ffmpeg module in avcodec (decoders, encoders, deinterlacing), avformat (demuxers, muxers), swscale (scaling, chroma conversion) and postproc modules.
-
Antoine Cellerier authored
-
Wang Bo authored
With the mutex patch plus a few fixes. Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 31 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 30 May, 2008 2 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 29 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
While reading this, you will find a bunch of: while (find (VLC_OBJECT_INTERFACE)) release; release; These are of course plain BUGS (which are neither introduced nor fixed by this commit). Imagine, for instance, what happens if two threads run the code above at the same time... they end up releasing the interface once too many.
-
Antoine Cellerier authored
-
- 27 May, 2008 2 commits
-
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
- 26 May, 2008 5 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Antoine Cellerier authored
Fix the rawvideo codec when visible_pitch != pitch. (And simplify code) This should fix partial screen captures using non multiple of 16 values.
-
Antoine Cellerier authored
-
- 23 May, 2008 2 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
- 21 May, 2008 2 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
- 20 May, 2008 3 commits
-
-
Jean-Baptiste Kempf authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
- 19 May, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 17 May, 2008 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 12 May, 2008 1 commit
-
-
Rémi Duraffort authored
-