platform/upstream/gstreamer.git
2012-09-14 Tim-Philipp... Release 0.11.94
2012-09-14 Tim-Philipp... docs: update docs
2012-09-13 Wim Taymansrmdemux: use DTS and PTS
2012-09-12 Jan Schmidtmpeg2dec: Hold ref to buffer while mapped
2012-09-11 Olivier Crêtex264enc test: x264enc produces constrained-baseline...
2012-09-11 Mark Nauwelaertsgst: only activate in pull mode if upstream is seekable
2012-09-11 Wim Taymansrademux: tags can be NULL
2012-09-11 Wim Taymansmad: fix email address
2012-09-11 Wim Taymansmad: init base class method only once
2012-09-11 Mark Nauwelaertsxingmux: remove defunct commented code
2012-09-11 Mark Nauwelaertsdvbsubdec: handle and send GAP event
2012-09-11 Mark Nauwelaertsdvbsubdec: adjust disabled code comment style
2012-09-09 Mark Nauwelaertsx264enc: clean up some debug statements
2012-09-07 Mark Nauwelaertsx264enc: handle possibly negative DTS provided by codec
2012-09-07 Christian Fredrik... Fix spec file for ugly
2012-09-06 Mark Nauwelaertstests: mpeg2dec: initialize variable
2012-08-30 Edward Herveycheck: Feed parsed data to mpeg2dec
2012-08-22 Stefan SauerAutomatic update of common submodule
2012-08-22 Stefan Sauerconfigure: bump gtk-doc req to 1.12 (mar-2009)
2012-08-20 Tim-Philipp... video/x-dvd-subpicture -> subpicture/x-dvd
2012-08-09 Sebastian Drögex264enc: Use new video encoder base class API for handl...
2012-08-08 Sebastian Drögedvdsubdec: Set alignment at the correct place of GstAll...
2012-08-08 Tim-Philipp... Back to development
2012-08-08 Tim-Philipp... Release 0.11.93
2012-08-08 Tim-Philipp... gst: silence some compiler warnings with -DG_DISABLE_ASSERT
2012-08-06 Sreerenj Balachandranasfdemux: avoid some more invalid timestamp arithmetic
2012-08-06 Sebastian Drögegst: Add stream-id to stream-start events
2012-08-06 Edward Herveympeg2dec: Don't use NULL values for fbuf
2012-08-05 Tim-Philipp... Automatic update of common submodule
2012-08-04 Tim-Philipp... gst_tag_list_free -> gst_tag_list_unref
2012-07-27 Sebastian Drögetag: Update for taglist/tag event API changes
2012-07-26 Edward Herveympeg2dec: Avoid dropping first GOP
2012-07-25 Wim Taymansrdt: add on-npt-stop signal
2012-07-25 Wim Taymansrdt: set caps after activating the pad
2012-07-25 Wim Taymansrdt: reset map info
2012-07-25 Wim Taymansasfdepay: fix padding correction
2012-07-23 Wim Taymansmpeg2dec: copy buffer flags when cropping
2012-07-23 Robert Swainmpeg2dec: Fix GstVideoInfo pointer
2012-07-23 Robert Swainmpeg2dec: Correctly flag output buffer interlaced state
2012-07-23 Sebastian Drögeext: Update for video base classes API changes
2012-07-23 Sebastian DrögeAutomatic update of common submodule
2012-07-20 Mark Nauwelaertsasfdemux: make sure to avoid arithmetic with _NONE...
2012-07-20 Nicolas Dufresneasfdemux: convert invalid 0 payload TS into GST_CLOCK_T...
2012-07-20 Mark Nauwelaertsasfdemux: slightly relax supported seek requirements
2012-07-19 Edward Herveympeg2dec: Propagate GstFlowReturn where needed
2012-07-19 Edward Herveympeg2dec: Store temporary buffers out of the way
2012-07-18 Edward Herveympeg2dec: Call gst_video_decoder_negotiate()
2012-07-18 Tim-Philipp... rmdemux: give stream tags a different event name so...
2012-07-18 Tim-Philipp... rademux: set/send caps on pad after activating it
2012-07-18 Tim-Philipp... rmdemux: set/send caps after activating the source...
2012-07-17 Tim-Philipp... dvdreadsrc: mustn't drop queries like caps query if...
2012-07-15 Tim-Philipp... asfdemux: extract WM/Year as GstDateTime instead of...
2012-07-13 Tim-Philipp... asfdemux: don't leak payload if we are not pushing it
2012-07-13 Edward Herveydemuxers: Push STREAM_START when needed
2012-07-13 Wim Taymansasf: don't push on inactive streams
2012-07-12 Tim-Philipp... dvdreadsrc: set rank to NONE
2012-07-09 Wim Taymansfix for allocator API changes
2012-07-06 Wim Taymansupdate for query api changes
2012-07-06 Wim Taymansupdate for query api changes
2012-07-06 Wim Taymansupdate for allocation query changes
2012-07-05 Tim-Philipp... LICENSE_readme: fix typo
2012-07-05 Tim-Philipp... LICENSE_readme: mention x264
2012-07-05 Sebastian Drögegst: Implement segment-done event
2012-06-27 Wim Taymansasf: fix x-wmv format in caps
2012-06-27 Wim Taymansasf: unmap packets
2012-06-27 Bastien Noceraasfdemux: Ignore parsing errors from broken packets
2012-06-26 Wim Taymansfix interlace-mode
2012-06-25 Sebastian Drögempeg2dec: Add comment explaining why we first chain...
2012-06-25 Sebastian Drögempeg2dec: Set allocation parameters to guarantee 16...
2012-06-21 Matej Knoppx264enc: Fix unitialized variable and taglist event
2012-06-20 Wim Taymansmpeg2dec: fix compilation
2012-06-20 Wim Taymansupdate for task api change
2012-06-20 Wim Taymansfix compilation
2012-06-20 Sebastian Drögempeg2dec: Port to 0.11 again
2012-06-19 Sebastian Drögex264enc: Fix compiler warning
2012-06-19 Edward Herveympeg2dec: Report PAR if not present upstream
2012-06-19 Nicolas Dufresnempeg2dec: use _scale_ceil to compute frame period
2012-06-19 Nicolas Dufresnempeg2dec: mpeg2dec actually has 3 frame latency
2012-06-19 Nicolas Dufresnempeg2dec: Fix large output buffers leak
2012-06-19 Nicolas Dufresnempeg2dec: Port to new way of handling frame reference
2012-06-19 Wim Taymansmpeg2dec: don't leak input_state
2012-06-19 Nicolas Dufresnempeg2dec: Port to GstVideoDecoder base class
2012-06-19 Sebastian DrögeMerge remote-tracking branch 'origin/master'
2012-06-19 Sebastian Drögex264enc: Port to 0.11 again
2012-06-18 Nicolas Dufresnex264enc: Don't set latency while holding object lock
2012-06-18 Nicolas Dufresnex264enc: Use video encoder stream lock to avoid deadlock
2012-06-18 Nicolas Dufresnex264enc: Port to new way of passing frame reference
2012-06-18 Nicolas Dufresnex264enc: Set default stream-format to avc as it's a...
2012-06-18 Nicolas Dufresnex264enc: Fix setting latency
2012-06-18 Nicolas Dufresnex264enc: gst_video_encoder_get_frame() is now transfer...
2012-06-18 Nicolas Dufresnex264enc: don't leak output state
2012-06-18 Nicolas Dufresnex264enc: Remove x264 backward compatibility support
2012-06-18 Nicolas Dufresnex264enc: Report latency base on x264 buffer size
2012-06-18 Nicolas Dufresnex264enc: Port to GstVideoEncoder baseclass
2012-06-16 Tim-Philipp... synaesthesia: remove experimental GPL-ed synaesthesia...
2012-06-16 Tim-Philipp... mpegstream: remove leftover hidden .gitignore file
2012-06-08 Sebastian Drögeelements: Use gst_pad_set_caps() instead of manual...
2012-06-08 Edward HerveyAutomatic update of common submodule
2012-06-07 Sebastian DrögeBack to development
2012-06-07 Sebastian DrögeRelease 0.11.92
next