- 04 Jun, 2008 6 commits
-
-
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 13 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
-
Jean-Paul Saman authored
-
Antoine Cellerier authored
This module scales with nearest neightboor algorithm ... lower it's capability score so that swscale will be used if available instead.
-
Antoine Cellerier authored
Simplify scale and chroma conversion code a lot. Remove native croping, padding and 'canvassing' support for transcode. Those will be availble through transcode's vfilter chain in the near future.
-
Antoine Cellerier authored
Port chain filter to new API. Now supports chaining of chroma conversion and scaling operations. Integration of crop/padding still needs to be done. This might need to be moved in the core.
-
Antoine Cellerier authored
-