]> git.sesse.net Git - vlc/commit
Some more seperation of the different ffmpeg based modules. They're now completely...
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 3 Jun 2008 12:56:07 +0000 (14:56 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 3 Jun 2008 12:56:07 +0000 (14:56 +0200)
commit11aac010aca2776806eeee5f95fbdf6b87e751be
treed676f24d5858ecb9cae7bb7e78e3c144696c0f9a
parentf289c1f178d4eee60e527153021fa6f91adb4d7a
Some more seperation of the different ffmpeg based modules. They're now completely disjoint except for the common chroma.h and fourcc.h headers.
21 files changed:
modules/codec/ffmpeg/Modules.am
modules/codec/ffmpeg/audio.c
modules/codec/ffmpeg/avcodec.c
modules/codec/ffmpeg/avcodec.h [moved from modules/codec/ffmpeg/ffmpeg.h with 86% similarity]
modules/codec/ffmpeg/avformat.c
modules/codec/ffmpeg/avformat.h [new file with mode: 0644]
modules/codec/ffmpeg/chroma.c
modules/codec/ffmpeg/chroma.h [new file with mode: 0644]
modules/codec/ffmpeg/deinterlace.c
modules/codec/ffmpeg/demux.c
modules/codec/ffmpeg/encoder.c
modules/codec/ffmpeg/fourcc.h [new file with mode: 0644]
modules/codec/ffmpeg/imgresample.c
modules/codec/ffmpeg/imgresample.h [new file with mode: 0644]
modules/codec/ffmpeg/mux.c
modules/codec/ffmpeg/postprocess.c
modules/codec/ffmpeg/scale.c
modules/codec/ffmpeg/swscale.c
modules/codec/ffmpeg/swscale.h [new file with mode: 0644]
modules/codec/ffmpeg/video.c
modules/codec/ffmpeg/video_filter.c