Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | qtdemux: don't leak cover art | Tim-Philipp Müller | 2009-06-23 | 1 | -0/+1 | |
| | ||||||
* | udp: fix compiler warning about EAI_ADDRFAMILY getting redefined in some cases | Tim-Philipp Müller | 2009-06-23 | 1 | -2/+2 | |
| | | | | | | | Include the header from where we include all the system headers with the socket stuff before we try to define EAI_ADDRFAMILY ourselves, otherwise we define it ourselves and then get a compiler warning if a system header defines it as well without guarding against it being defined already. | |||||
* | matroska: and the new headers too | Wim Taymans | 2009-06-23 | 1 | -2/+2 | |
| | ||||||
* | matroske: fix compiler error | Wim Taymans | 2009-06-23 | 1 | -4/+4 | |
| | | | | | | change gpointer to guint8 * for codec_state and codec_priv as some functions operate on those types and it avoids breaking strict-aliasing rules. | |||||
* | matroskademux: avoid leaking buffers | Wim Taymans | 2009-06-23 | 1 | -2/+11 | |
| | | | | | | | | Don't leak buffers when resyncing to a keyframe. Avoid leaking buffers when exiting the loop on error conditions. Add some more debug info. Fixes #585911 | |||||
* | qtdemux: use GST_MEMDUMP | Tim-Philipp Müller | 2009-06-22 | 2 | -19/+6 | |
| | ||||||
* | apedemux: add container-format tag | Tim-Philipp Müller | 2009-06-22 | 2 | -0/+8 | |
| | | | | Use pbutils here because the string is translated. | |||||
* | id3demux: add container-format tag | Tim-Philipp Müller | 2009-06-22 | 2 | -3/+19 | |
| | | | | Using pbutils here because the string is translated. | |||||
* | multipartdemux: post container-format tag | Tim-Philipp Müller | 2009-06-22 | 1 | -4/+8 | |
| | ||||||
* | matroska-demux: post container-format tags | Tim-Philipp Müller | 2009-06-22 | 1 | -5/+4 | |
| | ||||||
* | avidemux: post container-format tag | Tim-Philipp Müller | 2009-06-22 | 1 | -6/+13 | |
| | ||||||
* | qtdemux: post container-format tags | Tim-Philipp Müller | 2009-06-22 | 1 | -8/+33 | |
| | ||||||
* | audioamplify: Fix integer overflows on 32 bit architectures | Sebastian Dröge | 2009-06-21 | 1 | -9/+9 | |
| | ||||||
* | audioamplify: Don't declare a loop index static | Kipp Cannon | 2009-06-21 | 1 | -45/+47 | |
| | | | | | | | | The previous patch to add support for additional sample formats possibly introduced a reentrancy bug: a variable used for a loop index was declared static. This patch fixes that, and also adds a "/* *INDENT-ON* */" annotation following the macro block. (I don't know what the annotation is for, but the adder, where I copied this from, has it). | |||||
* | audioamplify: Fix off-by-one in wrap-positive mode | Sebastian Dröge | 2009-06-19 | 1 | -2/+2 | |
| | ||||||
* | audioamplify: Add noclip method and support for more formats | Kipp Cannon | 2009-06-19 | 2 | -165/+233 | |
| | | | | Fixes bug #585828 and #585831. | |||||
* | udp: Fix build on FreeBSD | Koop Mast | 2009-06-19 | 1 | -1/+1 | |
| | | | | Fixes bug #586397. | |||||
* | rtpmp4vpay: add support for buffer-list | Ognyan Tonchev | 2009-06-19 | 2 | -8/+62 | |
| | | | | See #585559 | |||||
* | rtpjpegpay: add support for buffer-lists | Ognyan Tonchev | 2009-06-19 | 2 | -7/+60 | |
| | | | | See #585559 | |||||
* | rtph264pay: add support for buffer-lists | Ognyan Tonchev | 2009-06-19 | 2 | -21/+112 | |
| | | | | See #585559 | |||||
* | udputils: don't free invalid memory | Wim Taymans | 2009-06-19 | 1 | -1/+1 | |
| | | | | | As spotted by benjiG in IRC. don't free invalid memory when getaddrinfo failed. | |||||
* | avidemux: streaming; adjust sizes to cater for padding in chunks | Mark Nauwelaerts | 2009-06-18 | 1 | -2/+2 | |
| | ||||||
* | avidemux: streaming mode; handle data chunks grouped in rec lists. | Mark Nauwelaerts | 2009-06-17 | 1 | -0/+19 | |
| | | | | Fixes #567983. | |||||
* | qtdemux: map some tags to COMPOSER rather than ARTIST | Mark Nauwelaerts | 2009-06-17 | 1 | -2/+2 | |
| | ||||||
* | qtdemux: fix some 3GP tag extraction (keywords, genre, location) | Mark Nauwelaerts | 2009-06-17 | 1 | -19/+103 | |
| | ||||||
* | qtdemux: extract pixel-aspect-ratio information | Mark Nauwelaerts | 2009-06-17 | 2 | -2/+58 | |
| | ||||||
* | matroskademux: Fix leaking of the Matroska TITLE element | Sebastian Dröge | 2009-06-17 | 1 | -0/+1 | |
| | ||||||
* | effectv: Add basic documentation for the effectv elements | Sebastian Dröge | 2009-06-16 | 16 | -0/+130 | |
| | ||||||
* | effectv: Define the fast PRNG function at a central place | Sebastian Dröge | 2009-06-16 | 5 | -33/+12 | |
| | ||||||
* | effectv: Move type definitions into separate headers | Sebastian Dröge | 2009-06-16 | 19 | -302/+639 | |
| | | | | This is needed for the docs later. | |||||
* | effectv: Remove get_unit_size implementations | Sebastian Dröge | 2009-06-16 | 8 | -185/+0 | |
| | | | | The default on from GstVideoFilter handles this already. | |||||
* | udpsrc: add debug line for the socket | Wim Taymans | 2009-06-16 | 1 | -0/+2 | |
| | ||||||
* | multiudpsink: add support for buffer lists | Ognyan Tonchev | 2009-06-16 | 1 | -0/+90 | |
| | | | | | | Add support for BufferList and add a unit test. Fixes #585842 | |||||
* | mp4gdepay: guess constantDuration better | Wim Taymans | 2009-06-15 | 1 | -6/+9 | |
| | | | | | | | Do a better job at guessing the constantDuration parameter when it is not present in the caps. Fixes #585205 | |||||
* | warptv: Clean up warptv element and fix some minor bugs and leaks | Sebastian Dröge | 2009-06-15 | 1 | -47/+36 | |
| | ||||||
* | vertigotv: Clean up vertigotv element and fix some minor bugs and leaks | Sebastian Dröge | 2009-06-15 | 1 | -80/+54 | |
| | ||||||
* | dicetv: Use guint8 instead of char (which can be signed or unsigned) | Sebastian Dröge | 2009-06-15 | 1 | -3/+2 | |
| | ||||||
* | shagadelictv: Use guint8/gint8 instead of char (which can be signed or unsigned) | Sebastian Dröge | 2009-06-15 | 1 | -11/+11 | |
| | ||||||
* | shagadelictv: Clean up element and free all memory in finalize | Sebastian Dröge | 2009-06-15 | 1 | -55/+34 | |
| | ||||||
* | revtv: Clean up revtv element | Sebastian Dröge | 2009-06-15 | 1 | -84/+34 | |
| | ||||||
* | quarktv: Simplify some code | Sebastian Dröge | 2009-06-15 | 1 | -26/+23 | |
| | ||||||
* | quarktv: Use the input data if a NULL buffer is chosen instead of the value 0 | Sebastian Dröge | 2009-06-15 | 1 | -2/+4 | |
| | ||||||
* | quarktv: Fix setting the planes property of quarktv | Sebastian Dröge | 2009-06-15 | 1 | -9/+12 | |
| | | | | | | Setting it to a value<16 would cause crashes before because current_plane was set to the old number of planes-1. Also fix calculations for non-2^n planes values. | |||||
* | quarktv: Clean up the quarktv element | Sebastian Dröge | 2009-06-15 | 1 | -79/+32 | |
| | ||||||
* | effectv: Make elements list constant | Sebastian Dröge | 2009-06-15 | 1 | -2/+2 | |
| | ||||||
* | edgetv: Clean up edgetv element and fix memory leak | Sebastian Dröge | 2009-06-15 | 1 | -62/+47 | |
| | ||||||
* | dicetv: Clean up dicetv element and fix some smaller issues | Sebastian Dröge | 2009-06-15 | 1 | -69/+50 | |
| | | | | | This fixes a memory leak (the dice map) and a crash when setting the square-bits property before caps are set. | |||||
* | agingtv: Actually use GstController for syncing the properties to timestamps | Sebastian Dröge | 2009-06-15 | 2 | -2/+18 | |
| | ||||||
* | agingtv: Export some more agingtv properties via GObject properties | Sebastian Dröge | 2009-06-15 | 1 | -6/+59 | |
| | ||||||
* | agingtv: General cleanup and updating of copyright | Sebastian Dröge | 2009-06-15 | 1 | -59/+76 | |
| | | | | | Also make the scratch-lines property exported via a GObject property and initialize/reset the internal state correctly. |