summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.0.01.0.0Tim-Philipp Müller2012-09-2469-204/+234
|
* tests: remove g_printerr() that's not needed any longerTim-Philipp Müller2012-09-241-1/+0
| | | | now that tcase_skip_broken_test() prints it as well.
* tests: disable failing replaygain testsTim-Philipp Müller2012-09-231-7/+8
|
* smpte: send stream-start eventTim-Philipp Müller2012-09-232-0/+12
|
* multipartmux: send stream-start eventTim-Philipp Müller2012-09-232-0/+13
|
* matroskamux: send stream-startTim-Philipp Müller2012-09-231-0/+6
|
* qtmux: send stream-start eventTim-Philipp Müller2012-09-231-0/+5
|
* interleave: add a bunch of FIXMEsTim-Philipp Müller2012-09-232-0/+19
| | | | | Needs some more work, so stream-start, caps and tags are sent in the right order.
* flvmux: send stream-start eventTim-Philipp Müller2012-09-231-0/+6
|
* avimux: send stream-start eventTim-Philipp Müller2012-09-231-0/+8
|
* Automatic update of common submoduleTim-Philipp Müller2012-09-221-0/+0
| | | | From 4f962f7 to 6c0b52c
* rtspsrc: answer URI queryTim-Philipp Müller2012-09-211-0/+13
| | | | | | Without this, something also answered the query with TRUE but without setting a uri, not sure what that was..
* rtph264pay: Make sure the caps don't have duplicated sps/ppsOlivier Crête2012-09-211-4/+30
|
* pulsesrc: Mute stream post-connection if requiredArun Raghavan2012-09-211-3/+9
| | | | | | | | | A bug in PulseAudio causes PA_STREAM_START_MUTED to be rejected on record streams. Until this is fixed upstream, we mute the stream manually at startup. Based on a patch by Alban Browaeys <prahal@yahoo.com>. https://bugzilla.gnome.org/show_bug.cgi?id=684469
* qtdemux: 24 bit audio here is S24LE, not S24_3LE.Michael Smith2012-09-201-1/+1
|
* v4l2src: handle latency query before setting up the bufferpoolSjoerd Simons2012-09-201-2/+3
| | | | | | Fixes crash if no bufferpool is set up yet. https://bugzilla.gnome.org/show_bug.cgi?id=684430
* osxaudiosink: Specify endianness in IEC 61937 payloadingArun Raghavan2012-09-191-1/+2
| | | | | | | Corresponds to an API change in gst-plugins-base. This needs to be fixed to query the expected byte order using appropriate API. https://bugzilla.gnome.org/show_bug.cgi?id=678021
* directsoundsink: Specify endianness in IEC 61937 payloadingArun Raghavan2012-09-191-1/+1
| | | | | | DirectSound expects native endian byte order. https://bugzilla.gnome.org/show_bug.cgi?id=678021
* pulsesink: Specify endianness in IEC 61937 payloadingArun Raghavan2012-09-191-1/+1
| | | | | | Corresponds to an API change in gst-plugins-base. https://bugzilla.gnome.org/show_bug.cgi?id=678021
* deinterlace: Remove incorrect logicRobert Swain2012-09-191-4/+0
| | | | | | | | | I don't understand why these lines were added, they don't make sense to me now and both David and I agree that removing them moves closer to related logic being correct, therefore, they're being removed. I've tested a few progressive, interlaced and telecine clips and they all behave properly timestamp-wise and visually after these changes.
* deinterlace: Fix field durationRobert Swain2012-09-191-1/+1
| | | | | The frame rate fraction is correctly adjusted in the cases preceding the field duration calculation and so the factor of 2 is incorrect.
* videobox: Fix U/V strides for a number of cases.Michael Smith2012-09-181-8/+8
|
* videomixer: init videoinfoMark Nauwelaerts2012-09-181-0/+1
| | | | ... to prevent random bogus caps fields.
* videomixer: chain up to collectpads query functionMark Nauwelaerts2012-09-181-1/+1
|
* videomixer: Don't let GstCollectPad shadow custom sink pad query funcNicolas Dufresne2012-09-181-16/+10
| | | | | | | | In the current implementation, the custom pad query function is not called. This patch, set that query function on the GstCollectPads to avoid this shadowing. See https://bugzilla.gnome.org/show_bug.cgi?id=684237
* tests: dist image.jpg for jpeg testTim-Philipp Müller2012-09-171-0/+1
|
* Release 0.11.99RELEASE-0.11.99Tim-Philipp Müller2012-09-173-7/+26
|
* docs: updateTim-Philipp Müller2012-09-1766-129/+127
|
* Fix spec file for vp8 moveChristian Fredrik Kalager Schaller2012-09-171-0/+3
|
* annodex: Add to the CRUFT_DIRSSebastian Dröge2012-09-171-1/+2
|
* docs: updateTim-Philipp Müller2012-09-176-126/+155
|
* vp8enc: Correctly finish framesSebastian Dröge2012-09-171-21/+6
| | | | | Previously we would always get the same frame if multiple frames are pending, leaking memory of the previous frames and breaking timestamps.
* vp8enc: Allow changing bitrate and other parameters during playbackSebastian Dröge2012-09-171-1/+185
| | | | Fixes bug #648276.
* vp8enc: Store configuration in the vpx_codec_enc_cfg_t struct instead of ↵Sebastian Dröge2012-09-172-194/+181
| | | | | | duplicating all variables Also protect encoder with a mutex.
* vp8enc: Update documentation to reflect new property namesSebastian Dröge2012-09-161-5/+7
| | | | ...and also link to the WebM encoder parameters website.
* vp8enc: Make some property names more readableSebastian Dröge2012-09-161-22/+23
|
* vp8: Add tests to .gitignoreSebastian Dröge2012-09-161-0/+2
|
* vp8enc: Update patch to the new property namesSebastian Dröge2012-09-161-1/+1
|
* vpx: Integrate test into the build system tooSebastian Dröge2012-09-161-0/+7
|
* [MOVED FROM BAD 6/6] tests: fix more unit testsWim Taymans2012-09-162-22/+18
|
* [MOVED FROM BAD 5/6] tests: update for gstcheck API changeRené Stadler2012-09-162-4/+6
|
* [MOVED FROM BAD 4/6] vp8dec: Add simple unit test for vp8decSebastian Dröge2012-09-161-0/+179
|
* [MOVED FROM BAD 3/6] vp8enc: Improve unit test a bitSebastian Dröge2012-09-161-2/+7
|
* [MOVED FROM BAD 2/6] vp8enc: Also check the output caps in the unit testSebastian Dröge2012-09-161-1/+9
|
* [MOVED FROM BAD 1/6] vp8enc: Add simple unit testSebastian Dröge2012-09-161-0/+156
|
* vpx: Integrate into the build systemSebastian Dröge2012-09-1672-125/+731
|
* vpx: Rename vp8 plugin to vpxSebastian Dröge2012-09-169-7/+7
| | | | | This is using libvpx, which can support more codecs than just VP8 and will likely support future codecs.
* vp8: Apply remaining changes that got lost while moving the plugin via git ↵Sebastian Dröge2012-09-162-35/+4
| | | | am thanks to merges
* [MOVED FROM BAD 134/134] vp8dec: Unref input/output states when stopping the ↵Sebastian Dröge2012-09-161-0/+9
| | | | decoder
* [MOVED FROM BAD 133/134] vp8enc: Update realtime profile to the new propertiesSebastian Dröge2012-09-161-2/+3
|