Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rtpptdemux: only forward the lost-event to the last seen pt-number | Håvard Graff | 2009-10-14 | 1 | -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-time | René Stadler | 2009-10-14 | 1 | -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 submodule | Edward Hervey | 2009-10-14 | 1 | -0/+0 |
| | | | | From a3e3ce4 to 85d1530 | ||||
* | tests/pipeline/flac: Fix build on macosx 10.5 | Edward Hervey | 2009-10-13 | 1 | -1/+1 |
| | |||||
* | avidemux: demote some warnings to debug | Wim Taymans | 2009-10-13 | 1 | -2/+2 |
| | |||||
* | avi: add new avi flag we might want to use | Wim Taymans | 2009-10-13 | 1 | -0/+1 |
| | |||||
* | avimux: calculate suggested buffer size | Wim Taymans | 2009-10-13 | 1 | -0/+4 |
| | | | | | | Calculate the suggested buffer size based on the largest chunk in the file. See #597847 | ||||
* | avimux: add jpeg2000 to allowed caps | Wim Taymans | 2009-10-13 | 1 | -1/+7 |
| | |||||
* | avidemux: add debug for the superindex offsets | Wim Taymans | 2009-10-13 | 1 | -0/+3 |
| | |||||
* | qtdemux: Fix uninitialized variable warning | Jan Schmidt | 2009-10-13 | 1 | -1/+1 |
| | | | | Fix another bogus may-be-used-uninitialized warning in qtdemux | ||||
* | avi: lower max file size | Wim Taymans | 2009-10-13 | 2 | -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 buffer | Tim-Philipp Müller | 2009-10-13 | 1 | -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 factors | Tim-Philipp Müller | 2009-10-13 | 1 | -25/+66 |
| | | | | Fixes #597351. | ||||
* | qtdemux: Fix uninitialized variable warnings | Jan Schmidt | 2009-10-13 | 1 | -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 leopard | Josep Torra | 2009-10-10 | 1 | -5/+8 |
| | |||||
* | qtdemux: also consider Quicktime text subtitles | Mark Nauwelaerts | 2009-10-09 | 1 | -1/+5 |
| | |||||
* | qtdemux: provide language tag for stream | Mark Nauwelaerts | 2009-10-09 | 1 | -0/+22 |
| | |||||
* | qtdemux: refactor common parts in track parsing | Mark Nauwelaerts | 2009-10-09 | 1 | -31/+26 |
| | |||||
* | qtdemux: refactor buffer processing and sending | Mark Nauwelaerts | 2009-10-09 | 2 | -124/+121 |
| | | | | ... so it can be used in both pull and push based mode. | ||||
* | qtdemux: extract palette data for dvd subpicture streams | Mark Nauwelaerts | 2009-10-09 | 1 | -1/+62 |
| | | | | ... and send it downstream using custom dvd event | ||||
* | qtdemux: support 3GPP timed text subtitles | Mark Nauwelaerts | 2009-10-09 | 3 | -13/+81 |
| | | | | In particular, also make subtitle support less subp(icture)-centric. | ||||
* | qtdemux: NULL is not a valid taglist | Mark Nauwelaerts | 2009-10-09 | 1 | -6/+8 |
| | |||||
* | qtdemux: recognize some more encypted track cases | Mark Nauwelaerts | 2009-10-09 | 2 | -2/+5 |
| | |||||
* | id3: fixes warnings building on macosx | Josep Torra | 2009-10-09 | 1 | -1/+1 |
| | | | | Another round on the formating of that debug line. | ||||
* | id3: cast pointer math results to glong | Stefan Kost | 2009-10-09 | 1 | -5/+5 |
| | |||||
* | flac: apparently on some platforms a FLAC__uint64!=guint64 | Stefan Kost | 2009-10-09 | 1 | -1/+1 |
| | |||||
* | buikd: explicitely cast, to tell some compilers that this is not long int | Stefan Kost | 2009-10-09 | 2 | -6/+8 |
| | |||||
* | build: don't cast, but use the right format specified instead | Stefan Kost | 2009-10-09 | 4 | -10/+9 |
| | | | | This correct some of the previous macos fixes. | ||||
* | dv: fix warnings on macosx | Josep Torra | 2009-10-09 | 1 | -8/+12 |
| | |||||
* | flac: fix warnings on macosx | Josep Torra | 2009-10-09 | 2 | -8/+9 |
| | |||||
* | annodex: fix warnings in macosx | Josep Torra | 2009-10-09 | 2 | -2/+2 |
| | |||||
* | osxvideo: fix a warning doing a cast | Josep Torra | 2009-10-09 | 1 | -1/+1 |
| | |||||
* | osxaudio: fix warnings on macosx | Josep Torra | 2009-10-09 | 1 | -10/+14 |
| | |||||
* | rtpvrawpay: fix warning on macosx | Josep Torra | 2009-10-09 | 1 | -1/+2 |
| | |||||
* | rtph263pay: fix warning on macosx | Josep Torra | 2009-10-09 | 1 | -1/+1 |
| | |||||
* | qtdemux: fix warnings building on macosx | Josep Torra | 2009-10-09 | 1 | -16/+21 |
| | |||||
* | id3demux: fix printf warnings on macosx | Josep Torra | 2009-10-09 | 1 | -3/+4 |
| | |||||
* | avidemux: fix warning in macosx making the format portable | Josep Torra | 2009-10-09 | 1 | -2/+2 |
| | |||||
* | audiofx: use G_GUINT64_FORMAT to fix warnings on OSX | Josep Torra | 2009-10-09 | 1 | -6/+6 |
| | |||||
* | osxaudio: Fixes build on macosx snow leopard. | Josep Torra | 2009-10-09 | 1 | -0/+1 |
| | |||||
* | v4l2: Include sys/ioctl.h for the V4L ioctl requests | Pau Garcia i Quiles | 2009-10-09 | 1 | -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 10 | Jan Schmidt | 2009-10-09 | 2 | -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 string | René Stadler | 2009-10-08 | 1 | -1/+1 |
| | |||||
* | check: Link against LIBM and include math.h for isinf() | Jan Schmidt | 2009-10-08 | 2 | -0/+3 |
| | |||||
* | oss: Downgrade the rank of osssrc to SECONDARY | Sjoerd Simons | 2009-10-08 | 1 | -1/+1 |
| | | | | | | which is the same rank as osssink has. Fixes bug #597730. | ||||
* | Automatic update of common submodule | Jan Schmidt | 2009-10-08 | 1 | -0/+0 |
| | | | | From 19fa4f3 to a3e3ce4 | ||||
* | avi/wav: Fix some compiler warnings about incompatible pointers. | Jan Schmidt | 2009-10-08 | 2 | -2/+2 |
| | |||||
* | multifile: Fix plugin description | Jan Schmidt | 2009-10-07 | 1 | -1/+1 |
| | |||||
* | build: fprintf, sprintf, sscanf need stdio.h | Stefan Kost | 2009-10-07 | 14 | -0/+14 |
| | |||||
* | equalizer: use shelfing filters for first and last band | Stefan Kost | 2009-10-07 | 1 | -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. |