summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* aacsbr: Dead code removal.Alex Converse2010-03-09
* aacsbr: Remove a slightly incorrect comment.Alex Converse2010-03-09
* Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE to 64."Alex Converse2010-03-09
* aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several contextAlex Converse2010-03-09
* aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid().Alex Converse2010-03-09
* aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid).Alex Converse2010-03-09
* aacsbr: Fail early on illegal envelope counts.Alex Converse2010-03-09
* aacsbr: Check for illegal values of bs_pointer in sbr_read_grid().Alex Converse2010-03-09
* Revert commit 22378.Vitor Sessak2010-03-09
* Check for reference frames so RV 3/4 won't segfault trying to copy data fromKostya Shishkov2010-03-09
* vp3: correctly clip vp3_draw_horiz_band callDavid Conrad2010-03-09
* 10l: Include missing return values in functions made non-void by the previous...Alex Converse2010-03-09
* aacsbr: Propagate errors from read_sbr_grid to prevent crashes in malformatte...Alex Converse2010-03-09
* Add a missing fft.h include to the aacsbr decoder.Georgi Chorbadzhiyski2010-03-09
* Bump avcodec minor version for kgv1 decoderDaniel Verkamp2010-03-09
* Kega Game Video (KGV1) decoderDaniel Verkamp2010-03-09
* Fix interlaced vc-3 decoding, issue #1753Baptiste Coudurier2010-03-09
* vp3: Set pict_typeDavid Conrad2010-03-09
* vp3: Allocate a dummy reference frame if we have no keyframeDavid Conrad2010-03-09
* vp3: use FF_BUFFER_TYPE_COPYDavid Conrad2010-03-09
* vp3: Don't leak buffers on errorsDavid Conrad2010-03-09
* vp3: Simplify buffer managementDavid Conrad2010-03-09
* vp3: be less spammy on broken filesDavid Conrad2010-03-09
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-08
* Add missing includes in bfin and sh4 filesMåns Rullgård2010-03-08
* ARM: add some missing includesMåns Rullgård2010-03-08
* ARM: fix dct-testMåns Rullgård2010-03-08
* Skip mpegaudio3.h in checkheadersMåns Rullgård2010-03-08
* Add lots of missing includesMåns Rullgård2010-03-08
* Skip the tablegen fragments in checkheadersMåns Rullgård2010-03-08
* Add TESTOBJS make variable for extra objects used by test appsMåns Rullgård2010-03-08
* Remove unused fast_memcpy() function in dct-testMåns Rullgård2010-03-08
* Move dctref prototypes to a header fileMåns Rullgård2010-03-08
* Move the local includes below the system includesMartin Storsjö2010-03-08
* w32thread: Make avcodec_thread_execute2() static here as wellAndreas Öman2010-03-08
* Make avcodec_thread_execute2() staticAndreas Öman2010-03-08
* targeenc: fix rgb555 encoding on big endian systems.Alexis Ballier2010-03-08
* Make Indeo 5 decoder more robust on bitstream errors.Maxim Poliakovski2010-03-08
* Scale tile dimensions in case both local decoding and scalability modeMaxim Poliakovski2010-03-08
* Add an HE-AAC v1 decoder.Alex Converse2010-03-08
* sh4: move dsputil prototypes to header fileMåns Rullgård2010-03-08
* sh4: fix about 1000 warningsMåns Rullgård2010-03-08
* bfin: fix function prototypesMåns Rullgård2010-03-08
* ARM: move mpegvideo prototypes to a header fileMåns Rullgård2010-03-08
* Alpha: move dsputil prototypes to a header fileMåns Rullgård2010-03-08
* IFF: move ff_cmap_read_palette() prototype to a header fileMåns Rullgård2010-03-08
* 10l: AAC: Set multiplier to 0.Alex Converse2010-03-07
* AAC: Set codec parameters in the first frame rather than in .init()Alex Converse2010-03-07
* Create a public API for FFT family of functionsMåns Rullgård2010-03-07
* Give RDFT types more meaningful namesMåns Rullgård2010-03-07