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
Commit message (
Expand
)
Author
Age
Files
Lines
*
avidemux: streaming; adjust sizes to cater for padding in chunks
Mark Nauwelaerts
2009-06-18
1
-2
/
+2
*
avidemux: streaming mode; handle data chunks grouped in rec lists.
Mark Nauwelaerts
2009-06-17
1
-0
/
+19
*
avidemux: debug_memdump() unknown tags. Refactor junk parsing code.
Edward Hervey
2009-06-09
1
-28
/
+47
*
avidemux: skip JUNK chunks in data section in streaming mode
Tim-Philipp Müller
2009-06-01
1
-0
/
+2
*
avidemux: Fix pointer arithmetic
Sebastian Dröge
2009-05-13
1
-2
/
+2
*
avidemux: initialize variable to 0
Tristan Matthews
2009-05-11
1
-1
/
+1
*
avidemux: Use the first entry for a given stream if the first entry is after ...
Sebastian Dröge
2009-05-11
1
-4
/
+13
*
avidemux: Use binary search for finding the requested index entry when seeking
Sebastian Dröge
2009-05-11
1
-17
/
+27
*
Add RANKS for various encoders and muxers
Christian Schaller
2009-05-07
1
-1
/
+1
*
avidemux: Move 'res' to where it's actually being used.
Edward Hervey
2009-04-18
1
-5
/
+3
*
avidemux: don't push EOS in streaming mode
Wim Taymans
2009-04-14
1
-4
/
+2
*
avidemux: add convert query, fix duration query
LRN
2009-04-10
1
-1
/
+31
*
i18n: make sure gettext gives us UTF-8 at all times
Tim-Philipp Müller
2009-03-25
1
-0
/
+1
*
avidemux: don't post an error if EOS can't be pushed downstream.
Alessandro Decina
2009-03-24
1
-6
/
+1
*
avidemux: fix SEEK event handling in push mode
Julien Moutte
2009-02-26
1
-3
/
+10
*
avidemux: avoid crashing on subtitles
Wim Taymans
2009-02-25
1
-2
/
+9
*
avidemux: Fix alignment issues by using GST_READ_*
Sebastian Dröge
2009-02-22
1
-5
/
+5
*
Remove useless processing for non-raw formats
Edward Hervey
2009-01-30
1
-10
/
+8
*
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
2
-28
/
+13
*
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
2
-1
/
+17
*
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
2
-32
/
+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
2
-13
/
+32
*
gst/avi/gstavimux.c: Don't segfault on string typed tags being NULL. Fixes #5...
Stefan Kost
2008-11-11
1
-1
/
+1
*
Don't install static libs for plugins. Fixes #550851 for -good.
Stefan Kost
2008-11-04
1
-0
/
+1
*
gst/avi/gstavidemux.c: Invert other uncompressed RGB formats. Fixes #558554.
Nick Haddad
2008-10-31
1
-5
/
+17
*
gst/avi/gstavimux.c: Fix VPRP chunk setup in avimux.
Mark Nauwelaerts
2008-10-21
1
-4
/
+5
*
gst/avi/gstavidemux.c: Skip entries for streams that don't have a output pad ...
Edward Hervey
2008-10-15
1
-0
/
+6
*
gst/avi/gstavidemux.c: Reset header state. Fixes #555321.
Wim Taymans
2008-10-08
1
-0
/
+1
*
gst/avi/gstavidemux.*: For timestamping audio packets we need to take into ac...
Wim Taymans
2008-10-08
2
-5
/
+33
*
Make stuff compile with GST_DISABLE_GST_DEBUG.
Tim-Philipp Müller
2008-08-30
1
-5
/
+3
*
gst/avi/gstavidemux.c: Some AVI 2.0 (ODML) files don't respect the 'specifica...
Edward Hervey
2008-08-16
1
-4
/
+10
*
gst/avi/gstavimux.c: Provide cbSize field for audio extra_data size, and take...
Mark Nauwelaerts
2008-08-04
1
-8
/
+18
*
gst/avi/gstavidemux.c: Fix build of avidemux on big endian architectures.
Alessandro Decina
2008-07-14
1
-3
/
+3
*
gst/avi/avi-ids.h: Add vprp chunk related structures.
Mark Nauwelaerts
2008-06-29
4
-3
/
+273
*
gst/avi/gstavimux.*: Add 8 bytes to current streamheader to make for a comple...
Mark Nauwelaerts
2008-06-27
2
-29
/
+44
*
gst/avi/gstavimux.c: Simplify code. gst_tag_list_merge() does the NULL checks...
Stefan Kost
2008-06-12
1
-8
/
+4
*
gst/avi/gstavidemux.c: Try to ignore unparsable/unknown streams and give a wa...
Wim Taymans
2008-06-10
1
-13
/
+21
*
gst/avi/gstavidemux.c: Catch UNEXPECTED when downstream has reached end of se...
Thijs Vermeir
2008-06-05
1
-24
/
+60
*
gst/avi/gstavidemux.c: Fix typo in comment
Thijs Vermeir
2008-06-04
1
-1
/
+1
*
gst/avi/gstavidemux.c: Because we don't know the frame order we need to push ...
Thijs Vermeir
2008-06-04
1
-4
/
+14
*
gst/avi/gstavidemux.c: Set EOS when going out of the segment in reverse playback
Thijs Vermeir
2008-06-04
1
-4
/
+19
*
gst/avi/gstavidemux.*: Implement reverse playback. Fixes #535300.
Thijs Vermeir
2008-06-02
2
-48
/
+154
*
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
[next]