summaryrefslogtreecommitdiff
path: root/ext/resindvd/resindvdsrc.c
Commit message (Expand)AuthorAgeFilesLines
* resindvd: guard against overflow in audio subtitle streamsVincent Penquerc'h2014-04-081-1/+1
* resindvd: guard against overflow in menu subtitle streamsVincent Penquerc'h2014-04-081-1/+1
* resindvdsrc: fix minor memory leak when creating title info messageTim-Philipp Müller2014-01-151-0/+2
* resindvd: handle non-utf8 dvd disc titles betterTim-Philipp Müller2013-01-071-1/+10
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* resindvd: Fiddle with segment handling for DVD.Jan Schmidt2012-09-301-8/+24
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* gst_message_new_duration -> gst_message_new_duration_changedTim-Philipp Müller2012-09-021-2/+1
* resindvd: Add some GAP event stuff to make still-frames start to workJan Schmidt2012-08-311-1/+1
* resindvd: Initial partial port to 0.11Jan Schmidt2012-08-311-64/+73
* resindvd: guard against not finding some data on a DVDVincent Penquerc'h2012-06-141-1/+7
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-0/+58
|\
| * rsndvdsrc: post a message with title number and durationsVincent Penquerc'h2012-03-161-0/+50
| * resindvd: send duration message on duration updatesStefan Sauer2012-03-041-0/+8
* | Merge branch 'master' into 0.11Wim Taymans2012-02-101-3/+8
|\ \ | |/
| * resindvd: fix wedge in preroll when playbin2 deinterlacing is enabledVincent Penquerc'h2012-02-011-3/+7
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+1
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-1/+1
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-251-0/+1
|\ \ | |/
| * rsndvdsrc: fix leakVincent Penquerc'h2012-01-231-0/+1
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-2/+1
* | Merge branch 'master' into 0.11Wim Taymans2011-11-091-2/+7
|\ \ | |/
| * resindvdsrc: do not try to seek before the first chapterVincent Penquerc'h2011-11-071-1/+6
|/
* resindvd: Defer pushing tag updates until streaming.Jan Schmidt2010-12-121-8/+21
* resindvd: Attempt to use glib language setting for DVD menus/audioJan Schmidt2010-12-121-3/+21
* resindvd: Fix silly typo in button state tracking.Jan Schmidt2010-12-121-1/+1
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-2/+2
* resindvdsrc: improve error messages on read errosTim-Philipp Müller2010-09-261-11/+46
* resindvd: Apply caps to generated buffersJan Schmidt2010-05-061-1/+3
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-11/+0
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+3
* resindvd: Remove local basesrc copyJan Schmidt2009-11-211-48/+48
* resindvd, dvdspu: Use new still-frame API from gst-plugins-baseJan Schmidt2009-11-181-11/+5
* resindvd: Guard against a divide-by-zero error.Jan Schmidt2009-11-181-0/+3
* resindvd: Remove old code and obsolete commentsJan Schmidt2009-11-041-3/+2
* resindvd: Use gst_base_src_new_seamless_segment()Jan Schmidt2009-11-021-9/+16
* resindvd: Update the base source copyJan Schmidt2009-11-021-30/+45
* resindvd: Avoid a deadlock. Improve chapter seek.Jan Schmidt2009-10-271-13/+15
* resindvd: Add a keypress mapping for switching audio trackJan Schmidt2009-10-271-0/+4
* resindvd: Re-send audio stream select on re-configurationJan Schmidt2009-10-161-1/+8
* resindvd: Fix a small flaw - if any audio stream exists, use itJan Schmidt2009-10-161-1/+3
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-071-0/+1
* resindvd: Don't send empty language code stringsJan Schmidt2009-07-131-3/+5
* Make build without warnings with debugging disabledTim-Philipp Müller2009-06-191-2/+1
* resindvd: Create all the audio streams of all formatsJan Schmidt2009-05-271-3/+4
* resindvd: Fix the argument order in a debug statementJan Schmidt2009-05-141-4/+6
* resindvd: Rework button highlight calculation slightlyJan Schmidt2009-05-141-20/+21
* resindvd: Send commands-changed on button change and handle commands queryJan Schmidt2009-05-141-5/+90
* resindvd: Fix a leak of the DVD title stringJan Schmidt2009-05-141-0/+1