uridownloader: Shutdown the source element before unlinking it
[platform/upstream/gstreamer.git] / gst-libs /
2014-02-12 Sebastian Drögeuridownloader: Shutdown the source element before unlin...
2014-02-12 Sebastian Drögeuridownloader: Add support for compressed downloads
2014-02-11 Sebastian Drögeuridownloader: Reset cancelled state after fetching...
2014-02-11 Sebastian Drögeuridownloader: Provide some more details about errors...
2014-02-08 Jesper Larsenmpegts: pmt: Detect descriptor length correct
2014-02-08 Jesper Larsenmpegts: Correctly check for PAT,PMT,CAT,TSDT
2014-02-08 Jesper Larsenmpegts: Fix some packetizing bugs
2014-02-07 Edward Herveydvb-descriptor: Remove unneeded increment
2014-02-07 Edward Herveydvb-descriptor: Fix comparision
2014-02-06 Jesper Larsenmpegts: Updated docs with new API
2014-02-06 Jesper Larsenmpegts: Support registration and custom descriptor
2014-02-06 Jesper Larsenmpegts: Add creation of DVB Subtitling descriptor
2014-02-06 Jesper Larsenmpegts: Support parsing of DVB Teletext descriptor
2014-02-06 Jesper Larsenmpegts: Add support for creating PAT/PMT
2014-02-06 Jesper Larsenmpegts: Add program_number to GstMpegTsPMT
2014-02-06 Jesper Larsenmpegts: Add network name descriptor construction
2014-02-06 Jesper Larsenmpegts: Add support for creating a NIT section
2014-02-06 Jesper Larsenmpegts: Add network_id to GstMpegTsNIT
2014-02-06 Jesper Larsenmpegts: Add functions to send sections as events
2014-02-06 Jesper Larsenmpegts: Add functions to packetize section
2014-02-06 Jesper Larsenmpegts: Add init functions for descriptor/section
2014-02-06 Jesper Larsenmpegts: Add function to encode UTF8 strings
2014-02-06 Jesper Larsenmpegts: Use big endian UCS-2 coding
2014-02-06 Jesper Larsenmpegts: Add support for two-way iconv conversions
2014-02-04 Duncan Palmeruridownloader: Fix race condition between EOS handling...
2014-01-29 Duncan Palmeruridownloader: Always release the object lock in gst_ur...
2014-01-29 Edward Herveycodecparsers: Don't use gst_ as prefix for private...
2014-01-26 Mark Nauwelaertsmpegts: install but nodist for generated header
2014-01-24 Thiago Santoscodecparsers: refactor common nal parsing to nalutils
2014-01-23 Aurélien Zanellih264parse: Fix multiple SEI messages in one SEI RBSP...
2014-01-22 Thiago Santosh265parser: remove trailling 0x00 bytes as the spec...
2014-01-22 Thiago Santosh264parser: remove trailling 0x00 bytes as the spec...
2014-01-21 duhui.leeh265parser: Initialize pointer correctly that is never...
2014-01-20 duhui.leeh265parser: Fix segfault when parsing HRD parameter
2014-01-14 duhui.leeh265parser: Fix segfault when parsing VPS
2014-01-13 Justin Joyh265parser: prevent to overrun chroma_weight_l0_flag
2014-01-06 Tim-Philipp Müllermpegts: make headers usable with c++ compiler
2014-01-06 Sebastian Drögeh265parser: Fix debug output
2014-01-06 Sebastian Drögetsdemux: Add HEVC / h265 support
2013-12-27 Tim-Philipp Müllermpegts: fix g-i annotations and gtk-doc markup
2013-12-24 Thiago Santosuridownloader: fix deadlock near EOS
2013-12-18 Luis de Bethencourtmpegvideoparse: Fix documentation of GstMpegVideoSequen...
2013-12-18 Mariusz Burasmpegts: Install generated headers
2013-12-14 Matej Knopph264parser: not all startcodes should have 3-byte 0...
2013-12-10 Cong Zhongcodecparsers: h264: fix picture level scaling lists...
2013-12-04 Olivier Crêtempegvideoparser: Also initialize debug category in...
2013-11-13 Reynaldo H. Verdej... codecparsers: Add -lm needed by H.265 parser
2013-11-08 Sebastian Drögempegts: Add some more element-type annotations for g-i
2013-11-07 Aurélien Zanellicodecparsers: Fix bad condition in h264 parser
2013-11-07 Sebastian Drögecodecparsers: Remove some unused functions
2013-11-06 Sreerenj Balachandrancodecparsers: add H.265 HEVC bitstream parser
2013-10-11 Edward Herveympegts: Add support for parsing DVB Subtitling descript...
2013-10-11 Jesper Larsenmpegts: Fix assertion fault in ISO 639 parsing
2013-10-07 Jesper Larsenmpegts: Add ISO 639 parsing functions
2013-10-02 Sreerenj Balachandrancodecparsers: h264: store quantization matrices in...
2013-10-02 Sreerenj Balachandrancodecparsers: h264: add helpers to convert quantization...
2013-09-28 Steve Maynardmpegts: Add SCTE/EISS sections and table types
2013-09-18 Sebastian Drögeegl: Update for new GstContext API
2013-08-28 Tim-Philipp Müllermpegts: mark as unstable API
2013-08-21 Edward Herveympegts: ABI/API break: Use GPtrArray instead of GArray
2013-08-14 Edward Hervey.gitignore: Update for new files to ignore
2013-08-13 Tim-Philipp Müllercodecparsers: mpegvideoparse: turn internal consistency...
2013-08-13 Tim-Philipp Müllercodecparsers: mpegvideoparser: minor doc fixes
2013-07-29 Edward Herveyall: Fix for GST_DISABLE_GST_DEBUG
2013-07-26 Edward Herveycodecparser: Make warnings more meaningful
2013-07-09 Edward Herveympegts: Unify section checks and add BAT parsing
2013-07-09 Gwenole Beauchesnecodecparsers: h264: fix calculation of the frame croppi...
2013-07-09 Sreerenj Balachandranh264parser: Parse the cropping-rectangle separately.
2013-07-09 Thiago Santosuridownloader: fix crash when download is null
2013-07-09 Thiago Santosuridownloader: do not set cancelled unless explicitly...
2013-07-07 Edward Herveympegts: Avoid false-positives in section type detection
2013-07-06 Edward Herveympegts: Properly handle UTC time in sections
2013-07-06 Edward Herveympegts: Fix NIT parsing
2013-07-05 Gwenole Beauchesnecodecparsers: mpeg2: fix video packet header size checks.
2013-07-05 Sreerenj Balachandrancodecparsers: mpeg2: add slice header parsing API.
2013-07-05 Sreerenj Balachandrancodecparsers: mpeg2: add sequence scalable extension...
2013-07-05 Gwenole Beauchesnecodecparsers: mpeg2: add new API that takes GstMpegVide...
2013-07-04 Edward Herveympegts: Improve documentation
2013-07-04 Edward Herveympegtsdescriptor: Fix handling of unknown stream encodings
2013-07-04 Edward Herveympegts: Add registered mpeg-ts stream types
2013-07-03 Edward Herveympegts: split dvb descriptors/enums into a separate...
2013-07-03 Edward Herveympegts: Fix TOT section parsing
2013-07-03 Edward Herveympegts: Split files and implement free functions
2013-07-03 Thiago Santosuridownloader: Simplify locking to fix deadlocks
2013-07-03 Edward Herveylibs/mpegts: Rename GstMpegTS => GstMpegTs
2013-07-03 Edward Herveygst-libs: New Mpeg-TS support library
2013-07-01 Thiago Santosuridownloader: add support for range based downloads
2013-07-01 Sreerenj Balachandranh264parser: Fix the return value type for the SEI palyl...
2013-06-23 Edward Herveycodecparsers: Fix gtk-doc
2013-06-06 Sreerenj Balachandranmpegvideoparser: Fix the pixel-aspect-ratio calculation
2013-05-28 Stefan Sauersignalprocessor: ladspa is not using this anymore
2013-05-23 Edward Herveycodecparsers: Actually store mpeg video bitrate value
2013-05-16 Olivier Crêteinsertbin: Annotate callback scopes
2013-05-10 Sebastian Drögeegl: Add destroy notify instead of always calling eglTe...
2013-05-10 Josep Torraegl: Allow being used in C++ code
2013-05-08 Thiago Santoscodecparsers: ensure the debug category is properly...
2013-05-07 Louis-Francis Ratt... uridownloader: unlock mutex when switching urisrc state...
2013-05-07 Thiago Santosuridownloader: properly unref the urisrc between downloads
2013-05-07 Andre Moreira Maga... uridownloader: make cancelled state 'permanent' until...
2013-05-07 Thiago Santosuridownloader: refactor gsturidownloader to its own lib
next