| Commit message (Expand) | Author | Age |
... | |
* | Prints the number of tracks and MSF length for each track of an audio CD, | gpoirier | 2005-09-19 |
* | Prints -identify output for: | gpoirier | 2005-09-19 |
* | removed dependency on glibc's %a in sscanf() | nicodvb | 2005-09-18 |
* | Fix H264 packetizer. Might not work with arbitrary slice order. | reimar | 2005-09-17 |
* | add a demux_peekc function that allows to just "have a look" at the next | reimar | 2005-09-17 |
* | Wrong editlist handling: end pts must be included. | reimar | 2005-09-16 |
* | Make the fourcc output endianness-independent. | diego | 2005-09-13 |
* | Avoid duplicated messages from demux_avi.c and demuxer.c. | diego | 2005-09-13 |
* | cycle through tv channels (patch by Andrew Calkin < calkina at geexbox.org >) | aurel | 2005-09-12 |
* | use system videodev2.h instead | henry | 2005-09-10 |
* | - remove useless /dev/video* checks | henry | 2005-09-10 |
* | Ignore movi_end (except on error) to allow playing growing files. | reimar | 2005-09-09 |
* | We can not seek, so set seekable to 0 | reimar | 2005-09-06 |
* | memleak fix, escfilename was not freed for an invalid url | reimar | 2005-09-06 |
* | memleak fixes when using an http proxy | reimar | 2005-09-06 |
* | check4proxies always creates a copy, so url should be freed | reimar | 2005-09-06 |
* | memleak fixes when invalid http url specified. | reimar | 2005-09-06 |
* | better bitrate calculation | reimar | 2005-09-06 |
* | execute the check function even when a demuxer is forced, to avoid crashes. | reimar | 2005-09-06 |
* | Forgotten mpc demuxer | reimar | 2005-09-06 |
* | Changes forgotten during demuxer API change, introduce a check function. | reimar | 2005-09-06 |
* | replace sleep with usec_sleep, required for recent mingw versions, patch by R... | faust3 | 2005-09-03 |
* | faster mpg and much faster gxf demuxing | reimar | 2005-09-03 |
* | 10l, typo in last commit | reimar | 2005-09-02 |
* | Support D-Cinema audio demuxer and decoder from FFmpeg. | reimar | 2005-09-02 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 |
* | fix longstanding typo - "patentend" | wanderer | 2005-08-31 |
* | Fix move playlists (control must be returned to mplayer.c, with the demuxer | reimar | 2005-08-31 |
* | Sparcs do not like wild pointer typecasting (unaligned access). | reimar | 2005-08-30 |
* | Allow forcing of demuxers and codecs by prepending '+' | reimar | 2005-08-30 |
* | extra size checks for samples array to avoid crashes in some rare cases. | reimar | 2005-08-30 |
* | multiplying fps by 10000 is no more necessary (when determining mp4v and h264... | nicodvb | 2005-08-30 |
* | Fix nsv detection with new demuxer structure | rtognimp | 2005-08-30 |
* | Fix mpeg-pes playback | rtognimp | 2005-08-26 |
* | support MPEG in GXF container with extension-based detection. | reimar | 2005-08-26 |
* | Fixed seeking for AVC-in-Matroska (wrong assumption of what kind of reference... | mosu | 2005-08-24 |
* | Crash fix for: "[MPlayer-users] Crash of mencoder in demux_ts.c line 2728" | gpoirier | 2005-08-23 |
* | Do not free demuxer before using demuxer->desc->type (happened when using -au... | reimar | 2005-08-23 |
* | mode fps int vs. float woes | henry | 2005-08-22 |
* | 1000000000000000l | rfelker | 2005-08-19 |
* | 100l | rfelker | 2005-08-19 |
* | 100l: fix avi demuxing for ni and nini cases, allow forcing ni and nini | rtognimp | 2005-08-13 |
* | video fourcc fix | michael | 2005-08-11 |
* | demux_avi_control() missing in avi's demuxer struct. | ods15 | 2005-08-11 |
* | fix brokeness caused by demuxer patch, this code is useless for | ods15 | 2005-08-11 |
* | reconcile with earlier fps fix in mpeg header parser | rfelker | 2005-08-10 |
* | take into account that VIDIOC_S_FMT might return updated parameters | faust3 | 2005-08-06 |
* | do not crash when /dev/video0 is not present | faust3 | 2005-08-06 |
* | 100l to whoever wrote this crap using 1/10000 units. it caused framerates to ... | rfelker | 2005-08-06 |
* | Demuxer modularization | rtognimp | 2005-08-05 |