]> git.sesse.net Git - ffmpeg/history - libavcodec/mpc7.c
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.
[ffmpeg] / libavcodec / mpc7.c
2009-05-14 David ConradUse skip_bits_long() for large skips
2009-04-20 Kostya ShishkovCompact and make constant two tables used by Musepack...
2009-04-17 Kostya ShishkovUse new static VLC scheme in Indeo2, Musepack and WNV1...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-08 Kostya ShishkovMake Musepack decoders use LFG pseudorandom generator
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-18 Stefano SabatiniReplace calls to the deprecated function av_init_random...
2009-01-14 Diego BiurrunUse CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRE...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-11-19 Kostya ShishkovAdd channel layout to several audio decoders I maintain
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-29 Stefano SabatiniTransform codec names into single words.
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-02-01 Michael NiedermayerCasts to silcence "incompatible pointer type" warnings.
2008-02-01 Michael Niedermayerconsts
2007-11-02 Kostya ShishkovSplit Musepack decoder into SV7 decoder and synth core