summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: Minor typo in disabling cavs decoder. Now compiles AND works on...GST_FFMPEG_NO_MIRROREdward Hervey2007-12-172-1/+7
* ext/ffmpeg/: Handle VC-1 properly , which is handled differently from WMV3.Edward Hervey2007-12-173-2/+21
* autogen.sh: Fix call to ffmpegrevEdward Hervey2007-12-175-8/+15
* ext/ffmpeg/gstffmpegcfg.c: NULL-terminate the GEnumValue arrays, otherwise th...Sebastian Dröge2007-12-153-7/+19
* configure.ac: Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.Sebastian Dröge2007-12-092-1/+10
* configure.ac: Temporarily remove fPIC option for building ffmpegEdward Hervey2007-11-284-9/+21
* ext/ffmpeg/gstffmpegaudioresample.c: Correct the output size of the buffer.Edward Hervey2007-11-222-1/+9
* ext/ffmpeg/: Added new ffaudioresample element using the ffmpeg resampling code.Edward Hervey2007-11-155-1/+318
* Initial patch of the new mirror-less build-system for gst-ffmpeg using specif...Edward Hervey2007-11-1513-109/+335
* ChangeLog surgery: UTF8-ize latest entryTim-Philipp Müller2007-11-101-1/+1
* ext/ffmpeg/: Ole André Vadla Ravnås2007-11-084-2/+9
* ext/ffmpeg/: gst-indent cleanup.Edward Hervey2007-11-038-232/+248
* configure.ac: Add big fat warning message with explanation when building agai...Tim-Philipp Müller2007-10-122-0/+38
* ext/ffmpeg/gstffmpegdec.c: Fix the return type of the setcaps function. Fixes...Tuomas Kulve2007-10-102-1/+8
* ext/ffmpeg/gstffmpegdemux.c: Don't return FALSE for the LATENCY event but ins...Yann Gilquin2007-10-052-1/+15
* tests/check/generic/libavcodec-locking.c: Print message name and not just num...Stefan Kost2007-10-032-2/+7
* ext/ffmpeg/gstffmpegcodecmap.c: Add Real Video 3.0 and remove some bogus caps.Wim Taymans2007-10-014-4/+30
* ext/ffmpeg/gstffmpegdec.c: Don't set rank of sp5x video decoder to NONE.Edward Hervey2007-08-142-5/+12
* ext/ffmpeg/gstffmpegcodecmap.c: Improve debugging of codec data. realvideo ca...Wim Taymans2007-08-073-2/+49
* ext/ffmpeg/: Free strings atleast when finalizing elements.Stefan Kost2007-08-015-14/+65
* Check for libm and link against it (ffmpeg is using sqrt).Stefan Kost2007-08-013-1/+11
* ext/ffmpeg/: Handle buffers with invalid duration correctly even in the case ...Julien Moutte2007-07-254-1/+16
* Remove bogus check for libcheck, since we check for gstreamer-check and it pu...Jan Schmidt2007-07-133-7/+11
* configure.ac: Use pkg-config to locate check. Bump core requirement.Stefan Kost2007-07-124-6/+17
* ext/ffmpeg/gstffmpegenc.c: Fix the encoders by actually copying the encoded o...Jan Schmidt2007-07-053-0/+10
* ext/ffmpeg/gstffmpegenc.*: Instead of allocating 512KB buffers and then setti...Jan Schmidt2007-06-224-7/+42
* ext/ffmpeg/gstffmpegcodecmap.c: Enable mjpeg-codec in more containers.Stefan Kost2007-06-202-1/+10
* ext/ffmpeg/gstffmpeg.c: Cut off double \n.Stefan Kost2007-06-193-5/+26
* win32/vs6/: Convert line endings to CRLF and mark files as binary.Jan Schmidt2007-06-154-192/+198
* gst-libs/ext/ffmpeg/: Recognise x86_64 builds and set flags appropriately so ...Jan Schmidt2007-06-051-0/+9
* ext/ffmpeg/gstffmpegcodecmap.c: Add MSMPEG4V3 video and MP3 audio to the asf ...Wim Taymans2007-06-052-2/+11
* ext/ffmpeg/gstffmpegdemux.c: Use total duration when the individual stream du...Jan Arne Petersen2007-06-052-2/+14
* ext/ffmpeg/gstffmpegscale.c: don't leak refcounts in event handler. Fixes #44...Laurent Glayal2007-06-052-2/+16
* ext/ffmpeg/gstffmpegdec.c: Be a bit smarter when clipping the frame without a...Wim Taymans2007-05-252-0/+19
* configure.ac: Add -no-undefined to GST_ALL_LDFLAGS; without it, no shared lib...Tim-Philipp Müller2007-05-242-0/+11
* ext/ffmpeg/gstffmpegdemux.c: Reduce the probability of the MPEG-TS typefinder...Jan Schmidt2007-05-212-0/+12
* Fix the build on MacOSX. since the one shipped by Apple is from the middle ag...Edward Hervey2007-05-175-2/+25
* ext/ffmpeg/: Protect calls to ffmpeg functions that will implicitly call avco...Edward Hervey2007-05-094-1/+22
* ext/ffmpeg/gstffmpegdec.c: Fix timestamping for out-of-order incoming buffers...Edward Hervey2007-05-023-0/+93
* ext/ffmpeg/gstffmpegcodecmap.c: Remove cruft inserted by wim's last commit.Edward Hervey2007-04-253-6/+6
* ext/ffmpeg/gstffmpegdemux.c: Allow ffmpeg typefinders to try and typefind ver...Michael Smith2007-04-203-2/+15
* ext/ffmpeg/: Add the CODEC_FLAG_GLOBAL_HEADER to the exposed flags, and makes...Mark Nauwelaerts2007-04-123-1/+25
* ext/ffmpeg/gstffmpegdec.c: Draw edges for h264. Fixes #364139.Yves Lefebvre2007-04-123-2/+14
* ext/ffmpeg/gstffmpegcodecmap.c (gst_ffmpeg_get_codecid_longname): Fix typo in...Johan Dahlin2007-03-173-1/+6
* ext/ffmpeg/gstffmpegcfg.c: Add mpeg1video and mpeg2video to the list of mpeg-...Edward Hervey2007-03-022-64/+67
* configure.ac: Convert to new AG_GST style.Sebastian Dröge2007-03-013-11/+18
* ext/ffmpeg/: Don't use GINT_TO_POINTER and GPOINTER_TO_INT with GTypes, this ...Tim-Philipp Müller2007-02-165-78/+59
* ext/ffmpeg/gstffmpegcfg.c: Typo fix.Edward Hervey2007-02-143-1/+6
* ext/ffmpeg/gstffmpegdec.c: My console is not your TODO list.Thomas Vander Stichele2007-02-092-1/+7
* ext/ffmpeg/gstffmpegmux.c: ffmux_flv only accepts mpeg audio with a sample ra...Tim-Philipp Müller2007-02-092-0/+40