summaryrefslogtreecommitdiff
path: root/mediainfo
AgeCommit message (Collapse)AuthorFilesLines
2014-07-07TODO: add some planning commentsStefan Sauer2-1/+12
2014-07-07mi-info: add wikilink for opusStefan Sauer1-0/+1
2013-10-21mi-info: handle streams with unknown durationStefan Sauer1-0/+3
2013-10-21mi-info: start handling missing plugin messagesStefan Sauer1-0/+11
We only print them to the debug log for now.
2013-10-21mi-preview: use ensure_native() in realized()Stefan Sauer2-2/+12
This fixes X crashers at startup when preparing the overlay.
2013-10-19mi/TODO: planning updateStefan Sauer1-4/+9
2013-10-19mi-info: go back to use the sync apiStefan Sauer1-1/+3
If we discover 'too quickly' the machinery seems to get into a state, where it does not discover anything anymore.
2013-10-19mi-preview: reflow the overlay syncStefan Sauer3-23/+28
We need to listen to preview-widget resizing to send an expose to the gst- overlay. Defer discovering until the ui has be realized.
2013-10-19mi-app: use an idle-handler to set the initial directoryStefan Sauer1-4/+7
This ensures we don't emit selection changed signals before we're up and running.
2013-10-19mi-info: improve media previewStefan Sauer1-31/+10
Set double_buffering when we analyzed the media. Drop signal handlers on preview widget for delayed configuration. Prepare preview as soon as we have discovered.
2013-10-07mi-todo: planning and todo comment updateStefan Sauer2-2/+9
2013-10-07mi-info: add two more wikilinksStefan Sauer1-0/+2
2013-10-07mi-info: filter language-code from tagsStefan Sauer1-0/+1
We already show the language code as a separate field.
2013-10-04mi-info: add more wikilinksStefan Sauer1-3/+19
2013-10-04mi-info: pretty print frameratesStefan Sauer1-1/+12
Avoid to print 0 fps. Handle the special 0/1 case for still images.
2013-10-03mi-info: add a helper to format bit-ratesStefan Sauer1-4/+21
Print bit-rates in kbit/sec. Add handling for unknown values and ranges.
2013-10-03mi-preview: ensure that natural-size >= min-sizeStefan Sauer1-0/+2
2013-10-03mi/TODO: planning updateStefan Sauer1-9/+10
2013-10-03mi-info: reset toc info when we did not get disco infoStefan Sauer1-0/+1
2013-09-30mi-info: filter buffer entries from capsStefan Sauer1-1/+11
Filter buffer entries from caps before showing them as string.
2013-09-30mi-info: show tooltip for caps labels with full caps stringStefan Sauer1-1/+3
2013-09-30mi-info: send seek events when clicking toc entriesStefan Sauer2-9/+21
Get the start-pos from the active toc entry and seek.
2013-09-30mi-info: use a TreeView for the tocStefan Sauer1-15/+30
Use a TreeView with a TreeStore to show toc-entries.
2013-09-25mi-info: indent toc entriesStefan Sauer1-7/+9
Also add todo for how to make it a treeview instead
2013-09-25TODO: planningStefan Sauer1-1/+3
2013-09-25mi-info: mark nullable parameters as suchStefan Sauer1-3/+3
2013-09-25mi-info: add start/stop times in tocStefan Sauer1-2/+8
2013-09-15mi-info: extact helper to format timesStefan Sauer1-15/+41
2013-09-15mi-info: comment updatesStefan Sauer1-2/+2
2013-09-15TODO: update planingStefan Sauer1-4/+7
2013-09-15mi-info: extract ui-helper for format/codec-rowsStefan Sauer1-101/+39
2013-09-15mi-info: extract ui helper for adding an entryStefan Sauer1-85/+27
A helper to add a label + str formatted details as a table row.
2013-09-15mi-info: extract more common ui code into helpersStefan Sauer1-313/+363
2013-09-15mi-info: reshuffle container widgetsStefan Sauer1-22/+22
Prepare for handling nested containers.
2013-09-15mi-info: code cleanupsStefan Sauer1-12/+11
First reset the info pane and then check/update. This fixes not resetting the tabs on info==null.
2013-09-15mi-info: fix typeStefan Sauer1-1/+1
It is 'Notebook' and not 'NoteBook'.
2013-09-15mi: code cleanups, commentsStefan Sauer3-69/+78
2013-09-15mi-info: fix tab-index in compact modeStefan Sauer1-9/+28
2013-09-15info: sort streams by stream_idStefan Sauer1-22/+32
This way we are activating the right stream when switching tabs.
2013-09-15TODO: spelling fixes and updateStefan Sauer1-3/+3
2013-09-15app: allow giving an uri instead of a directory as a startup argStefan Sauer2-13/+27
This way we can play streams.
2013-09-15preview: fix minimal sizeStefan Sauer2-11/+15
We need some minial size, otherwise we can enlarge, but not shrink the window.
2013-09-15TODO: small ideas updateStefan Sauer1-2/+1
2013-09-15HACKING: update instructionsStefan Sauer2-21/+27
2013-09-15preview: extract preview area as separate widgetStefan Sauer3-68/+149
2013-09-15mi: update my name and yearsStefan Sauer3-3/+3
2013-09-15mi: set the log domainStefan Sauer3-1/+5
2013-09-15mi-info: comment updatesStefan Sauer1-4/+1
2013-09-15mi-info: turn stdout.printf into debug log callsStefan Sauer1-20/+21
2013-09-15mi-info: add todo for stream switchingStefan Sauer1-0/+4