| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup: fix mp_dbg() format string warnings | Clément Bœsch | 2011-07-01 | 1 | -1/+1 |
* | cleanup: remove NULL checks before free() all over the code | cboesch | 2010-11-14 | 1 | -14/+7 |
* | Remove #warning preprocessor directives | diego | 2010-11-02 | 1 | -1/+1 |
* | cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr) | reimar | 2010-11-02 | 1 | -4/+2 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | translations: tweak cases that relied on concatenating adjacent strings | Uoti Urpala | 2010-03-07 | 1 | -2/+4 |
* | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 | 1 | -1/+1 |
|\ |
|
| * | In all demux_info_add calls change "name" to "title". | reimar | 2009-05-30 | 1 | -1/+1 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -19/+19 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -19/+19 |
* | | Merge svn changes up to r29304 | Uoti Urpala | 2009-07-07 | 1 | -2/+21 |
|\| |
|
| * | Add standard license header to all files in libmpdemux. | diego | 2009-05-08 | 1 | -2/+21 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -2/+2 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -2/+2 |
|/ |
|
* | Avoid including avcodec.h in demuxer.h (and thus many other files) just to get | reimar | 2008-07-17 | 1 | -3/+3 |
* | Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h | reimar | 2008-07-16 | 1 | -6/+0 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -3/+1 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -1/+1 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion. | diego | 2007-02-21 | 1 | -1/+1 |
* | Remove superfluous bswap.h include. | diego | 2006-12-02 | 1 | -1/+0 |
* | printf --> mp_msg | diego | 2006-07-14 | 1 | -20/+20 |
* | Change free_sh_audio() to take demuxer and stream id as parameters | uau | 2006-06-14 | 1 | -1/+1 |
* | Fix potential integer overflows in memory allocation. | rtogni | 2006-06-04 | 1 | -0/+2 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -4/+4 |
* | convert some printfs to mp_msg | rathann | 2006-01-10 | 1 | -1/+1 |
* | include the right avcodec.h, consistently with the rest of mplayer | nicodvb | 2006-01-08 | 1 | -2/+4 |
* | malloc padding to avoid access beyond allocated memory | henry | 2005-12-19 | 1 | -1/+8 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -8/+25 |
* | make stupid gcc versions happy | rfelker | 2004-03-31 | 1 | -0/+1 |
* | 100l Fix audio decoding and random sig11 | rtognimp | 2003-12-15 | 1 | -1/+1 |
* | fixed 2 10l-s (bug found in the spring cleanup patch by Raindel Shachar | alex | 2003-04-21 | 1 | -4/+3 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | michael | 2002-11-23 | 1 | -1/+1 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 1 | -5/+3 |
* | some more output cosmetics, especially for vivo and mov demuxers | arpi | 2002-05-20 | 1 | -2/+2 |
* | warning (proper) fix | pl | 2002-01-29 | 1 | -0/+1 |
* | warning fix | pl | 2001-12-25 | 1 | -2/+2 |
* | x = malloc(strlen(s) + c) ... strcpy(x, s) | pl | 2001-12-19 | 1 | -8/+4 |
* | vivo A-V sync fixed | arpi | 2001-12-16 | 1 | -1/+9 |
* | -vivo version option added | alex | 2001-12-15 | 1 | -0/+3 |
* | added -vivo subconfig | alex | 2001-12-15 | 1 | -32/+85 |
* | hacked audio support to work with acm | alex | 2001-12-12 | 1 | -29/+92 |
* | fixed Waveformatheader emu and added vivo1/2 audio detection | alex | 2001-12-10 | 1 | -9/+29 |
* | added support for packet 0x82 (from vivodump.c by arpi) | alex | 2001-12-01 | 1 | -5/+28 |
* | changed to generate fourcc's like: viv<version> -> viv1,viv2 | alex | 2001-11-25 | 1 | -2/+9 |
* | wrote a very annoying bug | alex | 2001-11-22 | 1 | -1/+1 |
* | added support for demux_info | alex | 2001-11-22 | 1 | -3/+10 |
* | some minor fixes | alex | 2001-11-16 | 1 | -13/+18 |
* | small fix | pl | 2001-11-11 | 1 | -11/+11 |
* | disabled vivo2 scaling (decodes some vivo2 files) | alex | 2001-11-11 | 1 | -1/+6 |
* | checking for EOF | alex | 2001-11-10 | 1 | -1/+3 |
* | freeing up space and some debug | alex | 2001-11-09 | 1 | -0/+31 |
* | vivo_check_file uses also new textparser | alex | 2001-11-09 | 1 | -2/+2 |
* | added text block parser | alex | 2001-11-09 | 1 | -11/+184 |
* | vivo 2.0 compatibility | arpi | 2001-11-04 | 1 | -13/+40 |
* | vivo demuxer | arpi | 2001-11-04 | 1 | -0/+317 |