summaryrefslogtreecommitdiffstats
path: root/libavcodec/asv1.c
Commit message (Expand)AuthorAgeFilesLines
* asv1: switch to av_assertMichael Niedermayer2012-06-181-4/+1
* lavc: build some codecs only if they are actually enabledPaul B Mahol2012-06-171-0/+4
* asv1dec: check extradatasize before reading.Michael Niedermayer2012-04-221-2/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-8/+6
|\
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-8/+6
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | sv1enc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-3/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-1/+1
|\ \ | |/
| * Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-241-10/+24
|\ \ | |/
| * asv1enc: switch to encode2().Anton Khirnov2012-02-231-10/+24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\ \ | |/
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-021-1/+2
|\ \ | |/
| * asv1: use av_fast_padded_malloc()Reimar Döffinger2012-02-011-1/+2
* | Add and use av_fast_padded_malloc.Reimar Döffinger2012-01-171-2/+1
* | Fix uninitialized reads for fate-vsynth1-asv2 test.Reimar Döffinger2012-01-151-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-1/+1
|\ \ | |/
| * lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-30/+28
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-30/+28
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-301-11/+0
|\ \ | |/
| * Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-11/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-4/+4
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-4/+4
|/
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-2/+2
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-4/+4
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-1/+1
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-091-5/+5
* Remove silly casts to the same type as we already have.Reimar Döffinger2009-10-151-5/+5
* Add missing release_buffer at decode end for asv1 decoder.Reimar Döffinger2009-10-151-0/+3
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-2/+2
* Remove some unnecessary alignment specifiersMåns Rullgård2009-08-261-2/+2
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-121-1/+3
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-0/+1
* Get rid of INIT_VLC_USE_STATIC in asv1.Michael Niedermayer2009-04-111-10/+10
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-111-5/+5
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-171-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-6/+6
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-031-8/+8
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-131-1/+1
OpenPOWER on IntegriCloud