0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Drop the 'app_t' structure. It's pointless to have it with the current structure of program More... over 16 years ago
update ATI info More... over 16 years ago
Bail out if the OpenGL refres rate is too fast (>100Hz) More... over 16 years ago
Make sure to add the required padding (and clear it) or some decoders might havoc More... over 16 years ago
add missing #include More... over 16 years ago
compile with '-Wmissing-prototypes' and fix all warnings reported by it More... over 16 years ago
unfreeze audio fifo on STOP, or we will hang if stoping playback of already paused video More... over 16 years ago
dont print any version (especially since it's incorrect) More... over 16 years ago
use path relative from /usr/include (fedora's pkg-config seems to lie about where libexif files are) More... over 16 years ago
ask lavf to generate PTS for us, fixes various issues More... over 16 years ago
let file browser root be configurable More... over 16 years ago
move the app_t -struct to where it belong More... over 16 years ago
dont use av_strlcpy More... over 16 years ago
correctly install in $prefix conditionally include config.mak, we dont need it upon clean More... over 16 years ago
remove dead code More... over 16 years ago
allow user to abort scanning of a directory by pressing INPUT_KEY_BACK More... over 16 years ago
let browser directory preview display a 'dir.png' icon initially and fade over t images if anything is found More... over 16 years ago
it's annoying to not be able to stop the sound sometimes, so, if user press 'STOP' always stop the current audio More... over 16 years ago
only allow apps to run fullscreen if we are not fooling around with other stuff (browsing menues, rotating the cube or such things) More... over 16 years ago
the channel tag is called "tag" not "reftag" More... over 16 years ago
use GLW_FLIPPER More... over 16 years ago
revive play/pause status icon More... over 16 years ago
dont acquire audio and start playback until we actually got streaming data More... over 16 years ago
if we are launched from file browser we wont restart playback at all, so dont lie to the user More... over 16 years ago
Add a small menu before launching DVD to give user an option of ejecting disc instead of playing If an error occures, show that to the user More... over 16 years ago
flush codec's upon a dvd_flush() to gain a more stable state More... over 16 years ago
make miw_loading() look nicer More... over 16 years ago
Restructure much of the media enqueue / dequeue stuff - Start stop threads based on mp_set_playstatus() - Decouple video widget from video decoder More... over 16 years ago
remove the playstatus_update callback, it's unneeded More... over 16 years ago
split "gl_video.c" into three separate files * video_decoder.c - decoding loop * video_widget.c - The glw widget * video_menues.c - control menues More... over 16 years ago