Mark Nauwelaerts
a93f6b8b38
ivorbis: also cater for traditional 16-bit width sample output
2009-12-10 11:11:48 +01:00
Sebastian Dröge
05e8934311
shapewipe: Don't do pointer dereferences in the processing loop
...
Lowers the time taken there in my testcase from 6.91% to 6.20%
as measured by callgrind.
2009-12-10 10:41:23 +01:00
unknown
397da35350
rtpmux: update the current_ssrc from the caps
...
Fixes #604101
2009-12-09 15:00:53 +01:00
Håvard Graff
97ef05cbac
rtpmux: release pads when disposing
...
Because of an allocated priv (GstRTPMuxPadPrivate), the element will
leak memory if not gst_rtp_mux_release_pad() is called. This would
previously only happen if release_request_pad() was called explicitly,
somthing that should not be neccesary.
Fixes #604099
2009-12-09 14:47:00 +01:00
Wim Taymans
b678101611
dtmfmux: method name cleanups
2009-12-09 14:47:00 +01:00
Sebastian Dröge
544c9d0151
assrender: Implement srcpad query function to always forward to the video sinkpad
2009-12-09 10:00:04 +01:00
Sebastian Dröge
876cfb3d26
assrender: Proxy buffer allocation on video sinkpad to the srcpad
...
...and add getcaps function to the video sinkpad.
2009-12-09 10:00:04 +01:00
Sebastian Dröge
44aba00375
assrender: Implement srcpad event functions for seeking and correct event forwarding
...
Copied from textoverlay.
2009-12-09 10:00:04 +01:00
Michael Smith
830187fc0d
qtmux: remove c++ comments and add some more comments.
2009-12-08 17:59:04 -08:00
Michael Smith
dd8d704bb9
qtmux: add ima adpcm support
2009-12-08 17:56:24 -08:00
Stephen McNamara
405872f69d
dshowvideosink: don't leak filter_media_event
2009-12-08 17:56:24 -08:00
Mark Nauwelaerts
c5847abf30
ac3parse: ensure sufficient data available for parsing
2009-12-08 16:06:31 +01:00
Mark Nauwelaerts
f3dbcb668a
ac3parse: extract and use some more details for Enhanced Ac-3 streams
2009-12-08 16:06:31 +01:00
Mark Nauwelaerts
8f8f97dd2d
baseparse: custom bufferflag indicates not to count frame in stats
2009-12-08 16:06:31 +01:00
Mark Nauwelaerts
9eae24835e
ac3parse: perform additional frame checks when resyncing
2009-12-08 16:06:31 +01:00
Mark Nauwelaerts
bb8085a348
ac3parse: inform base parser of frame duration
2009-12-08 16:06:30 +01:00
Mark Nauwelaerts
8e91b3b3c5
ac3parse: improve src caps settings
2009-12-08 16:06:30 +01:00
Mark Nauwelaerts
eccffea369
ac3parse: initial version
...
MARGINAL rank for now; might take some time for some (useful)
framed=true/false to appear here and there.
2009-12-08 16:06:30 +01:00
Mark Nauwelaerts
15f1b7e97f
amrparse: use (default) time handling of baseparser class
2009-12-08 16:06:30 +01:00
Mark Nauwelaerts
502011501b
audioparsers: move 'amrparse' into it
2009-12-08 16:06:27 +01:00
Mark Nauwelaerts
186344c397
audioparsers: reference GstBaseParse now lives here
2009-12-08 16:05:26 +01:00
Mark Nauwelaerts
3441a41f83
audioparsers: rename 'aacparse' plugin to generic 'audioparsers' plugin
2009-12-08 16:05:26 +01:00
Mark Nauwelaerts
e3e4ba4f9e
aacparse: separate plugin registration and rename plugin
2009-12-08 16:05:26 +01:00
Mark Nauwelaerts
d80b3e2f3b
aacparse: ensure sufficient data available before accessing
2009-12-08 16:05:26 +01:00
Mark Nauwelaerts
64d6d5554e
aacparse: use (default) time handling of baseparser class
2009-12-08 16:05:26 +01:00
Mark Nauwelaerts
d4c89e2492
aacparse: fixup comments to C-style
2009-12-08 16:05:26 +01:00
Mark Nauwelaerts
48f7d4e0c9
baseparse: reset passthrough mode to default (disabled) on activation
2009-12-08 16:05:25 +01:00
Mark Nauwelaerts
ea0dd8151b
baseparse: ensure buffer metadata is writable
2009-12-08 16:05:25 +01:00
Mark Nauwelaerts
4b040d9a37
baseparse: fix/enhance DISCONT marking
...
In particular, consider DISCONT == !sync, and allow subclass to query
sync state, as it may want to perform additional checks depending
on whether sync was achieved earlier on.
Also arrange for subclass to query whether leftover data is being drained.
2009-12-08 16:05:25 +01:00
Mark Nauwelaerts
59614d02e7
baseparse: add timestamp handling, and default conversion
...
In particular, (optionally) provide baseparse with a notion of frames per second
(and therefore also frame duration) and have it track frame and byte counts.
This way, subclass can provide baseparse with fps and have it provide default
buffer time metadata and conversions, though subclass can still install
callbacks to handle such itself.
2009-12-08 16:05:25 +01:00
Mark Nauwelaerts
252cc9b36f
baseparse: documentation fixes
2009-12-08 16:05:25 +01:00
Mark Nauwelaerts
9cc33340d7
baseparse: use_fixed_caps for src pad
...
After all, stream is as-is, and there is little molding to downstream's
taste that can be done. If subclass can and wants to do so, it can
still override as such.
2009-12-08 16:05:25 +01:00
Sebastian Dröge
c3e42004d1
assrender: Add docs and integrate into the docs build system
2009-12-08 14:46:35 +01:00
Sebastian Dröge
d7e58ce0a9
assrender: For synchronizing the text, take the video running time of the next frame
...
This makes sure that libass already has all text buffers for the next frame
at the time when the next frame is processed. Without this text buffers
might be one frame late or not shown at all if they're only shown for a
single frame.
2009-12-08 14:06:23 +01:00
Sebastian Dröge
77d0ded9ed
assrender: Fix I420 mode and enable it
2009-12-08 14:00:25 +01:00
Sebastian Dröge
5076cdc6f9
assrender: Fix compilation with older libass versions
2009-12-08 11:26:15 +01:00
Michael Smith
bb3ff2d0a7
dshowvideosink: spell things more betterer.
2009-12-07 10:21:32 -08:00
Stephen McNamara
2bae099473
dshowvideosink: add virtual destructor for internal helper class.
2009-12-07 10:10:29 -08:00
Sebastian Dröge
925b57f7e9
assrender: Don't unref buffers twice
2009-12-07 18:35:40 +01:00
Sebastian Dröge
d06e9c40e6
assrender: Improve embedded font usage
...
For this add some new mimetypes and also check the filename extension.
Fixes bug #603938 .
2009-12-07 18:31:24 +01:00
Sebastian Dröge
875811d7e7
assrender: Disable I420 support for now, it doesn't work reliable yet
2009-12-07 18:03:26 +01:00
Sebastian Dröge
098f39a42a
assrender: Add support for I420
2009-12-07 18:00:29 +01:00
Sebastian Dröge
d8fc5de450
assrender: Optimize blit function and add support for all other non-alpha RGB formats
...
Also make sure to not write behind array bounds.
2009-12-07 17:10:34 +01:00
Sebastian Dröge
3e55a5ba7f
assrender: Fix attachment tag handling and move it into a separate function
...
...to prevent code duplication.
2009-12-07 14:35:55 +01:00
Sebastian Dröge
2852ecbe12
assrender: Update text last stop after checking if timestamp/duration is valid
2009-12-07 14:26:46 +01:00
Sebastian Dröge
a009463d3f
assrender: If an ASS track was allocated already only feed new codec_data to it instead of recreating
2009-12-07 14:23:22 +01:00
Sebastian Dröge
b502383f18
assrender: Lots of random cleanup and some minor memleak fixes
2009-12-07 14:05:22 +01:00
Sebastian Dröge
ebc1f45f38
assrender: Extract embedded fonts from the subtitle streams if requested
2009-12-07 13:40:56 +01:00
Sebastian Dröge
dc42da1bd4
assrender: Don't let libass print stuff on stderr but proxy the messages to the GStreamer debugging system
2009-12-07 13:28:22 +01:00
Tim-Philipp Müller
830b21caf2
apexsink: clean up and fix configure logic and Makefile.am
...
Check for openssl and libcrypto using pkg-config and don't build the
plugin if those are not available. Also, fix the CFLAGS/LIBS order
in Makefile.am and use the detected LIBS instead of hard-coding
-lcrypto in the Makefile.am. Should fix #601417 .
2009-12-05 11:25:15 +00:00