summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Collapse)AuthorAgeFilesLines
* matroskademux: Use the first index entry if it's after the seek positionSebastian Dröge2009-05-111-0/+3
|
* avidemux: Use the first entry for a given stream if the first entry is after ↵Sebastian Dröge2009-05-111-4/+13
| | | | the seek position
* avidemux: Use binary search for finding the requested index entry when seekingSebastian Dröge2009-05-111-17/+27
|
* matroskademux: Improve/optimize seekingSebastian Dröge2009-05-112-51/+57
| | | | | | | | | First of all a keyframe seek should be done to the keyframe right before the requested position and not to the keyframe that is nearest to the requested position. Use per track index arrays and use our new binary search function from core to speed up the search.
* matroska: fix printf format to agree with argumentDavid Schleef2009-05-091-1/+1
|
* rtj2kdepay: add basic JPEG 2000 depayloaderWim Taymans2009-05-084-0/+357
|
* rtpj2kpay: set marker bit correctlyWim Taymans2009-05-081-0/+40
|
* rtpj2kpay: add a simple JPEG 2000 payloaderWim Taymans2009-05-084-0/+495
|
* rtpjpegpay: we only need to swap bits on LEWim Taymans2009-05-081-5/+0
|
* Add RANKS for various encoders and muxersChristian Schaller2009-05-072-2/+2
|
* matroskademux: add some debuggingWim Taymans2009-05-071-1/+12
|
* matroskademux: parse xiph headers length correctlyWim Taymans2009-05-071-14/+26
| | | | See #580980
* rganalysis: Add ability to post level messagesGabriel Bouvigne2009-05-074-5/+96
| | | | Fixes bug #581568.
* rtpjpegpay: refuse some unsupported jpeg formatsWim Taymans2009-05-061-5/+14
|
* rtptheorapay: fix descriptionWim Taymans2009-05-061-1/+1
|
* rtpjpegpay: rewrite quant table handlingWim Taymans2009-05-061-93/+132
| | | | | | | Rewrite the quant table parsing to also handle multiple tables in one JPEG HDQ segment. Handle more jpeg types by keeping track of the tables used per component and putting the used ones in the quant headers.
* rtpjpegpay: handle input with 1 quant tableWim Taymans2009-05-061-13/+28
| | | | | | Also handle input with just one quant table, simply duplicate the quant table. Handle invalid SOF correctly and some small cleanups. Fixes #578257
* qtdemux: fix byte order swapping in 3GPP classification entity tagMarco Ballesio2009-05-061-4/+7
| | | | Fixes #580746.
* multipartdemux: avoid reading from inavlid memoryArnout Vandecappelle2009-05-051-1/+4
| | | | | | | Read the timestamp of the incomming buffer before we push it in the adapter and flush it out again as the buffer might be unreffed then and we read from invalid memory. Fixes #581444.
* multipartdemux: don't leak dynamic padsArnout Vandecappelle2009-05-051-0/+8
| | | | | Free the dynamic pads data in finalize. Fixes #581432
* rtpjpegpay: correctly set the type headerWim Taymans2009-05-052-50/+211
| | | | | | | | | | | | | | Don't require width/height on the caps. Use the SOF header to find width/height and fall back to the caps if there is no SOF. Also use the SOF info to find the subsampling and quantization tables used. This allows us to set the right type value in the JPEG rtp header. Deprecate the quality property, it's unused now and it was used wrongly before. Always send full quant tables for now until we have some code to detect default ones. Fixes #580880
* rtpjpegdepay: use width/height from payloadWim Taymans2009-05-052-11/+47
| | | | | | | | | Use the width and the height from the payload headers and set them on the output caps for added awesomeness. Fix quant parsing, we need to check the type in the lower 6 bits. Add first bits of caching quantization tables.
* rtspsrc: Fix find_stream_by_* functionsWim Taymans2009-05-041-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 logicChris Winter2009-05-041-1/+1
| | | | | | Fix a typo in the dummy NAT packet sending code. Fixes #581329
* rtspsrc: avoid errors after server eofMark Nauwelaerts2009-05-041-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 flushMark Nauwelaerts2009-05-041-1/+5
| | | | | timestamps following flush/seek should be consistent between UDP and TCP interleaved case. Fixes #580851.(b).
* 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.