- 04 Jun, 2008 11 commits
-
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
with an ugly green in packed YUV).
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Ugly hack to make the filter chain work correctly for the video output core. This will be removed once all the different picture release methods have been merged into one coherent method.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
a lot of code everywhere a filter_t chain is used ("video filter2": vout core, transcode, chain.c video filter; "sub filter": spu_Init; "audio filter2": transcode; the other types of filter_t objects are never chained) Btw, why aren't "audio filter2" filters used anywhere in the aout core?
-
- 03 Jun, 2008 21 commits
-
-
Rémi Denis-Courmont authored
Note that it seems to suck badly, but as I get the same awful results with RTSP+live555, I have to assume eitehr the whole synchro is broken or the stream output is
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Use tabs in Makefile
-
Rémi Denis-Courmont authored
Currently, only MP2T payload and UDP transport work.
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
Do not align height and width on multiples of 16 in XVideo output. This fixes #1604. If someone thinks that this fix isn't correct, please revert this commit ... and explain why it was wrong :)
-
Pavlov Konstantin authored
-
Rafaël Carré authored
-
Antoine Cellerier authored
Only link avcodec with libavcodec, avformat with libavformat, swscale with libswscale, imgresample with libavcodec (small hack include to fix AC_CHECK_LIB code), postproc with libpostproc.
-
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
-
Antoine Cellerier authored
Img resample based module (functionality untested ... but compilation and loading works). Remove unneeded stuff from swscale.
-
Antoine Cellerier authored
-
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...).
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 02 Jun, 2008 8 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Rafaël Carré authored
Acked by DBus code maintainers
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-