aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Fix for:Gravatar voroshil2007-09-08
* More accurate calculating of teletextGravatar voroshil2007-09-08
* Implement boxes for subtitle teletext pages.Gravatar voroshil2007-09-08
* Decrease teletext page rendering frequency from 1/frame to about 4/sec.Gravatar voroshil2007-09-08
* Fix for:Gravatar voroshil2007-09-03
* Increase number of skipped buffers to 5 to avoid mixing teletext pages fromGravatar voroshil2007-09-02
* a mouse selection may require at least a video codec reinitGravatar nicodvb2007-09-01
* implemented STREAM_CTRL_GET_ASPECT_RATIOGravatar nicodvb2007-09-01
* Make sure that no pages will left in cache duringGravatar voroshil2007-09-01
* implemented STREAM_CTRL_GET_ASPECT_RATIOGravatar nicodvb2007-09-01
* introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from ...Gravatar nicodvb2007-09-01
* Drop out control chars from page header in time position.Gravatar voroshil2007-09-01
* Fix missed -1 -> 0x3f7f changes for subpage number.Gravatar voroshil2007-09-01
* Fix displaying start page when it has subpages.Gravatar voroshil2007-09-01
* Proper support for flashing chars in teletext pages.Gravatar voroshil2007-09-01
* Support for selecting language via packet 28.Gravatar voroshil2007-08-31
* Small code simplification as suggested by Reimar:Gravatar voroshil2007-08-29
* Simplify code by using FFSWAPGravatar voroshil2007-08-29
* (cosmetics) replace tabs with spacesGravatar voroshil2007-08-29
* (cosmetics) fix indentation of previous commitGravatar voroshil2007-08-29
* Implement Hold/Release graphics (showing control chars asGravatar voroshil2007-08-29
* Implement Flash/Steady (swapping foreground/background colors)Gravatar voroshil2007-08-29
* Make charset constants naming consistantGravatar voroshil2007-08-29
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* Fix compilation by adding forgotten comma.Gravatar iive2007-08-28
* Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.Gravatar voroshil2007-08-28
* Move channels option parsing code into separate routine.Gravatar voroshil2007-08-28
* Implement X/27/0 packet decoding.Gravatar voroshil2007-08-28
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Implement 8/30 format 1 teletext packet decodingGravatar voroshil2007-08-28
* in stream_control() remove redefinition of d in a case block, previously assi...Gravatar nicodvb2007-08-27
* in open_s() unified failure code in fail:Gravatar nicodvb2007-08-27
* (cosmetics) remove unnecessary ';'Gravatar voroshil2007-08-26
* Replace perror() with mp_msg()Gravatar voroshil2007-08-26
* Implement TVI_CONTROL_TUN_GET_SIGNAL in *BSD BT848 driver.Gravatar voroshil2007-08-26
* 10l: Move #endif upper to reflect changes in r24054.Gravatar voroshil2007-08-26
* Fix typoGravatar voroshil2007-08-26
* Add teletext specification referenceGravatar voroshil2007-08-26
* Remove ugly Russian language support hack.Gravatar voroshil2007-08-26
* Add support for Latin National Option Sub-SetsGravatar voroshil2007-08-26
* Enable decoding of packet X/24, it is usual teletext lineGravatar voroshil2007-08-26
* 10l: "&" should be done after ">>"Gravatar voroshil2007-08-25
* Language bits in teletext page header areGravatar voroshil2007-08-25
* Remove redundant variable declarations.Gravatar diego2007-08-25
* Removed uninitialized variable.Gravatar cehoyos2007-08-23
* Automatic TV channels scanning ability for MPlayer.Gravatar voroshil2007-08-23
* Fix blue color for yv12 and i420 image formats in "automute" screenGravatar voroshil2007-08-23
* Fix [soc:eoc] stubs.Gravatar voroshil2007-08-22
* Set DVD speed earlier to avoid drive spinup during openGravatar reimar2007-08-21
* Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.Gravatar reimar2007-08-19