summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2007-01-05configure.ac: actually properly define HAVE_FFMPEG_UNINSTALLED also use it as...Thomas Vander Stichele
2006-10-24ext/ffmpeg/gstffmpegcfg.c: FLV is in fact h263 and can take the same paramete...Edward Hervey
2006-10-09ext/ffmpeg/gstffmpegdemux.c: Set the rank of all demuxers for which we: _ Hav...Edward Hervey
2006-10-06ext/ffmpeg/gstffmpegenc.c: Properly initialize ->lmin, ->lmax and ->max_key_i...Edward Hervey
2006-10-05ext/ffmpeg/gstffmpegprotocol.c: Implement seeking for WRITE "gst" protocol.Edward Hervey
2006-09-29ext/ffmpeg/: Don't leak caps in some cases and make build bots happy again.Tim-Philipp Müller
2006-09-16ext/ffmpeg/: More G_OBJECT macro fixing.Stefan Kost
2006-08-29ext/ffmpeg/gstffmpegdec.c: Mark outgoing buffers with DISCONT when needed.Wim Taymans
2006-08-14configure.ac: Don't build programs in ffmpeg checkout, since we're never goin...Edward Hervey
2006-07-19ext/ffmpeg/gstffmpegdec.c: Make some enums const.Wim Taymans
2006-06-12.cvsignore: ignore more filesEdward Hervey
2006-06-06ext/ffmpeg/gstffmpegdec.c: mpeg4 parsing still utterly broken :(Edward Hervey
2006-06-02ext/ffmpeg/gstffmpegdemux.c: One of the ffmpeg 'plugins' changed its name wit...Michael Smith
2006-05-18configure.ac: fix test by finding base pluginsThomas Vander Stichele
2006-05-16Add variant=h263p to ffenc_h263p capsPhilippe Kalaf
2006-05-09Add test infrastructure to gst-ffmpeg (#324279).Tim-Philipp Müller
2006-05-02ext/ffmpeg/gstffmpegdemux.c: Give ffmpeg demuxers a rank of NONE for the time...Tim-Philipp Müller
2006-04-10ext/ffmpeg/gstffmpegdec.c: When we see a keyframe don't wait for another one.Wim Taymans
2006-04-06ext/ffmpeg/gstffmpegdemux.c: Register id3 demuxer, avi demuxer and ogg demuxe...Tim-Philipp Müller
2006-04-01don't use AS_LIBTOOL_TAGS, it doesn't workThomas Vander Stichele
2006-04-01ignore moreThomas Vander Stichele
2006-03-31releasing 0.10.1gst-libav-0.10.1Thomas Vander Stichele
2006-03-22ext/ffmpeg/gstffmpegdec.c: make _open and _close as functions that should be ...Wim Taymans
2006-03-14ext/ffmpeg/gstffmpegdec.c: Don't use gst_pad_alloc_buffer() for frames with p...Tim-Philipp Müller
2006-02-21configure.ac: Apply patch from Sebastien Cote to handle --with-pkg-config-pat...Sebastien Cote
2006-02-13ext/ffmpeg/gstffmpegdec.c: More fixes for keyframe detection in ffmpeg decode...Edward Hervey
2006-02-06ext/ffmpeg/: debug recurring events at LOG level do some timestamp setting he...Thomas Vander Stichele
2006-02-03Just make it compile with --disable-gst-debug.Edgard Lima
2006-02-02set rank None for mp3 and mpeg2 element, fixes 162833Christian Schaller
2006-01-31First step at adding docsThomas Vander Stichele
2006-01-23ext/ffmpeg/gstffmpegcodecmap.c: Added CODEC_ID_SMC <==> video/x-smc capsEdward Hervey
2006-01-11ext/ffmpeg/gstffmpegdec.c: Add exception for Indeo3 keyframe detection until ...Edward Hervey
2005-12-19ext/ffmpeg/gstffmpegcodecmap.c: Update ffmpeg_codec_id <=> mimetype conversionsEdward Hervey
2005-12-10gst-libs/ext/Makefile.am: We need to use $(MAKE) here instead of 'make' (on s...Tim-Philipp Müller
2005-12-01releasing 0.9.7gst-libav-0.9.7Thomas Vander Stichele
2005-11-28ext/ffmpeg/gstffmpegenc.c: Add rtp-payload-size property.Julien Moutte
2005-11-27clean up aclocal flags (from cygwin ports maintainer)Thomas Vander Stichele
2005-11-16ext/ffmpeg/gstffmpegdec.c: Fix some segfaults while seeking. When i have unre...Luca Ognibene
2005-11-14ext/ffmpeg/gstffmpegdec.c: Don't crash in debug message by dereferencing the ...Tim-Philipp Müller
2005-11-05remove gst-register from spec fileChristian Schaller
2005-10-23ext/ffmpeg/Makefile.am: Fix build.Julien Moutte
2005-10-11ext/ffmpeg/gstffmpegdec.c: newsegment API update.Wim Taymans
2005-09-30replace do { } while (0); with { }Thomas Vander Stichele
2005-09-20ext/ffmpeg/gstffmpegcodecmap.h: Avoid division by 0 errors.Wim Taymans
2005-09-19ext/ffmpeg/gstffmpegcodecmap.c: Better framerate setting.Wim Taymans
2005-09-16fix up newsegmentThomas Vander Stichele
2005-09-13ext/ffmpeg/: shut up the logging while it's probing for formatsThomas Vander Stichele
2005-09-05Update for state change type and macro changes.Andy Wingo
2005-08-16ext/ffmpeg/gstffmpegdec.c: Handle return values of gst_pad_push().Ronald S. Bultje
2005-08-09ext/ffmpeg/gstffmpegcodecmap.c: Fix template to not allow fps=0.Ronald S. Bultje