summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Collapse)AuthorAgeFilesLines
* rtspsrc: sanity checks on range infoMark Nauwelaerts2009-05-041-0/+11
| | | | | | A max range that overflows should not be trusted, nor should a max range that equals the min range. Fixes #580851.(a).
* rtspsrc: use SKIP flag to use SCALE headersWim Taymans2009-05-042-22/+15
| | | | | | We can use the SKIP seek flag to instruct the server to send data faster then normal but with the same bandwidth. Fixes #537609
* qtdemux: use binary search for indexWim Taymans2009-05-041-13/+26
| | | | Use the new binary search method for finding the right index entry faster.
* videobox: draw the complete U and V planesWim Taymans2009-05-041-6/+15
| | | | | | | Round up the scaled U and V width and height so that we always draw the correct amount of pixels to fill the complete image. Fixes #569611
* qtdemux: add some more micro optimisationsWim Taymans2009-05-011-55/+92
|
* qtdemux: micro optimize qtdemux a littleWim Taymans2009-04-303-15/+20
| | | | | | Sprinkle some G_LIKELY around. Avoid traversing and dumping the tree when debugging is not activated.
* qtdemux: add support for subtitle picturesWim Taymans2009-04-303-0/+57
| | | | | Add support for subtitle pictures. Fixes #568278.
* rtspsrc: release state lock before stopping taskWim Taymans2009-04-291-0/+5
| | | | | | | We need to release the state lock before trying to wait for the task to end because the task might also take the lock. Fixes #577671
* qtdemux: handle ac-3 audioHans de Goede2009-04-291-0/+2
| | | | | fix demuxing of m4v streams with ac-3 audio Fixes #580554
* udpsrc: fix getaddrinfo error reportingWim Taymans2009-04-271-1/+1
| | | | | getaddrinfo errors should be reported with gai_strerror instead of errno as spotted by MikeS.
* g726pay: fix compilationWim Taymans2009-04-271-0/+2
|
* g726pay: add RFC compliant packetizingWim Taymans2009-04-272-8/+269
| | | | | | | Shuffle the input bits according to RFC 3551 for G726 payloads. Add option to force the previous behaviour. Fixes #567140
* g726depay: add debug categoryWim Taymans2009-04-271-3/+7
| | | | Add a debugging category, add some comments and remove _peek_parent().
* id3demux: parse unsynchronised tags properlyTim-Philipp Müller2009-04-241-1/+58
| | | | | | We didn't handle unsynchronization at all up to now, which might have caused frames to not be extracted - esp. frames after an APIC picture frame. Fixes #577468.
* id3demux: pass the right size value for size of all frames to the parserTim-Philipp Müller2009-04-241-1/+1
| | | | | Frame data size is tag size adjusted for size of the tag header and footer, not tag size including header and footer.
* rtspsrc: fix some more pad leaksPatrick Radizi2009-04-221-2/+8
| | | | | Fix some pad leaks. See #577318.
* qtdemux: override caps based on data from ESDS atoms in mpeg4.Michael Smith2009-04-211-28/+104
| | | | | | | If the codec is actually something else (e.g. mjpeg) change the caps to match when parsing the ESDS atom. Also, for AAC, override rate and channels with correct values read from ESDS, since the rate/channels values elsewhere are often wrong.
* udp: Fix a simple typo in the previous commitJan Schmidt2009-04-201-1/+1
| | | | Use #ifdef instead of #if, to fix the build
* only use struct ip_mreqn if it is detectedAndy Wingo2009-04-201-6/+6
| | | | | | * configure.ac: Make an explicit check for struct ip_mreqn. * gst/udp/gstudpnetutils.c: Use HAVE_IP_MREQN instead of the ad-hoc checks.
* Fix push mode buffering sanity check to actually fit the description.Mark Nauwelaerts2009-04-201-1/+1
|
* rtph263pay: And let's not forget to remove the unused variable.Edward Hervey2009-04-181-1/+0
|
* rtph263pay: Remove dead assignments, the variables are never read after.Edward Hervey2009-04-181-7/+1
|
* rtpmp4vpay: Remove dead assignment. The value is never read after.Edward Hervey2009-04-181-1/+0
|
* rtspsrc: Remove dead assignment.Edward Hervey2009-04-181-1/+1
| | | | t is being overwritten after, before it's used.
* rtpamrdepay: Remove unneeded variable, the value is only read once.Edward Hervey2009-04-181-4/+1
|
* rtpamrpay: Remove unneeded variable, the value is only read once.Edward Hervey2009-04-181-4/+1
|
* goom/filters: Remove dead assignment. Value overwritten just after.Edward Hervey2009-04-181-1/+1
|
* rtpvorbispay: Remove dead assignment. Value never read after.Edward Hervey2009-04-181-1/+1
|
* rtptheorapay: Remove dead assignment. Value never read after.Edward Hervey2009-04-181-1/+1
|
* rtptheoradepay: Remove unused variable, it's never being read.Edward Hervey2009-04-181-2/+0
|
* rtspsrc: Remove dead assignment. 'res' isn't read after.Edward Hervey2009-04-181-4/+4
|
* rtspsrc: Remove unused variable. 'res' is never read.Edward Hervey2009-04-181-6/+3
|
* rtspsrc: Remove dead variable. 'stream' is never read after.Edward Hervey2009-04-181-2/+1
|
* videbox: Remove dead assignments.Edward Hervey2009-04-181-4/+0
| | | | These variables are never read after this point.
* goom: ff and iff are only used in a '#ifdef DRAW_MOTIF' block.Edward Hervey2009-04-181-0/+2
|
* wavparse: Remove dead assignment.Edward Hervey2009-04-181-1/+0
| | | | res isn't read after this.
* wavparse: Remove dead assignments, move variable to where it's needed.Edward Hervey2009-04-181-16/+11
| | | | The header_read_error label will return GST_FLOW_ERROR
* rtpvrawdepay: Remove dead assignment.Edward Hervey2009-04-181-2/+2
| | | | The value of 'str' will never be used in these cases.
* matroskademux: Remove useless variable.Edward Hervey2009-04-181-7/+4
| | | | | iret was never read outside of that loop, and is always being exited if iret was != GST_FLOW_OK anyway.
* avidemux: Move 'res' to where it's actually being used.Edward Hervey2009-04-181-5/+3
| | | | res was never used outside of that block except for a dead assignment.
* audiofx: Remove unused variable.Edward Hervey2009-04-182-8/+4
| | | | rz is never used in these methods.
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-1840-172/+24
|
* Remove blank {set|get}_property/change_state/finalize methods.Edward Hervey2009-04-1814-505/+0
|
* Remove unused variables in _class_initEdward Hervey2009-04-1844-127/+0
| | | | Detected by LLVM's CLang static analyzer
* rtspsrc: mark discont on the streams as was said the debug lineJosep Torra2009-04-181-0/+5
| | | | | After a seek mark all streams with discont as it was said in the debug line. Fixes that buffers after a seek are generated without a valid timestamp.
* rtspsrc: map GST_RTSP_EEOF to EOS on server requestsJosep Torra2009-04-181-4/+28
| | | | Permit properly handle the EOS condition when server report it in a request.
* rtptheoradepay: Fix build on macosx.Edward Hervey2009-04-181-3/+5
| | | | Use G_GSIZE_FORMAT instead of u.
* rtph263pay: fix compilation on big-endianJames Andrewartha2009-04-152-3/+3
| | | | | | | Some semicolons were missing from the big-endian structs in gstrtph263pay.h. A GST_DEBUG call was missing a format specifier. Fixes #579069
* qtdemux: implement 3GPP (TS 26.244 V8.0.0) Asset metadata handling, Fixes ↵Marco Ballesio2009-04-155-2/+145
| | | | | | #132193 Implements 3gpp iso metadata tags which are different from mov udta atoms.
* debugutils: Use G_BEGIN_DECLS/G_END_DECLS.Peter Kjellerstedt2009-04-151-25/+17
| | | | | Use G_BEGIN_DECLS/G_END_DECLS to avoid gst-indent messing up the indentation due to extern "C" { }.