| Commit message (Expand) | Author | Age |
* | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 |
* | Merge svn changes up to r29304 | Uoti Urpala | 2009-07-07 |
|\ |
|
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 |
| * | Add standard license header to all files in libmpdemux. | diego | 2009-05-08 |
|/ |
|
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 |
* | MNG demuxer by Stefan Schuermans, stefan blinkenarea org | diego | 2008-11-30 |
* | handle the lavfpref demuxer in the same way as the lavf one | aurel | 2008-08-27 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 |
* | Avoid including avcodec.h in demuxer.h (and thus many other files) just to get | reimar | 2008-07-17 |
* | Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h | reimar | 2008-07-16 |
* | Do proper parsing for DVR-MS files, this fixes playback with ffmpeg decoder | reimar | 2008-04-05 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 |
* | in video_read_frame() set the keyframe flag in demuxer->video when dealing with | nicodvb | 2007-11-02 |
* | removed silly #if 1 | nicodvb | 2007-10-27 |
* | DEMUXER_TYPE_TV is always defined, thus removed corresponding #ifdef USE_TV. | nicodvb | 2007-10-27 |
* | in process_userdata() move debugging messages from stdout to stderr | nicodvb | 2007-10-27 |
* | removed funny calls to fflush(stdout) after mp_msg() | nicodvb | 2007-10-27 |
* | removed more empty spaces and empty lines | nicodvb | 2007-10-27 |
* | replaced giant if() with if(pre-calculated variable) (there was even a bug: P... | nicodvb | 2007-10-27 |
* | cosmetics: removed tabs/empty lines/trailing spaces and done a partial reform... | nicodvb | 2007-10-27 |
* | cosmetics: moved to function find_video_codec() and reused in video_read_*() ... | nicodvb | 2007-10-27 |
* | Fix segfault if an 'strf' chunk couldn't be found in avi | attila | 2007-07-13 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 |
* | removed ages-old and insane #if0-ed and commented code | nicodvb | 2007-02-10 |
* | vc1 in mpegts | nicodvb | 2007-02-09 |
* | vc1 probing code: if sh_video->bih can't be callocated exit | nicodvb | 2007-01-20 |
* | in vc1 probing code, all packets before the first sequence header must be ski... | nicodvb | 2007-01-20 |
* | removed unused variables; replaced wrong call to realloc() with calloc() in v... | nicodvb | 2007-01-20 |
* | decode vc1 sequence header and frame it in video_read_frame(); | nicodvb | 2007-01-20 |
* | Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error, | reimar | 2007-01-05 |
* | Cleanup for uselessly complicated closed-caption subtitle handling | reimar | 2006-11-25 |
* | Support for variable fps OGM files, blessed by Moritz. | diego | 2006-09-12 |
* | Use better resolution for pts computation. | rtogni | 2006-09-05 |
* | Workaround for live Real streams starting with nonzero pts | rtogni | 2006-09-03 |
* | Remove support for obsolete and non-free divx4/odivx libraries. | diego | 2006-07-14 |
* | Revert r18878, always sync rm files using only pts (ignore framerate) | rtogni | 2006-07-08 |
* | Fix A-V sync for real files (also live streams) | rtogni | 2006-07-01 |
* | moved code to set aspect ratio for mpeg12 away from video.c and into decoder ... | nicodvb | 2006-05-10 |
* | COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.c | nicodvb | 2006-05-07 |
* | support for vfps OGM files | diego | 2006-05-06 |
* | Rename some forgotten #ifdef STREAMING_LIVE_DOT_COM to STREAMING_LIVE555. | diego | 2006-04-23 |
* | Fix a/v desync for real some files | rtognimp | 2006-03-26 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 |
* | include the right avcodec.h, consistently with the rest of mplayer | nicodvb | 2006-01-08 |
* | disabled hack to read the properties of mpeg1/2 video in avi and asf: it's to... | nicodvb | 2006-01-07 |
* | search next sequence_header untile a valid one is found | nicodvb | 2005-12-31 |
* | malloc padding to avoid access beyond allocated memory | henry | 2005-12-19 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 |
* | Fix H264 packetizer. Might not work with arbitrary slice order. | reimar | 2005-09-17 |