summaryrefslogtreecommitdiff
path: root/libavcodec/tableprint.h
Commit message (Expand)AuthorAge
* avcodec/tableprint: Don't include mem_internal.hAndreas Rheinhardt2021-01-22
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* libavcodec: Implementation of AAC_fixed_decoder (LC-module) [2/4]Jovan Zelincevic2015-07-09
* qdm2: Allow hard-coding VLC tables.Reimar Döffinger2014-12-18
* aacsbr: support hardcoding tables.Reimar Döffinger2014-09-06
* tableprint: Fix use of a size_t print with MSVCDerek Buitenhuis2013-10-15
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-08
|\
| * doxygen: Replace '\' by '@' in Doxygen markup tags.Diego Biurrun2011-12-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-03
|\|
| * doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-24
|\|
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-06
|\|
| * tableprint: Restore mistakenly deleted common.h #include for FF_ARRAY_ELEMS.Diego Biurrun2011-06-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-05
|\|
| * Add missing #includes to make headers self-contained.Diego Biurrun2011-06-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-20
|\|
| * Collapse tableprint.c into tableprint.h.Diego Biurrun2011-05-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* tablegen: implement and use WRITE_ARRAY macrosDiego Pettenò2010-06-27
* tableprint: use the type name as-is for the functions' names.Diego Pettenò2010-06-27
* Support writing 2d float arrays.Michael Kostylev2010-05-13
* Change/simplify the tableprint/tablegen API.Reimar Döffinger2010-04-01
* Extend and move macros to create table printing functions to header.Reimar Döffinger2010-03-21
* Add some more table-printing functions needed for future patches.Reimar Döffinger2010-03-14
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09
* Add support for hardcoding the motionpixels rgb to yuv table.Reimar Döffinger2009-11-26
* Add support for hardcoding the mpegaudiodec tables.Reimar Döffinger2009-10-28