aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* #include just libavutil/common.h, not all of libavutil/intreadwrite.h.Gravatar diego2008-02-11
* Stream IDs must be written as hex numbers. Fixes Gravatar rtogni2008-01-29
* vcd_read must read exactly VCD_SECTOR_DATA bytes.Gravatar reimar2008-01-28
* Consistently use uppercase filename as multiple inclusion guard.Gravatar diego2008-01-28
* factorize 2 testsGravatar ben2008-01-26
* add a new state flag to dvdnav in order to notify ifGravatar ben2008-01-26
* remove useless castsGravatar ben2008-01-26
* simplify by a one-linerGravatar ben2008-01-26
* remove the spu_set field, replaced by a flagGravatar ben2008-01-26
* this end brace was not correctly indentedGravatar ben2008-01-26
* automatically set spu button highlight when nav cell has changedGravatar ben2008-01-26
* Add support for dvdnav still frames playback.Gravatar ben2008-01-26
* array was defined for 6 elements while 7 were declaredGravatar ben2008-01-24
* type expected by dvdnav_get_title_string() is constGravatar ben2008-01-24
* remove some redundant declarationsGravatar ben2008-01-24
* Add new command to switch between dvdnav titlesGravatar ben2008-01-24
* Prevent possible buffer overflow on album_title[]Gravatar rtogni2008-01-20
* Clear tmp between ip6 check and string escape to prevent reuse of the Gravatar rtogni2008-01-20
* Fix compilation failue:Gravatar ulion2008-01-20
* ReindentGravatar reimar2008-01-19
* Simplify and keep terminating end-of-lineGravatar reimar2008-01-19
* Remove a broken and useless hack to avoid a memcpyGravatar reimar2008-01-19
* Cached file must be 0-terminated since we use string processing functions on itGravatar reimar2008-01-19
* Make sure we do not write the terminating 0 out of boundsGravatar reimar2008-01-19
* Simplify/cleanup of real_calc_response_and_checksum()Gravatar rtogni2008-01-13
* Don't oversize realchallenge buffersGravatar rtogni2008-01-13
* Simplify cue-parsingGravatar reimar2008-01-13
* Get rid of quite useless inum variableGravatar 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 unnecessary <signal.h> includesGravatar uau2008-01-09
* Fix illegal identifiers, names starting with __ are reserved for the system.Gravatar diego2008-01-08
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reservedGravatar diego2008-01-06