aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* add -audiofile support for guiGravatar pontscho2002-07-02
* CBR audio PTS fixes (using stsd v1 header)Gravatar arpi2002-06-30
* dump edit listGravatar arpi2002-06-29
* Paul Ortyl's patchGravatar alex2002-06-27
* Changed the -pass option to -passwd to avoid clash with mencoder option.Gravatar bertrand2002-06-25
* Read username/password from the -user -pass command line options.Gravatar bertrand2002-06-25
* Moved authentication code into its own function.Gravatar bertrand2002-06-24
* Paul Ortyl's patch - tv4l timestamps (not so precise :()Gravatar alex2002-06-24
* tv audio fixing patch by Paul Ortyl <ortylp at 3miasto.net>Gravatar alex2002-06-23
* Improved the authentication interaction. Still need to replace scanf.Gravatar bertrand2002-06-23
* Added HTTP basic authentication supportGravatar bertrand2002-06-23
* Added base64 encoderGravatar bertrand2002-06-23
* Added support for URLs that contain an username:passwordGravatar bertrand2002-06-23
* filename can be NULL. Fix the conflict between cdda and dvdnav.Gravatar albeu2002-06-21
* Add uninit to the dvd stream.Gravatar albeu2002-06-21
* Here I go again, another fix for the timeout.Gravatar bertrand2002-06-21
* Increased the timeout value on connection.Gravatar bertrand2002-06-21
* Checked the return value when retrieving the protocol level.Gravatar bertrand2002-06-21
* CDDB support added.Gravatar bertrand2002-06-21
* Added mplayer version in the user-agent field.Gravatar bertrand2002-06-20
* Removed unecessary malloc and memcpy.Gravatar bertrand2002-06-20
* Added a function prototype for reuse outside of network.cGravatar bertrand2002-06-17
* Added some missing carriage returns.Gravatar bertrand2002-06-17
* some cleanup and fixes, but the badquality.asf is still buggy :(Gravatar arpi2002-06-16
* fixed playback speed and a-v sync issuesGravatar arpi2002-06-14
* fix fps/frametime parsing - patch by Florian Schneider <flo-mplayer-dev@gmx.net>Gravatar arpi2002-06-13
* Implement Nilmoni's and Bernd Ernesti's patches for:Gravatar atmos42002-06-13
* Support for playing audio cds using cdparanoia. Include a raw audioGravatar albeu2002-06-11
* export subpacket-size and matrix w*h to the codec (cook)Gravatar arpi2002-06-10
* Fix asf stream wich were giving invalid frame times because the frame timeGravatar albeu2002-06-10
* export extra data for cook codec, some debug stuffGravatar arpi2002-06-10
* - multiple audio/video stream support fixedGravatar arpi2002-06-09
* sub-packet demuxer for rv20/rv30, patch by Florian Schneider <flo-mplayer-dev...Gravatar arpi2002-06-08
* Add small note why we don't use fcntl.h on cygwin. Btw. as far as I can see f...Gravatar atmos42002-06-07
* cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>Gravatar arpi2002-06-07
* common code to handle file/stdin/fifo opening, allows using named pipes andGravatar arpi2002-06-07
* Fix by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>.Gravatar atmos42002-06-05
* file descriptor leak - found by Marc Espie <espie@nerim.net>Gravatar arpi2002-06-04
* msmpeg4v1 indexingGravatar michael2002-06-02
* playback of 'being downloaded' filesGravatar arpi2002-06-02
* off_t fields reordered, to avoid problems due to struct paddingGravatar arpi2002-05-29
* clone_demux_packet(), using refcounting to avoid memcpy()Gravatar arpi2002-05-25
* On the sun all int32 objects have to be aligned on 32 bit boundaries. WithGravatar arpi2002-05-25
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>Gravatar alex2002-05-23
* 10L bugfixGravatar albeu2002-05-23
* some more output cosmetics, especially for vivo and mov demuxersGravatar arpi2002-05-20
* big cosmetics patch, cleanup of messages printed by mplayer and libs.Gravatar arpi2002-05-20
* new spudec.h requires libvo headers, patch by Daniel Hottinger <TheHotti@gmx.ch>Gravatar arpi2002-05-20
* a/v stream selection - patch by alexander.werth@gmx.deGravatar arpi2002-05-19
* Enable mmst support. MMST will be tried if the HTTP support failed.Gravatar bertrand2002-05-14