summaryrefslogtreecommitdiff
path: root/libavcodec/asv1.c
Commit message (Expand)AuthorAge
* sv1enc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-03
|\
| * Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-24
|\|
| * asv1enc: switch to encode2().Anton Khirnov2012-02-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-02
|\|
| * asv1: use av_fast_padded_malloc()Reimar Döffinger2012-02-01
* | Add and use av_fast_padded_malloc.Reimar Döffinger2012-01-17
* | Fix uninitialized reads for fate-vsynth1-asv2 test.Reimar Döffinger2012-01-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-21
|\|
| * lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-30
|\|
| * Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* 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
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-09
* Remove silly casts to the same type as we already have.Reimar Döffinger2009-10-15
* Add missing release_buffer at decode end for asv1 decoder.Reimar Döffinger2009-10-15
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Remove some unnecessary alignment specifiersMåns Rullgård2009-08-26
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-12
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Get rid of INIT_VLC_USE_STATIC in asv1.Michael Niedermayer2009-04-11
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-11
* 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
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-03
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-13
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add ASUS V1/V2 decoder codec long names.Stefano Sabatini2008-05-29
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Increase alignment for DCT block arrays from 8 to 16Alexander Strange2008-04-08
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21