summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Collapse)AuthorAgeFilesLines
* avidemux: also determine duration in push modeMark Nauwelaerts2009-10-141-0/+3
|
* qtdemux: add GstIndex supportMark Nauwelaerts2009-10-142-4/+72
|
* rtpptdemux: only forward the lost-event to the last seen pt-numberHåvard Graff2009-10-141-0/+36
| | | | | | | forward all events on all pads except for the PacketLost event, which we want to forward to the last seen pt pad. Fixes #598377
* avidemux: demote some warnings to debugWim Taymans2009-10-131-2/+2
|
* avi: add new avi flag we might want to useWim Taymans2009-10-131-0/+1
|
* avimux: calculate suggested buffer sizeWim Taymans2009-10-131-0/+4
| | | | | | Calculate the suggested buffer size based on the largest chunk in the file. See #597847
* avimux: add jpeg2000 to allowed capsWim Taymans2009-10-131-1/+7
|
* avidemux: add debug for the superindex offsetsWim Taymans2009-10-131-0/+3
|
* qtdemux: Fix uninitialized variable warningJan Schmidt2009-10-131-1/+1
| | | | Fix another bogus may-be-used-uninitialized warning in qtdemux
* avi: lower max file sizeWim Taymans2009-10-132-1/+4
| | | | | | | Make a constant of the max file size and lower the value to what ffmpeg does, hopefully improving compatibility with windows media player. See #597847
* qtdemux: Fix uninitialized variable warningsJan Schmidt2009-10-131-8/+8
| | | | | | The gcc on the OS/X buildbot complains about these variables not being initialized, even though they can't possibly actually be used uninitialized.
* qtdemux: also consider Quicktime text subtitlesMark Nauwelaerts2009-10-091-1/+5
|
* qtdemux: provide language tag for streamMark Nauwelaerts2009-10-091-0/+22
|
* qtdemux: refactor common parts in track parsingMark Nauwelaerts2009-10-091-31/+26
|
* qtdemux: refactor buffer processing and sendingMark Nauwelaerts2009-10-092-124/+121
| | | | ... so it can be used in both pull and push based mode.
* qtdemux: extract palette data for dvd subpicture streamsMark Nauwelaerts2009-10-091-1/+62
| | | | ... and send it downstream using custom dvd event
* qtdemux: support 3GPP timed text subtitlesMark Nauwelaerts2009-10-093-13/+81
| | | | In particular, also make subtitle support less subp(icture)-centric.
* qtdemux: NULL is not a valid taglistMark Nauwelaerts2009-10-091-6/+8
|
* qtdemux: recognize some more encypted track casesMark Nauwelaerts2009-10-092-2/+5
|
* id3: fixes warnings building on macosxJosep Torra2009-10-091-1/+1
| | | | Another round on the formating of that debug line.
* id3: cast pointer math results to glongStefan Kost2009-10-091-5/+5
|
* buikd: explicitely cast, to tell some compilers that this is not long intStefan Kost2009-10-092-6/+8
|
* build: don't cast, but use the right format specified insteadStefan Kost2009-10-093-9/+8
| | | | This correct some of the previous macos fixes.
* rtpvrawpay: fix warning on macosxJosep Torra2009-10-091-1/+2
|
* rtph263pay: fix warning on macosxJosep Torra2009-10-091-1/+1
|
* qtdemux: fix warnings building on macosxJosep Torra2009-10-091-16/+21
|
* id3demux: fix printf warnings on macosxJosep Torra2009-10-091-3/+4
|
* avidemux: fix warning in macosx making the format portableJosep Torra2009-10-091-2/+2
|
* audiofx: use G_GUINT64_FORMAT to fix warnings on OSXJosep Torra2009-10-091-6/+6
|
* matroskademux: fix strstr() usage on possibly unterminated stringRené Stadler2009-10-081-1/+1
|
* avi/wav: Fix some compiler warnings about incompatible pointers.Jan Schmidt2009-10-082-2/+2
|
* multifile: Fix plugin descriptionJan Schmidt2009-10-071-1/+1
|
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-078-0/+8
|
* equalizer: use shelfing filters for first and last bandStefan Kost2009-10-071-55/+145
| | | | | | | Refactor the filter setup. Add two new filters with shelf characteristics for first and last band. Change gain calculation as recommended in the quoted document (no qrt needed). Rename variables to match the formulas in the document.
* equalizer: fix filter history usage. Fixes #597397Stefan Kost2009-10-051-17/+15
| | | | | The process functions where overwriting the history for each channel. Also pull some static things out of the inner loop.
* rtpbin: use locking around the sessionsWim Taymans2009-10-051-0/+2
|
* qtdemux: make sure compatible brands buffer exists before dereferencing itTim-Philipp Müller2009-10-051-1/+3
|
* qtdemux: fix printf warnings on OSXRobert Swain2009-10-051-2/+3
| | | | | | | Cast variables passed to printf to avoid warnings about incorrect formats (most likely caused by sizeof returning a size_t). Fixes #597348.
* qtdemux: remove internal genre tableTim-Philipp Müller2009-10-051-38/+12
| | | | | | No need to maintain our own genre table in qtdemux. The genres are identical to the ID3 genres, so we can just use libgsttag's gst_tag_id3_genre_get() to look them up.
* Fix printf formats to avoid warnings in avidemux. Fixes #597214Robert Swain2009-10-031-11/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=597214
* matroskademux: Change one GST_WARNING to a GST_DEBUGSebastian Dröge2009-10-031-1/+1
|
* flvdemux: If there's no audio stream after 6 seconds of video signal ↵Sebastian Dröge2009-10-033-0/+45
| | | | | | | | | no-more-pads ...and the other way around. Also ignore any audio/video streams that appear after no-more-pads. Fixes bug #597091.
* flvdemux: Make sure to only signal no-more-pads a single timeSebastian Dröge2009-10-033-3/+21
|
* rtp: add missing include to fix the buildStefan Kost2009-10-021-0/+1
|
* videofilter: add G_OBJECT_WARN_INVALID_PROPERTY_ID to property setterStefan Kost2009-10-022-0/+2
|
* level: don't give wrong number of fields in the message docsStefan Kost2009-10-021-1/+1
|
* jitterbuffer: cache latency in nanosecondsWim Taymans2009-10-011-3/+6
| | | | | Cache the latency in nanoseconds units to avoid having to convert the milliseconds value to nanoseconds all the time.
* jitterbuffer: handle -1 input timestampsWim Taymans2009-10-011-5/+4
| | | | Don't try to check a -1 timestamp against the max delay.
* avi: don't misues perf-category and remove unused ext categoryStefan Kost2009-10-011-8/+4
| | | | | | The performance category is meant to be used to audit codepaths that lead to bad performance (e.g. copies, conversion that can be avoided). Remove the event category which is not used.
* rtpg729pay/depay: Demote per-buffer debug messages to log levelOlivier Crête2009-09-302-4/+4
|