| Commit message (Expand) | Author | Age |
* | cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr) | reimar | 2010-11-02 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 |
* | Merge svn changes up to r30643 | Uoti Urpala | 2010-03-10 |
|\ |
|
| * | Add header file for store_ughvlc(); avoids forward declarations. | diego | 2010-02-17 |
| * | Mark mov_build_index() as static; it is not used outside of the file. | diego | 2010-02-17 |
* | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 |
|\| |
|
| * | 100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on, | reimar | 2009-09-04 |
* | | Replace libavutil internal header #includes with MPlayer copies | Uoti Urpala | 2009-07-26 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 |
|\| |
|
* | | 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 |
| | * | In all demux_info_add calls change "name" to "title". | reimar | 2009-05-30 |
| | * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
| |/ |
|
| * | Add standard license header to all files in libmpdemux. | diego | 2009-05-08 |
* | | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 |
|\| |
|
| * | Remove unused variable from demux_mov. | reimar | 2009-03-08 |
* | | Merge svn changes up to r28537 | Uoti Urpala | 2009-02-12 |
|\| |
|
| * | Fix a couple of unused variable warnings through the av_unused attribute. | diego | 2009-02-07 |
| * | Convert CONFIG_ZLIB into a 0/1 option. | diego | 2009-02-07 |
* | | Make various functions static | Uoti Urpala | 2008-08-12 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 |
|\| |
|
| * | Rename all preprocessor directives related to Apple / Mac OS X. | diego | 2008-08-06 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 |
* | | Merge svn changes up to r27332 | Uoti Urpala | 2008-07-21 |
|\| |
|
| * | And a 1000l for r27263, swapped a condition, thus setting size to | reimar | 2008-07-16 |
| * | 100l, fix calloc being called with the wrong argument due to reordering | reimar | 2008-07-16 |
* | | Merge svn changes up to r27281 | Uoti Urpala | 2008-07-15 |
|\| |
|
| * | Change a broken check. FFMAX does not work as intended because trak->chunkmap... | reimar | 2008-07-14 |
| * | Reindent after last commit | reimar | 2008-07-11 |
| * | Check size of tkdata before using it in mov demuxer. | reimar | 2008-07-11 |
| * | Add atom_len sanity check to mov demuxer. | reimar | 2008-07-11 |
| * | Quick hack to fix demux_mov crashes where easily possible. | reimar | 2008-07-11 |
* | | Merge svn changes up to r27202 | Uoti Urpala | 2008-07-05 |
|\| |
|
| * | Check stdata_len before accessing stdata. Fixes bug #1125 | reimar | 2008-07-04 |
* | | Merge svn changes up to r27184 | Uoti Urpala | 2008-07-01 |
|\| |
|
| * | Do not use stdata before checking its length | reimar | 2008-06-29 |
* | | Add option pointer to demuxers and stheader.h structs | Uoti Urpala | 2008-04-23 |
|/ |
|
* | Use HAVE_QUICKTIME instead of MACOSX preprocessor condition. | diego | 2008-03-15 |
* | Use AV_RB*, reduces x86_64 code size by almost 1kB. | reimar | 2008-02-09 |
* | Check that index is still within bounds of samples array. | reimar | 2008-01-29 |
* | Make sure chunkmap values are within bounds when using them. | reimar | 2008-01-29 |
* | Do not pointlessly read data, just skip it. | reimar | 2008-01-29 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 |
* | Support mov subtitle format directly instead of converting to text in the dem... | reimar | 2008-01-27 |
* | Simplify init_vobsub: pass palette via extradata. | reimar | 2008-01-26 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 |
* | Codecdata must always be malloc'd, fixes free being called with an | reimar | 2008-01-09 |