- 08 Apr, 2010 28 commits
-
-
Stefan Kost authored
-
Benjamin Otte authored
In fact, due to signedness issues, a negative delay would be changed to an almost infinite wait causing shout2send to "lock up". Reported by Christopher Montgomery.
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
No need to hide certain function in the docs. Allows to do more cleanups.
-
Sebastian Dröge authored
-
Stefan Kost authored
-
Stefan Kost authored
If someone cares flvparse could be merged into flvdemux.
-
Stefan Kost authored
There is no function by that name anywhere.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
One less semi public symbol without namespace prefix in the headers.
-
Stefan Kost authored
-
Stefan Kost authored
Use a local define for WAVEFORMAT_EX based on the size of the struct + 2 bytes for the extension size.
-
Stefan Kost authored
-
Stefan Kost authored
We don't use any function yet, just the structures and defines.
-
Stefan Kost authored
Remove BITMAPINFOHEADER and use the one from riff-lib. Also remove the WAVEFORMATEX_SIZE define and use a sizeof together with the respective struct. Besides better code reuse this lessens the ununsed symbols in the docs.
-
Stefan Kost authored
Rename some defines and move some itesm to *.c files. Add more items to internal subsection.
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
The title tag belongs into the refsect2.
-
- 07 Apr, 2010 10 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This doesn't do any conversion and is the next step to replacing videocrop by supporting all remaining formats in passthrough mode.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Marco Ballesio authored
in rtph264depay.c, lines 577-576, NALU-type 24 (Single-Time Aggregation Packet) is handled in fall-through as NALU-type 26 (unhandled). This leads high quality h264 streams such as: rtsp://stream.yle.mobi/yle/areena/MEDIA_E0342657_p3.mp4 to fail with "NAL unit type 24 not supported yet" (but it's actually supported), and thus to close any stream which contains STAPs. The proposed one-liner patch fixes the issue. Fixes #615051.
-
Thijs Vermeir authored
fix warnings for all plugins that use: setlocale (LC_ALL...
-
Thijs Vermeir authored
-
Mark Nauwelaerts authored
This should prevent skipping audio or video in not so well interleaved cases. Fixes #614460.
-
Arun Raghavan authored
This reads the average and maximum bitrates from the 'btrt' atom if available, and pushes these as tags, https://bugzilla.gnome.org/show_bug.cgi?id=614927
-
- 06 Apr, 2010 1 commit
-
-
Stefan Kost authored
Keep a ref of pulsesink for deferred mainloop invocation. Fixes #614765
-
- 05 Apr, 2010 1 commit
-
-
Thiago Santos authored
Adds tests for the jpegenc getcaps function, to avoid having it returning non-subset caps
-