summaryrefslogtreecommitdiffstats
path: root/libmpdemux/video.c
Commit message (Expand)AuthorAgeFilesLines
* Do proper parsing for DVR-MS files, this fixes playback with ffmpeg decoderreimar2008-04-051-0/+6
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-3/+1
* in video_read_frame() set the keyframe flag in demuxer->video when dealing withnicodvb2007-11-021-0/+2
* removed silly #if 1nicodvb2007-10-271-2/+0
* DEMUXER_TYPE_TV is always defined, thus removed corresponding #ifdef USE_TV.nicodvb2007-10-271-2/+0
* in process_userdata() move debugging messages from stdout to stderrnicodvb2007-10-271-4/+4
* removed funny calls to fflush(stdout) after mp_msg()nicodvb2007-10-271-7/+7
* removed more empty spaces and empty linesnicodvb2007-10-271-3/+1
* replaced giant if() with if(pre-calculated variable) (there was even a bug: P...nicodvb2007-10-271-5/+1
* cosmetics: removed tabs/empty lines/trailing spaces and done a partial reform...nicodvb2007-10-271-82/+72
* cosmetics: moved to function find_video_codec() and reused in video_read_*() ...nicodvb2007-10-271-45/+42
* Fix segfault if an 'strf' chunk couldn't be found in aviattila2007-07-131-0/+3
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* removed ages-old and insane #if0-ed and commented codenicodvb2007-02-101-77/+0
* vc1 in mpegtsnicodvb2007-02-091-2/+2
* vc1 probing code: if sh_video->bih can't be callocated exitnicodvb2007-01-201-0/+4
* in vc1 probing code, all packets before the first sequence header must be ski...nicodvb2007-01-201-1/+1
* removed unused variables; replaced wrong call to realloc() with calloc() in v...nicodvb2007-01-201-3/+1
* decode vc1 sequence header and frame it in video_read_frame();nicodvb2007-01-201-0/+73
* Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,reimar2007-01-051-5/+5
* Cleanup for uselessly complicated closed-caption subtitle handlingreimar2006-11-251-1/+1
* Support for variable fps OGM files, blessed by Moritz.diego2006-09-121-0/+1
* Use better resolution for pts computation.rtogni2006-09-051-1/+1
* Workaround for live Real streams starting with nonzero ptsrtogni2006-09-031-1/+1
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-141-3/+1
* Revert r18878, always sync rm files using only pts (ignore framerate)rtogni2006-07-081-1/+8
* Fix A-V sync for real files (also live streams)rtogni2006-07-011-1/+1
* moved code to set aspect ratio for mpeg12 away from video.c and into decoder ...nicodvb2006-05-101-1/+0
* COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.cnicodvb2006-05-071-28/+1
* support for vfps OGM filesdiego2006-05-061-1/+3
* Rename some forgotten #ifdef STREAMING_LIVE_DOT_COM to STREAMING_LIVE555.diego2006-04-231-3/+3
* Fix a/v desync for real some filesrtognimp2006-03-261-1/+1
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-1/+1
* include the right avcodec.h, consistently with the rest of mplayernicodvb2006-01-081-2/+4
* disabled hack to read the properties of mpeg1/2 video in avi and asf: it's to...nicodvb2006-01-071-1/+1
* search next sequence_header untile a valid one is foundnicodvb2005-12-311-2/+3
* malloc padding to avoid access beyond allocated memoryhenry2005-12-191-12/+27
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* Fix H264 packetizer. Might not work with arbitrary slice order.reimar2005-09-171-1/+22
* Fix mpeg-pes playbackrtognimp2005-08-261-0/+3
* support MPEG in GXF container with extension-based detection.reimar2005-08-261-0/+2
* 100l to whoever wrote this crap using 1/10000 units. it caused framerates to ...rfelker2005-08-061-16/+16
* added support for other codecs (mpeg4/h264/aac) in mpeg-ps parsing the PSMnicodvb2005-03-061-6/+14
* framerate autodetection for H264 in raw/ts streamsnicodvb2005-02-241-0/+24
* automatic fps calculation for mpeg4 in raw stream/mpeg-tsnicodvb2005-01-121-1/+51
* merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TSnicodvb2004-11-241-25/+43
* lavf ASF supportmichael2004-04-111-0/+9
* fix aspect 4 according to the standartiive2004-01-231-1/+3
* The message parameter was removed.diego2003-11-041-1/+1
* printing fps with 3 dec digit instead of 2arpi2003-08-271-1/+1
* - initial support for MPEG4 in TS (M4V is working, but not AAC yet)arpi2003-08-241-2/+3
* Better support for RealVideo/RealAudio in Matroska. Includes the timestamp fi...mosu2003-07-151-0/+1
* TiVo demuxer and sub-cc/osd decoderarpi2003-06-091-1/+11
* H264-ES demuxermichael2003-04-041-0/+50
* 10l, found by Jan Kritzner <kritzner@informatik.rwth-aachen.de>alex2003-03-261-3/+2
* this is a combo patch that:arpi2003-03-161-1/+3
* This patch corrects the calculation of the MPEG bitrate from thearpi2003-03-151-3/+3
* Repairing breakage to RTP streaming. Patch by Ross Finlayson <finlayson@live....bertrand2003-02-181-7/+11
* debugarpi2003-02-021-1/+1
* libgif/libungif based demuxer support for libmpdemux.arpi2003-01-281-0/+3
* raw mpeg4-es support (you need to set -fps manually!)arpi2003-01-231-0/+50
* telecine detectionarpi2003-01-161-1/+23
* fixed the well-known DVD/DVB audio delay bug :)arpi2003-01-161-1/+28
* verbose can be negativearpi2002-11-011-1/+1
* we don't need the 0x1ff hack any more!arpi2002-09-211-1/+1
* .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxerarpi2002-09-101-0/+2
* typo (checking for mpeg twice, instead of mpeg & MPEG)michael2002-09-061-1/+1
* user-data moved one -v uparpi2002-08-311-1/+1
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson...arpi2002-08-051-1/+12
* codmetics :)arpi2002-07-251-7/+6
* DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, sm...atmos42002-07-251-1/+12
* Paul Ortyl's patchalex2002-06-271-1/+1
* fixed playback speed and a-v sync issuesarpi2002-06-141-6/+11
* Fix asf stream wich were giving invalid frame times because the frame timealbeu2002-06-101-2/+2
* Fix frame_time for variable fps movies as it was the last frame duration.albeu2002-05-021-2/+6
* ugly workaround disabledarpi2002-04-291-0/+2
* generalized the cut'n'pasted variable fps code, #ifdef-ed TV until v4l is upd...arpi2002-04-121-24/+14
* BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>arpi2002-04-121-0/+4
* backed out unneeded modmelanson2002-03-311-3/+0
* fixed RoQ framerate by multiplying PTS calculation by some absurd constantmelanson2002-03-311-0/+3
* added proper PTS support for FILM demuxermelanson2002-03-161-0/+4
* Patch: Improved raw encoding support in mencoder by Fredrik Kuivinenatmos42002-02-201-2/+15
* mpeg-es osd fix - patch by ??? (lost mail:((()arpi2002-02-141-1/+2
* aspect ratio 9 added.jaf2002-01-241-0/+3
* added mpeg userdata dumparpi2002-01-101-3/+14
* libmpeg2 is now able to decode framecopied (with mencoder) mpeg filesalex2002-01-041-0/+28
* missing #include'spl2001-12-251-0/+1
* Add aspect 6, anamorphic 16:9 for svcdatmos42001-12-231-0/+1
* vivo A-V sync fixedarpi2001-12-161-0/+6
* Add aspect 4 to known aspect codes, probably SECAM 4:3, at least sample file ...atmos42001-12-081-0/+1
* added missing #include <malloc.h>pl2001-11-091-1/+5
* video frame reading cleanuparpi2001-10-301-0/+244