aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
...
* 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
* extra size checks for samples array to avoid crashes in some rare cases.Gravatar reimar2005-08-30
* multiplying fps by 10000 is no more necessary (when determining mp4v and h264...Gravatar nicodvb2005-08-30
* Fix nsv detection with new demuxer structureGravatar rtognimp2005-08-30
* Fix mpeg-pes playbackGravatar rtognimp2005-08-26
* support MPEG in GXF container with extension-based detection.Gravatar reimar2005-08-26
* Fixed seeking for AVC-in-Matroska (wrong assumption of what kind of reference...Gravatar mosu2005-08-24
* Crash fix for: "[MPlayer-users] Crash of mencoder in demux_ts.c line 2728"Gravatar gpoirier2005-08-23
* Do not free demuxer before using demuxer->desc->type (happened when using -au...Gravatar reimar2005-08-23
* mode fps int vs. float woesGravatar henry2005-08-22
* 1000000000000000lGravatar rfelker2005-08-19
* 100lGravatar rfelker2005-08-19
* 100l: fix avi demuxing for ni and nini cases, allow forcing ni and niniGravatar rtognimp2005-08-13
* video fourcc fixGravatar michael2005-08-11
* demux_avi_control() missing in avi's demuxer struct.Gravatar ods152005-08-11
* fix brokeness caused by demuxer patch, this code is useless forGravatar ods152005-08-11
* reconcile with earlier fps fix in mpeg header parserGravatar rfelker2005-08-10
* take into account that VIDIOC_S_FMT might return updated parametersGravatar faust32005-08-06
* do not crash when /dev/video0 is not presentGravatar faust32005-08-06
* 100l to whoever wrote this crap using 1/10000 units. it caused framerates to ...Gravatar rfelker2005-08-06
* Demuxer modularizationGravatar rtognimp2005-08-05