An error occurred fetching the project authors.
- 10 Nov, 2004 1 commit
-
-
Gildas Bazin authored
-
- 30 Oct, 2004 2 commits
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: trying to make the audio/fps resync work even when an ES is not transcoded.
-
Gildas Bazin authored
-
- 14 Oct, 2004 1 commit
-
-
Gildas Bazin authored
-
- 07 Oct, 2004 1 commit
-
-
Gildas Bazin authored
-
- 27 Sep, 2004 1 commit
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: fixed subpictures overlaying when the audio-sync or fps options are used.
-
- 22 Sep, 2004 1 commit
-
-
Gildas Bazin authored
-
- 17 Sep, 2004 2 commits
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: new sfilter option for using subpictures filters during the transcoding.
-
Gildas Bazin authored
* src/libvlc.h: new --sub-filter config option + added a new subpictures category that regroups all the subpictures options.
-
- 15 Sep, 2004 1 commit
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: re-use the SPU engine. * src/video_output/vout_subpictures.c: support for resizing subpictures.
-
- 08 Sep, 2004 1 commit
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: use picture ring buffers to avoid leaks due to decoders not releasing pictures properly and to avoid uncessary mallocs.
-
- 01 Sep, 2004 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 31 Aug, 2004 1 commit
-
-
Gildas Bazin authored
-
- 30 Aug, 2004 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 29 Aug, 2004 2 commits
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: when overlaying subtitles, duplicate frames if they are referenced by the decoder.
-
Gildas Bazin authored
* stream_out/transcode.c: deinterlacing works again.
-
- 28 Aug, 2004 2 commits
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: respect input requested by encoder.
-
Gildas Bazin authored
+ correct cropping of the decoded video when specified. * stream_out/transcode.c: make sure the size of the encoded video is at least a multiple of 2.
-
- 27 Aug, 2004 1 commit
-
-
Gildas Bazin authored
- Re-use our audio decoder modules instead of using libavcodec directly. - No more dependance on libavcodec. (downmixing is currently broken + you have to force the ffmpeg codec for a52) * modules/audio_filter/format.c: - PCM audio format conversion filter using the new common filter architecture. * modules/audio_filter/converter/mpgatofixed32.c: - implements both the old and new filter architecture (ie. useable in the transcoder). * modules/codec/ffmpeg/audio.c: - fixes and cleanup.
-
- 26 Aug, 2004 1 commit
-
-
Gildas Bazin authored
- 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).
-
- 20 Aug, 2004 1 commit
-
-
Sam Hocevar authored
+ Added macros for AltiVec versions of these modules. Will not work at all for the moment.
-
- 19 Aug, 2004 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/stream_out/transcode.c: small cleanup + added an fps (to specify the output frame rate) and an audio-sync option (to add/drop video frames to keep a constant framerate while being synchronised on the audio track).
-
- 15 Aug, 2004 1 commit
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: support for subtitles transcoding. * modules/codec/dvbsub.c: DVB subtitles encoder (developed for Anevia, www.anevia.com). + only works on YUVP subpictures for now. + not completely spec compliant yet.
-
- 08 Aug, 2004 1 commit
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: added support for subtitles overlaying when transcoding (no resizing yet). * include/vlc_common.h: added a b_force member that is set when a module is forced (ie. module specified in module_Need()).
-
- 10 Jul, 2004 1 commit
-
-
Laurent Aimar authored
-
- 25 Apr, 2004 6 commits
-
-
Gildas Bazin authored
+ avoid a few unneeded memcpy(). + fixed memory leaks. * modules/codec/flac.c: + added a "flac" shortcut.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/codec/vorbis.c,flac.c,theora.c,speex.c: use encoder if forced.
-
Gildas Bazin authored
+ new options to allow forcing an encoder and passing options to it. (aenc=foo{optionbar=bar,etc...},venc=foo{optionbar=bar,etc...} where foo is the encoder plugin name). + got rid of aopts/vopts which is not needed anymore ;)
-
Gildas Bazin authored
* modules/stream_out/duplicate.c: small coding style changes. * modules/stream_out/transcode.c: + Forward the aopts{foo=bar,etc..} and vopts={foo=bar,etc...} options to the encoders. + Got rid of the ffmpeg encoder specific options. * modules/codec/ffmpeg/*: + Changed the encoder options to normal config options. + Parse the options forwarded by transcode. * include/vlc_codec.h: + encoder_t cleanup. + include a "sout_cfg_t *" in encoder_t to allow passing options.
-
- 23 Apr, 2004 2 commits
-
-
Laurent Aimar authored
* transcode: added H264 codec id. * demux: added h264 demux shortcut.
-
Gildas Bazin authored
* modules/codec/ffmpeg/*: use av_free() instead of free() where necessary.
-
- 15 Apr, 2004 1 commit
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: try more sensible width/height values when testing the video encoder.
-
- 09 Apr, 2004 1 commit
-
-
Gildas Bazin authored
-
- 05 Apr, 2004 1 commit
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: hack to work around ffmpeg encoding which doesn't like frames with identical pts. * modules/codec/ffmpeg/encoder.c: one missing AV_NOPTS_VALUE.
-
- 11 Mar, 2004 1 commit
-
-
Laurent Aimar authored
-