[vlc-devel] vlc: svn commit r8531 (gbazin)

Subversion daemon svn at videolan.org
Thu Aug 26 23:27:08 CEST 2004


r8531 | gbazin | 2004-08-26 23:27:06 +0200 (Thu, 26 Aug 2004) | 15 lines
Changed paths:
   M /trunk/include/vlc_codec.h
   M /trunk/include/vlc_filter.h
   M /trunk/include/vlc_objects.h
   M /trunk/include/vlc_video.h
   M /trunk/modules/codec/ffmpeg/Modules.am
   M /trunk/modules/codec/ffmpeg/chroma.c
   M /trunk/modules/codec/ffmpeg/ffmpeg.c
   M /trunk/modules/codec/ffmpeg/ffmpeg.h
   M /trunk/modules/codec/ffmpeg/video.c
   A /trunk/modules/codec/ffmpeg/video_filter.c
   M /trunk/modules/codec/libmpeg2.c
   M /trunk/modules/codec/speex.c
   M /trunk/modules/codec/theora.c
   M /trunk/modules/codec/toolame.c
   M /trunk/modules/codec/vorbis.c
   M /trunk/modules/stream_out/transcode.c
   M /trunk/src/misc/objects.c
   M /trunk/src/video_output/vout_pictures.c

* modules/codec/ffmpeg/video_filter.c, include/vlc_filter.h:
  - chroma + resizing video filter (using the filter_t architecture).
* modules/codec/ffmpeg/*:
  - cleanup + small updates.
* modules/codec/speex.c, theora.c, vorbis.c:
  - got rid of pf_header() in the encoder.
  - store the headers in fmt_out.p_extra (this will break the ogg muxer for now).
* modules/codec/libmpeg2.c, modules/codec/ffmpeg/video.c:
  - added a p_dec->b_pace_control field to signal if the decoder is allowed to drop frames.
* modules/stream_out/transcode.c:
  - heavy cleanup.
  - re-use video decoder modules and got rid of the duplicated ffmpeg video decoder.
  - use video filters for chroma conversion and resizing.
  (a few things are broken now like deinterlacing but I'll repair them asap).

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list