Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-22 | docs: add pcapparse to docs | Tim-Philipp Müller | 4 | -0/+25 | |
2009-07-22 | dshowaudiosrc: do not remove a range of length 0 | Julien Isorce | 1 | -1/+3 | |
2009-07-22 | dshowaudiosrc: converts code to C++ | Julien Isorce | 2 | -93/+71 | |
2009-07-22 | dshowvideosrc: converts code to C++ | Julien Isorce | 2 | -90/+73 | |
2009-07-22 | mpegdemux: don't add a base_time==-1 to segment positions | Stefan Kost | 1 | -5/+9 | |
Fixes assertion about newsegment with start=-1. | |||||
2009-07-21 | camerabin: small speedup in software zoom | Stefan Kost | 1 | -0/+4 | |
Force crop on even pixel position to avoid slowpath in crop & scale. | |||||
2009-07-21 | camerabin: we need to copy the data in the example | Stefan Kost | 1 | -2/+4 | |
gdk_pixbuf_new_from_data does not copy the data. | |||||
2009-07-21 | make: remove whitespace after trailing backslash | Stefan Kost | 1 | -1/+1 | |
2009-07-21 | kate: fix time conversion from DVD style timestamps. | Vincent Penquerc'h | 1 | -1/+1 | |
2009-07-21 | mxfdemux: Implement SEEKING query | Sebastian Dröge | 1 | -0/+55 | |
2009-07-21 | mpegpsdemux: Implement SEEKING query | Sebastian Dröge | 1 | -0/+55 | |
Fixes bug #588944. | |||||
2009-07-21 | mpegtsdemux: Implement SEEKING query | Sebastian Dröge | 1 | -0/+45 | |
Partially fixes bug #588944. | |||||
2009-07-21 | mpegtsparse: Free the PMT before setting a new one | Sebastian Dröge | 1 | -0/+3 | |
2009-07-21 | mpegtsparse: Remove old PES PIDs when receiving PAT tables | Mikael Magnusson | 1 | -22/+32 | |
Fixes bug #583470. | |||||
2009-07-21 | dshowsrcwrapper: fix relative path | Julien Isorce | 1 | -3/+3 | |
2009-07-21 | start refactoring of dshowsrcwrapper | Julien Isorce | 24 | -623/+386 | |
-remove gst-libs/gst/dshow -fakesource is moved from gst-libs/gst/dshow to sys/dshowsrcwrapper -some minor changes (C/C++ check and includes) to make the plugin compile again. | |||||
2009-07-21 | kate: use new GST_TAG_SUBITLE_CODEC tag instead of GST_TAG_CODEC | Tim-Philipp Müller | 1 | -2/+2 | |
2009-07-21 | katedec: only put primary language tag in GST_TAG_LANGUAGE | Tim-Philipp Müller | 3 | -12/+21 | |
Only put primary language into GST_TAG_LANGUAGE, and convert to lower case, ie. only use "en" of "en_GB". This is per our tag documentation and hence what apps expect. Also add example to kateenc property description so people know a language code is wanted here. | |||||
2009-07-21 | katedec: add comment why we dont' support application/x-kate here for now | Tim-Philipp Müller | 1 | -0/+4 | |
2009-07-21 | katedec: create SPU format images from suitable background images | Vincent Penquerc'h | 6 | -584/+990 | |
Make katedec fabricate dvd-style subpictures for subtitle overlay bitmaps, for easier playbin2 integration (#588638). | |||||
2009-07-20 | kate: fix some minor memory leaks | ogg.k.ogg.k | 4 | -5/+12 | |
Makes 'make check-valgrind' work for the kate unit test (#525743) | |||||
2009-07-20 | camerabin: add code in test to store snapshots for manual verification | Stefan Kost | 1 | -6/+32 | |
Use gdk_pixbuf to save the image in perf-test. Also remove some obsolute commented out code. | |||||
2009-07-20 | camerabin: log formats in preview image conversion | Stefan Kost | 1 | -1/+4 | |
2009-07-20 | camerabin: remove unused variable assignment | Stefan Kost | 1 | -4/+1 | |
Result is not needed here, but variable is used later on. Also remove double new lines in function. | |||||
2009-07-20 | fpsdisplaysink: check query return result before using it | Stefan Kost | 1 | -1/+4 | |
2009-07-20 | metadata: don't dereference the pointer before the validity check | Stefan Kost | 1 | -1/+3 | |
2009-07-20 | camerabin: improve perf test robustness and add comments | Stefan Kost | 1 | -9/+16 | |
2009-07-20 | kateenc: also recognise the new recommended 'SUB' category | Vincent Penquerc'h | 1 | -1/+19 | |
Move the check for 'simple' subtitles category to a separate routine and add in the new recommended SUB category (#525743). | |||||
2009-07-20 | kateenc: keep bitmap/palette/region around when on the spot encoding is not ↵ | Vincent Penquerc'h | 2 | -11/+51 | |
possible due to an unknown end time Fixes valgrind unitialized value report. See #525743. | |||||
2009-07-19 | docs: add inspect info for kate plugin | Tim-Philipp Müller | 1 | -0/+124 | |
Should fix the docs build. | |||||
2009-07-19 | kate: add some FIXMEs | Tim-Philipp Müller | 6 | -2/+13 | |
2009-07-19 | katedec: demote to GST_RANK_NONE for now | Tim-Philipp Müller | 1 | -1/+1 | |
There are still some autoplugging issues to sort out, and it needs some testing. | |||||
2009-07-19 | checks: add kate unit tests to valgrind blacklist for now | Tim-Philipp Müller | 2 | -0/+3 | |
And add check binary to ignore list. | |||||
2009-07-19 | kate: make sure to free some more stuff | Tim-Philipp Müller | 2 | -0/+33 | |
2009-07-19 | kate: fix up for additional subtitle/x-kate media type | Tim-Philipp Müller | 7 | -18/+40 | |
2009-07-19 | kate: remove local kate typefinder, use the one in -base | Tim-Philipp Müller | 1 | -33/+0 | |
2009-07-19 | kate: change media type to subtitle/x-kate and update define accordingly | Tim-Philipp Müller | 6 | -9/+9 | |
2009-07-19 | add new Kate plugin, for Kate overlay streams | Vincent Penquerc'h | 26 | -2/+6039 | |
katedec: Kate decoder (text only) kateenc: Kate encoder (text and DVD SPU only) katetag: Kate tagger kateparse: Kate parser tiger: Kate renderer using the Tiger rendering library Fixes #525743. | |||||
2009-07-19 | real: differentiate between 'module does not exist' and genuine module ↵ | Tim-Philipp Müller | 2 | -11/+23 | |
opening errors Don't log a GST_ERROR if one of the codec modules we were looking for doesn't exist. That's not a genuine error, but somewhat expected. | |||||
2009-07-18 | mpegdemux: Fix integer overflow | Matijs van Zuijlen | 1 | -2/+2 | |
This breaks playback of files >4 GB as the offset was a guint before. Changing it to a guint64 fixes this. | |||||
2009-07-17 | metadata: reset state if there is something to reset | Stefan Kost | 1 | -3/+3 | |
The condition was wrong and as such the element was writing the same tags on subsequent images if reused. | |||||
2009-07-17 | camerabin: use gst_caps_replace instead of separate calls | Stefan Kost | 1 | -10/+4 | |
This fixes setting snapshot caps back to NULL also. | |||||
2009-07-17 | camerabin: implemnet two more tests | Stefan Kost | 1 | -66/+259 | |
Add tests for videorecording startup and capture startup delay. | |||||
2009-07-17 | mpegtsparse: add component tag to the video component structure in eit | Zaheer Merali | 1 | -1/+3 | |
2009-07-16 | mimenc: Don't pretend to be ML20 if paused | Olivier Crête | 1 | -1/+1 | |
2009-07-16 | mimdec: Ignore the timestamps inside the buffers | Olivier Crête | 2 | -97/+2 | |
2009-07-16 | mimdec: Don't try to parse the header before dropping the paused frames | Olivier Crête | 1 | -6/+6 | |
2009-07-16 | mimdec: Print the incoming fourcc on errors | Olivier Crête | 1 | -4/+4 | |
2009-07-16 | Increased the length of time for tuning in gstdvbsrc.c. | Austin Lund | 1 | -1/+3 | |
Some devices take a while to tune and 500ms was too short to detect successful tuning. As well as waiting for 5 seconds each 100ms the status is checked and the loop is broken out of when tuning has suceeded. | |||||
2009-07-16 | mpegtsdemux: Don't use PIDs > MPEGTS_MAX_PID | Aleksey Yulin | 1 | -1/+2 | |
The mpegtsdemux streams array only has MPEGTS_MAX_PID entries and accessing one afterwards will result in crashes. Fixes bug #575672. |