aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* cosmetics: reindent after last commitGravatar compn2008-08-02
* change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is ...Gravatar compn2008-08-02
* Change a bunch of codec-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Use conditional compilation instead of an #ifdef around the whole file.Gravatar diego2008-07-30
* Add Dirac video support via libdirac and libschroedinger in libavcodec.Gravatar diego2008-07-22
* Try to keep decoded audio buffer aligned.Gravatar reimar2008-07-14
* 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
* 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
* Copy macro simplification from imaadpcm to msadpcmGravatar reimar2008-07-11
* Remove useless comments from ad_msadpcmGravatar reimar2008-07-11
* Make msadpcm arrays constGravatar reimar2008-07-11
* Remove unused macrosGravatar reimar2008-07-11
* Explicitly include inttypes.h in ad_imaadpcmGravatar reimar2008-07-11
* Remove unused variable.Gravatar diego2008-07-02
* Half size for adpcm_indexGravatar reimar2008-06-29
* Simplify predictor updatesGravatar reimar2008-06-29
* Get rid of 16-bit sign extension macroGravatar reimar2008-06-29
* Simplify some imaadpcm macrosGravatar reimar2008-06-29
* Directly pass arrays into decode_nibblesGravatar reimar2008-06-29
* Use smaller types for tablesGravatar reimar2008-06-29
* Make imaadpcm tables constGravatar reimar2008-06-29
* Simplify code to read index/predictorGravatar reimar2008-06-29
* Add a few size checks to IMA decoder. The code is still a mess though,Gravatar reimar2008-06-29
* Simplify ad_imaadpcm decode_audio functionGravatar reimar2008-06-29
* Fix channel order for libvorbis decoder, original patched by Nicolas George.Gravatar ulion2008-06-07
* rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.Gravatar ulion2008-06-07
* Properly free memory allocate by liba52.Gravatar reimar2008-06-01
* Revert commit r26897.Gravatar iive2008-05-28
* cosmetics: XviD --> XvidGravatar diego2008-05-27
* Add missing MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-05-17
* cosmetics: Remove pointless parentheses from return calls.Gravatar diego2008-05-16
* Use standard license headers.Gravatar diego2008-05-13
* Factorize "int i".Gravatar michael2008-05-11
* cosmetics: Fix unknow vs. unknowN typo.Gravatar diego2008-05-11
* Reformat very ugly code.Gravatar michael2008-05-10
* AVOption support for video encoders.Gravatar michael2008-05-10
* AVOptions support for libavcodec based video decoders.Gravatar michael2008-05-10
* Reindent for last commit.Gravatar ulion2008-05-08
* Distinguish between ac3 and dts by format tag.Gravatar ulion2008-05-08
* Relicense file as GPL v2+; bero granted permission on IRC.Gravatar diego2008-05-07
* Enable Alpha/ARM optimizations in libmpeg2.Gravatar diego2008-05-01
* Use consistent #include paths without "../".Gravatar diego2008-04-28
* Consistently #include mpbswap.h instead of bswap.h everywhere.Gravatar diego2008-04-28