summaryrefslogtreecommitdiff
path: root/libavcodec/shorten.c
Commit message (Expand)AuthorAge
...
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-03
* shorten: Remove stray DEBUG #define and corresponding av_dlog statement.Diego Biurrun2011-06-07
* Remove unused variablesMans Rullgard2011-06-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* shorten: remove VLA and check for buffer overflowMåns Rullgård2010-06-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* shorten: trivial simplification of signature checkMåns Rullgård2009-01-31
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* typo: begining --> beginningDiego Biurrun2007-12-23
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-05
* properly set *data_size when returning >= 0 values in shorten_decode_frame()Aurelien Jacobs2007-03-26
* Give context to dprintfMichel Bardiaux2007-03-12
* fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot deMatthias Hopf2006-11-22
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-13
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)Michael Niedermayer2005-02-26