aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Merge svn changes up to r27332Gravatar Uoti Urpala2008-07-21
|\
| * Avoid including avcodec.h in demuxer.h (and thus many other files) just to getGravatar reimar2008-07-17
| * limits.h is required for UINT_MAXGravatar reimar2008-07-16
| * And a 1000l for r27263, swapped a condition, thus setting size toGravatar reimar2008-07-16
| * 100l, fix calloc being called with the wrong argument due to reorderingGravatar reimar2008-07-16
| * Make sure demuxed ASF packet is properly padded after descramblingGravatar reimar2008-07-16
| * Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.hGravatar reimar2008-07-16
| * Do not just print a warning, also fix the len in ASF demuxer!Gravatar reimar2008-07-16
* | Merge svn changes up to r27281Gravatar Uoti Urpala2008-07-15
|\|
| * Change a broken check. FFMAX does not work as intended because trak->chunkmap...Gravatar reimar2008-07-14
| * 100l, do not use macros on functions that are not idempotentGravatar reimar2008-07-13
| * Reindent after last commitGravatar reimar2008-07-11
| * Check size of tkdata before using it in mov demuxer.Gravatar reimar2008-07-11
| * Add atom_len sanity check to mov demuxer.Gravatar reimar2008-07-11
| * Quick hack to fix demux_mov crashes where easily possible.Gravatar reimar2008-07-11
| * 1000l, fix demux_lavf compilationGravatar reimar2008-07-11
| * Correct stream-seekability tests in demux_audio and demux_lavfGravatar reimar2008-07-11
| * Only read wav header cbSize when there is enough space in header.Gravatar reimar2008-07-10
| * 100l, assignment introduced in r27246 was exactly the wrong way around.Gravatar reimar2008-07-10
| * Cosmetics: reindentGravatar reimar2008-07-10
| * Clean up reading of wav extradata.Gravatar reimar2008-07-10
| * Fix stupid and almost pointless check-after-read code in asfheader.c.Gravatar reimar2008-07-09
* | Merge svn changes up to r27242Gravatar Uoti Urpala2008-07-09
|\|
| * Use correct PRIu64 length modifier for uint64_t value, fixes the warning:Gravatar diego2008-07-08
| * Add support for MLP audio through FFmpeg.Gravatar diego2008-07-07
| * Add standard license header for NuppelVideo, i.e. GPL v2+.Gravatar diego2008-07-06
* | Merge svn changes up to r27202Gravatar Uoti Urpala2008-07-05
|\|
| * Check stdata_len before accessing stdata. Fixes bug #1125Gravatar reimar2008-07-04
* | Merge svn changes up to r27184Gravatar Uoti Urpala2008-07-01
|\|
| * Replace asserts by proper conditions to allow playback of some broken butGravatar reimar2008-06-29
| * Make sure we do not use uninitialized data in case of a short read.Gravatar reimar2008-06-29
| * Do not use stdata before checking its lengthGravatar reimar2008-06-29
| * add support for /game-formats/psx-str/Gravatar compn2008-06-24
* | Merge svn changes up to r27123Gravatar Uoti Urpala2008-06-23
|\|
| * Add missing #includes that are required for things used in the header.Gravatar diego2008-06-17
* | Merge svn changes up to r27092Gravatar Uoti Urpala2008-06-17
|\|
| * cosmetics: Remove useless parentheses, align.Gravatar diego2008-06-16
| * Chapter support for lavf demuxer.Gravatar reimar2008-06-16
| * Support NULL name parameter for demuxer_add_chapter.Gravatar reimar2008-06-16
| * cosmetics: Break overly long lines.Gravatar diego2008-06-16
| * cosmetics: indentation, whitespace changesGravatar diego2008-06-16
| * cosmetics: consistent * placementGravatar diego2008-06-16
| * cosmetics: one more if brace placement fixGravatar diego2008-06-16
| * M-x untabifyGravatar diego2008-06-16
| * cosmetics: Remove all trailing whitespace.Gravatar diego2008-06-16
| * cosmetics: Split/join multiline statements.Gravatar diego2008-06-16
| * cosmetics: Consistently format all if, for, while constructs.Gravatar diego2008-06-16
| * Remove one more commented-out line.Gravatar diego2008-06-16
| * cosmetics: Make all function declarations consistent by moving the openingGravatar diego2008-06-16
| * Remove one more commented-out line.Gravatar diego2008-06-16