]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg
* ALL: final improvements to the decoders/packetizers api.
[vlc] / modules / codec / ffmpeg /
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-05 Derk-Jan Hartman* Compilation fix. One to many )
2003-11-05 Gildas Bazin* include/vlc_codec.h, modules/codec/ffmpeg/encoder...
2003-11-05 Gildas Bazin* modules/codec/ffmpeg/encoder.c: fixed bug in the...
2003-10-29 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MPEG2VIDEO...
2003-10-29 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MP3 is only...
2003-10-28 Gildas Bazin* modules/codec/ffmpeg/video.c: fixed screwed up indire...
2003-10-27 Gildas Bazin* modules/stream_out/transcode.c, modules/codec/ffmpeg...
2003-10-27 Gildas Bazin* modules/codec/vorbis.c: fixed vorbis encoding.
2003-10-27 Gildas Bazin* modules/codec/ffmpeg/audio.c: compilation fix
2003-10-27 Gildas Bazin* modules/codec/ffmpeg/*: ported the ffmpeg audio and...
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-10-21 Gildas Bazin* modules/codec/ffmpeg/video.c: compilation fix for...
2003-10-02 Derk-Jan Hartman* compilation fix
2003-10-01 Derk-Jan Hartman* Added a bunch of fourcc's
2003-09-26 Gildas Bazin* modules/codec/ffmpeg/*: some chroma conversion routin...
2003-09-20 Derk-Jan Hartman* LIBAVCODEC_BUILD_STR has disappeared from ffmpeg...
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-08-15 Laurent Aimar * ffmpeg: added m4cc and M4CC as MPEG4 fourcc.
2003-08-13 Gildas Bazin* modules/video_output/x11/xcommon.c: fixed a bug with...
2003-08-12 Gildas Bazin* modules/codec/ffmpeg/video.[ch]: another temporary...
2003-08-09 Gildas Bazin* modules/codec/ffmpeg/video.c: temporary hack to work...
2003-08-08 Gildas Bazin* modules/codec/ffmpeg/: proper generation of pts in...
2003-07-26 Laurent Aimarffmpeg: fix potential overread for mpeg4 with vol.
2003-07-18 Eric Petit Added 'CDVC' fourcc (another one for DV video)
2003-07-10 Laurent Aimar * ffmpeg: some clean. Added a mutex to avoid multiple...
2003-06-28 Laurent Aimar * ffmpeg: disable direct rendering when width or heigh...
2003-06-28 Laurent Aimar * ffmpeg : do no try to automatically set ffmpeg-trunc...
2003-06-27 Sam Hocevar * bootstrap:
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-06-19 Gildas Bazin* modules/codec/ffmpeg/video.c: disabled direct renderi...
2003-06-17 Gildas Bazin* modules/codec/ffmpeg/video.h: forgot to remove a...
2003-06-16 Gildas Bazin* modules/codec/ffmpeg/video.c: fixed the last direct...
2003-06-16 Gildas Bazin* configure.ac.in, modules/codec/ffmpeg/*: a few direct...
2003-06-15 Derk-Jan Hartman* NEWS: small corrections
2003-06-14 Gildas Bazin* modules/codec/ffmpeg/*: fix for ffmpeg direct renderi...
2003-06-06 Derk-Jan Hartman* All: some spelling corrections and description string...
2003-05-25 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: fixed typo.
2003-05-25 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: clean-up for the ffmpe...
2003-05-21 Derk-Jan Hartman* vlc.ebuild: This ebuild should work if we release...
2003-05-10 Laurent Aimar * ffmpeg : fix for svq3.
2003-05-10 Derk-Jan Hartman* added VP31 fourcc's.
2003-05-09 Laurent Aimar * ffmpeg: now ffmpeg has a SVQ3 decoder, so use it :)
2003-05-07 Laurent Aimar * ffmpeg: --ffmpeg-truncated is now an int :
2003-05-07 Laurent Aimar * ffmpeg: do not use CODEC_FLAG_TRUNCATED by default...
2003-04-27 Gildas Bazin* modules/codec/ffmpeg/*: added chroma conversion capab...
2003-04-27 Laurent Aimar * ffmpeg: stop skipping video sometime ;).
2003-04-26 Laurent Aimar * video: spelling error.
2003-04-26 Laurent Aimar * ffmpeg: we always skip video if we have more than...
2003-04-25 Laurent Aimar * ffmpeg: use bigger split size (~8000 samples) as...
2003-04-25 Laurent Aimar *ffmpeg: split huge audio packets as aout didn't like...
2003-04-20 Gildas Bazin* configure.ac.in, modules/codec/ffmpeg/ffmpeg.c: fixed...
2003-04-20 Gildas Bazin* configure.ac.in, modules/codec/ffmpeg/*, modules...
2003-04-17 Laurent Aimar * ffmpeg: remove some #ifdef (you need at least libavc...
2003-04-16 Laurent Aimar * modules/packetizer/mpegvideo.c : cut after a complet...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-24 Derk-Jan Hartman* Added fourcc 'MSS1' which is equivalent to 'WMV2'
2003-03-15 Laurent Aimar * ffmpeg: Use truncated frames if supported by codec...
2003-03-13 Derk-Jan Hartman* extras/MacOSX/vlc.pbproj/project.pbxproj:
2003-03-11 Laurent Aimar * ffmpeg.h: added missing fourcc.
2003-03-11 Laurent Aimar * ffmpeg support mace 3/6 audio codec. (quicktime)
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-18 Gildas Bazin* modules/codec/ffmpeg/video.c: got rid of ffmpeg_Conve...
2003-02-18 Gildas Bazin* modules/demux/rawdv.c: added support for DV audio...
2003-02-08 Christophe Massiot* Fixed misc typos in strings,
2003-02-07 Laurent Aimar * ffmpeg/audio : removed an old error (anyway it was...
2003-01-25 Laurent Aimar * ffmpeg: fixed memory leaks.
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2003-01-11 Laurent Aimar * asf: prevent some segfault with broken file. (partia...
2003-01-08 Laurent Aimar * ffmpeg/video.c: in case of mpeg4 stream search in...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2003-01-02 Gildas Bazin* modules/codec/*: reverted my previous patch that...
2002-12-30 Gildas Bazin* modules/codec/*: make sure all audio decoders set
2002-12-18 Laurent Aimar * video.c: with mpeg4 stream, we try to decode a pictu...
2002-12-18 Sam Hocevar * ./modules/codec/ffmpeg/ffmpeg.c: cosmetic change...
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-14 Laurent Aimar * all: with mpeg4 video I changed the way that some...
2002-12-10 Laurent Aimar ffmpeg: adapted to current cvs version. It should...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-12-06 Laurent Aimar all: fix some minors warnings.
2002-12-06 Laurent Aimar * ffmpeg: sync with latest ffmpeg cvs. As it need...
2002-12-02 Jon Lech Johansen * ALL: Fixed some compiler warnings.
2002-11-28 Sam Hocevar * ./src/video_output/video_output.c, modules/*: facto...
2002-11-28 Laurent Aimar * ffmpeg: arg, fix a previous fix for non-latest ffmpe...
2002-11-28 Laurent Aimar * all: some clean up with WAVEFORMATEX and endian...
2002-11-27 Laurent Aimar * ffmpeg: add a LIBAVCODEC_BUILD test for CODEC_ID_MJPEGB
2002-11-27 Laurent Aimar * all: added mjpeg support, some clean up in video...
2002-11-20 Sam Hocevar * ./include/vlc_common.h, ./src/extras/libc.c: export...
2002-11-19 Gildas Bazin* include/video.h, include/vlc_config.h, src/video_outp...
2002-11-18 Laurent Aimar * ffmpeg: set bug detection to auto by default.
2002-11-17 Laurent Aimar * ffmpeg: disable direct rendering by default. I have...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-10 Laurent Aimar * faad : adapt to newer version.
2002-11-06 Gildas Bazin* modules/codec/spudec/*: modified the spu decoder...
2002-11-05 Gildas Bazin* modules/codec/ffmpeg/*: modified the ffmpeg video...
2002-10-29 Gildas Bazin* modules/codec/ffmpeg/audio.c: compilation fix for...
2002-10-28 Gildas Bazin* modules/codec/mpeg_video/parser.c: add_module() for...
2002-10-28 Laurent Aimar * all : add audio decoding support in ffmpeg module...
2002-10-27 Gildas Bazin* ALL: removed GetPES and NextPES, we now use input_Ext...
next