- 03 Jun, 2008 18 commits
-
-
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 20 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
-
Antoine Cellerier 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
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Do not use knowledge about the FFmpeg version in transcode.
-
Rémi Denis-Courmont authored
-
Wang Bo authored
With the mutex patch plus a few fixes. Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 01 Jun, 2008 2 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-