aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/video.c
Commit message (Expand)AuthorAge
* raw mpeg4-es support (you need to set -fps manually!)Gravatar arpi2003-01-23
* telecine detectionGravatar arpi2003-01-16
* fixed the well-known DVD/DVB audio delay bug :)Gravatar arpi2003-01-16
* verbose can be negativeGravatar arpi2002-11-01
* we don't need the 0x1ff hack any more!Gravatar arpi2002-09-21
* .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxerGravatar arpi2002-09-10
* typo (checking for mpeg twice, instead of mpeg & MPEG)Gravatar michael2002-09-06
* user-data moved one -v upGravatar arpi2002-08-31
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson...Gravatar arpi2002-08-05
* codmetics :)Gravatar arpi2002-07-25
* DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, sm...Gravatar atmos42002-07-25
* Paul Ortyl's patchGravatar alex2002-06-27
* fixed playback speed and a-v sync issuesGravatar arpi2002-06-14
* Fix asf stream wich were giving invalid frame times because the frame timeGravatar albeu2002-06-10
* Fix frame_time for variable fps movies as it was the last frame duration.Gravatar albeu2002-05-02
* ugly workaround disabledGravatar arpi2002-04-29
* generalized the cut'n'pasted variable fps code, #ifdef-ed TV until v4l is upd...Gravatar arpi2002-04-12
* BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>Gravatar arpi2002-04-12
* backed out unneeded modGravatar melanson2002-03-31
* fixed RoQ framerate by multiplying PTS calculation by some absurd constantGravatar melanson2002-03-31
* added proper PTS support for FILM demuxerGravatar melanson2002-03-16
* Patch: Improved raw encoding support in mencoder by Fredrik KuivinenGravatar atmos42002-02-20
* mpeg-es osd fix - patch by ??? (lost mail:((()Gravatar arpi2002-02-14
* aspect ratio 9 added.Gravatar jaf2002-01-24
* added mpeg userdata dumpGravatar arpi2002-01-10
* libmpeg2 is now able to decode framecopied (with mencoder) mpeg filesGravatar alex2002-01-04
* missing #include'sGravatar pl2001-12-25
* Add aspect 6, anamorphic 16:9 for svcdGravatar atmos42001-12-23
* vivo A-V sync fixedGravatar arpi2001-12-16
* Add aspect 4 to known aspect codes, probably SECAM 4:3, at least sample file ...Gravatar atmos42001-12-08
* added missing #include <malloc.h>Gravatar pl2001-11-09
* video frame reading cleanupGravatar arpi2001-10-30