| Commit message (Expand) | Author | Age |
* | Add IDs to some XML elements to avoid warnings. | diego | 2008-07-15 |
* | Make af_hrtf tables static const | reimar | 2008-07-15 |
* | Add const to libaf/filter.c functions. | reimar | 2008-07-15 |
* | Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the... | reimar | 2008-07-15 |
* | ALSA stupidly tries to define struct timeval and struct timespec, which | reimar | 2008-07-15 |
* | Fix dlopen(), dlclose() dlsym() calls in configure test. | diego | 2008-07-15 |
* | Fix tgetent call in termcap configure test. | diego | 2008-07-15 |
* | Add two more missing headers to configure checks. | diego | 2008-07-15 |
* | Add missing return statements to configure tests. | diego | 2008-07-15 |
* | Add missing headers to configure checks. | diego | 2008-07-15 |
* | Remove -std=gnu99/gnu89/default dialect linux define, as it violates the | michael | 2008-07-15 |
* | Try to keep decoded audio buffer aligned. | reimar | 2008-07-14 |
* | Change a broken check. FFMAX does not work as intended because trak->chunkmap... | reimar | 2008-07-14 |
* | Cosmetics: reindent. | astrange | 2008-07-13 |
* | Remove const vector casts from Altivec. | astrange | 2008-07-13 |
* | Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's | reimar | 2008-07-13 |
* | Add support for FFmpeg's ADPCM codecs and make them the default | reimar | 2008-07-13 |
* | 100l, do not use macros on functions that are not idempotent | reimar | 2008-07-13 |
* | Do not set _dvdreadconfig unconditionally. | rathann | 2008-07-13 |
* | cosmetics: main (void) --> main(void) | diego | 2008-07-13 |
* | main(void) --> int main(void) in .align test | diego | 2008-07-13 |
* | Use correct header in libamr narrowband test. | diego | 2008-07-13 |
* | Simplify and clamp coefficient index for MS ADPCM | reimar | 2008-07-12 |
* | 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/... | reimar | 2008-07-12 |
* | Dependency files should be refreshed when object files are rebuilt. | diego | 2008-07-12 |
* | in dvd streams the title part ranges from 1 to 99 | nicodvb | 2008-07-12 |
* | 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 |
* | Make really sure channels can only be 1 or 2 for imaadpcm | reimar | 2008-07-11 |
* | Simplify imaadpcm return statement | reimar | 2008-07-11 |
* | Check length of input buffer for msadpcm | reimar | 2008-07-11 |
* | Add a comment on shift vs. division | reimar | 2008-07-11 |
* | Scale msadpcm coefficients to fit into 8 bits | reimar | 2008-07-11 |
* | Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read and | reimar | 2008-07-11 |
* | Copy macro simplification from imaadpcm to msadpcm | reimar | 2008-07-11 |
* | Remove useless comments from ad_msadpcm | reimar | 2008-07-11 |
* | Make msadpcm arrays const | reimar | 2008-07-11 |
* | Remove unused macros | reimar | 2008-07-11 |
* | Explicitly include inttypes.h in ad_imaadpcm | 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 |
* | 100l, avoption splitted code added, I should double check with svn status... | lu_zero | 2008-07-10 |
* | Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini | lu_zero | 2008-07-09 |
* | Fix stupid and almost pointless check-after-read code in asfheader.c. | reimar | 2008-07-09 |