summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* quarktv: Simplify some codeSebastian Dröge2009-06-151-26/+23
|
* quarktv: Use the input data if a NULL buffer is chosen instead of the value 0Sebastian Dröge2009-06-151-2/+4
|
* quarktv: Fix setting the planes property of quarktvSebastian Dröge2009-06-151-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 elementSebastian Dröge2009-06-151-79/+32
|
* effectv: Make elements list constantSebastian Dröge2009-06-151-2/+2
|
* edgetv: Clean up edgetv element and fix memory leakSebastian Dröge2009-06-151-62/+47
|
* dicetv: Clean up dicetv element and fix some smaller issuesSebastian Dröge2009-06-151-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 timestampsSebastian Dröge2009-06-152-2/+18
|
* agingtv: Export some more agingtv properties via GObject propertiesSebastian Dröge2009-06-151-6/+59
|
* agingtv: General cleanup and updating of copyrightSebastian Dröge2009-06-151-59/+76
| | | | | Also make the scratch-lines property exported via a GObject property and initialize/reset the internal state correctly.
* agingtv: Store and update state inside the instance structSebastian Dröge2009-06-151-25/+34
| | | | This makes the coloraging effect and pits effect visible.
* rtpsirenpay: Remove deprecated symbolOlivier Crête2009-06-131-1/+1
| | | | Patch by: Luis Menina
* rtspsrc: Add RTP blocksize functionalityPatrick Radizi2009-06-122-0/+32
| | | | | Add property to make the client suggest a blocksize to the server. Fixes #585549
* rtp: update README, fix some typos, mention gstrtpbinWim Taymans2009-06-111-2/+13
|
* docs: Quieten a couple more docs warningsJan Schmidt2009-06-112-2/+2
|
* docs: Remove gtk-doc comment markerJan Schmidt2009-06-111-5/+5
| | | | | These comment blocks aren't gtk-doc comments and cause annoying noise in the docs build.
* deinterlace: Implement upstream negotationSebastian Dröge2009-06-112-9/+142
|
* deinterlace: Improve debugging and clean up some codeSebastian Dröge2009-06-111-34/+64
|
* deinterlace: Clip buffers to the current segment if possibleSebastian Dröge2009-06-111-2/+41
|
* deinterlace: Clean up includes and clean up order of instance struct fieldsSebastian Dröge2009-06-112-27/+23
|
* rtph263pay: Default to doing A, B and C modes, not only AOlivier Crête2009-06-101-1/+1
|
* deinterlace: Fix QoS calculationsSebastian Dröge2009-06-101-3/+6
| | | | | | | The diff is a signed integer, not an unsigned one of course. In modes other than GST_DEINTERLACE_ALL every frame has twice the duration of the field duration.
* rtpsirenpay: Put the bitrate in the RTP capsOlivier Crête2009-06-091-1/+2
| | | | | The MS code seems to require the bitrate to interoperate and draft-ietf-avt-rtp-g7221-00 also has it.