summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* pulsesink: set desired minreq value to segsize/latency-timeRené Stadler2009-10-141-1/+1
| | | | | | | | If we let the daemon decide freely by passing -1, we end up always getting 20ms. We want to set this value because in some cases we want to select a higher latency-time in order to save power. Fixes #597601
* Automatic update of common submoduleEdward Hervey2009-10-141-0/+0
| | | | From a3e3ce4 to 85d1530
* tests/pipeline/flac: Fix build on macosx 10.5Edward Hervey2009-10-131-1/+1
|
* 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
* jpegdec: fix bogus warning about discont flag on first bufferTim-Philipp Müller2009-10-131-1/+1
| | | | | | The very first buffer should always have the DISCONT flag set, no need to warn about that. Only warn if we get a DISCONT buffer in non-packetised mode and we already have some data.
* jpegdec: fix crash for unusual vertical chroma subsampling factorsTim-Philipp Müller2009-10-131-25/+66
| | | | Fixes #597351.
* 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.
* jpegdec: fixes warning building in snow leopardJosep Torra2009-10-101-5/+8
|
* 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
|
* flac: apparently on some platforms a FLAC__uint64!=guint64Stefan Kost2009-10-091-1/+1
|
* 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-094-10/+9
| | | | This correct some of the previous macos fixes.
* dv: fix warnings on macosxJosep Torra2009-10-091-8/+12
|
* flac: fix warnings on macosxJosep Torra2009-10-092-8/+9
|
* annodex: fix warnings in macosxJosep Torra2009-10-092-2/+2
|
* osxvideo: fix a warning doing a castJosep Torra2009-10-091-1/+1
|
* osxaudio: fix warnings on macosxJosep Torra2009-10-091-10/+14
|
* 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
|
* osxaudio: Fixes build on macosx snow leopard.Josep Torra2009-10-091-0/+1
|
* v4l2: Include sys/ioctl.h for the V4L ioctl requestsPau Garcia i Quiles2009-10-091-0/+1
| | | | | | | | | | Old videodevice2.h kernel headers used ioctl stuff without including ioctl.h, making compilation fail on older systems. Note: Including ioctl.h here is only a workaround for old kernel headers, should be removed once everybody has new enough headers. Fixes bug #597867.
* check: Make the level unit test succeed on Solaris 10Jan Schmidt2009-10-092-2/+14
| | | | | Add a configure check for functional isinf() and fpclass(), and use fpclass() where possible when isinf() is not available.
* matroskademux: fix strstr() usage on possibly unterminated stringRené Stadler2009-10-081-1/+1
|
* check: Link against LIBM and include math.h for isinf()Jan Schmidt2009-10-082-0/+3
|
* oss: Downgrade the rank of osssrc to SECONDARYSjoerd Simons2009-10-081-1/+1
| | | | | | which is the same rank as osssink has. Fixes bug #597730.
* Automatic update of common submoduleJan Schmidt2009-10-081-0/+0
| | | | From 19fa4f3 to a3e3ce4
* 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-0714-0/+14
|
* 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.