aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/video.c
Commit message (Expand)AuthorAge
* Set display size in sh_video when decoding H264.Gravatar cehoyos2009-11-16
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* MNG demuxer by Stefan Schuermans, stefan blinkenarea orgGravatar diego2008-11-30
* handle the lavfpref demuxer in the same way as the lavf oneGravatar aurel2008-08-27
* Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
* Avoid including avcodec.h in demuxer.h (and thus many other files) just to getGravatar reimar2008-07-17
* Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.hGravatar reimar2008-07-16
* Do proper parsing for DVR-MS files, this fixes playback with ffmpeg decoderGravatar reimar2008-04-05
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* in video_read_frame() set the keyframe flag in demuxer->video when dealing withGravatar nicodvb2007-11-02
* removed silly #if 1Gravatar nicodvb2007-10-27
* DEMUXER_TYPE_TV is always defined, thus removed corresponding #ifdef USE_TV.Gravatar nicodvb2007-10-27
* in process_userdata() move debugging messages from stdout to stderrGravatar nicodvb2007-10-27
* removed funny calls to fflush(stdout) after mp_msg()Gravatar nicodvb2007-10-27
* removed more empty spaces and empty linesGravatar nicodvb2007-10-27
* replaced giant if() with if(pre-calculated variable) (there was even a bug: P...Gravatar nicodvb2007-10-27
* cosmetics: removed tabs/empty lines/trailing spaces and done a partial reform...Gravatar nicodvb2007-10-27
* 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