Release 0.10.19
diff --git a/NEWS b/NEWS
index 4d720ff..b00c3e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,87 @@
-This is GStreamer Bad Plug-ins 0.10.18, "Diminishing Returns"
+This is GStreamer Bad Plug-ins 0.10.19, "The World Kicked Back"
+
+Changes since 0.10.18:
+
+      * audioparsers: add bitrate calculation
+      * camerabin: add API to query supported image capture resolution
+      * camerabin: add block-after-capture property for viewfinder blocking
+      * camerabin: add video-capture-width/height/framerate properties
+      * camerabin: add video-source-filter and viewfinder-filter properties
+      * capssetter: element was moved to gst-plugins-good
+      * cogcolorspace: implement color-matrix handling and chroma-site
+      * dc1394: add iso-speed property
+      * dshowvideosrc: add support for YUY2 input format
+      * festival: don't open an infinite number of connections to the server and close connections
+      * h264parse: fix writing NALU prefix for byte-stream output format
+      * h264parse: fix wrong timestamps in some cases after seeking
+      * imagefreeze: plugin was moved to gst-plugins-good
+      * invtelecine: add invtelecine element
+      * jackaudiosrc: implement multichannel support
+      * jpegformat: add xmp reading and writing support
+      * ladspa, lv2: don't fail in plugin_init when having 0 elements (which would cause the plugin to get blacklisted)
+      * mmssrc: Check URI for validity and work around URI parsing bugs in libmms
+      * mmssrc: Use the escaped location for the RTSP redirect message
+      * mpegtsdemux: add support for Blu-Ray style DTS and the two DTS HD stream types
+      * mpegtsparse: parse TDT table in mpegts
+      * mpegvideoparse: export profile and level in caps; estimate bitrate; update caps when sequence header changes
+      * oss4: plugin was moved to gst-plugins-good
+      * qtmux: add support for the VP8 video codec and XMP tags
+      * segmentclip: add audio/video buffer segment clip elements
+      * vcdsrc: support the DVD URI scheme so a device can be specified via the URI
+      * vp8: add libvpx-based VP8 encoder/decoder (NB: encoder properties/API not fully stable yet; also, this plugin may not be compatible with GPLv2-only applications)
+
+Bugs fixed since 0.10.18:
+
+      * 340986 : [vcdsrc] plugin not auto-plugged, and weird URI handling
+      * 572551 : mpeg4videoparse fails to extract codec_data from this network camera video stream
+      * 603745 : [dc1394src] add " iso-speed " property
+      * 611302 : [imagefreeze] Add still frame stream generator
+      * 612208 : [soundtouch] [pitch] Removing annoying g_print
+      * 612331 : inputselector: linkage flags are incorrect
+      * 612454 : fix compile errors in latest gst-plugins-bad
+      * 612615 : [camerabin] video bin elements in wrong state when recording
+      * 612687 : [mpegvideoparse] Update caps when sequence header changes
+      * 612757 : Unable to build gst-plugins-bad with Sun Studio compiler
+      * 613156 : cog can't be built against libpng 1.4.x
+      * 613160 : [cogcolorspace] RGB- > I420 conversion adds green vertical bar at the right border
+      * 613332 : [cog] generate_tables generates invalid tables for YUV- > RGB
+      * 613708 : [dshowvideosrc][PATCH] Add support for YUY2 format
+      * 613758 : More build warnings on OS X
+      * 613795 : libmodplug's public header requires WORDS_BIGENDIAN
+      * 613920 : audioparsers: Add bitrate calculation to baseparse
+      * 614016 : [baseparse] NEWSEGMENT event sent with wrong start and position time
+      * 614037 : flacparse: Fix buffer refcount issue
+      * 614259 : mpegtsdemux: can't detect DTS audio
+      * 614349 : [mpegtsparse] assertion gst_buffer_is_metadata_writable (buffer) failed
+      * 614475 : [dvbsrc] Wrong property types for frequency and symbol rate
+      * 614479 : [mpegtspacketizer] Use CRC to check if tables are duplicate
+      * 614591 : [h264parse] Not cleaning internal state properly for reuse
+      * 614958 : [camerabin] Replace actions with properties for setting parameters
+      * 614991 : baseparse: Don't emit bitrate tags too early
+      * 616078 : mpegvideoparse: Export profile and level in caps
+      * 616541 : jackaudiosrc/sink needs to set layout on caps
+      * 617145 : Compile mplex element with with --enable-runtime-pseudo-reloc-v2 on Windows
+      * 617146 : Lots of printf string format warnings on Windows
+      * 617331 : More warnings in -bad
+      * 617650 : [mmssrc] should check location
+      * 618044 : [cogcolorspace] I420/YV12 - > packed 4:2:2 gives assertions
+      * 618388 : [frei0r] Boolean values can't be set from gst-launch [PATCH]
+      * 618409 : jackaudiosrc: improve process callback
+      * 618527 : festival plugin does not close connections to server
+      * 618710 : [resindvd] Needs to check for libdvdread too
+      * 618867 : Remove gst-plugins-bad/ext/polyp ?
+      * 619064 : h264parse: broken timestamps after seeking
+      * 619169 : [vp8enc] Limit DEFAULT_MAX_LATENCY to 25 to match libvpx
+      * 619172 : [vp8] exclude dec/enc based on CONFIG_VP8_DECODER/ENCODER
+      * 619290 : [vp8] add mode property to switch between CBR/VBR
+      * 619317 : [vp8] Encoder thread support
+      * 619318 : [vp8] Decoder QoS (avoid memcpy)
+      * 619344 : [vp8enc] Use GST_VIDEO_CAPS_YUV instead of handwritten YUV caps
+      * 619444 : [mpegtsparse] Memory leak in mpegts_packetizer_parse_pmt
+      * 619502 : [mpegvideoparse] segfault because of access to a NULL buffer gotten from mpeg_packetizer_get_block
+      * 619617 : [h264parse] leaks memory
+      * 619916 : [vp8enc] Doesn't skip non-frame packets correctly
+      * 614317 : [oss4] should always accept PCM in native endianness even if the hardware doesn't
 
 Changes since 0.10.17: