aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Force gcc to emit function body under -gnu99Gravatar zuxy2008-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
* Add variables for all available man page and documentation languages.Gravatar diego2008-07-16
* Do not just print a warning, also fix the len in ASF demuxer!Gravatar reimar2008-07-16
* Remove redundant check in message language test.Gravatar diego2008-07-16
* Move the "all" option to the front of the list of available languages inGravatar diego2008-07-16
* cosmetics: Rename LANGUAGES variable to msg_langs.Gravatar diego2008-07-16
* Replace output redirection with grep by POSIX standard options.Gravatar diego2008-07-16
* Replace simple sed invocation by even simpler tr invocation.Gravatar diego2008-07-16
* Merge two consecutive sed calls into one.Gravatar diego2008-07-16
* Add IDs to some XML elements to avoid warnings.Gravatar diego2008-07-15
* Make af_hrtf tables static constGravatar reimar2008-07-15
* Add const to libaf/filter.c functions.Gravatar reimar2008-07-15
* Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the...Gravatar reimar2008-07-15
* ALSA stupidly tries to define struct timeval and struct timespec, whichGravatar reimar2008-07-15
* Fix dlopen(), dlclose() dlsym() calls in configure test.Gravatar diego2008-07-15
* Fix tgetent call in termcap configure test.Gravatar diego2008-07-15
* Add two more missing headers to configure checks.Gravatar diego2008-07-15
* Add missing return statements to configure tests.Gravatar diego2008-07-15
* Add missing headers to configure checks.Gravatar diego2008-07-15
* Remove -std=gnu99/gnu89/default dialect linux define, as it violates theGravatar michael2008-07-15
* Try to keep decoded audio buffer aligned.Gravatar reimar2008-07-14
* Change a broken check. FFMAX does not work as intended because trak->chunkmap...Gravatar reimar2008-07-14
* Cosmetics: reindent.Gravatar astrange2008-07-13
* Remove const vector casts from Altivec.Gravatar astrange2008-07-13
* Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer'sGravatar reimar2008-07-13
* Add support for FFmpeg's ADPCM codecs and make them the defaultGravatar reimar2008-07-13
* 100l, do not use macros on functions that are not idempotentGravatar reimar2008-07-13
* Do not set _dvdreadconfig unconditionally.Gravatar rathann2008-07-13
* cosmetics: main (void) --> main(void)Gravatar diego2008-07-13
* main(void) --> int main(void) in .align testGravatar diego2008-07-13
* Use correct header in libamr narrowband test.Gravatar diego2008-07-13
* Simplify and clamp coefficient index for MS ADPCMGravatar reimar2008-07-12
* 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/...Gravatar reimar2008-07-12
* Dependency files should be refreshed when object files are rebuilt.Gravatar diego2008-07-12
* in dvd streams the title part ranges from 1 to 99Gravatar nicodvb2008-07-12
* 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
* Make really sure channels can only be 1 or 2 for imaadpcmGravatar reimar2008-07-11
* Simplify imaadpcm return statementGravatar reimar2008-07-11
* Check length of input buffer for msadpcmGravatar reimar2008-07-11
* Add a comment on shift vs. divisionGravatar reimar2008-07-11
* Scale msadpcm coefficients to fit into 8 bitsGravatar reimar2008-07-11
* Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read andGravatar reimar2008-07-11