summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Collapse)AuthorAgeFilesLines
* qtdemux: Remove dead assignments and unused variables.Edward Hervey2009-06-251-9/+3
| | | | Also add branch likeliness macros.
* qtdemux: Fix uninitialized variables. Fixes build on macosxEdward Hervey2009-06-251-5/+5
|
* avidemux: short-circuit gst_avi_demux_src_convert() when parsing the indexTim-Philipp Müller2009-06-241-37/+51
| | | | | | | | Don't call gst_avi_demux_src_convert() for each single index entry. Not only do we already have the pointer to the stream context, we also know the formats we want to convert from and to already, so we may just as well use optimised conversion routines that bypass some of the checks and lookups made in gst_avi_demux_src_convert().
* qtdemux: Another round of G_*LIKELY micro-optimisations.Edward Hervey2009-06-241-26/+28
|
* qtdemux: Take last sample duration for dummy segment calculation.Edward Hervey2009-06-241-2/+4
| | | | | This fixes the cases where files without EDL wouldn't output their last buffer.
* avidemux: Sprinkle branch likeliness macros over the code.Edward Hervey2009-06-241-26/+29
|
* qtdemux: Add GST_MEMDUMP statements for unknown atoms.Edward Hervey2009-06-241-2/+13
| | | | This is to help developers track down and implement unhandled atoms faster.
* deinterlace: Remove the interlaced field from the output caps if ↵Sebastian Dröge2009-06-231-0/+8
| | | | deinterlacing is enabled
* deinterlace: Copy the correct line from correct place in the historySebastian Dröge2009-06-231-1/+2
|
* rtspsrc: use same protocols after redirectWim Taymans2009-06-231-0/+11
| | | | | After a redirect we want to use the same protocols that we were using for the current url.
* qtdemux: don't leak cover artTim-Philipp Müller2009-06-231-0/+1
|
* udp: fix compiler warning about EAI_ADDRFAMILY getting redefined in some casesTim-Philipp Müller2009-06-231-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 tooWim Taymans2009-06-231-2/+2
|
* matroske: fix compiler errorWim Taymans2009-06-231-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 buffersWim Taymans2009-06-231-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_MEMDUMPTim-Philipp Müller2009-06-222-19/+6
|
* apedemux: add container-format tagTim-Philipp Müller2009-06-222-0/+8
| | | | Use pbutils here because the string is translated.
* id3demux: add container-format tagTim-Philipp Müller2009-06-222-3/+19
| | | | Using pbutils here because the string is translated.
* multipartdemux: post container-format tagTim-Philipp Müller2009-06-221-4/+8
|
* matroska-demux: post container-format tagsTim-Philipp Müller2009-06-221-5/+4
|
* avidemux: post container-format tagTim-Philipp Müller2009-06-221-6/+13
|
* qtdemux: post container-format tagsTim-Philipp Müller2009-06-221-8/+33
|
* audioamplify: Fix integer overflows on 32 bit architecturesSebastian Dröge2009-06-211-9/+9
|
* audioamplify: Don't declare a loop index staticKipp Cannon2009-06-211-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 modeSebastian Dröge2009-06-191-2/+2
|
* audioamplify: Add noclip method and support for more formatsKipp Cannon2009-06-192-165/+233
| | | | Fixes bug #585828 and #585831.
* udp: Fix build on FreeBSDKoop Mast2009-06-191-1/+1
| | | | Fixes bug #586397.
* rtpmp4vpay: add support for buffer-listOgnyan Tonchev2009-06-192-8/+62
| | | | See #585559
* rtpjpegpay: add support for buffer-listsOgnyan Tonchev2009-06-192-7/+60
| | | | See #585559
* rtph264pay: add support for buffer-listsOgnyan Tonchev2009-06-192-21/+112
| | | | See #585559
* udputils: don't free invalid memoryWim Taymans2009-06-191-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 chunksMark Nauwelaerts2009-06-181-2/+2
|
* avidemux: streaming mode; handle data chunks grouped in rec lists.Mark Nauwelaerts2009-06-171-0/+19
| | | | Fixes #567983.
* qtdemux: map some tags to COMPOSER rather than ARTISTMark Nauwelaerts2009-06-171-2/+2
|
* qtdemux: fix some 3GP tag extraction (keywords, genre, location)Mark Nauwelaerts2009-06-171-19/+103
|
* qtdemux: extract pixel-aspect-ratio informationMark Nauwelaerts2009-06-172-2/+58
|
* matroskademux: Fix leaking of the Matroska TITLE elementSebastian Dröge2009-06-171-0/+1
|
* effectv: Add basic documentation for the effectv elementsSebastian Dröge2009-06-1616-0/+130
|
* effectv: Define the fast PRNG function at a central placeSebastian Dröge2009-06-165-33/+12
|
* effectv: Move type definitions into separate headersSebastian Dröge2009-06-1619-302/+639
| | | | This is needed for the docs later.
* effectv: Remove get_unit_size implementationsSebastian Dröge2009-06-168-185/+0
| | | | The default on from GstVideoFilter handles this already.
* udpsrc: add debug line for the socketWim Taymans2009-06-161-0/+2
|
* multiudpsink: add support for buffer listsOgnyan Tonchev2009-06-161-0/+90
| | | | | | Add support for BufferList and add a unit test. Fixes #585842
* mp4gdepay: guess constantDuration betterWim Taymans2009-06-151-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 leaksSebastian Dröge2009-06-151-47/+36
|
* vertigotv: Clean up vertigotv element and fix some minor bugs and leaksSebastian Dröge2009-06-151-80/+54
|
* dicetv: Use guint8 instead of char (which can be signed or unsigned)Sebastian Dröge2009-06-151-3/+2
|
* shagadelictv: Use guint8/gint8 instead of char (which can be signed or unsigned)Sebastian Dröge2009-06-151-11/+11
|
* shagadelictv: Clean up element and free all memory in finalizeSebastian Dröge2009-06-151-55/+34
|
* revtv: Clean up revtv elementSebastian Dröge2009-06-151-84/+34
|