1 Commits (cd920984e2459f2b9d2e96b5cc27da97327ca5ec)

Author SHA1 Message Date
Antoine Cellerier f7d5f3e7ca Move avcodec module files to modules/codec/avcodec. (The 3 shared 18 years ago
Antoine Cellerier 139829d3d2 Move imgresample.c to the video_filter directory. 18 years ago
Antoine Cellerier a2caeb589c Remove crop/padd code from imgresample module. Imgresample is now only 18 years ago
Antoine Cellerier 21574c3af4 avformat is demux/mux. Move it to modules/demux/avformat. 18 years ago
Antoine Cellerier 25f84cd94c Move swscale.c to the video_filter directory. 18 years ago
Antoine Cellerier 3f92e9ad6a Merge all swscale plugin related source files (except chroma.h). 18 years ago
Antoine Cellerier cc872f3326 Revive postprocessing. It is now a video filter (the interface code 18 years ago
Rafaël Carré 47db573323 Don't try to build broken postproc modules 18 years ago
Rafaël Carré ceb76725a3 Link with libavutil when needed 18 years ago
Antoine Cellerier 3a49e9f3ca Split should now be complete (postproc still needs to be fixed). 18 years ago
Antoine Cellerier 11aac010ac Some more seperation of the different ffmpeg based modules. They're now completely disjoint except for the common chroma.h and fourcc.h headers. 18 years ago
Antoine Cellerier c0662427d2 Img resample based module (functionality untested ... but compilation and loading works). Remove unneeded stuff from swscale. 18 years ago
Antoine Cellerier ebbc287d75 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...). 18 years ago
Rémi Denis-Courmont b538efdf8d Fix linking postproc 18 years ago
Antoine Cellerier a519caccb5 Split ffmpeg module in avcodec (decoders, encoders, deinterlacing), avformat (demuxers, muxers), swscale (scaling, chroma conversion) and postproc modules. 18 years ago
Rémi Denis-Courmont bbb0de5442 Fix ffmpeg when !ENABLE_SOUT 18 years ago
Jean-Paul Saman d38e271081 Also build scale.c when using altivec. 18 years ago
Jean-Paul Saman d72e6273f1 Refactorize modules/codec/ffmpeg/: 19 years ago
Derk-Jan Hartman 925e40a3e3 * Remove the old swscale files, and use the newer libswscale from ffmpeg. 20 years ago
Gildas Bazin 63fa138598 * modules/codec/ffmpeg: experimental muxer using ffmpeg's libavformat. 20 years ago
Gildas Bazin f2c554795a * modules/codec/ffmpeg/video_filter.c, include/vlc_filter.h: 22 years ago
Sam Hocevar 9ce689515f * configure.ac: Added --enable-ffmpegaltivec. Do not use it. 22 years ago
Gildas Bazin 516fba50aa * configure.ac: detect if libavformat is present. 23 years ago
Gildas Bazin 630b0fc707 * modules/codec/ffmpeg/*: ported the ffmpeg audio and video decoders to the new api. 23 years ago
Sam Hocevar fe17002d42 * bootstrap: 23 years ago
Gildas Bazin 8c1779bb3f * modules/codec/ffmpeg/*: added chroma conversion capabilities to the ffmpeg plugin (using libavcodec's img_convert() facility). 23 years ago
Sam Hocevar c3a40bca86 * ./include/vlc_common.h, ./src/extras/libc.c: exported our custom libc 24 years ago
Laurent Aimar 4764ebc939 * all : add audio decoding support in ffmpeg module, since they have 24 years ago
Sam Hocevar 864128116a * ALL: added *.am files here and there for future automake support. 24 years ago