aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/video.c
Commit message (Expand)AuthorAge
...
* cosmetics: moved to function find_video_codec() and reused in video_read_*() ...Gravatar nicodvb2007-10-27
* Fix segfault if an 'strf' chunk couldn't be found in aviGravatar attila2007-07-13
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* removed ages-old and insane #if0-ed and commented codeGravatar nicodvb2007-02-10
* vc1 in mpegtsGravatar nicodvb2007-02-09
* vc1 probing code: if sh_video->bih can't be callocated exitGravatar nicodvb2007-01-20
* in vc1 probing code, all packets before the first sequence header must be ski...Gravatar nicodvb2007-01-20
* removed unused variables; replaced wrong call to realloc() with calloc() in v...Gravatar nicodvb2007-01-20
* decode vc1 sequence header and frame it in video_read_frame();Gravatar nicodvb2007-01-20
* Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,Gravatar reimar2007-01-05
* Cleanup for uselessly complicated closed-caption subtitle handlingGravatar reimar2006-11-25
* Support for variable fps OGM files, blessed by Moritz.Gravatar diego2006-09-12
* Use better resolution for pts computation.Gravatar rtogni2006-09-05
* Workaround for live Real streams starting with nonzero ptsGravatar rtogni2006-09-03
* Remove support for obsolete and non-free divx4/odivx libraries.Gravatar diego2006-07-14
* Revert r18878, always sync rm files using only pts (ignore framerate)Gravatar rtogni2006-07-08
* Fix A-V sync for real files (also live streams)Gravatar rtogni2006-07-01
* moved code to set aspect ratio for mpeg12 away from video.c and into decoder ...Gravatar nicodvb2006-05-10
* COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.cGravatar nicodvb2006-05-07
* support for vfps OGM filesGravatar diego2006-05-06
* Rename some forgotten #ifdef STREAMING_LIVE_DOT_COM to STREAMING_LIVE555.Gravatar diego2006-04-23
* Fix a/v desync for real some filesGravatar rtognimp2006-03-26
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* include the right avcodec.h, consistently with the rest of mplayerGravatar nicodvb2006-01-08
* disabled hack to read the properties of mpeg1/2 video in avi and asf: it's to...Gravatar nicodvb2006-01-07
* search next sequence_header untile a valid one is foundGravatar nicodvb2005-12-31
* malloc padding to avoid access beyond allocated memoryGravatar henry2005-12-19
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* Fix H264 packetizer. Might not work with arbitrary slice order.Gravatar reimar2005-09-17
* Fix mpeg-pes playbackGravatar rtognimp2005-08-26
* support MPEG in GXF container with extension-based detection.Gravatar reimar2005-08-26
* 100l to whoever wrote this crap using 1/10000 units. it caused framerates to ...Gravatar rfelker2005-08-06
* added support for other codecs (mpeg4/h264/aac) in mpeg-ps parsing the PSMGravatar nicodvb2005-03-06
* framerate autodetection for H264 in raw/ts streamsGravatar nicodvb2005-02-24
* automatic fps calculation for mpeg4 in raw stream/mpeg-tsGravatar nicodvb2005-01-12
* merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TSGravatar nicodvb2004-11-24
* lavf ASF supportGravatar michael2004-04-11
* fix aspect 4 according to the standartGravatar iive2004-01-23
* The message parameter was removed.Gravatar diego2003-11-04
* printing fps with 3 dec digit instead of 2Gravatar arpi2003-08-27
* - initial support for MPEG4 in TS (M4V is working, but not AAC yet)Gravatar arpi2003-08-24
* Better support for RealVideo/RealAudio in Matroska. Includes the timestamp fi...Gravatar mosu2003-07-15
* TiVo demuxer and sub-cc/osd decoderGravatar arpi2003-06-09
* H264-ES demuxerGravatar michael2003-04-04
* 10l, found by Jan Kritzner <kritzner@informatik.rwth-aachen.de>Gravatar alex2003-03-26
* this is a combo patch that:Gravatar arpi2003-03-16
* This patch corrects the calculation of the MPEG bitrate from theGravatar arpi2003-03-15
* Repairing breakage to RTP streaming. Patch by Ross Finlayson <finlayson@live....Gravatar bertrand2003-02-18
* debugGravatar arpi2003-02-02
* libgif/libungif based demuxer support for libmpdemux.Gravatar arpi2003-01-28