aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Use PRI?64 defines as format strings for 64 bit variables.Gravatar reimar2005-10-13
* we need stdio.h for SEEK_SET on mingw, patch by Zuxy <zuxy.meng at gmail.com>Gravatar faust32005-10-13
* Implement seekingGravatar reimar2005-10-12
* Bigendian bugGravatar reimar2005-10-12
* Typo fix: RFC959 says that FTP commands should end with a carriage returnGravatar gpoirier2005-10-10
* makes demux_lavf (-demuxer 35) use the framerate specified in the containerGravatar gpoirier2005-10-10
* 10l, off by one error in last patch (codecdata length sanity check),Gravatar reimar2005-10-05
* Fix DVD audio and subtitle stream mapping, esp. for DVD with both 4:3 andGravatar reimar2005-10-03
* 10l, forgotten call to paranoia_modeset to actually set the desired mode.Gravatar reimar2005-10-02
* another url_free that shouldn't be commented out.Gravatar reimar2005-09-28
* Detect eof when seeking and do _not_ restart the video.Gravatar reimar2005-09-28
* Report total timeGravatar reimar2005-09-27
* Sanity-check codecdata_len, fixes crash in libfaad due to failed malloc forGravatar reimar2005-09-27
* Don't pass NULL pointers to demux_info_add()Gravatar rtognimp2005-09-26
* the on suboption of -rawaudio and -rawvideo do not work anymore since theGravatar reimar2005-09-25
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".Gravatar rsf2005-09-23
* Prints the numbers of start and end tracks and MSF length for eachGravatar gpoirier2005-09-22
* Prints the number of titles, DVD disk ID, the numbers of chapters andGravatar gpoirier2005-09-22
* Disassemble comments and pass it to the demux_info interfaceGravatar alex2005-09-19
* fix my email addressGravatar alex2005-09-19
* Prints the number of tracks and MSF length for each track of an audio CD,Gravatar gpoirier2005-09-19
* Prints -identify output for:Gravatar gpoirier2005-09-19
* removed dependency on glibc's %a in sscanf()Gravatar nicodvb2005-09-18
* Fix H264 packetizer. Might not work with arbitrary slice order.Gravatar reimar2005-09-17
* add a demux_peekc function that allows to just "have a look" at the nextGravatar reimar2005-09-17
* Wrong editlist handling: end pts must be included.Gravatar reimar2005-09-16
* Make the fourcc output endianness-independent.Gravatar diego2005-09-13
* Avoid duplicated messages from demux_avi.c and demuxer.c.Gravatar diego2005-09-13
* cycle through tv channels (patch by Andrew Calkin < calkina at geexbox.org >)Gravatar aurel2005-09-12
* use system videodev2.h insteadGravatar henry2005-09-10
* - remove useless /dev/video* checksGravatar henry2005-09-10
* Ignore movi_end (except on error) to allow playing growing files.Gravatar reimar2005-09-09
* We can not seek, so set seekable to 0Gravatar reimar2005-09-06
* memleak fix, escfilename was not freed for an invalid urlGravatar reimar2005-09-06
* memleak fixes when using an http proxyGravatar reimar2005-09-06
* check4proxies always creates a copy, so url should be freedGravatar reimar2005-09-06
* memleak fixes when invalid http url specified.Gravatar reimar2005-09-06
* better bitrate calculationGravatar reimar2005-09-06
* execute the check function even when a demuxer is forced, to avoid crashes.Gravatar reimar2005-09-06
* Forgotten mpc demuxerGravatar reimar2005-09-06
* Changes forgotten during demuxer API change, introduce a check function.Gravatar reimar2005-09-06
* replace sleep with usec_sleep, required for recent mingw versions, patch by R...Gravatar faust32005-09-03
* faster mpg and much faster gxf demuxingGravatar reimar2005-09-03
* 10l, typo in last commitGravatar reimar2005-09-02
* Support D-Cinema audio demuxer and decoder from FFmpeg.Gravatar reimar2005-09-02
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* fix longstanding typo - "patentend"Gravatar wanderer2005-08-31
* Fix move playlists (control must be returned to mplayer.c, with the demuxerGravatar reimar2005-08-31
* Sparcs do not like wild pointer typecasting (unaligned access).Gravatar reimar2005-08-30
* Allow forcing of demuxers and codecs by prepending '+'Gravatar reimar2005-08-30