| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 1 | -1/+1 |
|\ |
|
| * | 100l, fix frametime calculation for MPEG-2 files with frame rate extension. | reimar | 2010-03-27 | 1 | -1/+1 |
* | | Merge svn changes up to r30907 | Uoti Urpala | 2010-04-26 | 1 | -0/+2 |
|\| |
|
| * | Calculate width and height in mp4_header_process_vop(). | cehoyos | 2010-03-15 | 1 | -0/+2 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | | Merge svn changes up to r30748 | Uoti Urpala | 2010-03-10 | 1 | -1/+1 |
|\| |
|
| * | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 | 1 | -1/+1 |
* | | Merge svn changes up to r30683 | Uoti Urpala | 2010-03-10 | 1 | -5/+7 |
|\| |
|
| * | Fix fps output with -identify when frame rate extension is used for MPEG-2 | reimar | 2010-02-21 | 1 | -1/+1 |
| * | Parse and use the information from the frame rate extension header for MPEG-2. | reimar | 2010-02-21 | 1 | -4/+6 |
| * | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 | 1 | -1/+0 |
* | | Merge svn changes up to r30643 | Uoti Urpala | 2010-03-10 | 1 | -2/+1 |
|\| |
|
| * | Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations. | diego | 2010-02-17 | 1 | -2/+1 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 1 | -0/+2 |
|\| |
|
| * | Set display size in sh_video when decoding H264. | cehoyos | 2009-11-16 | 1 | -0/+2 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -10/+10 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -11/+10 |
* | | Merge svn changes up to r29304 | Uoti Urpala | 2009-07-07 | 1 | -1/+19 |
|\| |
|
| * | Add standard license header to all files in libmpdemux. | diego | 2009-05-08 | 1 | -1/+19 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -11/+11 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -11/+11 |
|/ |
|
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 | 1 | -1/+1 |
* | MNG demuxer by Stefan Schuermans, stefan blinkenarea org | diego | 2008-11-30 | 1 | -0/+1 |
* | handle the lavfpref demuxer in the same way as the lavf one | aurel | 2008-08-27 | 1 | -0/+1 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 1 | -2/+2 |
* | Avoid including avcodec.h in demuxer.h (and thus many other files) just to get | reimar | 2008-07-17 | 1 | -8/+8 |
* | Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h | reimar | 2008-07-16 | 1 | -6/+0 |
* | Do proper parsing for DVR-MS files, this fixes playback with ffmpeg decoder | reimar | 2008-04-05 | 1 | -0/+6 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -3/+1 |
* | in video_read_frame() set the keyframe flag in demuxer->video when dealing with | nicodvb | 2007-11-02 | 1 | -0/+2 |
* | removed silly #if 1 | nicodvb | 2007-10-27 | 1 | -2/+0 |
* | DEMUXER_TYPE_TV is always defined, thus removed corresponding #ifdef USE_TV. | nicodvb | 2007-10-27 | 1 | -2/+0 |
* | in process_userdata() move debugging messages from stdout to stderr | nicodvb | 2007-10-27 | 1 | -4/+4 |
* | removed funny calls to fflush(stdout) after mp_msg() | nicodvb | 2007-10-27 | 1 | -7/+7 |
* | removed more empty spaces and empty lines | nicodvb | 2007-10-27 | 1 | -3/+1 |
* | replaced giant if() with if(pre-calculated variable) (there was even a bug: P... | nicodvb | 2007-10-27 | 1 | -5/+1 |
* | cosmetics: removed tabs/empty lines/trailing spaces and done a partial reform... | nicodvb | 2007-10-27 | 1 | -82/+72 |
* | cosmetics: moved to function find_video_codec() and reused in video_read_*() ... | nicodvb | 2007-10-27 | 1 | -45/+42 |
* | Fix segfault if an 'strf' chunk couldn't be found in avi | attila | 2007-07-13 | 1 | -0/+3 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | removed ages-old and insane #if0-ed and commented code | nicodvb | 2007-02-10 | 1 | -77/+0 |
* | vc1 in mpegts | nicodvb | 2007-02-09 | 1 | -2/+2 |
* | vc1 probing code: if sh_video->bih can't be callocated exit | nicodvb | 2007-01-20 | 1 | -0/+4 |
* | in vc1 probing code, all packets before the first sequence header must be ski... | nicodvb | 2007-01-20 | 1 | -1/+1 |
* | removed unused variables; replaced wrong call to realloc() with calloc() in v... | nicodvb | 2007-01-20 | 1 | -3/+1 |
* | decode vc1 sequence header and frame it in video_read_frame(); | nicodvb | 2007-01-20 | 1 | -0/+73 |
* | Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error, | reimar | 2007-01-05 | 1 | -5/+5 |
* | Cleanup for uselessly complicated closed-caption subtitle handling | reimar | 2006-11-25 | 1 | -1/+1 |
* | Support for variable fps OGM files, blessed by Moritz. | diego | 2006-09-12 | 1 | -0/+1 |
* | Use better resolution for pts computation. | rtogni | 2006-09-05 | 1 | -1/+1 |
* | Workaround for live Real streams starting with nonzero pts | rtogni | 2006-09-03 | 1 | -1/+1 |
* | Remove support for obsolete and non-free divx4/odivx libraries. | diego | 2006-07-14 | 1 | -3/+1 |
* | Revert r18878, always sync rm files using only pts (ignore framerate) | rtogni | 2006-07-08 | 1 | -1/+8 |
* | Fix A-V sync for real files (also live streams) | rtogni | 2006-07-01 | 1 | -1/+1 |
* | moved code to set aspect ratio for mpeg12 away from video.c and into decoder ... | nicodvb | 2006-05-10 | 1 | -1/+0 |
* | COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.c | nicodvb | 2006-05-07 | 1 | -28/+1 |
* | support for vfps OGM files | diego | 2006-05-06 | 1 | -1/+3 |
* | Rename some forgotten #ifdef STREAMING_LIVE_DOT_COM to STREAMING_LIVE555. | diego | 2006-04-23 | 1 | -3/+3 |
* | Fix a/v desync for real some files | rtognimp | 2006-03-26 | 1 | -1/+1 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -1/+1 |
* | include the right avcodec.h, consistently with the rest of mplayer | nicodvb | 2006-01-08 | 1 | -2/+4 |
* | disabled hack to read the properties of mpeg1/2 video in avi and asf: it's to... | nicodvb | 2006-01-07 | 1 | -1/+1 |
* | search next sequence_header untile a valid one is found | nicodvb | 2005-12-31 | 1 | -2/+3 |
* | malloc padding to avoid access beyond allocated memory | henry | 2005-12-19 | 1 | -12/+27 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -1/+1 |
* | Fix H264 packetizer. Might not work with arbitrary slice order. | reimar | 2005-09-17 | 1 | -1/+22 |
* | Fix mpeg-pes playback | rtognimp | 2005-08-26 | 1 | -0/+3 |
* | support MPEG in GXF container with extension-based detection. | reimar | 2005-08-26 | 1 | -0/+2 |
* | 100l to whoever wrote this crap using 1/10000 units. it caused framerates to ... | rfelker | 2005-08-06 | 1 | -16/+16 |
* | added support for other codecs (mpeg4/h264/aac) in mpeg-ps parsing the PSM | nicodvb | 2005-03-06 | 1 | -6/+14 |
* | framerate autodetection for H264 in raw/ts streams | nicodvb | 2005-02-24 | 1 | -0/+24 |
* | automatic fps calculation for mpeg4 in raw stream/mpeg-ts | nicodvb | 2005-01-12 | 1 | -1/+51 |
* | merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS | nicodvb | 2004-11-24 | 1 | -25/+43 |
* | lavf ASF support | michael | 2004-04-11 | 1 | -0/+9 |
* | fix aspect 4 according to the standart | iive | 2004-01-23 | 1 | -1/+3 |
* | The message parameter was removed. | diego | 2003-11-04 | 1 | -1/+1 |
* | printing fps with 3 dec digit instead of 2 | arpi | 2003-08-27 | 1 | -1/+1 |
* | - initial support for MPEG4 in TS (M4V is working, but not AAC yet) | arpi | 2003-08-24 | 1 | -2/+3 |
* | Better support for RealVideo/RealAudio in Matroska. Includes the timestamp fi... | mosu | 2003-07-15 | 1 | -0/+1 |
* | TiVo demuxer and sub-cc/osd decoder | arpi | 2003-06-09 | 1 | -1/+11 |
* | H264-ES demuxer | michael | 2003-04-04 | 1 | -0/+50 |
* | 10l, found by Jan Kritzner <kritzner@informatik.rwth-aachen.de> | alex | 2003-03-26 | 1 | -3/+2 |
* | this is a combo patch that: | arpi | 2003-03-16 | 1 | -1/+3 |
* | This patch corrects the calculation of the MPEG bitrate from the | arpi | 2003-03-15 | 1 | -3/+3 |
* | Repairing breakage to RTP streaming. Patch by Ross Finlayson <finlayson@live.... | bertrand | 2003-02-18 | 1 | -7/+11 |
* | debug | arpi | 2003-02-02 | 1 | -1/+1 |
* | libgif/libungif based demuxer support for libmpdemux. | arpi | 2003-01-28 | 1 | -0/+3 |
* | raw mpeg4-es support (you need to set -fps manually!) | arpi | 2003-01-23 | 1 | -0/+50 |
* | telecine detection | arpi | 2003-01-16 | 1 | -1/+23 |
* | fixed the well-known DVD/DVB audio delay bug :) | arpi | 2003-01-16 | 1 | -1/+28 |
* | verbose can be negative | arpi | 2002-11-01 | 1 | -1/+1 |
* | we don't need the 0x1ff hack any more! | arpi | 2002-09-21 | 1 | -1/+1 |
* | .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxer | arpi | 2002-09-10 | 1 | -0/+2 |
* | typo (checking for mpeg twice, instead of mpeg & MPEG) | michael | 2002-09-06 | 1 | -1/+1 |
* | user-data moved one -v up | arpi | 2002-08-31 | 1 | -1/+1 |
* | applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson... | arpi | 2002-08-05 | 1 | -1/+12 |
* | codmetics :) | arpi | 2002-07-25 | 1 | -7/+6 |
* | DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, sm... | atmos4 | 2002-07-25 | 1 | -1/+12 |
* | Paul Ortyl's patch | alex | 2002-06-27 | 1 | -1/+1 |
* | fixed playback speed and a-v sync issues | arpi | 2002-06-14 | 1 | -6/+11 |
* | Fix asf stream wich were giving invalid frame times because the frame time | albeu | 2002-06-10 | 1 | -2/+2 |
* | Fix frame_time for variable fps movies as it was the last frame duration. | albeu | 2002-05-02 | 1 | -2/+6 |
* | ugly workaround disabled | arpi | 2002-04-29 | 1 | -0/+2 |
* | generalized the cut'n'pasted variable fps code, #ifdef-ed TV until v4l is upd... | arpi | 2002-04-12 | 1 | -24/+14 |
* | BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com> | arpi | 2002-04-12 | 1 | -0/+4 |
* | backed out unneeded mod | melanson | 2002-03-31 | 1 | -3/+0 |
* | fixed RoQ framerate by multiplying PTS calculation by some absurd constant | melanson | 2002-03-31 | 1 | -0/+3 |
* | added proper PTS support for FILM demuxer | melanson | 2002-03-16 | 1 | -0/+4 |
* | Patch: Improved raw encoding support in mencoder by Fredrik Kuivinen | atmos4 | 2002-02-20 | 1 | -2/+15 |
* | mpeg-es osd fix - patch by ??? (lost mail:((() | arpi | 2002-02-14 | 1 | -1/+2 |
* | aspect ratio 9 added. | jaf | 2002-01-24 | 1 | -0/+3 |
* | added mpeg userdata dump | arpi | 2002-01-10 | 1 | -3/+14 |
* | libmpeg2 is now able to decode framecopied (with mencoder) mpeg files | alex | 2002-01-04 | 1 | -0/+28 |
* | missing #include's | pl | 2001-12-25 | 1 | -0/+1 |
* | Add aspect 6, anamorphic 16:9 for svcd | atmos4 | 2001-12-23 | 1 | -0/+1 |
* | vivo A-V sync fixed | arpi | 2001-12-16 | 1 | -0/+6 |
* | Add aspect 4 to known aspect codes, probably SECAM 4:3, at least sample file ... | atmos4 | 2001-12-08 | 1 | -0/+1 |
* | added missing #include <malloc.h> | pl | 2001-11-09 | 1 | -1/+5 |
* | video frame reading cleanup | arpi | 2001-10-30 | 1 | -0/+244 |