summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-05celt: Add check for celt 0.8Sebastian Dröge1-0/+6
2010-07-05celt: Remove support for celt < 0.5Sebastian Dröge2-15/+2
2010-07-05celt: Fix compilation with celt 0.8Sebastian Dröge2-2/+20
2010-07-05gsettings: fix some more warningsAlessandro Decina3-3/+3
2010-07-05gsettings: fix a compiler warningAlessandro Decina1-1/+1
2010-07-04gsettings: Initial version of GSettings pluginSebastian Dröge19-0/+2234
2010-07-03docs: Integrate VP8 documentationSebastian Dröge16-712/+2574
2010-07-03vp8: Add initial documentation, based on the theoradec/theoraenc documentationSebastian Dröge4-10/+51
2010-07-03vp8: Move structure definitions, etc to public header files for gtk-docSebastian Dröge6-142/+185
2010-07-02qtmux: Don't use bogus codec/format tagsEdward Hervey1-2/+10
2010-07-02rtpmux: Add support for GstBufferListOlivier Crête3-79/+156
2010-07-02rtpmux: Don't leak invalid buffersOlivier Crête1-0/+1
2010-07-02videomaxrate: Add to docsOlivier Crête5-0/+33
2010-07-02videomaxrate: Add fixates_capsOlivier Crête1-0/+18
2010-07-02videomaxrate: Accept wider capsOlivier Crête1-2/+4
2010-07-02videomaxrate: Make period over which to average configurableOlivier Crête2-6/+64
2010-07-02videomaxrate: Simplify transform_capsOlivier Crête1-5/+6
2010-07-02videomaxrate: Use basetransform correctlyOlivier Crête1-16/+29
2010-07-02videomaxrate: Make plugin actually work by using an averageOlivier Crête2-18/+52
2010-07-02videomaxrate: Import pluginOlivier Crête4-0/+267
2010-07-01fpsdisplaysink: signal-fps-measurements is writableThiago Santos1-2/+10
2010-06-30tests: add gst-ffmpeg to whitelist as wellTim-Philipp Müller1-1/+1
2010-06-30tests: add plugin loading whitelist to test environmentTim-Philipp Müller1-4/+5
2010-06-30mpegtsparse: don't free PAT structure which may still be needed laterSebastian Pölsterl1-3/+0
2010-06-30docs: update inspect info, now sorted and escapedTim-Philipp Müller53-1118/+1163
2010-06-30.gitignore: ignore temporary orc filesTim-Philipp Müller1-0/+4
2010-06-29vdpau: Check for log2 and only use it if it's availableSebastian Dröge2-0/+13
2010-06-28Bump automake requirement to 1.10 and autoconf to 2.60Tim-Philipp Müller2-7/+6
2010-06-28vdpauh264dec: don't use deprecated g_ptr_array_free incase glib >= 2.22Carl-Anton Ingmarsson1-0/+5
2010-06-28vdpauvideopostprocess: fix resizing of outputCarl-Anton Ingmarsson1-9/+0
2010-06-28vdpauh264dec: don't use glib 2.22 functionsCarl-Anton Ingmarsson1-3/+3
2010-06-28vdpau: change GstBaseVideoDecoder state apiCarl-Anton Ingmarsson4-33/+21
2010-06-28vdpauh264dec: free frames on finalize in GstH264DPBCarl-Anton Ingmarsson1-3/+9
2010-06-28vdpau: add display property to GstVdpDecoderCarl-Anton Ingmarsson4-94/+63
2010-06-28vdpauh264dec: rename GstVdpH264Frame to GstH264FrameCarl-Anton Ingmarsson6-77/+76
2010-06-28vdpau: fix error handling when plugging "vdpauvideopostprocess ! fakesink"Carl-Anton Ingmarsson2-41/+44
2010-06-28vdpau: add error parameter to gst_vdp_video_src_pad_get_deviceCarl-Anton Ingmarsson6-60/+83
2010-06-28vdpau: Link to $(LIBM) for log2 and friendsSebastian Dröge1-2/+3
2010-06-27legacyresample: Include _stdint.h for int16_t and friendsSebastian Dröge2-1/+4
2010-06-27cog: Use g_malloc() instead of malloc()Robert Swain2-3/+3
2010-06-27assrender, ivfparse, jpegformat: fix compiler warnings with debugging disable...Tim-Philipp Müller3-9/+12
2010-06-27tests: Fix build with GTK+ < 2.17.7Sebastian Dröge2-0/+16
2010-06-27configure: Require GTK+ >= 2.14 for the exampleSebastian Dröge2-5/+1
2010-06-27tests: Don't use deprecated GTK API to fix the build with GTK+ 3.0Sebastian Dröge2-9/+15
2010-06-26vdpau: add GstVdpDecoder base classCarl-Anton Ingmarsson9-149/+197
2010-06-26vdpauh264dec: add gst_h264_dpb_set_output_func functionCarl-Anton Ingmarsson3-10/+27
2010-06-25qtmux: Write uint tags that don't have a complementThiago Santos1-4/+4
2010-06-25metadata: Include config.h in metadata*.c filesThiago Santos10-0/+30
2010-06-24asfmux: Warn if preroll value is too bigThiago Santos1-0/+9
2010-06-24vdpay: fix build in uninstalled setupTim-Philipp Müller1-3/+5