aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* fix bug in error message (found by Diego through a compiler warning)Gravatar rik2008-01-13
* Use a transform_color function to reduce code duplicationGravatar reimar2008-01-12
* Write functions used by send_mpeg_*_packet may _not_ modify dataGravatar reimar2008-01-12
* ps1_header and ps2_header should be constGravatar reimar2008-01-12
* Add a few "const" attributes.Gravatar reimar2008-01-12
* Remove unused variableGravatar reimar2008-01-12
* Move uselessly global variablesGravatar reimar2008-01-12
* Adjust list of colourspaces supported by vd_ijpgGravatar reimar2008-01-12
* Colourspace conversions do _not_ belong into a decoder!Gravatar reimar2008-01-12
* Cosmetics: get rid of huge amounts of trailing whitespaceGravatar reimar2008-01-12
* Remove an unused global variableGravatar reimar2008-01-12
* Avoid uselessly global variablesGravatar reimar2008-01-12
* 100l, free strdup'd stringsGravatar reimar2008-01-12
* Builtin codecs array can now be constGravatar reimar2008-01-12