Mercurial > mplayer.hg
graph
-
Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)2008-02-09, by reimar
-
cosmetic typo fix, geneate > generate2008-02-09, by compn
-
Use AV_RB*, reduces x86_64 code size by almost 1kB.2008-02-09, by reimar
-
in some still unknown system format 0x82 identifies AUDIO_DTS2008-02-08, by nicodvb
-
example for setting WMP user-agent string, helps when playlists2008-02-08, by reimar
-
Disable http->mmshttp rewriting hack introduced in r25168,2008-02-08, by reimar
-
Add aspect_fit declaration missing for w32_common.2008-02-07, by reimar
-
Add speex tag2008-02-06, by reimar
-
Check buffer index while reading to avoid sig112008-02-05, by rtogni
-
sync w/r259552008-02-05, by gpoirier
-
typo fix, noticed by JRaSH2008-02-05, by gpoirier
-
It seems that mencoder can not handle correct-pts (lots of "No pts ..." messages),2008-02-05, by reimar
-
Add dv50 fourcc to libdv and ffdv, fixing the following sample:2008-02-04, by diego
-
Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessary2008-02-03, by reimar
-
Allow demuxers to choose a default value for correct_pts2008-02-03, by reimar
-
Implement keepaspect for Windows OpenGL vos.2008-02-02, by reimar
-
Make aspect adjustment calculation simpler and more flexible.2008-02-02, by reimar
-
synced with r259472008-02-02, by Gabrov
-
Add windows cp1256 encoding for arabic, fixes bug #10072008-02-01, by reimar
-
Update the test for ivtv output driver.2008-02-01, by iive
-
ao_functions_t should be const, part 12008-02-01, by reimar
-
Redraw display on toggling border2008-02-01, by reimar
-
Always redraw video on resize.2008-01-31, by reimar
-
Remove unused variable.2008-01-30, by reimar
-
Change code to also work with different outburst sizes2008-01-30, by reimar
-
Reduce number of UnqueueBuffer calls2008-01-30, by reimar
-
alSourceRewindv seems to be broken in particular in Creatives Windows-Implementation,2008-01-30, by reimar
-
Update for security fixes2008-01-30, by rtogni
-
Avoid a MANGLE, there is no register pressure and the generated code2008-01-30, by reimar
-
mark constants as such2008-01-30, by reimar
-
Simplify: use DECLARE_ASM_CONST2008-01-30, by reimar
-
Add support for attachments in lavf demuxer.2008-01-30, by eugeni
-
Split osd related stuff from mp_core.h into new header file mp_osd.h.2008-01-30, by ulion
-
Stream IDs must be written as hex numbers. Fixes2008-01-29, by rtogni
-
Consistently give all libass multiple inclusion guards a LIBASS_ prefix.2008-01-29, by diego
-
Add a comment to the #if 02008-01-29, by reimar
-
Ben co-maintains stream_dvdnav.c2008-01-29, by nicodvb
-
clarification about dvd still menus2008-01-29, by nicodvb
-
Check that index is still within bounds of samples array.2008-01-29, by reimar
-
Make sure chunkmap values are within bounds when using them.2008-01-29, by reimar
-
Do not pointlessly read data, just skip it.2008-01-29, by reimar
-
Disable reading of flac metadata, mere metadata is not worth such a mess.2008-01-29, by reimar
-
Properly check length of flac metadata.2008-01-29, by reimar
-
dvd still menus and latm aac2008-01-29, by nicodvb
-
show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore gmail com2008-01-29, by nicodvb
-
Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape files.2008-01-29, by reimar
-
Allow for larger fragment programs.2008-01-29, by reimar
-
More places that should use SEEK_ABSOLUTE / SEEK_FACTOR2008-01-29, by reimar
-
Use defines to give names to the different seek flags.2008-01-29, by reimar
-
Make some assembler constants global instead of declaring them multiple times.2008-01-29, by reimar
-
Make mov subtitles work with -ass2008-01-29, by reimar
-
clarify comments/docs about lav* being the preferred place to implement new2008-01-28, by ivo
-
Support CODEC_ID_MOV_TEXT2008-01-28, by reimar
-
Simplify a condition that probably is not necessary at all2008-01-28, by reimar
-
sync with r25663 and misc. fixes, patch by JRaSH2008-01-28, by kraymer
-
copy note on new demuxers and codecs to the top of the array as well to be2008-01-28, by ivo
-
Use DECLARE_ASM_CONST where possible in libswscale code2008-01-28, by reimar
-
sync w/ r258212008-01-28, by gpoirier
-
vcd_read must read exactly VCD_SECTOR_DATA bytes.2008-01-28, by reimar
-
note on new demuxers and codecs, add them to lav* instead of libmp*2008-01-28, by ivo
-
port libmpdemux demuxers to libavformat or rewrite from scratch2008-01-28, by ivo
-
Get rid of redundant dbg_printf redefinition. Fixes some warnings:2008-01-28, by diego
-
Consistently use uppercase filename as multiple inclusion guard.2008-01-28, by diego
-
Fix compilation failure because bitfile was undefined:2008-01-28, by diego
-
Add multiple inclusion guards.2008-01-27, by diego
-
Replace with the output of the updated alaw-gen generator program.2008-01-27, by diego
-
Add multiple inclusion guards to generated header file.2008-01-27, by diego
-
Change format string so that the table is nicely aligned.2008-01-27, by diego
-
The alaw tables should be const.2008-01-27, by diego
-
Rename some identifiers to not use leading underscores.2008-01-27, by diego
-
Fix illegal identifiers, names starting with __ are reserved for the system.2008-01-27, by diego
-
Change #warning to FIXME comments.2008-01-27, by diego
-
Fix illegal identifiers, names starting with __ are reserved for the system.2008-01-27, by diego
-
Remove setting of ldconfig, it is unused.2008-01-27, by diego
-
Reindent2008-01-27, by reimar
-
Simplify subtitle handling with -ass2008-01-27, by reimar
-
Support mov subtitle format directly instead of converting to text in the demuxer2008-01-27, by reimar
-
reindent after r258812008-01-27, by ben
-
sub_scale command can now handle both ass and non-ass subs at a time2008-01-27, by ben
-
Make sure sub_font is freed.2008-01-27, by reimar
-
Allow independent scaling of vo_font and sub_font.2008-01-27, by reimar
-
sync with r25821, patch by JRaSH (jrash06 163 com)2008-01-27, by kraymer
-
Remove $Id$ tags, they make diffs between different versions2008-01-27, by reimar
-
Always use inline instead of _inline, the former is supported by all2008-01-27, by reimar
-
Use the standard "static inline" instead of some broken ifdef mess2008-01-27, by reimar
-
Prefer lavf mov demuxer over our own, it should work better most of the time now.2008-01-27, by reimar
-
Simplify init_vobsub: pass palette via extradata.2008-01-26, by reimar
-
Support vobsub palette in extradata, as exported by libavformat2008-01-26, by reimar
-
100l, inverted condition for AVSEEK_FLAG_BACKWARD2008-01-26, by reimar
-
Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on2008-01-26, by reimar
-
Cosmetics: remove some trailing whitespace2008-01-26, by reimar
-
Add QDM2 codec identifier2008-01-26, by reimar
-
Partially support vobsub subtitles from lavf demuxers (palette support missing)2008-01-26, by reimar
-
added AudioSpecificConfigFromBitfile() -that reads from an initizialized2008-01-26, by nicodvb
-
generic functions and structures to parse and statekeep LATM streams2008-01-26, by nicodvb
-
factorize 2 tests2008-01-26, by ben
-
Check for stream change in dvdnav.2008-01-26, by ben
-
add a new state flag to dvdnav in order to notify if2008-01-26, by ben
-
remove useless casts2008-01-26, by ben
-
simplify by a one-liner2008-01-26, by ben
-
remove the spu_set field, replaced by a flag2008-01-26, by ben
-
this end brace was not correctly indented2008-01-26, by ben
-
automatically set spu button highlight when nav cell has changed2008-01-26, by ben
-
Add support for dvdnav still frames playback.2008-01-26, by ben
-
set -vc=ffmpeg12 as dvdnav prefered decoder2008-01-25, by ben
-
spelling cosmetics2008-01-25, by diego
-
add documentation about switch_angle and switch_title slave commands2008-01-24, by ben
-
array was defined for 6 elements while 7 were declared2008-01-24, by ben
-
type expected by dvdnav_get_title_string() is const2008-01-24, by ben
-
remove some redundant declarations2008-01-24, by ben
-
Add new command to switch between dvdnav titles2008-01-24, by ben
-
cosmetic: reindent code after r258432008-01-23, by ben
-
sub_scale command now works with ass subtitles renderer2008-01-23, by ben
-
Add ass_use_margins command and property to shift subtitles to margins and back2008-01-23, by eugeni
-
Add global ass_force_reload flag.2008-01-23, by eugeni
-
Ignore compare.2008-01-23, by diego
-
Zero codec_inited in the init() function, so that it's cleared everytime2008-01-23, by rtogni
-
Add a few const attributes2008-01-23, by reimar
-
Use the proper option name for constant quantizer2008-01-23, by iive
-
Move Zoran video controller check after the libavcodec one.2008-01-23, by iive
-
Disable unused functions find_handle_2, find_handle_by_name, fixes the warning:2008-01-23, by diego
-
Disable unused function test_heap, fixes the warning:2008-01-23, by diego
-
Remove unused function exp_ftol_wrong, fixes the warning:2008-01-23, by diego
-
Remove unused function fixup_address, fixes the warning:2008-01-23, by diego
-
Remove unused DPRINTF__ macro.2008-01-23, by diego
-
Move compare.c to TOOLS, add it to the Makefile and document it.2008-01-23, by diego
-
Fix typo in comment2008-01-21, by reimar
-
Remove useless casts2008-01-21, by reimar
-
synced with r258262008-01-21, by Gabrov
-
Surround variable declarations by preprocessor conditionals to avoid warnings:2008-01-21, by diego
-
Comment out unused variables, fixes the warnings:2008-01-21, by diego
-
Prevent possible buffer overflow on album_title[]2008-01-20, by rtogni
-
Clear tmp between ip6 check and string escape to prevent reuse of the2008-01-20, by rtogni
-
Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a2008-01-20, by diego
-
Added missing single quotation mark.2008-01-20, by cehoyos
-
Fix compilation failue:2008-01-20, by ulion
-
Fix vobsub_seek use same reseek method as vobsub_get_packet did.2008-01-20, by ulion
-
Fix auto-sub code to support filenames with any extension length.2008-01-20, by ulion
-
Allow overriding the codec_tag for audio codecs, and always override2008-01-20, by rtogni
-
Fragment programs must use unix eol.2008-01-20, by reimar
-
Avoid some pointer conversion warnings (the code is messy but not wrong)2008-01-20, by reimar
-
Add missing vo_w32_border prototype2008-01-20, by reimar
-
Fix some function types from unspecified to empty argument list2008-01-20, by reimar
-
Remove redundant declarations (already in video_out.h)2008-01-20, by reimar
-
Extend the precision of rationale conversion so2008-01-19, by iive
-
-panscan should also work for right and left borders2008-01-19, by reimar
-
Some reindentation2008-01-19, by reimar
-
Reindent2008-01-19, by reimar
-
Simplify and keep terminating end-of-line2008-01-19, by reimar
-
Remove a broken and useless hack to avoid a memcpy2008-01-19, by reimar
-
Cached file must be 0-terminated since we use string processing functions on it2008-01-19, by reimar
-
Make sure we do not write the terminating 0 out of bounds2008-01-19, by reimar
-
Add missing #include, fixes the warning:2008-01-19, by diego
-
Use ld conversion specifier for long int argument, fixes the warning:2008-01-19, by diego
-
Add missing #include, fixes the warning:2008-01-19, by diego
-
Fix endless loop if nAvgBytesPerSec is 0.2008-01-19, by reimar
-
Avoid a division by 0 if i_bps is 0.2008-01-19, by reimar
-
Fix usage example comment2008-01-19, by reimar
-
Fix a coefficient for lscale=5 OpenGL mode2008-01-19, by reimar
-
Add name to email address.2008-01-19, by diego
-
Avoid warning:2008-01-19, by reimar
-
Fix some types to const2008-01-19, by reimar
-
audio_out / video_out structs should be treated as const2008-01-19, by reimar
-
Fix warning:2008-01-19, by reimar
-
Avoid void* arithmetic2008-01-19, by reimar
-
Simplify and silence lots of warnings2008-01-19, by reimar
-
Add the edge-enhancement filter based on edgedetect I had lying around.2008-01-19, by reimar
-
Fix using both lscale and cscale 42008-01-19, by reimar
-
sync w/r257862008-01-18, by gpoirier
-
Add a fragment program for 5x5 unsharp masking2008-01-18, by reimar
-
Remove leftover backslash2008-01-18, by reimar
-
Simplify2008-01-18, by reimar
-
Use the same unsharp filter template for 2D and RECT textures2008-01-18, by reimar
-
Small typo in message2008-01-18, by reimar
-
Remove broken test program that likely never worked.2008-01-18, by diego
-
Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).2008-01-17, by benoit
-
Remove some useless parentheses.2008-01-17, by benoit
-
Cosmetics: whitespaces2008-01-17, by benoit
-
Remove non cosmetic spaces inside parentheses.2008-01-17, by benoit
-
Description: remove superfluous parentheses.2008-01-17, by benoit
-
Check param in sws_getCachedContext().2008-01-17, by benoit
-
Fix code to prevent from accessing queue->packets[-1].pts that causes a crash.2008-01-17, by ulion
-
Fix OpenGL unsharp filter2008-01-16, by reimar
-
typo fix2008-01-16, by diego
-
VIDIX is no longer a shared library.2008-01-16, by diego
-
URL updates for contributed win32 stuff.2008-01-16, by diego
-
better ao/vo profile examples2008-01-16, by diego
-
misc markup fixes2008-01-16, by diego
-
misc spelling fixes2008-01-16, by diego
-
removed a english part, left in here, sigh2008-01-15, by ptt
-
little grammar fix2008-01-15, by ptt
-
synced with r257572008-01-15, by ptt
-
added missing "&"2008-01-15, by ptt
-
added missing escapes2008-01-15, by ptt
-
syncet to r256632008-01-15, by ptt
-
updated my mail address2008-01-15, by ptt
-
add default deinterlace key2008-01-15, by compn
-
Create/allocate conversion textures before scaler textures.2008-01-15, by reimar
-
Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.2008-01-15, by reimar
-
Document vo gl lscale=32008-01-15, by reimar
-
Add a forgotten case to create_scaler_textures, avoids an incorrect warning.2008-01-15, by reimar
-
Remove a useless cast2008-01-15, by reimar
-
The GUI requires font support.2008-01-14, by diego
-
Seems that all - should be escaped in the man page2008-01-14, by reimar
-
Extend heartbeat-cmd man page entry2008-01-14, by reimar
-
Simplify/cleanup of real_calc_response_and_checksum()2008-01-13, by rtogni
-
Don't oversize realchallenge buffers2008-01-13, by rtogni
-
Put bff_mask into muxer context instead of a global variable.2008-01-13, by reimar
-
Fix the bug where the window would become smaller each time vo_ontop is toggled.2008-01-13, by reimar
-
Make some radeon vidix driver tables static and const2008-01-13, by reimar
-
Make mp_properties const2008-01-13, by reimar
-
All the m_property stuff works fine with constant m_option_t2008-01-13, by reimar
-
Make xpm arrays really const (I missed that they are not strings but2008-01-13, by reimar
-
Make all gui xpm bitmaps const2008-01-13, by reimar
-
gui_opts should be const for win32 gui as well (why, oh why, was all2008-01-13, by reimar
-
Win32 gui has the same m_option_print error handling bug2008-01-13, by reimar
-
Fix 100l: error check for m_option_print was unreachable2008-01-13, by reimar
-
Make big gui_opts array const2008-01-13, by reimar
-
Make several mapping tables related to input processing const.2008-01-13, by reimar
-
Mark qt default palette tables as const2008-01-13, by reimar
-
Make all demuxer_desc_t const, thus moving them to .rodata2008-01-13, by reimar
-
First step towards making all demuxer_desc_t const2008-01-13, by reimar
-
Remove a useless assignment (there is an if just a few lines above2008-01-13, by reimar
-
Simplify cue-parsing2008-01-13, by reimar
-
Get rid of quite useless inum variable2008-01-13, by reimar
-
Add a forgotten #ifdef USE_ASS around ass_free_track2008-01-13, by reimar
-
Use AV_WB*2008-01-13, by reimar
-
Remove some useless () and {}2008-01-13, by reimar
-
Simplify2008-01-13, by reimar
-
Use AV_WB16 instead of ugly memcpy hacks2008-01-13, by reimar
-
Use AV_RB* instead of custom variants.2008-01-13, by reimar
-
Use sizeof instead of size variables/defines2008-01-13, by reimar
-
Make some pnm data const2008-01-13, by reimar