summaryrefslogtreecommitdiffstats
path: root/libmpdemux/video.c
Commit message (Collapse)AuthorAgeFilesLines
* verbose can be negativearpi2002-11-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8028 b3059339-0415-0410-9bf9-f77b7e298cf2
* we don't need the 0x1ff hack any more!arpi2002-09-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7466 b3059339-0415-0410-9bf9-f77b7e298cf2
* .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxerarpi2002-09-101-0/+2
| | | | | | | slightly modified patch, original by Matteo Giani <matgiani@ctonet.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7365 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo (checking for mpeg twice, instead of mpeg & MPEG)michael2002-09-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7303 b3059339-0415-0410-9bf9-f77b7e298cf2
* user-data moved one -v uparpi2002-08-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7209 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross ↵arpi2002-08-051-1/+12
| | | | | | | | | Finlayson <finlayson@live.com> see <http://www.live.com/mplayer/> for details. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6911 b3059339-0415-0410-9bf9-f77b7e298cf2
* codmetics :)arpi2002-07-251-7/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6792 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, ↵atmos42002-07-251-1/+12
| | | | | | small changes by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6785 b3059339-0415-0410-9bf9-f77b7e298cf2
* Paul Ortyl's patchalex2002-06-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6572 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed playback speed and a-v sync issuesarpi2002-06-141-6/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6424 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix asf stream wich were giving invalid frame times because the frame timealbeu2002-06-101-2/+2
| | | | | | | was 0. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6372 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix frame_time for variable fps movies as it was the last frame duration.albeu2002-05-021-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5931 b3059339-0415-0410-9bf9-f77b7e298cf2
* ugly workaround disabledarpi2002-04-291-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5899 b3059339-0415-0410-9bf9-f77b7e298cf2
* generalized the cut'n'pasted variable fps code, #ifdef-ed TV until v4l is ↵arpi2002-04-121-24/+14
| | | | | | updated git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5574 b3059339-0415-0410-9bf9-f77b7e298cf2
* BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>arpi2002-04-121-0/+4
| | | | | | | | | | | - tvi interface changes, grab_audio/video now returns timestamp! - tv demuxer gets 'ds' hint too - some verbose skip/dup counters to mencoder - tvi_bsdbt848.c updates - aviwrite/mencoder size types int->off_t git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5573 b3059339-0415-0410-9bf9-f77b7e298cf2
* backed out unneeded modmelanson2002-03-311-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5424 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed RoQ framerate by multiplying PTS calculation by some absurd constantmelanson2002-03-311-0/+3
| | | | | | | (and it works!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5422 b3059339-0415-0410-9bf9-f77b7e298cf2
* added proper PTS support for FILM demuxermelanson2002-03-161-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5144 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch: Improved raw encoding support in mencoder by Fredrik Kuivinenatmos42002-02-201-2/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4775 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpeg-es osd fix - patch by ??? (lost mail:((()arpi2002-02-141-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4706 b3059339-0415-0410-9bf9-f77b7e298cf2
* aspect ratio 9 added.jaf2002-01-241-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4337 b3059339-0415-0410-9bf9-f77b7e298cf2
* added mpeg userdata dumparpi2002-01-101-3/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4075 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpeg2 is now able to decode framecopied (with mencoder) mpeg filesalex2002-01-041-0/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3981 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing #include'spl2001-12-251-0/+1
| | | | | | | Note: stream.h contains static inline functions, which is not quite clean :/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3727 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add aspect 6, anamorphic 16:9 for svcdatmos42001-12-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3667 b3059339-0415-0410-9bf9-f77b7e298cf2
* vivo A-V sync fixedarpi2001-12-161-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3527 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add aspect 4 to known aspect codes, probably SECAM 4:3, at least sample file ↵atmos42001-12-081-0/+1
| | | | | | was 4:3. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3380 b3059339-0415-0410-9bf9-f77b7e298cf2
* added missing #include <malloc.h>pl2001-11-091-1/+5
| | | | | | | | #include "config.h" moved as 1st #include since it defines HAVE_foo_h for later conditional inclusions git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2776 b3059339-0415-0410-9bf9-f77b7e298cf2
* video frame reading cleanuparpi2001-10-301-0/+244
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2568 b3059339-0415-0410-9bf9-f77b7e298cf2