| Commit message (Expand) | Author | Age |
* | 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 |
* | Rename all preprocessor directives related to Apple / Mac OS X. | diego | 2008-08-06 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 |
* | 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 |
* | 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 |
* | Check stdata_len before accessing stdata. Fixes bug #1125 | reimar | 2008-07-04 |
* | Do not use stdata before checking its length | reimar | 2008-06-29 |
* | 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 |
* | Cosmetics: Fix indentation. | cehoyos | 2007-12-14 |
* | Set correct image format for 24bit "raw " in mov files. | cehoyos | 2007-12-14 |
* | warning fix: | diego | 2007-09-09 |
* | Split lschunks function further, it is simply too huge to do any useful chang... | reimar | 2007-08-25 |
* | warning fix: | diego | 2007-08-25 |
* | 10l: r23399 broke mov/mp4 demuxing | cehoyos | 2007-05-28 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 |
* | Declarations and code should not be mixed. | diego | 2007-04-25 |
* | with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li... | nicodvb | 2007-04-20 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 |
* | Fix audio samplerates below 7000 Hz. | uau | 2007-03-07 |
* | 10l, avoid crash on invalid subtitle id | reimar | 2007-02-24 |
* | cosmetics: typo fixes, usefuLL --> useful and aswell --> as well | diego | 2007-02-22 |
* | English grammar fix: There is no 's' after "does not exist" | reimar | 2007-02-14 |
* | 100l copy-and-paste bug. Do not print video info when the problem is with sub... | reimar | 2007-02-14 |
* | Set sub_utf8 for mov subs. | reimar | 2007-02-05 |
* | Subtitle handling cleanup: factor out code for parsing embedded subtitles | reimar | 2007-01-06 |
* | Remove superfluous bswap.h include. | diego | 2006-12-02 |
* | Fix 2 header bugs introduced by nplourde's previous commit: | uau | 2006-11-28 |
* | reordering of #include to avoid clash with math.h and quicktime/*.h, patch by... | nplourde | 2006-11-28 |
* | Support multiple subs in mov | reimar | 2006-11-19 |
* | Try reading palette for vobsub | reimar | 2006-11-17 |
* | Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sa... | reimar | 2006-11-17 |
* | 10l copy&Ãpaste bug in subtitle sh handling | reimar | 2006-11-14 |
* | Incomplete support for vobsub (missing palette support) and | reimar | 2006-11-13 |
* | Add support for 13k Voice (Qclp) in 3g2 files | rtogni | 2006-08-11 |
* | Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxer | reimar | 2006-08-06 |