2009-12-19 |
reimar | Rename GL_* defines to CONFIG_GL_*
|
commit | commitdiff | tree |
2009-12-19 |
reimar | Add x11_common as dependency for OpenGL with X11 backend.
|
commit | commitdiff | tree |
2009-12-19 |
reimar | Make the check for X11 and WIN32 backends for OpenGL...
|
commit | commitdiff | tree |
2009-12-18 |
reimar | Add a missing const, fixes a compiler warning.
|
commit | commitdiff | tree |
2009-12-18 |
reimar | Allow pulseaudio to restore the previous volume on...
|
commit | commitdiff | tree |
2009-12-18 |
reimar | Get rid of global volume variable, it is only used...
|
commit | commitdiff | tree |
2009-12-18 |
reimar | Use on-stack subtitle struct for temporary storage...
|
commit | commitdiff | tree |
2009-12-17 |
reimar | Do not modify priv->idx_pos when regenerating the index...
|
commit | commitdiff | tree |
2009-12-11 |
reimar | Avoid miscompilation issues with the grow_array function...
|
commit | commitdiff | tree |
2009-12-11 |
reimar | 100l, fix check for V4L2 capture capability flag.
|
commit | commitdiff | tree |
2009-12-09 |
reimar | Disable winsock when we already found a working socklib...
|
commit | commitdiff | tree |
2009-12-09 |
reimar | DShow TV input needs part of the our DirectShow code...
|
commit | commitdiff | tree |
2009-12-09 |
reimar | Use a fallback to make sure the basic OpenGL functions...
|
commit | commitdiff | tree |
2009-12-09 |
reimar | Prefer GLAPIENTRY over APIENTRY, it is the better name...
|
commit | commitdiff | tree |
2009-12-08 |
reimar | Pass all OpenGL functions through a function pointer...
|
commit | commitdiff | tree |
2009-12-08 |
reimar | Very preliminary code to allow selecting the OpenGL...
|
commit | commitdiff | tree |
2009-12-07 |
reimar | Add braces to avoid ambiguous else.
|
commit | commitdiff | tree |
2009-11-24 |
reimar | Readjust the global number of subs when switching dvdnav...
|
commit | commitdiff | tree |
2009-11-22 |
reimar | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK...
|
commit | commitdiff | tree |
2009-11-22 |
reimar | Some MinGW awk versions can not handle reading from...
|
commit | commitdiff | tree |
2009-11-22 |
reimar | 100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc...
|
commit | commitdiff | tree |
2009-11-22 |
reimar | av_alloc_format_context -> avformat_alloc_context
|
commit | commitdiff | tree |
2009-11-22 |
reimar | Fix initialization values for vf_expand priv struct.
|
commit | commitdiff | tree |
2009-11-22 |
reimar | Remove unused variable.
|
commit | commitdiff | tree |
2009-11-22 |
reimar | Add const to draw_slice argument to match what FFmpeg...
|
commit | commitdiff | tree |
2009-11-22 |
reimar | Switch ad_ffmpeg to avcodec_decode_audio3
|
commit | commitdiff | tree |
2009-11-22 |
reimar | Remove unused variable.
|
commit | commitdiff | tree |
2009-11-22 |
reimar | Reuse buffer in priv context instead of allocating...
|
commit | commitdiff | tree |
2009-11-22 |
reimar | Fix crash with partial fribidi conversion.
|
commit | commitdiff | tree |
2009-11-22 |
reimar | Mention right-to-left support for embedded subtitles...
|
commit | commitdiff | tree |
2009-11-22 |
reimar | Make fribidi (i.e. right-to-left) support work with...
|
commit | commitdiff | tree |
2009-11-21 |
reimar | Print which visual glXChooseVisual chose when running...
|
commit | commitdiff | tree |
2009-11-21 |
reimar | Move OpenGL-related messages that have large output...
|
commit | commitdiff | tree |
2009-11-21 |
reimar | Add support for Windows OpenGL rendering onto a device...
|
commit | commitdiff | tree |
2009-11-21 |
reimar | Remove unreachable parsing code: for filters that use...
|
commit | commitdiff | tree |
2009-11-21 |
reimar | Support RGB48NE format in OpenGL vos (only really useful...
|
commit | commitdiff | tree |
2009-11-21 |
reimar | Allow vf_scale to output to RGB48, though still prefer...
|
commit | commitdiff | tree |
2009-11-21 |
reimar | Support 16-bit-per-component RGB formats (rgb48[bln...
|
commit | commitdiff | tree |
2009-11-21 |
reimar | Add a define for IMGFMT_RGB48NE that depends on machine...
|
commit | commitdiff | tree |
2009-11-20 |
reimar | Move 128kB buffer from stack to demuxer context.
|
commit | commitdiff | tree |
2009-11-20 |
reimar | calloc instead of malloc+memset.
|
commit | commitdiff | tree |
2009-11-20 |
reimar | Use calloc to allocate a rather large (currently 32k...
|
commit | commitdiff | tree |
2009-11-20 |
reimar | sub_fribidi should be static, it is not used outside...
|
commit | commitdiff | tree |
2009-11-20 |
reimar | Use early return instead of block over whole function.
|
commit | commitdiff | tree |
2009-11-20 |
reimar | Use FFMAX instead of a custom max macro.
|
commit | commitdiff | tree |
2009-11-17 |
reimar | Deobfuscate the special hack to disable cache for live555.
|
commit | commitdiff | tree |
2009-11-17 |
reimar | Merge malloc+memset -> calloc
|
commit | commitdiff | tree |
2009-11-17 |
reimar | Fall back to read-based seeking for ffmpeg:// URLs...
|
commit | commitdiff | tree |
2009-11-17 |
reimar | Remove useless check for valid fd with -dumpstream...
|
commit | commitdiff | tree |
2009-11-17 |
reimar | Enable the read-based forward seek fallback also when...
|
commit | commitdiff | tree |
2009-11-17 |
reimar | Use fill_buffer if available also for STREAMTYPE_STREAM
|
commit | commitdiff | tree |
2009-11-17 |
reimar | Mention support for streaming via FFmpeg in Changelog...
|
commit | commitdiff | tree |
2009-11-17 |
reimar | Add preliminary support for streaming via FFmpeg's...
|
commit | commitdiff | tree |
2009-11-17 |
reimar | Complete configure support for compiling in FFmpeg...
|
commit | commitdiff | tree |
2009-11-17 |
reimar | Use avcodec_align_dimensions to appropriately align...
|
commit | commitdiff | tree |
2009-11-16 |
reimar | Use calloc instead of initializing each struct member...
|
commit | commitdiff | tree |
2009-11-16 |
reimar | Try to detect broken files with unaligned chunks.
|
commit | commitdiff | tree |
2009-11-13 |
reimar | Add -tsprog support for lavf to mencoder, similar to...
|
commit | commitdiff | tree |
2009-11-13 |
reimar | Check that mpctx->audio_out is not NULL when trying...
|
commit | commitdiff | tree |
2009-11-11 |
reimar | Fix declarations in mp_taglists.h and include it in...
|
commit | commitdiff | tree |
2009-11-11 |
reimar | Add a "tips and tricks" section to the slave mode documentation.
|
commit | commitdiff | tree |
2009-11-11 |
reimar | Whitespace cosmetics: fix pause_loop indentation/remove...
|
commit | commitdiff | tree |
2009-11-11 |
reimar | Do not call resume on unpausing if we have already...
|
commit | commitdiff | tree |
2009-11-11 |
reimar | Remember which subtitle was auto-selected for dvdnav...
|
commit | commitdiff | tree |
2009-11-11 |
reimar | Factor out code that decides which subtitle to play.
|
commit | commitdiff | tree |
2009-11-11 |
reimar | Avoid modifying dvdsub_id in command.c where possible.
|
commit | commitdiff | tree |
2009-11-11 |
reimar | Move headers related to setting dvd speed to dvd_common.
|
commit | commitdiff | tree |
2009-11-11 |
reimar | Set the EOF flag when dvdnav reached the end of the...
|
commit | commitdiff | tree |
2009-11-11 |
reimar | Support the range syntax (like dvd://2-5) also for...
|
commit | commitdiff | tree |
2009-11-10 |
reimar | Move dvd_speed and dvd_set_speed to dvd_common and...
|
commit | commitdiff | tree |
2009-11-10 |
reimar | Move arrays used by both dvd and dvdnav to dvd_common.
|
commit | commitdiff | tree |
2009-11-10 |
reimar | Remove unused extern declarations.
|
commit | commitdiff | tree |
2009-11-10 |
reimar | Share dvd_device extern declaration between dvd and...
|
commit | commitdiff | tree |
2009-11-10 |
reimar | Remove an unused variable.
|
commit | commitdiff | tree |
2009-11-10 |
reimar | Allow lavf demuxer to also probe and play files < 32...
|
commit | commitdiff | tree |
2009-11-10 |
reimar | Calculate length of ASF files with more than 1 second...
|
commit | commitdiff | tree |
2009-11-10 |
reimar | Fix length calculation for ASF, preroll is in ms, play...
|
commit | commitdiff | tree |
2009-11-10 |
reimar | Remove useless cast
|
commit | commitdiff | tree |
2009-11-10 |
reimar | Use configure code to define PIC instead of duplicating...
|
commit | commitdiff | tree |
2009-11-10 |
reimar | Add support for DVB teletext.
|
commit | commitdiff | tree |
2009-11-10 |
reimar | Free demuxer->teletext when closing the demuxer.
|
commit | commitdiff | tree |
2009-11-10 |
reimar | Set demuxer->teletext to NULL when closing the TV interface,
|
commit | commitdiff | tree |
2009-11-09 |
reimar | Properly free the pthread mutex for teletext.
|
commit | commitdiff | tree |
2009-11-09 |
reimar | Allow teletext compilation without pthreads
|
commit | commitdiff | tree |
2009-11-09 |
reimar | Fix compilation of teletext code without freetype support
|
commit | commitdiff | tree |
2009-11-09 |
reimar | Change type of teletext color specification from unsigned...
|
commit | commitdiff | tree |
2009-11-09 |
reimar | Make sure the teletext property stuff does not crash...
|
commit | commitdiff | tree |
2009-11-09 |
reimar | The code for the non-networking case is the same whether...
|
commit | commitdiff | tree |
2009-11-09 |
reimar | Factor out triplicated break statement.
|
commit | commitdiff | tree |
2009-11-09 |
reimar | Remove unused mp_dvdnav_aid_from_audio_num function
|
commit | commitdiff | tree |
2009-11-09 |
reimar | Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang and
|
commit | commitdiff | tree |
2009-11-08 |
reimar | Remove macho64 special-case for yasm options, -DPIC...
|
commit | commitdiff | tree |
2009-11-08 |
reimar | Remove a pointless undeclared function reference, ...
|
commit | commitdiff | tree |
2009-11-08 |
reimar | Add a comment that the PIC handling in mangle.h is...
|
commit | commitdiff | tree |
2009-11-08 |
reimar | Add a check if compiler creates PIC code and if so...
|
commit | commitdiff | tree |
2009-11-08 |
reimar | Clarify possible issues with gmplayer commandline options...
|
commit | commitdiff | tree |
2009-11-07 |
reimar | Remove pointless and broken (e.g. does not set aid...
|
commit | commitdiff | tree |
2009-11-07 |
reimar | Use switch_program property from mplayer.c to set ts_prog.
|
commit | commitdiff | tree |
2009-11-07 |
reimar | Remove an empty program if the one requested by IDENTIFY_PRO...
|
commit | commitdiff | tree |
2009-11-06 |
reimar | Whitespace cosmetics: reindent reinit_audio_chain function
|
commit | commitdiff | tree |