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
/
gstavidemux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gst/avi/gstavidemux.c: When splitting audio chunks, the block alignment is no...
Fabrizio Gennari
2006-04-21
1
-1
/
+8
*
gst/avi/gstavidemux.c: Fix index creation when we have to scan the file to cr...
Fabrizio Gennari
2006-04-20
1
-60
/
+56
*
gst/avi/gstavidemux.c: Fix some crashers with empty chunks. (Fixes #337749)
Ryan Lortie (desrt)
2006-04-10
1
-22
/
+29
*
gst/avi/gstavidemux.c: Don't unref the GstPadTemplate returned by gst_element...
Edward Hervey
2006-04-07
1
-1
/
+0
*
gst/avi/gstavidemux.c: this patch combines the global init_frames with the st...
Wim Taymans
2006-03-24
1
-30
/
+38
*
Fix memleak with gst_static_pad_template_get().
Edward Hervey
2006-03-15
1
-3
/
+3
*
gst/avi/gstavidemux.c: Catch short reads, like they might happen with truncat...
Tim-Philipp Müller
2006-03-14
1
-22
/
+30
*
gst/avi/gstavidemux.c: Fix DIB image inversion for pictures with a depth != 8...
Tim-Philipp Müller
2006-03-14
1
-6
/
+16
*
gst/avi/gstavidemux.*: If we have an index, use a duration based on the index...
Tim-Philipp Müller
2006-03-03
1
-8
/
+46
*
gst/avi/gstavidemux.c: Use scaling code for added precission and more correct...
Wim Taymans
2006-02-19
1
-134
/
+219
*
gst/avi/gstavidemux.c: Add comment in a fultile attempt to stop the copy-and-...
Wim Taymans
2006-02-15
1
-0
/
+2
*
gst/avi/gstavidemux.c: There can be bogus data before the hdrl LIST tag in th...
Edward Hervey
2006-02-14
1
-6
/
+28
*
gst/avi/gstavidemux.c: Properly handle end of segment. Closes #330885.
Edward Hervey
2006-02-13
1
-8
/
+22
*
Pass unhandled queries upstream instead of just dropping them (#326446). Upda...
Tim-Philipp Müller
2006-02-06
1
-1
/
+1
*
gst/avi/gstavidemux.*: Third attempt, use gst_pad_is_linked() this time.
Tim-Philipp Müller
2006-02-04
1
-10
/
+9
*
gst/avi/gstavidemux.c: Only pause if all pads are unlinked AND we've tried to...
Tim-Philipp Müller
2006-02-02
1
-1
/
+1
*
gst/avi/gstavidemux.c: Make loop function/task pause itself when all source p...
Tim-Philipp Müller
2006-02-02
1
-3
/
+32
*
C89 fixes: declare variables at the beginning of a block and
Jens Granseuer
2006-01-23
1
-1
/
+1
*
gst/avi/gstavidemux.c: Stupid signedness issue...
Edward Hervey
2005-12-19
1
-5
/
+12
*
gst/avi/gstavidemux.c: Construct index for indexless files.
Edward Hervey
2005-12-19
1
-47
/
+189
*
gst/avi/gstavidemux.c: Memleak and crasher fixes.
Edward Hervey
2005-12-07
1
-5
/
+18
*
gst/avi/gstavidemux.c: Useless check now we're setting the current entry corr...
Edward Hervey
2005-11-28
1
-6
/
+0
*
ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...
Andy Wingo
2005-11-22
1
-2
/
+2
*
Update for stream lock API changes: don't take stream log in sink event handl...
Tim-Philipp Müller
2005-11-21
1
-2
/
+2
*
Fixes for GST_FOURCC_FORMAT API change.
Tim-Philipp Müller
2005-11-21
1
-15
/
+16
*
gst/avi/gstavidemux.c: Invert DIB images again (see #132341).
Tim-Philipp Müller
2005-11-15
1
-0
/
+38
*
gst/avi/gstavidemux.*: Yeah, implement proper seeking. Exact seeking and segm...
Edward Hervey
2005-11-11
1
-139
/
+182
*
gst/avi/gstavidemux.c: No need to take the STREAM_LOCK in the loop function. ...
Tim-Philipp Müller
2005-11-07
1
-9
/
+6
*
Set correct stream_time in newsegment event. avi can also handle a duration q...
Wim Taymans
2005-10-21
1
-0
/
+1
*
gst/avi/gstavidemux.c: Correctly fill in the stream time.
Wim Taymans
2005-10-20
1
-1
/
+1
*
API change fix.
Wim Taymans
2005-10-19
1
-4
/
+11
*
newsegment API update.
Wim Taymans
2005-10-11
1
-2
/
+2
*
gst/avi/gstavidemux.c: Don't crash when encountering a stream with an unknown...
Tim-Philipp Müller
2005-09-26
1
-16
/
+48
*
All plugins updated for element state changes.
Andy Wingo
2005-09-02
1
-7
/
+8
*
gst/: Uncomment metadata and codec-name handling.
Ronald S. Bultje
2005-08-16
1
-2
/
+11
*
gst/avi/gstavidemux.c: Fix AVI header parsing: add missing break statement after
Tim-Philipp Müller
2005-08-09
1
-0
/
+4
*
gst/avi/gstavidemux.c: Fix seeking (or, well, fix threading issue where a var...
Ronald S. Bultje
2005-08-09
1
-5
/
+5
*
gst/avi/gstavidemux.c: Mixing binary and logical operators is not going to wo...
Ronald S. Bultje
2005-08-09
1
-2
/
+2
*
gst/avi/gstavidemux.c: You need to allocatate (len+1) characters to store a l...
Edward Hervey
2005-08-04
1
-3
/
+5
*
Various event updates and cleanups.
Wim Taymans
2005-07-27
1
-14
/
+24
*
ext/mad/gstmad.c: Add convert function for proper timestamp calculations.
Wim Taymans
2005-07-16
1
-27
/
+26
*
gst/base/gstbasesrc.c: Allow subclasses to implement their own negotiation.
Wim Taymans
2005-07-07
1
-1
/
+0
*
Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*
Jan Schmidt
2005-07-01
1
-9
/
+19
*
gst/avi/gstavidemux.c: Compiler pains.
Ronald S. Bultje
2005-06-30
1
-2
/
+3
*
gst/avi/: Port from -THREADED to HEAD, and fix for latest API changes of the ...
Ronald S. Bultje
2005-06-30
1
-899
/
+843
*
gst/avi/gstavidemux.c: Declare variables at beginning of block and make gcc-2...
Gergely Nagy
2005-02-17
1
-1
/
+2
*
gst/avi/gstavidemux.*: Invert DIB images. Fixes #132341.
Ronald S. Bultje
2005-01-29
1
-1
/
+43
*
Allow seeks on audio pad, make mad forward those (#164826).
Ronald S. Bultje
2005-01-27
1
-6
/
+0
*
debugging
Thomas Vander Stichele
2005-01-13
1
-13
/
+24
*
gst-libs/gst/riff/riff-read.c: Don't bail on unknown events.
Ronald S. Bultje
2005-01-10
1
-18
/
+26
[next]