aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* misc markup fixesGravatar diego2008-01-16
* misc spelling fixesGravatar diego2008-01-16
* removed a english part, left in here, sighGravatar ptt2008-01-15
* little grammar fixGravatar ptt2008-01-15
* synced with r25757Gravatar ptt2008-01-15
* added missing "&"Gravatar ptt2008-01-15
* added missing escapesGravatar ptt2008-01-15
* syncet to r25663Gravatar ptt2008-01-15
* updated my mail addressGravatar ptt2008-01-15
* add default deinterlace keyGravatar compn2008-01-15
* Create/allocate conversion textures before scaler textures.Gravatar reimar2008-01-15
* Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.Gravatar reimar2008-01-15
* Document vo gl lscale=3Gravatar reimar2008-01-15
* Add a forgotten case to create_scaler_textures, avoids an incorrect warning.Gravatar reimar2008-01-15
* Remove a useless castGravatar reimar2008-01-15
* The GUI requires font support.Gravatar diego2008-01-14
* Seems that all - should be escaped in the man pageGravatar reimar2008-01-14
* Extend heartbeat-cmd man page entryGravatar reimar2008-01-14
* Simplify/cleanup of real_calc_response_and_checksum()Gravatar rtogni2008-01-13
* Don't oversize realchallenge buffersGravatar rtogni2008-01-13
* Put bff_mask into muxer context instead of a global variable.Gravatar reimar2008-01-13
* Fix the bug where the window would become smaller each time vo_ontop is toggled.Gravatar reimar2008-01-13
* Make some radeon vidix driver tables static and constGravatar reimar2008-01-13
* Make mp_properties constGravatar reimar2008-01-13
* All the m_property stuff works fine with constant m_option_tGravatar reimar2008-01-13
* Make xpm arrays really const (I missed that they are not strings butGravatar reimar2008-01-13
* Make all gui xpm bitmaps constGravatar reimar2008-01-13
* gui_opts should be const for win32 gui as well (why, oh why, was allGravatar reimar2008-01-13
* Win32 gui has the same m_option_print error handling bugGravatar reimar2008-01-13
* Fix 100l: error check for m_option_print was unreachableGravatar reimar2008-01-13
* Make big gui_opts array constGravatar reimar2008-01-13
* Make several mapping tables related to input processing const.Gravatar reimar2008-01-13
* Mark qt default palette tables as constGravatar reimar2008-01-13
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* First step towards making all demuxer_desc_t constGravatar reimar2008-01-13
* Remove a useless assignment (there is an if just a few lines aboveGravatar reimar2008-01-13
* Simplify cue-parsingGravatar reimar2008-01-13
* Get rid of quite useless inum variableGravatar reimar2008-01-13
* Add a forgotten #ifdef USE_ASS around ass_free_trackGravatar reimar2008-01-13
* Use AV_WB*Gravatar reimar2008-01-13
* Remove some useless () and {}Gravatar reimar2008-01-13
* SimplifyGravatar reimar2008-01-13
* Use AV_WB16 instead of ugly memcpy hacksGravatar reimar2008-01-13
* Use AV_RB* instead of custom variants.Gravatar reimar2008-01-13
* Use sizeof instead of size variables/definesGravatar reimar2008-01-13
* Make some pnm data constGravatar reimar2008-01-13
* dvb_demuxdev etc. are only used in dvb_tune.c so make them staticGravatar reimar2008-01-13
* Make several arrays constGravatar reimar2008-01-13
* Remove some unused extern variablesGravatar reimar2008-01-13
* stream_opts should be constGravatar reimar2008-01-13