aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* dvd language->aid/sid functionsGravatar arpi2001-12-26
* subtitle_t + audio_stream_t -> stream_language_t (cleanup)Gravatar arpi2001-12-25
* is itn't %, it is a byteposition of the video ...Gravatar jaf2001-12-25
* warning fixGravatar pl2001-12-25
* possible uninit pointer free()'dGravatar pl2001-12-25
* warning fixGravatar pl2001-12-25
* As nobody fixed this yet:Gravatar pl2001-12-25
* As nobody fixed this yet:Gravatar pl2001-12-25
* missing #include'sGravatar pl2001-12-25
* Somewhere along the line, someone updated a field in an ASF structureGravatar melanson2001-12-24
* FreeBSD fixGravatar nexus2001-12-24
* fixed video syncingGravatar alex2001-12-24
* i420 supportGravatar alex2001-12-24
* memset is more portable than bzero ("BSD"ism)Gravatar pl2001-12-24
* RTP support patch by Brian Kuschak <bkuschak@yahoo.com>Gravatar arpi2001-12-23
* Add aspect 6, anamorphic 16:9 for svcdGravatar atmos42001-12-23
* added co64 (64bit chunk offset table) chunk (needed for mov files created wit...Gravatar alex2001-12-22
* void* context added - it should keep the codec-specific stuff (struct ptr or ...Gravatar arpi2001-12-21
* x = malloc(strlen(s) + c) ... strcpy(x, s)Gravatar pl2001-12-19
* checkings for malloc results (potential memleaks)Gravatar pl2001-12-19
* 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