]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg/demux.c
Too many problems with new ffmpeg detection, reverting to last known good (rev 25403).
[vlc] / modules / codec / ffmpeg / demux.c
2008-02-29 Faustino OsunaToo many problems with new ffmpeg detection, reverting...
2008-02-29 Faustino OsunaDetect and allow older versions of ffmpeg to be used...
2008-02-28 Faustino OsunaUpdate references to ffmpeg header files to match new...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-16 Antoine CellerierDon't pretend to have ffmpeg based muxers and demuxers...
2007-10-04 Rafaël Carrédemuxers: remove the need for input_thread_t by using...
2007-10-03 Rafaël CarréDemuxers: do not load "meta reader" module if the input...
2007-10-03 Rafaël Carrétaglib: Supports in ogg/vorbis base64 encoded embedded...
2007-10-02 Rafaël Carrétaglib: support for id3v2 embedded album art
2007-09-09 Rafaël Carréffmpeg demux: Simplify
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-20 Rafaël CarréCall "meta reader" module in ffmpeg demuxer
2007-05-19 Antoine Cellerier* ffmpeg/demux.c: update copyright date.
2007-05-19 Antoine Cellerier* ffmpeg/demux.c: Don't change an ffmpeg demux's .flags...
2007-02-11 Antoine Cellerier * Fix ffmpeg muxer. (flv muxing now works with ./vlc...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-18 Derk-Jan Hartman* Don't use deprecated functions if libswscaler is...
2006-11-17 Derk-Jan Hartman* Fix ffmpeg include's
2006-11-10 Rémi Denis-CourmontPartial forward port of thedj's [17597]:
2006-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
2006-10-08 Gildas Bazin* modules/demux/real.c, modules/codec/ffmpeg/demux...
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
2006-09-30 Clément StenacMerge author/artist
2006-08-29 Jean-Paul SamanFix compiler warnings (mismatch in datatypes)
2006-08-21 Gildas Bazin* modules/codec/ffmpeg: experimental muxer using ffmpeg...
2006-05-14 Clément StenacFix ffmpeg linking
2006-04-10 Derk-Jan Hartman* Fix ffmpeg libavformat linkage when we don't use...
2006-01-12 Antoine CellerierFSF address change.
2005-10-31 Gildas Bazin* modules/codec/ffmpeg/demux.c: do not re-invent the...
2005-10-31 Gildas Bazin* modules/codec/ffmpeg/demux.c: added raw video support.
2005-10-30 Gildas Bazin* modules/codec/ffmpeg/demux.c: Updated to use latest...
2005-10-14 Derk-Jan Hartman* Revert previous commit.
2005-10-14 Derk-Jan Hartman* If codec_type != video | audio, then don't use the...
2005-10-14 Derk-Jan Hartman* libavformat shouldn't handle .xa files. We have modli...
2005-09-19 Felix Paul Kühne* fixed some 'comparison between signed and unsigned...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-11-07 Gildas Bazin* modules/codec/ffmpeg/demux.c: bunch of bug fixes...
2004-10-15 Gildas Bazin* modules/codec/ffmpeg/demux.c: compilation fix for...
2004-09-26 Gildas Bazin* modules/codec/ffmpeg/*: new --ffmpeg-lowres option...
2004-08-17 Gildas Bazin* modules/codec/ffmpeg/demux.c: a few fixes.
2004-07-30 Sam Hocevar * modules/demux/util/id3tag.c modules/codec/ffmpeg...
2004-07-14 Gildas Bazin* modules/codec/ffmpeg/demux.c: don't use libavformat...
2004-03-08 Gildas Bazin* ffmpeg/video.c: got rid of the --ffmpeg-truncated...
2004-01-25 Gildas Bazin* include/vlc_common.h, include/vlc_es.h: new video_pal...
2004-01-15 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: more fourccs added.
2004-01-08 Gildas Bazin* modules/codec/ffmpeg/demux.c: improvements.
2004-01-08 Gildas Bazin* configure.ac: detect if libavformat is present.