aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* If the demuxer type is unknown it will start an http streaming.Gravatar bertrand2001-12-19
* Removed unnecessary check after the protocol autodetection.Gravatar bertrand2001-12-19
* pre-cache fixedGravatar arpi2001-12-19
* nop_steraming fixedGravatar arpi2001-12-19
* Added the Host field in the HTTP request.Gravatar bertrand2001-12-18
* initial precachingGravatar arpi2001-12-17
* Divide by Zero fix.Gravatar atmos42001-12-17
* Fixed the multiple ASF header stream chunk.Gravatar bertrand2001-12-17
* fli seeking implementedGravatar arpi2001-12-17
* reset ds eof flags at seeking - requires for mpeg -loopGravatar arpi2001-12-17
* Removed functions prototypes for streaming that don't need to be here.Gravatar bertrand2001-12-16
* Applied the patch from Alban Bedel <albeu@free.fr>.Gravatar bertrand2001-12-16
* vivo A-V sync fixedGravatar arpi2001-12-16
* Changed an unknown file to preroll.Gravatar bertrand2001-12-16
* Handle broken server that doesn't send CRLF but jusr LF.Gravatar bertrand2001-12-16
* -vivo version option addedGravatar alex2001-12-15
* added -vivo subconfigGravatar alex2001-12-15
* fixed sig8 while -idx on some files (actually this is a workaround) :(Gravatar gabucino2001-12-14
* Made the HTTP request escaped the url.Gravatar bertrand2001-12-14
* Added 2 functions to escape/unescape the url as described in the RFC 2396.Gravatar bertrand2001-12-14
* Applied the patch from Alban Bedel <albeu@free.fr>.Gravatar bertrand2001-12-14
* Applied the patch from Alban Bedel <albeu@free.fr> toGravatar bertrand2001-12-12
* hacked audio support to work with acmGravatar alex2001-12-12
* Added a switch for the ASF streaming protocol. It will first try ASF/UDP,Gravatar bertrand2001-12-11
* Added a data field in the streaming_ctrl_t struct, to store anyGravatar bertrand2001-12-11
* fixed Waveformatheader emu and added vivo1/2 audio detectionGravatar alex2001-12-10
* Added the connect2Server prototype.Gravatar bertrand2001-12-10
* Moved the network related include files from network.c to network.hGravatar bertrand2001-12-10
* 10lGravatar alex2001-12-09
* committed corrected speed calculationGravatar melanson2001-12-09
* give the IMGFMT_ for sh_video->format not 0x0Gravatar alex2001-12-09
* Add aspect 4 to known aspect codes, probably SECAM 4:3, at least sample file ...Gravatar atmos42001-12-08
* default size 320x200Gravatar alex2001-12-08
* Checked the return values on read.Gravatar bertrand2001-12-07
* using audio.dwStart too... (for baittest.avi)Gravatar arpi2001-12-04
* fixed startup crashGravatar iive2001-12-03
* add tv fps supportGravatar alex2001-12-03
* update (audio support is coming:)Gravatar alex2001-12-03
* using #ifdef HAVE_VCDGravatar arpi2001-12-01
* file format detection reordered to get better hitsGravatar arpi2001-12-01
* combined PS/PES sync to allow .VDR playback from stdinGravatar arpi2001-12-01
* init_v4l only present if HAVE_TV_V4LGravatar alex2001-12-01
* added support for packet 0x82 (from vivodump.c by arpi)Gravatar alex2001-12-01
* updated for support detection by configureGravatar alex2001-12-01
* magic_number checking addedGravatar alex2001-11-30
* pts supportGravatar alex2001-11-30
* updateGravatar alex2001-11-30
* bad malloc+strcpy => strdupGravatar arpi2001-11-27
* changed to generate fourcc's like: viv<version> -> viv1,viv2Gravatar alex2001-11-25
* fixed FLI demuxer so that it skips over app-specific framesGravatar melanson2001-11-25