index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst
/
avi
/
gstavimux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avimux: calculate suggested buffer size
Wim Taymans
2009-10-13
1
-0
/
+4
*
avimux: add jpeg2000 to allowed caps
Wim Taymans
2009-10-13
1
-1
/
+7
*
avi: lower max file size
Wim Taymans
2009-10-13
1
-1
/
+1
*
Remove Ronald Bultje from Authors field
David Schleef
2009-09-05
1
-1
/
+1
*
avimux: adds support to wma
Thiago Santos
2009-07-28
1
-1
/
+30
*
avimux: adds support to wmv
Thiago Santos
2009-07-28
1
-1
/
+22
*
Remove version numbers from a few gst-launch examples.
Stefan Kost
2009-01-29
1
-2
/
+2
*
Update and add documentation for plugins with no deps (gst).
Stefan Kost
2009-01-28
1
-18
/
+8
*
gst/avi/gstavimux.c: Minor fix/cleanup in header field calculation.
Mark Nauwelaerts
2009-01-07
1
-2
/
+3
*
gst/avi/gstavimux.*: Ensure header size invariance during subsequent rewrite ...
Mark Nauwelaerts
2009-01-06
1
-1
/
+14
*
ext/pulse/pulsemixerctrl.c: And remove temporary comment pointing to the bug ...
Stefan Kost
2008-12-19
1
-2
/
+2
*
gst/avi/gstavimux.c: Rename api from _flush to _reset_tags.
Stefan Kost
2008-12-16
1
-1
/
+1
*
gst/avi/gstavimux.c: Use new tagsetter api to flush tags.
Stefan Kost
2008-12-16
1
-1
/
+3
*
gst/avi/gstavimux.*: Totally remove the internal taglists and fully use tagse...
Stefan Kost
2008-12-16
1
-28
/
+8
*
gst/avi/gstavimux.c: Instead of filtering wrongly just use the mergemode. App...
Stefan Kost
2008-12-15
1
-13
/
+7
*
gst/avi/gstavidemux.c: More logging.
Stefan Kost
2008-12-09
1
-12
/
+26
*
gst/avi/gstavimux.c: Don't segfault on string typed tags being NULL. Fixes #5...
Stefan Kost
2008-11-11
1
-1
/
+1
*
gst/avi/gstavimux.c: Fix VPRP chunk setup in avimux.
Mark Nauwelaerts
2008-10-21
1
-4
/
+5
*
gst/avi/gstavimux.c: Provide cbSize field for audio extra_data size, and take...
Mark Nauwelaerts
2008-08-04
1
-8
/
+18
*
gst/avi/avi-ids.h: Add vprp chunk related structures.
Mark Nauwelaerts
2008-06-29
1
-2
/
+79
*
gst/avi/gstavimux.*: Add 8 bytes to current streamheader to make for a comple...
Mark Nauwelaerts
2008-06-27
1
-29
/
+35
*
gst/avi/gstavimux.c: Simplify code. gst_tag_list_merge() does the NULL checks...
Stefan Kost
2008-06-12
1
-8
/
+4
*
gst/avi/gstavimux.c: Also support alaw/mulaw.
Stefan Kost
2008-05-21
1
-23
/
+49
*
gst/avi/gstavimux.c: Set proper rate in avi stream header for PCM audio, and ...
Mark Nauwelaerts
2008-05-18
1
-5
/
+22
*
gst/avi/gstavimux.c: Send an initial BYTE segment to inform downstream of lat...
Mark Nauwelaerts
2008-05-13
1
-0
/
+4
*
gst/avi/gstavimux.c: Do not leave fourcc stream header field empty upon reset.
Mark Nauwelaerts
2008-05-12
1
-2
/
+2
*
gst/avi/gstavimux.c: Add Dirac encoding
David Schleef
2008-02-28
1
-0
/
+5
*
gst/avi/gstavimux.c: Fix regression in stream numbering. Fixes #502655.
Mark Nauwelaerts
2007-12-11
1
-1
/
+7
*
Add some debug and sync tests with the fix.
Stefan Kost
2007-10-19
1
-0
/
+2
*
gst/avi/gstavimux.*: Also save codec data for audio streams. Fixes #482495.
Stefan Kost
2007-10-02
1
-5
/
+35
*
gst/avi/gstavimux.c: Fix "Index entry has invalid stream nr 1".
Stefan Kost
2007-10-02
1
-10
/
+24
*
gst/avi/gstavimux.c: Fix ODML index tag numbering. Fixes #463624.
Mark Nauwelaerts
2007-08-05
1
-2
/
+2
*
gst/avi/gstavimux.c: Allow muxing video/x-h264 (was already in the caps). Fix...
zhangfei gao
2007-02-14
1
-0
/
+2
*
gst/avi/gstavimux.c: Comment a #if 0 in caps template definition as VS6 seems...
Sébastien Moutte
2007-02-11
1
-2
/
+2
*
gst/avi/gstavimux.c: Explicitly cast result of pointer arithmetic to integer ...
Tim-Philipp Müller
2007-02-09
1
-2
/
+2
*
Add support for more than one audio stream; write better AVIX header; refacto...
Mark Nauwelaerts
2007-01-14
1
-516
/
+479
*
gst/avi/gstavimux.c: accept all mpegversions,fixes #380825 spotted by: Jerome...
Stefan Kost
2006-11-30
1
-1
/
+1
*
Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...
Josep Torra Valles
2006-10-16
1
-1
/
+1
*
gst/avi/gstavimux.c: Correctly set the dwLength in strh.
Yves Lefebvre
2006-09-16
1
-1
/
+1
*
gst/avi/gstavimux.c: Respect mpegversion for "video/mpeg" and give message in...
Stefan Kost
2006-07-18
1
-1
/
+23
*
gst/avi/gstavimux.*: - add odml (large file) index support
Mark Nauwelaerts
2006-05-22
1
-130
/
+235
*
gst/avi/gstavimux.c: Work around gst_buffer_make_metadata_writable() bug that...
Mark Nauwelaerts
2006-05-09
1
-2
/
+6
*
Add docs for both avidemux and avimux.
Tim-Philipp Müller
2006-04-27
1
-0
/
+40
*
gst/avi/: Port AVI muxer to GStreamer-0.10 (#332031).
Mark Nauwelaerts
2006-04-27
1
-293
/
+550
*
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
2006-04-25
1
-1
/
+1
*
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
2006-04-08
1
-1
/
+1
*
better/unified long descriptions
Wim Taymans
2006-03-30
1
-1
/
+1
*
close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.
Wim Taymans
2006-03-13
1
-1
/
+12
*
More fractional framerate conversions
Jan Schmidt
2005-11-22
1
-16
/
+17
*
Update for gst_tag_setter API changes.
Andy Wingo
2005-11-22
1
-1
/
+1
[next]