An error occurred fetching the project authors.
- 21 Apr, 2008 1 commit
-
-
Rafaël Carré authored
-
- 31 Aug, 2006 1 commit
-
-
Derk-Jan Hartman authored
* backported: [15803]-[15815],[15817],[15819],[15821],[15822],[15824],[15826],[15829],[15831],[15832],[15834],[15836]-[15838],[15841],[15844],[15846],[15848]-[15853],[15859],[15861]-[15867],[15869]-[15871],[15874],[15878]-[15880],[15883],[15884] * skipped java bindings, new cdda (too many playlist conflicts)
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 09 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 07 Mar, 2005 1 commit
-
-
Steve Lhomme authored
-
- 06 Mar, 2005 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 21 Feb, 2005 1 commit
-
-
Laurent Aimar authored
- BLOCK_FLAG_CORRUPTED : signal corrupted data (do not use anymore BLOCK_FLAG_DISCONTINUITY in that case) - BLOCK_FLAG_PREROLL : mark this block to be decoded (no matter what). * ffmpeg, libmpeg2: support BLOCK_FLAG_PREROLL (ie disable frame dropping). * input: added ES_OUT_SET_NEXT_DISPLAY_TIME to ease the work for preroll (untested). * mp4: added support for CTTS table (pts, needed for h264+bframe). * decoders: for now handle discontinuity and corrupted block the same way.
-
- 07 Feb, 2005 1 commit
-
-
Gildas Bazin authored
* include/vlc_common.h, include/modules_inner.h, modules/codec/ffmpeg/: MSVC build fixes by Steve Lhomme (steve dot lhomme at free dot fr) + IMPORT_SYMBOL change by me.
-
- 15 Oct, 2004 1 commit
-
-
Gildas Bazin authored
-
- 26 Sep, 2004 1 commit
-
-
Gildas Bazin authored
-
- 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.
-
- 03 Apr, 2004 1 commit
-
-
Laurent Aimar authored
(it helps a lot with wma).
-
- 26 Feb, 2004 1 commit
-
-
Derk-Jan Hartman authored
- don't crash when i_output < 0
-
- 25 Feb, 2004 1 commit
-
-
Laurent Aimar authored
field and a few BLOCK_FLAG_*.
-
- 27 Nov, 2003 1 commit
-
-
Laurent Aimar authored
-
- 24 Nov, 2003 1 commit
-
-
Laurent Aimar authored
-
- 22 Nov, 2003 1 commit
-
-
Laurent Aimar authored
as vlc/vlc.h include them).
-
- 19 Nov, 2003 1 commit
-
-
Gildas Bazin authored
* src/misc/modules.c: win32 fix for when module fails loading.
-
- 17 Nov, 2003 1 commit
-
-
Laurent Aimar authored
-
- 16 Nov, 2003 1 commit
-
-
Gildas Bazin authored
* ALL: final improvements to the decoders/packetizers api. (There are still a few decoders/packetizers left to be converted but this shouldn't take too long). * ALL: small improvements to the encoders api.
-
- 27 Oct, 2003 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/codec/ffmpeg/*: ported the ffmpeg audio and video decoders to the new api. Isolated the video postprocessing routines in postprocess.c * modules/codec/ffmpeg/encoder.c, modules/codec/vorbis.c, modules/stream_out/transcode.c, include/vlc_block.h, include/vlc_codec.h: extracted the encoders out of transcode.c. transcode now uses encoder plugins (currently ffmpeg, vorbis and theora). PS: transcoding is currently a bit broken but I'll fix that ASAP.
-
- 10 Jul, 2003 1 commit
-
-
Laurent Aimar authored
-
- 25 Apr, 2003 2 commits
-
-
Laurent Aimar authored
resampling with my samples. Fix a potential divide by 0 (thx meuuh).
-
Laurent Aimar authored
-
- 20 Apr, 2003 1 commit
-
-
Gildas Bazin authored
* configure.ac.in, modules/codec/ffmpeg/*, modules/encoder/ffmpeg/*, modules/stream_out/transcode.c: fixed detection of the ffmpeg headers/libs when they are installed in their default location.
-
- 17 Apr, 2003 1 commit
-
-
Laurent Aimar authored
and use ffmpeg postprocessing instead of vlc builtins. (It's a lot faster).
-
- 07 Feb, 2003 1 commit
-
-
Laurent Aimar authored
* mp4 : removed a bad initialisation. Erased all ending spaces. * mpeg/audio : send i_rate to decoder (not yet usefull but ...)
-
- 25 Jan, 2003 1 commit
-
-
Laurent Aimar authored
-
- 11 Jan, 2003 1 commit
-
-
Laurent Aimar authored
* avi: respect frame size (for audio codec) and close bug 75. * ffmpeg: can now read multiples audio frames from the same buffer.
-
- 07 Jan, 2003 1 commit
-
-
Laurent Aimar authored
decoder_fifo_t (p_waveformatex and p_bitmapinfoheader). It's a replacement of p_demux_data as this variable is used by some demuxers in another way. This way, I will be able to add preliminary support of mpeg4 in mpeg2TS... (I haven't tested ogm demuxer so if somebody wants ...)
-
- 02 Jan, 2003 1 commit
-
-
Gildas Bazin authored
* modules/codec/*: reverted my previous patch that explicitly set i_bytes_per_frame and i_frame_length in each audio decoder. * src/audio_output/dec.c: proper fix to correctly set i_bytes_per_frame and i_frame_length.
-
- 30 Dec, 2002 1 commit
-
-
Gildas Bazin authored
* modules/codec/*: make sure all audio decoders set output_format.i_bytes_per_frame and output_format.i_frame_length properly.
-
- 18 Dec, 2002 1 commit
-
-
Sam Hocevar authored
-
- 06 Dec, 2002 1 commit
-
-
Laurent Aimar authored
-
- 02 Dec, 2002 1 commit
-
-
Jon Lech Johansen authored
-
- 28 Nov, 2002 1 commit
-
-
Laurent Aimar authored
test if mp4,asf,avi,wav demuxers and araw,ffmpeg,faad decoders work under big endian architectures ? (else could you give vlc log )
-