summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 10l: fix ff_fft_init_arm() prototypeMåns Rullgård2009-09-15
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-15
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-15
* Fix max_coded_frame_size computation to account for byte alignment.Jai Menon2009-09-15
* ARM: 10l: fix large FFTsMåns Rullgård2009-09-14
* Do not release the AVFrame when using reget_buffer in flashsv.Benjamin Larsson2009-09-13
* Cosmetics. Renames, indentation and spacing.Benjamin Larsson2009-09-13
* Remove ; after while(0) in macros.Ramiro Polla2009-09-12
* eval: Check for return value of memory allocations.Ramiro Polla2009-09-12
* Remove table that was forgotten in the split.Benjamin Larsson2009-09-11
* Fix doxygen commentBenjamin Larsson2009-09-11
* reinit get_bits for every decode_packet callSascha Sommer2009-09-11
* Make get_ur_golomb capable of reading 16 bit values.Lars Täuber2009-09-11
* Fix a typo in the documentation.Lars Täuber2009-09-11
* ARM: NEON optimised MDCTMåns Rullgård2009-09-11
* Prepare for optimised forward MDCT implementationsMåns Rullgård2009-09-11
* ARM: faster NEON IMDCTMåns Rullgård2009-09-11
* Use reget_buffer instead of get_buffer. Fixes issue1367.Benjamin Larsson2009-09-10
* Add ATRAC1 codec ID.Benjamin Larsson2009-09-10
* Initial commit of the atrac1 decoder, not hooked up yetBenjamin Larsson2009-09-10
* Remove redundant code forgotten in the splitBenjamin Larsson2009-09-10
* Check for thread_count==0.Michael Niedermayer2009-09-10
* Simplify: reget_buffer behaves exactly like get_buffer if the buffer wasReimar Döffinger2009-09-10
* ARM: NEON optimised FFT and MDCTMåns Rullgård2009-09-10
* DCA: move an aligned array from stack to contextMåns Rullgård2009-09-10
* Check thread count as multithreaded decoding is not supported.Michael Niedermayer2009-09-09
* Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c.Benjamin Larsson2009-09-08
* Remove pointless debug statement that fails to compile.Diego Biurrun2009-09-08
* Try to clarify that anyone using get_bits must check for buffer overrunReimar Döffinger2009-09-08
* Cosmetics: Fix typo.Carl Eugen Hoyos2009-09-06
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* ff_sine_windows table contains only constant data, too.Reimar Döffinger2009-09-06
* The ff_cos_tabs table itself is constant, too, so mark it as such.Reimar Döffinger2009-09-06
* The pointers in ff_sin_tabs themselves are constant, so mark them accordingly.Reimar Döffinger2009-09-06
* ff_swb_offset_* tables should be const.Reimar Döffinger2009-09-06
* compatible_frame array can be static const, too.Reimar Döffinger2009-09-06
* do not decode more than one audio frame in a decode packet callSascha Sommer2009-09-06
* avoid extra memcpy during scale factor decodingSascha Sommer2009-09-06
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-06
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber2009-09-05
* Use memcpy to copy till end of line in one go instead of copying pixel by pixelReimar Döffinger2009-09-05
* Slightly simplify detection of end of compressed data in xan_unpackReimar Döffinger2009-09-05
* Make vp3 arrays static const where possible.Reimar Döffinger2009-09-05
* Remove useless ulti_decode_end function.Reimar Döffinger2009-09-05
* prettyprinting cosmeticsDiego Biurrun2009-09-05
* fix handling of packet loss when the output buffer is fullSascha Sommer2009-09-05
* reindentSascha Sommer2009-09-05
* remove no longer needed debug outputSascha Sommer2009-09-05
* reduce output buffer needsSascha Sommer2009-09-05