aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* Support new static libavcodec (depends on libavutil).Gravatar al2005-08-01
* Support more MythTV nuv files, based on Gentoo portage patchGravatar reimar2005-08-01
* set i_bps in demux_audio for WAV and MP3 to avoid division by zero beforeGravatar reimar2005-08-01
* remove unused cache-prefill and create cache-seek-min that controls when seek...Gravatar iive2005-07-31
* 10l, incorrect usage of le2me_*Gravatar reimar2005-07-29
* Hopefully finally fix the last commitGravatar reimar2005-07-28
* lavf demuxer with raw PCM fix (and a related hang)Gravatar reimar2005-07-28
* no sense anymoreGravatar alex2005-07-28
* strncasecmp is not necessary and e.g. strncasecmp(prot, "mms", 3) willGravatar reimar2005-07-26
* Use a more stable URL.Gravatar diego2005-07-26
* Some ICY servers (e.g. http://broadcast.spnet.net:8000/darikhigh) do not setGravatar reimar2005-07-24
* Allow the ffmpeg people to use this code if they want.Gravatar reimar2005-07-23
* Multiple unsv/scast bug fixes.Gravatar reimar2005-07-23
* Forgotten doxygen commentsGravatar reimar2005-07-20
* Ultravox improvements according to specs (didn't know they existed *g*)Gravatar reimar2005-07-20
* SHOUTcast and ultravox supportGravatar reimar2005-07-19
* LIBAVFORMAT_BUILD >= 4629Gravatar michael2005-07-18
* LIBAVFORMAT_BUILD >= 4629Gravatar michael2005-07-17
* support 10000/1001 framerateGravatar reimar2005-07-17
* fix a crash at v4l2 uninitGravatar aurel2005-07-17
* (hopefully) fixing remaining float endianness problemsGravatar reimar2005-07-13