summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* po/POTFILES.in: Add v4l2 source files to list of files with translations, so ...Tim-Philipp Müller2006-11-191-0/+6
* gst/videobox/gstvideobox.c: Minor clean-ups: const-ify static array, remove t...Tim-Philipp Müller2006-11-191-0/+6
* gst/id3demux/id3v2frames.c: Make sure that g_free always gets called on the s...René Stadler2006-11-191-0/+9
* sys/v4l2/v4l2src_calls.c: Add missing curly brackets.Tim-Philipp Müller2006-11-181-0/+5
* Fix capture_deinit.Edgard Lima2006-11-171-0/+5
* gst/matroska/matroska-mux.c: Use GST_DEBUG_FUNCPTR; activate request pad befo...Tim-Philipp Müller2006-11-161-0/+10
* gst/avi/gstavidemux.c: Initialise variable to get rid of bogus compiler warning.Tim-Philipp Müller2006-11-161-0/+5
* gst/rtp/: Specify H.263 variant and version in the caps (fixes #361637)Ville Syrjala2006-11-161-0/+9
* gst/rtsp/rtspconnection.c: Don't set a data pointer to NULL and a size > 0 wh...Wim Taymans2006-11-151-0/+12
* gst/matroska/matroska-mux.*: Add basic tag writing support; implement releasi...Mark Nauwelaerts2006-11-151-0/+13
* gst/matroska/matroska-demux.c: Handle opaque/unspecified A_AAC audio codec ID...Tim-Philipp Müller2006-11-151-0/+6
* gst/matroska/matroska-mux.c: Add Dirac fourcc.David Schleef2006-11-151-0/+4
* win32/vs8/: Make end-of-line returns unixy, so that when the files are checke...Sergey Scobich2006-11-141-0/+53
* gst/avi/gstavidemux.c: Disable init_frames delay timestamp adjustment, it doe...Wim Taymans2006-11-141-0/+6
* gst/videomixer/videomixer.c: Fix memleak by unref'ing collectpads instance (w...Mark Nauwelaerts2006-11-131-0/+14
* win32/vs8/: Add VS8 project files (note that many of the plugins in ext are d...Sergey Scobich2006-11-101-0/+52
* sys/v4l2/v4l2src_calls.c: we do not translate debug messagesStefan Kost2006-11-101-0/+5
* gst/flx/gstflxdec.c: fix categorisation, make short desc more explicit, remov...Stefan Kost2006-11-081-0/+6
* gst/rtp/: Fix element descriptions.Christian Schaller2006-11-081-0/+26
* gst/rtp/: Fix description.Christian Schaller2006-11-081-1/+8
* gst/rtp/: Add theora pay/depayloaders.Christian Schaller2006-11-081-1/+28
* gst/rtp/Makefile.am: We depend on gsttag to generate the vorbis comments.Christian Schaller2006-11-071-0/+26
* gst/rtp/gstrtpvorbispay.*: Generate a valid configuration string in the caps ...Christian Schaller2006-11-061-0/+9
* ext/cdio/: Move CD-TEXT utility function into common file so it can also be u...Tim-Philipp Müller2006-11-021-0/+8
* Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to xoverlay code...Edgard Lima2006-11-011-0/+11
* gst/id3demux/id3v2frames.c: We require a -base more recent than 0.10.9, so it...Tim-Philipp Müller2006-11-011-0/+14
* gst/rtp/: Fix and activate ILBC pay and depayloaders. Fixes #368162.Wim Taymans2006-10-311-0/+8
* ext/speex/gstspeexdec.c: Some small cleanups, use _scale.Wim Taymans2006-10-311-0/+6
* gst/avi/gstavidemux.c: Use higher precision scale function.Wim Taymans2006-10-311-0/+5
* gst/matroska/matroska-demux.c: Fix several issues with encoded/compressed/enc...Michal Benes2006-10-301-0/+11
* ext/jpeg/: Various cleanups, capsnego and leak fixes.Wim Taymans2006-10-301-0/+14
* gst/videomixer/videomixer.c: Fix videomixer so that it can handle any combina...Mark Nauwelaerts2006-10-301-0/+8
* gst/avi/gstavidemux.c: Fix position query for audio. also fixes timestamps in...Wim Taymans2006-10-281-0/+11
* ext/libpng/gstpngenc.*: Fix strides. Fixes #364856.Wim Taymans2006-10-271-0/+8
* gst/rtp/: Add static payload numbers in addition to the dynamic ones.Ville Syrjala2006-10-181-0/+13
* gst/rtsp/: Reuse already existing enum for lower transport.Wim Taymans2006-10-181-0/+14
* gst/wavparse/gstwavparse.c: Fix seeking some more, mostly for speed changes.Wim Taymans2006-10-181-0/+6
* ChangeLog surgery: fix Fredrik's e-mail addressTim-Philipp Müller2006-10-181-1/+1
* sys/v4l2/gstv4l2tuner.*: Fix _set_channel(): remove useless g_object_notify()...Fredrik Persson2006-10-181-0/+10
* sys/oss/gstosssink.c: Some drivers do not support unsetting the non-blocking ...Wim Taymans2006-10-171-0/+7
* sys/v4l2/: dear stefan, framespersecond is not frameperiod, reverting but add...Stefan Kost2006-10-171-0/+8
* sys/v4l2/: Numerator is numerator and denominator is denominator. Say that al...Stefan Kost2006-10-171-0/+8
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-161-0/+27
* ext/speex/: Miscellaneous clean-ups, among other things: speexenc => enc to e...Tim-Philipp Müller2006-10-121-0/+22
* ext/speex/gstspeexenc.c: Fix some mem leaks.Tim-Philipp Müller2006-10-121-0/+7
* gst/rtsp/URLS: Added some other URL.Wim Taymans2006-10-111-0/+21
* gst/: Activate pad before adding it to the already-running element.Tim-Philipp Müller2006-10-111-0/+10
* gst/udp/gstudpsrc.c: Fix some leaks in caps and uris. Fixes #361252.Sebastien Cote2006-10-111-0/+9
* gst/wavparse/Makefile.am: Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #3...Tim-Philipp Müller2006-10-101-0/+5
* sys/v4l2/gstv4l2xoverlay.*: Fix build as per the patch in #338818 comment 36.Jan Schmidt2006-10-091-0/+6