aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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
* stream_info_t opts and protocols point to constant data as well.Gravatar reimar2008-01-13
* Make all tvi_info_t constGravatar reimar2008-01-13
* Make some tvi_functions_t pointers const that I forgot to change beforeGravatar reimar2008-01-13
* Remove useless ifdefsGravatar reimar2008-01-13
* Add type to extern declarationGravatar reimar2008-01-13
* Make dvd_audio_stream_types and dvd_audio_stream_channels constGravatar reimar2008-01-13
* tvi_functions_t should be constGravatar reimar2008-01-13
* Add forgotten const for pal_ireland.Gravatar reimar2008-01-13
* Remove another 2 useless castsGravatar reimar2008-01-13
* Get rid of another useless castGravatar reimar2008-01-13
* Remove a cast useless since r24425.Gravatar reimar2008-01-13
* Move variable declaration into block where it is used.Gravatar reimar2008-01-13
* Remove result from warning string, it has no useful meaning here.Gravatar reimar2008-01-13
* Remove a useless castGravatar reimar2008-01-13
* moved pes_header from file-static to send_mpeg_pes_packet_ll()Gravatar nicodvb2008-01-13