* asfmux: deprecate "is-live" property, replaced by new "streamable" property
* asfmux: don't set the 'seekable' flag in headers if we are streaming
* asfmux: put headers into "streamheader" field in output caps for streaming
* asfmux: write preroll info in the header at initialization
* bayer: support more formats in bayer2rgb, add rgb2bayer element
* camerabin: make viewfinder-sink property work with bins
* celt: add support for celt 0.8, remove support for celt < 0.5
* celtenc: add "prediction" and "start band" properties
* coloreffects: new element with heat, sepia, xray and cross-process effects
* dshowvideosink: many fixes and improvements
* fpsdisplaysink: add "fps-update-interval" and read-only "max-fps"/"min-fps" properties
* frei0r: check for plugins in /usr/{local/,}lib{32,64}/frei0r-1 too
* gaudieffects: new plugin with burn, chromium, dilate, dodge, exclusion, gaussianblur and solarize video effect elements
* geometrictransform: new plugin with circle, diffuse, kaleidoscope, marble, pinch, sphere, twirl, and waterripple, fisheye, mirror, square, tunnel, bulge, stretch video effect elements
* gsettings: new GSettings plugin with audio/video sources and sinks (to replace gconf plugin)
* h264parse: add "config-interval" property to insert SPS/PPS at periodic intervals
* h264parse: handle 3-byte bytestream sync codes; process incoming timestamps more correctly
* id3mux: add support for beats-per-minute tag
* invtelecine: support more video formats, more pulldown formats, add "verify-field-flags" property
* ivfparse: add simple IVF parser element (simple framing for VP8 video data)
* jpegformat: add exif writing to jifmux and exif parsing to jpegparse
* jpegparse: skip extra 0xff markers, optimize jpeg image parsing
* mimic: lots of fixes and clean-ups
* mpeg4videoparse: add "config-interval" property to re-insert config in stream
* mpegtsmux: start pmt at 0x020; take all the pmt in the streamheaders
* mpegtsparse: actually work when we have small buffers coming in
* mpegvideoparse: apply previous timestamp when there isn't any newer
* neonhttpsrc: add "connect-timeout", "read-timeout" and "cookies" properties
* qtmux: write audio/video stream bitrates into header, if available
* qtmux: write track-number etc. tags even if count is not available
* rtmpsrc: new RTMP source element based on librtmp
* rtpdtmfmux: add priority sink pads and drop buffers on non-priority sink pads when something is incoming on the priority sink
* rtpmux: add support for GstBufferLists; aggregate incoming segments; fix buffer leak
* shm: add new shm-based shmsink and shmsrc elements for IPC using shared memory
* vdpau: add H.264 decoder and MPEG-4 part 2 decoder; countless other fixes and improvements
* videomaxrate: new plugin/element to limit videorate conditionally based on threshold
* vp8dec: mark discont buffers, set decoder deadline from the QoS information
* vp8enc: allow a maximum keyframe distance of 0, i.e. all frames are keyframes
* vp8enc: fix handling of invisible/alt ref frames
* vp8enc: add support for enabling automatic insertion of alt-ref frames by the encoder