summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-02-09ext/ffmpeg/gstffmpegmux.c: Only set the mux->opened flag after we've successf...Tim-Philipp Müller3-63/+82
2007-01-26ext/ffmpeg/gstffmpegdemux.c: register yuv4mpegpipe demuxer with MARGINAL rank...Mark Nauwelaerts2-1/+11
2007-01-22ext/ffmpeg/gstffmpegcodecmap.c: Need to set depth on context for camtasia dec...Martin Szulecki2-1/+20
2007-01-11ext/ffmpeg/gstffmpegcodecmap.c: Internally, ffmpeg (demuxer) expects YUV4MPEG...Mark Nauwelaerts2-1/+9
2007-01-10Forgot number of bug fixedEdward Hervey1-0/+1
2007-01-10ext/ffmpeg/gstffmpegdemux.c: Check the aggregated return value of pushes down...Mark Nauwelaerts2-1/+54
2007-01-09ext/ffmpeg/: Use codecid as extra parameter when getting caps.Wim Taymans5-621/+689
2007-01-09ext/ffmpeg/gstffmpegdec.c: Use caps to clip output images. Fixes #341736Wim Taymans2-62/+108
2007-01-08ext/ffmpeg/gstffmpegenc.c: Make the name of the motion-estimation method enum...Edward Hervey3-6/+11
2007-01-07Makefile.am: Add win32/MANIFEST to EXTRA_DIST so win32 files will be include ...Sébastien Moutte2-1/+18
2007-01-07win32/MANIFEST: Add manifest for win32 files.Sébastien Moutte1-0/+3
2007-01-07win32/vs6/: Add project files for VS6.Sébastien Moutte2-0/+192
2007-01-05configure.ac: actually properly define HAVE_FFMPEG_UNINSTALLED also use it as...Thomas Vander Stichele4-2/+22
2007-01-03ext/ffmpeg/gstffmpegenc.c: Turn dispose function into finalize function to av...Tim-Philipp Müller2-4/+12
2006-12-21ext/ffmpeg/gstffmpegcodecmap.c: The "signed" field in raw audio caps is of bo...Tim-Philipp Müller2-1/+7
2006-12-15configure.ac: fix quoting so it works for fedora autotools tooThomas Vander Stichele2-9/+14
2006-12-15Spaces => tabTim-Philipp Müller3-2/+8
2006-12-15add doap fileThomas Vander Stichele4-6/+183
2006-12-14Allow building against an external FFMpeg install. Fixes: #363363Josselin Mouette8-20/+57
2006-12-14configure.ac: Back to CVSJan Schmidt2-1/+6
2006-12-13Release 0.10.2RELEASE-0_10_2Jan Schmidt6-120/+3911
2006-12-07ext/ffmpeg/gstffmpegcodecmap.c: Activate "amr" and "3gp" muxers.Edward Hervey2-3/+33
2006-12-07ext/ffmpeg/gstffmpegcodecmap.c: Add H263p variants as possible format for mov.Wim Taymans2-1/+9
2006-12-06tests/check/generic/libavcodec-locking.c: Fix the filter caps string for the ...Jan Schmidt2-2/+8
2006-12-04HACKING: Update the hacking info with information about how to prepare your q...Jan Schmidt2-6/+27
2006-11-27ext/ffmpeg/gstffmpegdec.c: When H264 is presented without codec_data, use a p...Jan Schmidt2-9/+36
2006-11-17ext/ffmpeg/gstffmpegenc.c: My console is not your TODO list.Thomas Vander Stichele2-1/+7
2006-11-16ext/ffmpeg/gstffmpegcodecmap.c: Specify H.263 variant and version in the caps...Ville Syrjala2-4/+25
2006-11-14ext/ffmpeg/gstffmpegcodecmap.c: Add mmf to _get_codecids, so we can use the m...Michael Smith3-8/+30
2006-10-26ext/ffmpeg/gstffmpegenc.c: MPEG4 standard does not accept framerates with a d...Edward Hervey2-5/+29
2006-10-25ext/ffmpeg/gstffmpegcodecmap.c: Fix AMR caps. Fixes #364956.Wim Taymans3-4/+15
2006-10-24ext/ffmpeg/gstffmpegmux.c: The ->frame_size for RAW audio is 1.Edward Hervey2-11/+32
2006-10-24gst-ffmpeg.spec.in: Build with -O1 by default since otherwise assembler breaksThomas Vander Stichele2-7/+6
2006-10-24ext/ffmpeg/gstffmpegcfg.c: FLV is in fact h263 and can take the same paramete...Edward Hervey5-4/+79
2006-10-20spec updatesThomas Vander Stichele2-2/+11
2006-10-20configure.ac: postproc filters need liboil to detect the cpu architectureEdward Hervey5-285/+662
2006-10-13ext/ffmpeg/gstffmpegcodecmap.c: Added some codec mappings for dv and mov muxers.Edward Hervey3-3/+41
2006-10-09ext/ffmpeg/gstffmpegcodecmap.c: Added proper mime types for mxf and gxf formats.Edward Hervey3-3/+26
2006-10-09ext/ffmpeg/gstffmpegdemux.c: Set the rank of all demuxers for which we: _ Hav...Edward Hervey3-1/+37
2006-10-09ext/ffmpeg/gstffmpegdemux.c: Disable the amr ffmpeg typefind function, it con...Edward Hervey2-1/+9
2006-10-06ext/ffmpeg/gstffmpegenc.c: Properly initialize ->lmin, ->lmax and ->max_key_i...Edward Hervey3-0/+11
2006-10-05ext/ffmpeg/: Printf format fixes.Tim-Philipp Müller3-63/+70
2006-10-05ext/ffmpeg/gstffmpegprotocol.c: Implement seeking for WRITE "gst" protocol.Edward Hervey3-1/+22
2006-10-05ext/ffmpeg/gstffmpegmux.c: We need to stop the collectpads in PAUSED->READY B...Edward Hervey2-1/+10
2006-10-04ext/ffmpeg/gstffmpegdemux.c: Don't try to use or remove non-existing pads.Wim Taymans2-15/+54
2006-09-30ext/ffmpeg/gstffmpegcodecmap.c: Clarify some CODEC_ID <=> mime type conversio...Edward Hervey3-11/+37
2006-09-29ext/ffmpeg/: Don't leak caps in some cases and make build bots happy again.Tim-Philipp Müller4-12/+21
2006-09-23ext/ffmpeg/gstffmpegcodecmap.c: Added definitions for FLASHSV, Flash Screen V...Edward Hervey2-0/+16
2006-09-21ext/ffmpeg/gstffmpegdec.c: wc1/wmv3 ffmpeg decoder now works. Bumping rank to...Edward Hervey2-2/+5
2006-09-20ext/ffmpeg/gstffmpegcodecmap.c: Adding codec mapping for vp5, vp6, vp6f and c...Edward Hervey2-0/+40