summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* [MOVED FROM BAD 09/57] gst/flv/gstflvdemux.c: Make sure we initialize the see...Julien Moutte2009-05-121-0/+1
* [MOVED FROM BAD 08/57] gst/flv/gstflvdemux.c: Remove some useless ifdef.Julien Moutte2009-05-121-2/+0
* [MOVED FROM BAD 07/57] gst/flv/gstflvdemux.c: Implement seeking in push mode.Julien Moutte2009-05-122-34/+165
* [MOVED FROM BAD 06/57] gst/flv/: Handle pixel aspect ratio through metadata t...Julien Moutte2009-05-123-1/+28
* [MOVED FROM BAD 05/57] gst/flv/: Make sure we don't try filling up the index ...Julien Moutte2009-05-122-23/+40
* [MOVED FROM BAD 04/57] gst/flv/gstflvdemux.c: Fix locking and refcounting on ...Wim Taymans2009-05-121-1/+12
* [MOVED FROM BAD 03/57] gst/flv/gstflvdemux.c: First method for seeking in pul...Julien Moutte2009-05-123-68/+493
* [MOVED FROM BAD 02/57] gst/flv/: Handle not linked pads, try to make it reusa...Julien Moutte2009-05-124-42/+151
* [MOVED FROM BAD 01/57] Adds a first draft of an FLV demuxer.Julien Moutte2009-05-125-0/+1633
* rtp: Link to -lmSebastian Dröge2009-05-121-1/+2
* avidemux: initialize variable to 0Tristan Matthews2009-05-111-1/+1
* matroskademux: Only search for the index entry onceSebastian Dröge2009-05-111-4/+7
* 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
* 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
* 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
* rganalysis: Add ability to post level messagesGabriel Bouvigne2009-05-074-5/+96
* 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
* rtpjpegpay: handle input with 1 quant tableWim Taymans2009-05-061-13/+28
* qtdemux: fix byte order swapping in 3GPP classification entity tagMarco Ballesio2009-05-061-4/+7
* multipartdemux: avoid reading from inavlid memoryArnout Vandecappelle2009-05-051-1/+4
* multipartdemux: don't leak dynamic padsArnout Vandecappelle2009-05-051-0/+8
* rtpjpegpay: correctly set the type headerWim Taymans2009-05-052-50/+211
* rtpjpegdepay: use width/height from payloadWim Taymans2009-05-052-11/+47
* rtspsrc: Fix find_stream_by_* functionsWim Taymans2009-05-041-25/+11
* rtspsrc: fix dummy nat packet logicChris Winter2009-05-041-1/+1
* rtspsrc: avoid errors after server eofMark Nauwelaerts2009-05-041-1/+8
* rtspsrc: also set base_time on src after flushMark Nauwelaerts2009-05-041-1/+5
* rtspsrc: sanity checks on range infoMark Nauwelaerts2009-05-041-0/+11
* rtspsrc: use SKIP flag to use SCALE headersWim Taymans2009-05-042-22/+15
* qtdemux: use binary search for indexWim Taymans2009-05-041-13/+26
* videobox: draw the complete U and V planesWim Taymans2009-05-041-6/+15
* qtdemux: add some more micro optimisationsWim Taymans2009-05-011-55/+92
* qtdemux: micro optimize qtdemux a littleWim Taymans2009-04-303-15/+20
* qtdemux: add support for subtitle picturesWim Taymans2009-04-303-0/+57
* rtspsrc: release state lock before stopping taskWim Taymans2009-04-291-0/+5
* qtdemux: handle ac-3 audioHans de Goede2009-04-291-0/+2
* udpsrc: fix getaddrinfo error reportingWim Taymans2009-04-271-1/+1
* g726pay: fix compilationWim Taymans2009-04-271-0/+2
* g726pay: add RFC compliant packetizingWim Taymans2009-04-272-8/+269