root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @5354 [5354] 4 hours andoma If all else fails, use texture subregions to handle NPOT textures
(edit) @5353 [5353] 5 hours andoma glw: Fix gradient on NPOT renderers
(edit) @5352 [5352] 5 hours andoma If we are on Linux and have a recent GCC; use intrinsics for atomic ops
(edit) @5351 [5351] 6 hours andoma Make configuration of GLW frontends and various X11 related thing a bit …
(edit) @5350 [5350] 6 hours andoma Fix trap_init()
(edit) @5349 [5349] 29 hours andoma Remove GLW_TEXTURE_FORMAT_I8A8 (unused)
(edit) @5348 [5348] 29 hours andoma ifdef-guard some DVD specific stuff
(edit) @5347 [5347] 30 hours andoma Render only using triangles
(edit) @5346 [5346] 43 hours andoma Missing VDPAU guards
(edit) @5345 [5345] 2 days andoma Use glDrawArrays() instead of glBegin() + glEnd()
(edit) @5344 [5344] 2 days andoma Remove some debug cruft
(edit) @5343 [5343] 2 days andoma Revamp GLW renderer API a bit
(edit) @5342 [5342] 2 days andoma Log if errors happens during recording
(edit) @5341 [5341] 4 days matwad Program description is %d not %c Added %e (error message) to table too
(edit) @5340 [5340] 5 days andoma Add support for IPTV over IPV6. ticket #248 Patch by: beefke
(edit) @5339 [5339] 5 days andoma Make it possible to add fake v4l adapters -- basically a mpeg PS file Can …
(edit) @5338 [5338] 5 days andoma Fix parsing of PS MPEG audio. Ticket #260
(edit) @5337 [5337] 5 days andoma Drop anoying comma
(edit) @5336 [5336] 5 days andoma Link with libdl (for dladdr())
(edit) @5335 [5335] 7 days andoma Make property vectors real objects which can be refcounted, etc
(edit) @5334 [5334] 7 days andoma Move prop flags to prop_i.h
(edit) @5333 [5333] 7 days andoma Fix invalid mutex usage
(edit) @5332 [5332] 7 days andoma Display error if browsing fails
(edit) @5331 [5331] 7 days andoma Set loading to 0 on error
(edit) @5330 [5330] 7 days andoma Don't send FULLWINDOW constraint updates from deck because we have …
(edit) @5329 [5329] 7 days andoma Remove unused yadif cruft
(edit) @5328 [5328] 7 days andoma Fix a bunch of seeking bugs in RTMP
(edit) @5327 [5327] 8 days andoma Try to set EPG content type based on info from XML TV. Based on patch …
(edit) @5326 [5326] 8 days andoma Handle VDPAU preemption
(edit) @5325 [5325] 8 days andoma Make it possible to configure whether or not to write tags to MKV file
(edit) @5324 [5324] 8 days andoma Write aspect ratio in recorded MKV files
(edit) @5323 [5323] 9 days andoma Set correct height for interlaced h264
(edit) @5322 [5322] 11 days andoma Missing filterConstraintX
(edit) @5321 [5321] 11 days andoma Kill some debug printf()s
(edit) @5320 [5320] 11 days andoma Don't write display width/height in MKV file
(edit) @5319 [5319] 11 days andoma Write more tags in MKV files #127
(edit) @5318 [5318] 11 days andoma Rework how content_type is handled internally
(edit) @5317 [5317] 11 days andoma Write MKV tags at end or it will crash gstreamer #267
(edit) @5316 [5316] 11 days andoma Rename fullscreen -> fullwindow where suposed to be so
(edit) @5315 [5315] 11 days andoma Add code for adjusting X11 display contrast
(edit) @5314 [5314] 12 days andoma vdpau: Set correct color matrix
(edit) @5313 [5313] 12 days andoma Move some defines to where they belong
(edit) @5312 [5312] 12 days andoma Pass frame metadata via a struct instead of N arguments
(edit) @5311 [5311] 12 days andoma Add vdp_generate_csc_matrix
(edit) @5310 [5310] 12 days andoma kill debug printf
(edit) @5309 [5309] 12 days andoma Track if we're in fullscreen mode
(edit) @5308 [5308] 12 days andoma Display refreshrate in system info
(edit) @5307 [5307] 12 days andoma Subtitle duration are sometimes stored in pkt->convergence_duration
(edit) @5306 [5306] 12 days andoma Let $ui.framerate be current display framerate
(edit) @5305 [5305] 12 days andoma Avoid messing with GLW_FOCUS_BLOCKED from list and array widgets.
(edit) @5304 [5304] 13 days matwad Fixed uninitialized warning
(edit) @5303 [5303] 13 days andoma Add 'playfield' widget that is used to control the main navigation view. …
(edit) @5302 [5302] 13 days andoma Correctly set 'loading' prop
(edit) @5301 [5301] 13 days andoma More constraint filtering
(edit) @5300 [5300] 13 days andoma Fix some layout issues with auth popup
(edit) @5299 [5299] 13 days andoma Always claim one line of height
(edit) @5298 [5298] 13 days andoma Introduce prop tags - Allows code to attach opaque data to a property.
(edit) @5297 [5297] 13 days andoma Make sure we don't try to load an image with target scaling set to 0
(edit) @5296 [5296] 2 weeks andoma .filterConstraintX = true;
(edit) @5295 [5295] 2 weeks andoma Fix typo
(edit) @5294 [5294] 2 weeks andoma Pass XY contraints up via expander
(edit) @5293 [5293] 2 weeks andoma Add bevel support to rendered gradient widgets. Currently disabled
(edit) @5292 [5292] 2 weeks andoma Filter X constraints
(edit) @5291 [5291] 2 weeks andoma More sane float -> bool casting
(edit) @5290 [5290] 2 weeks andoma Make it possible for widget to declare that they never will request any …
(edit) @5289 [5289] 2 weeks andoma GLW navigation: Avoid decending into hidden or blocked paths
(edit) @5288 [5288] 2 weeks andoma fix bug in resampler
(edit) @5287 [5287] 2 weeks andoma fctx->start_time can be AV_NOPTS_VALUE, deal with it!
(edit) @5286 [5286] 2 weeks andoma Improve browsing in coverflow album mode (Use real audio views instead of …
(edit) @5285 [5285] 2 weeks andoma Plug file descriptor leakage
(edit) @5284 [5284] 2 weeks andoma Allow $parent namespace to be overridden by loader widget
(edit) @5283 [5283] 2 weeks andoma Allow the loader widget to pass arguments to the loaded view
(edit) @5282 [5282] 2 weeks andoma Avoid recursive locking
(edit) @5281 [5281] 2 weeks andoma Use thumbnail when displaying images in array view
(edit) @5280 [5280] 2 weeks andoma Fix use after free. (I love you valgrind)
(edit) @5279 [5279] 2 weeks andoma ASCII code for space is 32, not 20
(edit) @5278 [5278] 2 weeks matwad Update buildenv scripts Remove PPC support and multi arch builds
(edit) @5277 [5277] 2 weeks andoma EVENT_APPEND_REQUEST is gone
(edit) @5276 [5276] 2 weeks andoma We don't use yadif, so don't compile it
(edit) @5275 [5275] 2 weeks andoma Make release of PBO before mapping to userspace configurable
(edit) @5274 [5274] 2 weeks andoma Enable filtering on pages driven by javascript
(edit) @5273 [5273] 2 weeks andoma Make WANT_MORE / HAVE_MORE pagination events work in propfilter (although …
(edit) @5272 [5272] 2 weeks andoma Support freetext filtering in array view
(edit) @5271 [5271] 2 weeks andoma Disable floating focus when an event bubbles past
(edit) @5270 [5270] 2 weeks andoma Minimum knobsize should be a little larger
(edit) @5269 [5269] 2 weeks andoma Table driven lookup for unicode case folding instead of binary search
(edit) @5268 [5268] 2 weeks andoma Avoid doing resequencing of cloned entries when we don't need to
(edit) @5267 [5267] 2 weeks andoma Always open "page:home" before opening a URL from command line. This makes …
(edit) @5266 [5266] 2 weeks andoma Allow list views to be filtered by typing a filter while browsing
(edit) @5265 [5265] 2 weeks andoma Add flags2 and a .enable attribute
(edit) @5264 [5264] 2 weeks andoma Set $model.canFilter if the model can do filtering via the $model.filter …
(edit) @5263 [5263] 2 weeks andoma spotify: Pass browse results via node filter
(edit) @5262 [5262] 2 weeks andoma Ignore PROP_HAVE_MORE_CHILDS and PROP_WANT_MORE_CHILDS
(edit) @5261 [5261] 2 weeks andoma Add a widget that intercepts bubbling keystrikes and store the built up …
(edit) @5260 [5260] 2 weeks andoma Avoid logging nasty errors if a root property is in zombie state.
(edit) @5259 [5259] 2 weeks andoma Make a last attempt of bubbling an event along the currently focused …
(edit) @5258 [5258] 2 weeks andoma Add required includes
(edit) @5257 [5257] 2 weeks andoma Use INT_MAX instead of a high value
(edit) @5256 [5256] 2 weeks andoma lastfm: Load 5 pages (250 entries) max when loading artist images lastfm: …
(edit) @5255 [5255] 2 weeks andoma Rename 'url' to 'key'
Note: See TracRevisionLog for help on using the revision log.