index
:
~bilboed/gst-ffmpeg
master
Personal repository of gst-ffmpeg
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-01-07
win32/vs6/: Add project files for VS6.
Sébastien Moutte
2
-0
/
+192
2007-01-05
configure.ac: actually properly define HAVE_FFMPEG_UNINSTALLED also use it as...
Thomas Vander Stichele
4
-2
/
+22
2007-01-03
ext/ffmpeg/gstffmpegenc.c: Turn dispose function into finalize function to av...
Tim-Philipp Müller
2
-4
/
+12
2006-12-21
ext/ffmpeg/gstffmpegcodecmap.c: The "signed" field in raw audio caps is of bo...
Tim-Philipp Müller
2
-1
/
+7
2006-12-15
configure.ac: fix quoting so it works for fedora autotools too
Thomas Vander Stichele
2
-9
/
+14
2006-12-15
Spaces => tab
Tim-Philipp Müller
3
-2
/
+8
2006-12-15
add doap file
Thomas Vander Stichele
4
-6
/
+183
2006-12-14
Allow building against an external FFMpeg install. Fixes: #363363
Josselin Mouette
8
-20
/
+57
2006-12-14
configure.ac: Back to CVS
Jan Schmidt
2
-1
/
+6
2006-12-13
Release 0.10.2
Jan Schmidt
6
-120
/
+3911
2006-12-07
ext/ffmpeg/gstffmpegcodecmap.c: Activate "amr" and "3gp" muxers.
Edward Hervey
2
-3
/
+33
2006-12-07
ext/ffmpeg/gstffmpegcodecmap.c: Add H263p variants as possible format for mov.
Wim Taymans
2
-1
/
+9
2006-12-06
tests/check/generic/libavcodec-locking.c: Fix the filter caps string for the ...
Jan Schmidt
2
-2
/
+8
2006-12-04
HACKING: Update the hacking info with information about how to prepare your q...
Jan Schmidt
2
-6
/
+27
2006-11-27
ext/ffmpeg/gstffmpegdec.c: When H264 is presented without codec_data, use a p...
Jan Schmidt
2
-9
/
+36
2006-11-17
ext/ffmpeg/gstffmpegenc.c: My console is not your TODO list.
Thomas Vander Stichele
2
-1
/
+7
2006-11-16
ext/ffmpeg/gstffmpegcodecmap.c: Specify H.263 variant and version in the caps...
Ville Syrjala
2
-4
/
+25
2006-11-14
ext/ffmpeg/gstffmpegcodecmap.c: Add mmf to _get_codecids, so we can use the m...
Michael Smith
3
-8
/
+30
2006-10-26
ext/ffmpeg/gstffmpegenc.c: MPEG4 standard does not accept framerates with a d...
Edward Hervey
2
-5
/
+29
2006-10-25
ext/ffmpeg/gstffmpegcodecmap.c: Fix AMR caps. Fixes #364956.
Wim Taymans
3
-4
/
+15
2006-10-24
ext/ffmpeg/gstffmpegmux.c: The ->frame_size for RAW audio is 1.
Edward Hervey
2
-11
/
+32
2006-10-24
gst-ffmpeg.spec.in: Build with -O1 by default since otherwise assembler breaks
Thomas Vander Stichele
2
-7
/
+6
2006-10-24
ext/ffmpeg/gstffmpegcfg.c: FLV is in fact h263 and can take the same paramete...
Edward Hervey
5
-4
/
+79
2006-10-20
spec updates
Thomas Vander Stichele
2
-2
/
+11
2006-10-20
configure.ac: postproc filters need liboil to detect the cpu architecture
Edward Hervey
5
-285
/
+662
2006-10-13
ext/ffmpeg/gstffmpegcodecmap.c: Added some codec mappings for dv and mov muxers.
Edward Hervey
3
-3
/
+41
2006-10-09
ext/ffmpeg/gstffmpegcodecmap.c: Added proper mime types for mxf and gxf formats.
Edward Hervey
3
-3
/
+26
2006-10-09
ext/ffmpeg/gstffmpegdemux.c: Set the rank of all demuxers for which we: _ Hav...
Edward Hervey
3
-1
/
+37
2006-10-09
ext/ffmpeg/gstffmpegdemux.c: Disable the amr ffmpeg typefind function, it con...
Edward Hervey
2
-1
/
+9
2006-10-06
ext/ffmpeg/gstffmpegenc.c: Properly initialize ->lmin, ->lmax and ->max_key_i...
Edward Hervey
3
-0
/
+11
2006-10-05
ext/ffmpeg/: Printf format fixes.
Tim-Philipp Müller
3
-63
/
+70
2006-10-05
ext/ffmpeg/gstffmpegprotocol.c: Implement seeking for WRITE "gst" protocol.
Edward Hervey
3
-1
/
+22
2006-10-05
ext/ffmpeg/gstffmpegmux.c: We need to stop the collectpads in PAUSED->READY B...
Edward Hervey
2
-1
/
+10
2006-10-04
ext/ffmpeg/gstffmpegdemux.c: Don't try to use or remove non-existing pads.
Wim Taymans
2
-15
/
+54
2006-09-30
ext/ffmpeg/gstffmpegcodecmap.c: Clarify some CODEC_ID <=> mime type conversio...
Edward Hervey
3
-11
/
+37
2006-09-29
ext/ffmpeg/: Don't leak caps in some cases and make build bots happy again.
Tim-Philipp Müller
4
-12
/
+21
2006-09-23
ext/ffmpeg/gstffmpegcodecmap.c: Added definitions for FLASHSV, Flash Screen V...
Edward Hervey
2
-0
/
+16
2006-09-21
ext/ffmpeg/gstffmpegdec.c: wc1/wmv3 ffmpeg decoder now works. Bumping rank to...
Edward Hervey
2
-2
/
+5
2006-09-20
ext/ffmpeg/gstffmpegcodecmap.c: Adding codec mapping for vp5, vp6, vp6f and c...
Edward Hervey
2
-0
/
+40
2006-09-20
ext/ffmpeg/: Seems like the ffmpeg folks finally understood that VC9 does not...
Edward Hervey
3
-3
/
+12
2006-09-16
ext/ffmpeg/: More G_OBJECT macro fixing.
Stefan Kost
7
-5
/
+14
2006-09-13
ext/ffmpeg/gstffmpegdec.c: Add some more timestamp debugging.
Wim Taymans
2
-22
/
+51
2006-09-08
ext/ffmpeg/gstffmpegmux.c: Port tag-writing support in the muxers.
Edward Hervey
2
-32
/
+45
2006-09-08
ext/ffmpeg/: Port of FFMpeg muxers to 0.10.
Michal Benes
5
-127
/
+206
2006-09-06
ext/ffmpeg/: Make stuff compile on Visual Studio 6.
Sebastien Moutte
6
-261
/
+324
2006-09-06
ext/ffmpeg/gstffmpegdec.c: Do early keyframe check again, feeding bad data in...
Wim Taymans
2
-4
/
+6
2006-09-06
ext/ffmpeg/: Added helper object to handle extra properties.
Mark Nauwelaerts
6
-90
/
+1449
2006-09-05
ext/ffmpeg/gstffmpegdec.c: Disable early keyframe check, it causes crashes an...
Wim Taymans
2
-0
/
+10
2006-09-05
ext/ffmpeg/gstffmpegdec.c: Even more timestamp fixage.
Wim Taymans
2
-16
/
+36
2006-09-05
ext/ffmpeg/gstffmpegdec.c: More timestamp fixage.
Wim Taymans
2
-71
/
+84
[next]