aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/video.c
Commit message (Expand)AuthorAge
* libmpdemux: add back demux_mpgGravatar wm42012-09-18
* Remove support for LIVE555 RTSP streamingGravatar wm42012-08-20
* libmpdemux: remove demux_real, demux_viv, demux_audioGravatar wm42012-08-20
* Remove dead codeGravatar wm42012-08-01
* configure: remove checks for malloc.h and alloca()Gravatar wm42012-07-30
* Remove some demuxers and decodersGravatar wm42012-07-30
* demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYGravatar Uoti Urpala2012-07-25
* cleanup: remove more warningsGravatar Clément Bœsch2011-05-02
* demux_ty: disable -subcc functionality (demux_ty_osd)Gravatar Uoti Urpala2011-03-24
* cleanup: remove some casts of memalign() return valueGravatar diego2011-02-15
* sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
* cosmetics: make some arguments const, "unsigned char"->uint8_tGravatar reimar2010-12-16
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\
* \ Merge svn changes up to r30907Gravatar Uoti Urpala2010-04-26
|\ \
| | * 100l, fix frametime calculation for MPEG-2 files with frame rate extension.Gravatar reimar2010-03-27
| |/
| * Calculate width and height in mp4_header_process_vop().Gravatar cehoyos2010-03-15
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\ \ \
| | | * Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
| | |/
| | * Fix fps output with -identify when frame rate extension is used for MPEG-2Gravatar reimar2010-02-21
| | * Parse and use the information from the frame rate extension header for MPEG-2.Gravatar reimar2010-02-21
| | * cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
| |/
| * Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.Gravatar diego2010-02-17
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Set display size in sh_video when decoding H264.Gravatar cehoyos2009-11-16
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
* | | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| | * 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