summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2005-06-02pkgconfig/: Add gst/tag to the -L list.Andy Wingo1-7/+23
2005-06-02Cleanups and buffer alloc.Wim Taymans4-52/+39
2005-05-25gst-libs/gst/audio/: Various small cleanups.Wim Taymans2-12/+0
2005-05-25gst/playback/: Some playbin cleanups mostly refcounting sloppyness.Wim Taymans5-167/+227
2005-05-25gst/ffmpegcolorspace/gstffmpegcolorspace.c: No need to take the STREAM lock a...Wim Taymans1-7/+0
2005-05-23gst/audioconvert/gstaudioconvert.c: Implement instant setup switching.Ronald S. Bultje1-63/+80
2005-05-19gst/playback/gstplaybasebin.c: Fix missing unlock.Ronald S. Bultje2-1/+7
2005-05-19gst/playback/gstplaybin.c: Remove some wrong code. Doesn't work yet.Ronald S. Bultje1-9/+13
2005-05-18gst/playback/gstplaybasebin.c: Increase buffer for video, decrease buffer for...Ronald S. Bultje2-3/+4
2005-05-18gst/ffmpegcolorspace/gstffmpegcolorspace.c: Enable buffer alloc passthrough i...Wim Taymans1-1/+7
2005-05-17Leak fixes in oggdemux.Wim Taymans2-54/+119
2005-05-17make compiler happyThomas Vander Stichele1-0/+2
2005-05-17gst/: Fix passthrough in ffmpegcolorspace.Wim Taymans1-2/+1
2005-05-16gst/playback/gststreaminfo.c: Port from GstData to GstMiniObject.David Schleef1-1/+1
2005-05-16Port from GstData to GstMiniObject.David Schleef5-16/+15
2005-05-12gst/playback/gstplaybasebin.*: Post buffer-fullness on the bus.Ronald S. Bultje2-28/+11
2005-05-12gst/playback/: Move setup_output_pads into a virtual function, remove group-s...Ronald S. Bultje4-99/+18
2005-05-12gst/playback/: Rough port of playbin. Needs some more work, but is mostly don...Ronald S. Bultje7-901/+631
2005-05-11ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a message to the ...Andy Wingo1-8/+15
2005-05-09gst/volume/Makefile.am: gst/volume/demo.c gst/volume/gstvolume.hAndy Wingo4-220/+116
2005-05-09Make caps writable before writing to it.Wim Taymans1-3/+5
2005-05-09gst/videorate/gstvideorate.c: Better negotiation.Wim Taymans1-48/+53
2005-05-09gst/videorate/gstvideorate.c: Port videorate, do a better job at negotiation ...Wim Taymans1-100/+170
2005-05-09Port to new query API.Wim Taymans6-62/+61
2005-05-09ext/: ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek) (gst_ogg_demux_read_...Andy Wingo3-58/+61
2005-05-09configure.ac: Require liboil.David Schleef3-60/+44
2005-05-06gst/ffmpegcolorspace/gstffmpegcolorspace.c: Well, unreffing a buffer right be...Wim Taymans1-2/+9
2005-05-06Fixed negotiation wrt _peer_get_caps()Wim Taymans6-125/+74
2005-05-06gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): PacifyAndy Wingo3-386/+274
2005-05-05gst/: Some GCC4 fixesAndy Wingo5-35/+27
2005-05-05gst/: Don't ignore _push() return values.Wim Taymans2-4/+15
2005-05-05gst/adder/: Ported adder as an example of a mixer element using collect pads....Wim Taymans3-294/+214
2005-04-25Fix part of the build. Come on guys, autogen didn't even work :)Thomas Vander Stichele2-9/+8
2005-04-25examples/dynparams/Makefile.am: Move demo-dparams from gst/sine to examples/d...David Schleef2-168/+0
2005-04-25Link plugins against libraries:David Schleef3-64/+2
2005-04-25Convert gst_main() to g_main_loop_run()David Schleef4-4/+4
2005-04-25configure.ac: Remove idct and resample libsDavid Schleef18-1103/+2256
2005-04-20gst/audioconvert/: Link against audio libs.Wim Taymans2-2/+2
2005-04-16not a system headerThomas Vander Stichele1-1/+3
2005-04-12Work with staticpadtemplates in elementfactories.Ronald S. Bultje1-4/+4
2005-04-12Raw and crude port of decodebin.Wim Taymans8-285/+486
2005-03-31Plugin port to 0.9, ogg/theora playback should work in the seek example now.Wim Taymans10-368/+501
2005-02-23remove a whole bunch of plugins. This module now contains a set of free refe...Thomas Vander Stichele1-2/+2
2005-02-19Don't leak othercaps in link function (fixes #167878)Tim-Philipp Müller1-1/+2
2005-02-17gst/avi/gstavidemux.c: Declare variables at beginning of block and make gcc-2...Gergely Nagy3-3/+3
2005-02-17Do not pass uninitialised values to setsockopt(). (fixes #167704)Tim-Philipp Müller1-4/+6
2005-02-16gst/playback/gstplaybin.c: Invert bin_add/link order to workaround deadlock i...Ronald S. Bultje1-5/+3
2005-02-13gst/audioconvert/gstaudioconvert.c: create channel conversion matrix when lin...Benjamin Otte4-4/+105
2005-02-13gst/audioconvert/gstchannelmix.h: include missing header fileBenjamin Otte2-2/+3
2005-02-12Convert to and from YV12 (fixes #156379)Tim-Philipp Müller3-1/+35