| Commit message (Expand) | Author | Age |
* | Remove dead code | wm4 | 2012-08-01 |
* | configure: remove checks for malloc.h and alloca() | wm4 | 2012-07-30 |
* | Remove some demuxers and decoders | wm4 | 2012-07-30 |
* | demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY | Uoti Urpala | 2012-07-25 |
* | cleanup: remove more warnings | Clément Bœsch | 2011-05-02 |
* | demux_ty: disable -subcc functionality (demux_ty_osd) | Uoti Urpala | 2011-03-24 |
* | cleanup: remove some casts of memalign() return value | diego | 2011-02-15 |
* | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 |
* | cosmetics: make some arguments const, "unsigned char"->uint8_t | reimar | 2010-12-16 |
* | cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr) | reimar | 2010-11-02 |
* | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 |
|\ |
|
* \ | Merge svn changes up to r30907 | Uoti Urpala | 2010-04-26 |
|\ \ |
|
| | * | 100l, fix frametime calculation for MPEG-2 files with frame rate extension. | reimar | 2010-03-27 |
| |/ |
|
| * | Calculate width and height in mp4_header_process_vop(). | cehoyos | 2010-03-15 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 |
* | | Merge svn changes up to r30748 | Uoti Urpala | 2010-03-10 |
|\| |
|
* | | Merge svn changes up to r30683 | Uoti Urpala | 2010-03-10 |
|\ \ |
|
* \ \ | Merge svn changes up to r30643 | Uoti Urpala | 2010-03-10 |
|\ \ \ |
|
| | | * | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 |
| | |/ |
|
| | * | Fix fps output with -identify when frame rate extension is used for MPEG-2 | reimar | 2010-02-21 |
| | * | Parse and use the information from the frame rate extension header for MPEG-2. | reimar | 2010-02-21 |
| | * | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 |
| |/ |
|
| * | Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations. | diego | 2010-02-17 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 |
|\| |
|
| * | Set display size in sh_video when decoding H264. | cehoyos | 2009-11-16 |
* | | 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 |
| | * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
| |/ |
|
| * | 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 |