Mark Nauwelaerts
|
829cec51c7
|
avimux: reset some more audio pad data when needed
|
2014-01-19 17:53:45 +01:00 |
|
Mark Nauwelaerts
|
3ea338ce27
|
avimux: write correct blockalign for vbr audio
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=720659
|
2014-01-19 17:53:45 +01:00 |
|
Michael Olbrich
|
447556fe6b
|
avimux: don't make the buffer writable unless absolutely necessary
https://bugzilla.gnome.org/show_bug.cgi?id=722396
|
2014-01-17 19:25:15 -03:00 |
|
Stefan Sauer
|
9dde5e29da
|
avidemux, waveparse: more logging for unhandled chunks
Always print a warning with the tag and if possible do a memdump.
|
2014-01-06 13:55:36 +01:00 |
|
Stefan Sauer
|
addf5c79a2
|
avidemux: expose 'strn' - stream name - as title tag
|
2014-01-05 22:47:42 +01:00 |
|
Stefan Sauer
|
5384da2a1f
|
avidemux: parse fuji strd
We can get maker, model and capture date from this chunk.
Fixes #636143
|
2014-01-05 22:42:10 +01:00 |
|
Stefan Sauer
|
1be2922802
|
avidemux: ... and use the local api both times
|
2014-01-05 21:47:00 +01:00 |
|
Stefan Sauer
|
9a203fceeb
|
avidemux: copy the riff api for ncdt into the element
This chunk is avi specific, no need to expose this as public api.
|
2014-01-05 21:40:21 +01:00 |
|
Stefan Sauer
|
f48bb20b4f
|
avi: use new riff api to extract nikon metadata
Fixes #636143
|
2014-01-04 21:34:38 +01:00 |
|
Edward Hervey
|
711c73290c
|
avimux: Add missing break
I guess no-one noticed we no longer could mux WMV3 ...
COVERITY CID 1139759
|
2013-12-30 17:23:22 +01:00 |
|
Wim Taymans
|
5d2ff288b3
|
avidemux: handle unseekable streams
Handle streams that we can't seek in and ignore them in the
seek logic.
|
2013-09-04 15:53:05 +02:00 |
|
Wim Taymans
|
6f0e8a8b87
|
avidemux: only check video compression for video streams
Or else we might deref a stream with a NULL strf.vids and segfault
|
2013-09-04 15:53:05 +02:00 |
|
Tim-Philipp Müller
|
1dfc1f2686
|
Don't use setlocale in plugins()
Only apps should call setlocale(), not libraries.
|
2013-09-01 21:18:38 +01:00 |
|
Michael Olbrich
|
23d4044e2c
|
avimux: unmap the correct buffer
The audio buffer was mapped so unmap it and not the video buffer
https://bugzilla.gnome.org/show_bug.cgi?id=706642
|
2013-08-23 11:32:52 +02:00 |
|
Matej Knopp
|
96afba915a
|
avidemux: send proper stream_start event
https://bugzilla.gnome.org//show_bug.cgi?id=705449
|
2013-08-08 11:57:32 +02:00 |
|
Sebastian Dröge
|
2e35b36aab
|
gst: Don't swap start/stop for negative rates in the SEGMENT query
|
2013-07-29 12:12:41 +02:00 |
|
Sebastian Dröge
|
4e78974c87
|
avidemux: Implement SEGMENT query
|
2013-07-29 10:50:59 +02:00 |
|
Sebastian Dröge
|
1fbb6d30a6
|
avidemux: Fix duration reporting in push mode
https://bugzilla.gnome.org/show_bug.cgi?id=700933
|
2013-07-28 17:38:56 +02:00 |
|
Sebastian Dröge
|
89a3dc2ecd
|
avidemux: Don't forget unmapping and unreffing buffer
|
2013-07-28 17:32:59 +02:00 |
|
Matej Knopp
|
1947587784
|
avidemux: unmap buffer
https://bugzilla.gnome.org/show_bug.cgi?id=704951
|
2013-07-28 17:32:59 +02:00 |
|
Thiago Santos
|
7eac4c7c03
|
avidemux: fix seqnum handling for seeks
Use the same seqnum as the seek for flushes/segments that are
caused by the seek. Also do the same for segment events
Fixes #676242
|
2013-07-25 15:24:31 -03:00 |
|
Sebastian Dröge
|
6cc16da531
|
avidemux: Add support for group-id in the stream-start event
|
2013-07-22 15:30:12 +02:00 |
|
Kishore Arepalli
|
5b32891ae1
|
avidemux: duration query returns zero for DV video in avi
https://bugzilla.gnome.org/show_bug.cgi?id=702625
|
2013-06-19 11:17:22 +02:00 |
|
Arnaud Vrac
|
8ed611cdbc
|
avidemux: do not push discont buffers if they aren't discont
https://bugzilla.gnome.org/show_bug.cgi?id=682110
|
2013-05-15 13:16:11 +01:00 |
|
Sebastian Dröge
|
b0b0557c48
|
gst: Add better support for static plugins
|
2013-04-15 15:54:11 +02:00 |
|
David Schleef
|
53f8b05b08
|
Use %03u for format in gst_pad_create_stream_id_printf()
|
2013-03-25 18:57:08 -07:00 |
|
Tim-Philipp Müller
|
dfde4179e8
|
avimux: change raw video caps order so that GRAY8 is last
People like colours.
https://bugzilla.gnome.org/show_bug.cgi?id=695543
|
2013-03-12 00:16:18 +00:00 |
|
Dirk Van Haerenborgh
|
065bdf5925
|
avimux: support raw BGR
https://bugzilla.gnome.org/show_bug.cgi?id=695543
|
2013-03-11 14:51:00 +01:00 |
|
Dirk Van Haerenborgh
|
d7743cf7c6
|
avidemux: support raw video with negative height
https://bugzilla.gnome.org/show_bug.cgi?id=695541
|
2013-03-11 14:23:46 +01:00 |
|
Mark Nauwelaerts
|
56e2767c20
|
avidemux: push mode: handle some more 0-size buffer cases
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684944
|
2013-02-24 19:28:07 +01:00 |
|
Tim 'mithro' Ansell
|
c499a81848
|
avimux: Fixing buffer leak in gst_avi_mux_do_buffer
gst_avi_mux_do_buffer was leaking data from gst_collect_pads_pop.
|
2013-02-12 10:09:05 +01:00 |
|
Mark Nauwelaerts
|
bf81dce432
|
avidemux: correct duration for audio VBR buffers in pull mode
|
2013-02-10 15:10:32 +01:00 |
|
Mark Nauwelaerts
|
f0645b79c5
|
avidemux: proper position reporting and push mode timestamping
... and align current_total semantics in push and pull mode,
which tracks bytes for CBR and blocks for VBR.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=691481
|
2013-02-08 21:41:55 +01:00 |
|
Dirk Van Haerenborgh
|
18ff57d6b3
|
avimux: add support for raw monochrome 8-bit video
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=692932
|
2013-01-31 13:00:17 +01:00 |
|
Wim Taymans
|
dcb0e0af93
|
avidemux: cleanup in flag define
|
2012-12-20 13:04:52 +01:00 |
|
Wim Taymans
|
0e522bc69a
|
avidemux: improve debug
|
2012-12-20 13:04:52 +01:00 |
|
Tim-Philipp Müller
|
230cf41cc9
|
Fix FSF address
https://bugzilla.gnome.org/show_bug.cgi?id=687520
|
2012-11-04 00:07:18 +00:00 |
|
Wim Taymans
|
a2eead3d60
|
avi_ fix invert function
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686550
|
2012-10-22 11:55:59 +02:00 |
|
Wim Taymans
|
0e3ef30c31
|
avi: fix debug
|
2012-10-22 11:55:22 +02:00 |
|
Tim-Philipp Müller
|
f94572fb36
|
avidemux: append palette data to paletted 8-bit RGB frames
Fixes playback of 8-bit indexed RGB videos, with fixes in -base.
https://bugzilla.gnome.org/show_bug.cgi?id=686046
|
2012-10-16 01:09:05 +01:00 |
|
Mark Nauwelaerts
|
b10829d6c8
|
avidemux: push mode; handle some initial junk before hdrl list
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=685059
|
2012-10-01 15:50:53 +02:00 |
|
Mark Nauwelaerts
|
cb0e4b2059
|
avidemux: recognize all xsub frames as keyframes
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684977
|
2012-09-28 17:04:42 +02:00 |
|
Mark Nauwelaerts
|
511dfa5ee5
|
avidemux: push mode: find the correct chunk for segment following seek
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684977
|
2012-09-28 17:04:42 +02:00 |
|
Tim-Philipp Müller
|
c3f62d7ead
|
avimux: send stream-start event
|
2012-09-23 16:33:34 +01:00 |
|
Stefan Sauer
|
f874922e1c
|
collectpads: remove gst_collect_pads_add_pad_full
Rename gst_collect_pads_add_pad_full() to gst_collect_pads_add_pad() and fix all
invocations.
|
2012-09-12 21:05:44 +02:00 |
|
Mark Nauwelaerts
|
f12ef67f56
|
ext, gst: only activate in pull mode if upstream is seekable
|
2012-09-11 17:44:51 +02:00 |
|
Mark Nauwelaerts
|
ca36de1e8f
|
avidemux: remove defunct commented code
|
2012-09-10 14:30:42 +02:00 |
|
Tim-Philipp Müller
|
6dc7b4c3c7
|
video/x-3ivx and video/x-xvid -> video/mpeg,mpegversion=4
If it ever turns out that we really must use thoe specific
fourccs and not the generic one, we can still add a flavor
field to the caps later.
|
2012-09-10 00:43:24 +01:00 |
|
Tim-Philipp Müller
|
9bf90f47cf
|
video/x-xvid -> video/mpeg,mpegversion=4
|
2012-09-03 02:51:24 +01:00 |
|
Mark Nauwelaerts
|
e1881d1e44
|
avidemux: avoid invalid H264 bytestream codec_data
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=681369
|
2012-08-28 19:01:11 +02:00 |
|