| Commit message (Expand) | Author | Age |
... | |
* | Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h | reimar | 2008-07-16 |
* | Do not just print a warning, also fix the len in ASF demuxer! | reimar | 2008-07-16 |
* | Change a broken check. FFMAX does not work as intended because trak->chunkmap... | reimar | 2008-07-14 |
* | 100l, do not use macros on functions that are not idempotent | reimar | 2008-07-13 |
* | 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 |
* | 1000l, fix demux_lavf compilation | reimar | 2008-07-11 |
* | Correct stream-seekability tests in demux_audio and demux_lavf | reimar | 2008-07-11 |
* | Only read wav header cbSize when there is enough space in header. | reimar | 2008-07-10 |
* | 100l, assignment introduced in r27246 was exactly the wrong way around. | reimar | 2008-07-10 |
* | Cosmetics: reindent | reimar | 2008-07-10 |
* | Clean up reading of wav extradata. | reimar | 2008-07-10 |
* | Fix stupid and almost pointless check-after-read code in asfheader.c. | reimar | 2008-07-09 |
* | Use correct PRIu64 length modifier for uint64_t value, fixes the warning: | diego | 2008-07-08 |
* | Add support for MLP audio through FFmpeg. | diego | 2008-07-07 |
* | Add standard license header for NuppelVideo, i.e. GPL v2+. | diego | 2008-07-06 |
* | Check stdata_len before accessing stdata. Fixes bug #1125 | reimar | 2008-07-04 |
* | Replace asserts by proper conditions to allow playback of some broken but | reimar | 2008-06-29 |
* | Make sure we do not use uninitialized data in case of a short read. | reimar | 2008-06-29 |
* | Do not use stdata before checking its length | reimar | 2008-06-29 |
* | add support for /game-formats/psx-str/ | compn | 2008-06-24 |
* | Add missing #includes that are required for things used in the header. | diego | 2008-06-17 |
* | cosmetics: Remove useless parentheses, align. | diego | 2008-06-16 |
* | Chapter support for lavf demuxer. | reimar | 2008-06-16 |
* | Support NULL name parameter for demuxer_add_chapter. | reimar | 2008-06-16 |
* | cosmetics: Break overly long lines. | diego | 2008-06-16 |
* | cosmetics: indentation, whitespace changes | diego | 2008-06-16 |
* | cosmetics: consistent * placement | diego | 2008-06-16 |
* | cosmetics: one more if brace placement fix | diego | 2008-06-16 |
* | M-x untabify | diego | 2008-06-16 |
* | cosmetics: Remove all trailing whitespace. | diego | 2008-06-16 |
* | cosmetics: Split/join multiline statements. | diego | 2008-06-16 |
* | cosmetics: Consistently format all if, for, while constructs. | diego | 2008-06-16 |
* | Remove one more commented-out line. | diego | 2008-06-16 |
* | cosmetics: Make all function declarations consistent by moving the opening | diego | 2008-06-16 |
* | Remove one more commented-out line. | diego | 2008-06-16 |
* | Remove pointless comments and commented-out code. | diego | 2008-06-16 |
* | Unbreak audio, thanks to Uoti for the insight | lu_zero | 2008-06-12 |
* | Remove unused variable, fixes the warning: | diego | 2008-06-08 |
* | call demux_flush() where appropriate | nicodvb | 2008-06-02 |
* | use demux_flush() where appropriate | nicodvb | 2008-06-02 |
* | added and reused demux_flush() instead of emptying the demux_stream buffers; | nicodvb | 2008-06-02 |
* | Initialize sh_audio/sh_video->ds | reimar | 2008-05-27 |
* | Simplify/make new_sh behaviour more consistent when a stream gets redefined. | reimar | 2008-05-27 |
* | Cosmetics: simplify | reimar | 2008-05-27 |
* | Move native musepack demuxer further down in demuxer list | reimar | 2008-05-27 |
* | add qclp fourcc | compn | 2008-05-26 |
* | Make internal subtitle and subtitle switching work with -audiofile | reimar | 2008-05-21 |