Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: don't build examples if --disable-examples was passed to configure | Tim-Philipp Müller | 2009-05-05 | 1 | -2/+8 |
| | |||||
* | configure: clean up mess around gtk+ checking | Tim-Philipp Müller | 2009-05-05 | 1 | -22/+5 |
| | | | | And don't check for gtk+ when it's not needed (ie. if examples are disabled) | ||||
* | configure: make gdk-pixbuf plugin depend only on gdk-pixbuf, not gtk+ | Tim-Philipp Müller | 2009-05-05 | 3 | -4/+4 |
| | |||||
* | rtspsrc: Fix find_stream_by_* functions | Wim Taymans | 2009-05-04 | 1 | -25/+11 |
| | | | | | | | Fix various version of find_stream_by_* by not trying to convert an int to a pointer and vice versa, for portability reasons. Fixes #581333 | ||||
* | rtspsrc: fix dummy nat packet logic | Chris Winter | 2009-05-04 | 1 | -1/+1 |
| | | | | | | Fix a typo in the dummy NAT packet sending code. Fixes #581329 | ||||
* | rtspsrc: avoid errors after server eof | Mark Nauwelaerts | 2009-05-04 | 1 | -1/+8 |
| | | | | | | Server eof (e.g. connection closed) is announced as connection closed, so better record state and act accordingly to prevent (read/write) errors during subsequent teardown/cleanup sequences. #Fixes 580851.(c). | ||||
* | rtspsrc: also set base_time on src after flush | Mark Nauwelaerts | 2009-05-04 | 1 | -1/+5 |
| | | | | | timestamps following flush/seek should be consistent between UDP and TCP interleaved case. Fixes #580851.(b). | ||||
* | rtspsrc: sanity checks on range info | Mark Nauwelaerts | 2009-05-04 | 1 | -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 headers | Wim Taymans | 2009-05-04 | 2 | -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 | ||||
* | speexdec: make speex_dec_convert work with same-format values when no data ↵ | Alessandro Decina | 2009-05-04 | 1 | -5/+5 |
| | | | | has been decoded. | ||||
* | flac: Implement preset interface | Sebastian Dröge | 2009-05-04 | 1 | -0/+7 |
| | |||||
* | speex: Implement preset interface | Sebastian Dröge | 2009-05-04 | 1 | -0/+7 |
| | |||||
* | wavpack: Implement preset interface | Sebastian Dröge | 2009-05-04 | 1 | -1/+15 |
| | |||||
* | qtdemux: use binary search for index | Wim Taymans | 2009-05-04 | 1 | -13/+26 |
| | | | | Use the new binary search method for finding the right index entry faster. | ||||
* | videobox: draw the complete U and V planes | Wim Taymans | 2009-05-04 | 1 | -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 optimisations | Wim Taymans | 2009-05-01 | 1 | -55/+92 |
| | |||||
* | qtdemux: micro optimize qtdemux a little | Wim Taymans | 2009-04-30 | 3 | -15/+20 |
| | | | | | | Sprinkle some G_LIKELY around. Avoid traversing and dumping the tree when debugging is not activated. | ||||
* | qtdemux: add support for subtitle pictures | Wim Taymans | 2009-04-30 | 3 | -0/+57 |
| | | | | | Add support for subtitle pictures. Fixes #568278. | ||||
* | pulsesink: make sure we always signal waiters | Wim Taymans | 2009-04-30 | 1 | -9/+15 |
| | | | | | Always signal the waiters in the async callbacks. Especially for the volume callbacks since this might cause deadlocks. | ||||
* | rtspsrc: release state lock before stopping task | Wim Taymans | 2009-04-29 | 1 | -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 audio | Hans de Goede | 2009-04-29 | 1 | -0/+2 |
| | | | | | fix demuxing of m4v streams with ac-3 audio Fixes #580554 | ||||
* | flacenc: Use the tag merge mode that was set on the interface for merging ↵ | Sebastian Dröge | 2009-04-29 | 1 | -1/+2 |
| | | | | tag events | ||||
* | udpsrc: fix getaddrinfo error reporting | Wim Taymans | 2009-04-27 | 1 | -1/+1 |
| | | | | | getaddrinfo errors should be reported with gai_strerror instead of errno as spotted by MikeS. | ||||
* | g726pay: fix compilation | Wim Taymans | 2009-04-27 | 1 | -0/+2 |
| | |||||
* | g726pay: add RFC compliant packetizing | Wim Taymans | 2009-04-27 | 2 | -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 category | Wim Taymans | 2009-04-27 | 1 | -3/+7 |
| | | | | Add a debugging category, add some comments and remove _peek_parent(). | ||||
* | id3v2mux: we need taglib 1.5 for ID3v2::RelativeVolumeFrame::setIdentification | Tim-Philipp Müller | 2009-04-26 | 1 | -1/+1 |
| | | | | Bump taglib requirement. | ||||
* | id3demux: add unit test file for unsynced id3 tags | Tim-Philipp Müller | 2009-04-24 | 2 | -0/+31 |
| | |||||
* | id3demux: parse unsynchronised tags properly | Tim-Philipp Müller | 2009-04-24 | 1 | -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 parser | Tim-Philipp Müller | 2009-04-24 | 1 | -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 leaks | Patrick Radizi | 2009-04-22 | 1 | -2/+8 |
| | | | | | Fix some pad leaks. See #577318. | ||||
* | Automatic update of common submodule | Jan Schmidt | 2009-04-21 | 1 | -0/+0 |
| | | | | From b3941ea to 6ab11d1 | ||||
* | qtdemux: override caps based on data from ESDS atoms in mpeg4. | Michael Smith | 2009-04-21 | 1 | -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. | ||||
* | jpegdec: fix warning for still images by not trying to divide by 0 | Tim-Philipp Müller | 2009-04-20 | 1 | -1/+1 |
| | | | | | | Don't pass a 0 divisor to gst_util_uint64_scale(), or it will complain in the single image case where fps=0/1 (are we supposed to differentiate between no fps=still image and fps=0/1=variable rate here btw?) | ||||
* | udp: Fix a simple typo in the previous commit | Jan Schmidt | 2009-04-20 | 1 | -1/+1 |
| | | | | Use #ifdef instead of #if, to fix the build | ||||
* | fix format string in pngdec | Andy Wingo | 2009-04-20 | 1 | -1/+1 |
| | | | | * ext/libpng/gstpngdec.c: Fix size_t vs unsigned int format in error message. | ||||
* | only use struct ip_mreqn if it is detected | Andy Wingo | 2009-04-20 | 2 | -6/+12 |
| | | | | | | * 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 Nauwelaerts | 2009-04-20 | 1 | -1/+1 |
| | |||||
* | rtph263pay: And let's not forget to remove the unused variable. | Edward Hervey | 2009-04-18 | 1 | -1/+0 |
| | |||||
* | rtph263pay: Remove dead assignments, the variables are never read after. | Edward Hervey | 2009-04-18 | 1 | -7/+1 |
| | |||||
* | rtpmp4vpay: Remove dead assignment. The value is never read after. | Edward Hervey | 2009-04-18 | 1 | -1/+0 |
| | |||||
* | rtspsrc: Remove dead assignment. | Edward Hervey | 2009-04-18 | 1 | -1/+1 |
| | | | | t is being overwritten after, before it's used. | ||||
* | rtpamrdepay: Remove unneeded variable, the value is only read once. | Edward Hervey | 2009-04-18 | 1 | -4/+1 |
| | |||||
* | rtpamrpay: Remove unneeded variable, the value is only read once. | Edward Hervey | 2009-04-18 | 1 | -4/+1 |
| | |||||
* | goom/filters: Remove dead assignment. Value overwritten just after. | Edward Hervey | 2009-04-18 | 1 | -1/+1 |
| | |||||
* | rtpvorbispay: Remove dead assignment. Value never read after. | Edward Hervey | 2009-04-18 | 1 | -1/+1 |
| | |||||
* | rtptheorapay: Remove dead assignment. Value never read after. | Edward Hervey | 2009-04-18 | 1 | -1/+1 |
| | |||||
* | rtptheoradepay: Remove unused variable, it's never being read. | Edward Hervey | 2009-04-18 | 1 | -2/+0 |
| | |||||
* | rtspsrc: Remove dead assignment. 'res' isn't read after. | Edward Hervey | 2009-04-18 | 1 | -4/+4 |
| | |||||
* | rtspsrc: Remove unused variable. 'res' is never read. | Edward Hervey | 2009-04-18 | 1 | -6/+3 |
| |