- 03 Mar, 2005 1 commit
-
-
zorglub authored
+ put access and demux in the right place
-
- 02 Mar, 2005 2 commits
-
-
Steve Lhomme authored
-
gbazin authored
-
- 01 Mar, 2005 1 commit
-
-
Christophe Massiot authored
(what the hell is i_duplicate ?)
-
- 07 Feb, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 Dec, 2004 1 commit
-
-
zorglub authored
* Each module can declare a "human-readable short name" with set_name * Modules are sorted by category (set_category, set_subcategory). Modules configs can be separated by set_section() * Separated audio-filter and audio-visual * Separated extraintf and control * New command and widget : add_module_list() for comma-separated modules * Vfilters now use "," as separator
-
- 24 Nov, 2004 2 commits
- 08 Nov, 2004 1 commit
-
-
gbazin authored
-
- 06 Nov, 2004 1 commit
-
-
yoann authored
-
- 30 Oct, 2004 2 commits
- 22 Oct, 2004 1 commit
-
-
Christophe Massiot authored
original author) email address.
-
- 14 Oct, 2004 1 commit
-
-
gbazin authored
-
- 07 Oct, 2004 1 commit
-
-
gbazin authored
-
- 27 Sep, 2004 1 commit
-
-
gbazin authored
* modules/stream_out/transcode.c: fixed subpictures overlaying when the audio-sync or fps options are used.
-
- 22 Sep, 2004 1 commit
-
-
gbazin authored
-
- 17 Sep, 2004 2 commits
- 16 Sep, 2004 1 commit
-
-
gbazin authored
* modules/stream_out/description.c: bug fix.
-
- 15 Sep, 2004 2 commits
-
-
gbazin authored
* modules/stream_out/description.c: new "description" stream output module which gathers information on elementary streams (pre-parsing). * src/misc/vlm.c: pre-parse vod media items.
-
gbazin authored
* modules/stream_out/transcode.c: re-use the SPU engine. * src/video_output/vout_subpictures.c: support for resizing subpictures.
-
- 10 Sep, 2004 1 commit
-
-
gbazin authored
-
- 08 Sep, 2004 1 commit
-
-
gbazin 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
- 31 Aug, 2004 1 commit
-
-
gbazin authored
-
- 30 Aug, 2004 2 commits
- 29 Aug, 2004 3 commits
- 28 Aug, 2004 2 commits
- 27 Aug, 2004 1 commit
-
-
gbazin 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
-
-
gbazin 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 2 commits
-
-
Sam Hocevar authored
+ Added macros for AltiVec versions of these modules. Will not work at all for the moment.
-
Sam Hocevar authored
-
- 19 Aug, 2004 2 commits