aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Remove ; after while(0) in macros.Ramiro Polla2009-09-122-2/+2
* eval: Check for return value of memory allocations.Ramiro Polla2009-09-121-0/+13
* Remove table that was forgotten in the split.Benjamin Larsson2009-09-111-11/+0
* Fix doxygen commentBenjamin Larsson2009-09-111-2/+2
* reinit get_bits for every decode_packet callSascha Sommer2009-09-111-1/+6
* Make get_ur_golomb capable of reading 16 bit values.Lars Täuber2009-09-111-2/+6
* Fix a typo in the documentation.Lars Täuber2009-09-111-1/+1
* ARM: NEON optimised MDCTMåns Rullgård2009-09-113-0/+162
* Prepare for optimised forward MDCT implementationsMåns Rullgård2009-09-113-2/+10
* ARM: faster NEON IMDCTMåns Rullgård2009-09-111-29/+17
* Use reget_buffer instead of get_buffer. Fixes issue1367.Benjamin Larsson2009-09-101-4/+4
* Add ATRAC1 codec ID.Benjamin Larsson2009-09-101-0/+1
* Initial commit of the atrac1 decoder, not hooked up yetBenjamin Larsson2009-09-102-0/+464
* Remove redundant code forgotten in the splitBenjamin Larsson2009-09-101-7/+0
* Check for thread_count==0.Michael Niedermayer2009-09-101-0/+5
* Simplify: reget_buffer behaves exactly like get_buffer if the buffer wasReimar Döffinger2009-09-101-1/+1
* ARM: NEON optimised FFT and MDCTMåns Rullgård2009-09-105-1/+564
* DCA: move an aligned array from stack to contextMåns Rullgård2009-09-101-5/+5
* Check thread count as multithreaded decoding is not supported.Michael Niedermayer2009-09-091-0/+5
* Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c.Benjamin Larsson2009-09-084-64/+165
* Remove pointless debug statement that fails to compile.Diego Biurrun2009-09-081-6/+0
* Try to clarify that anyone using get_bits must check for buffer overrunReimar Döffinger2009-09-081-0/+3
* Cosmetics: Fix typo.Carl Eugen Hoyos2009-09-061-1/+1
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-0635-56/+56
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-0618-22/+22
* ff_sine_windows table contains only constant data, too.Reimar Döffinger2009-09-062-2/+2
* The ff_cos_tabs table itself is constant, too, so mark it as such.Reimar Döffinger2009-09-062-2/+2
* The pointers in ff_sin_tabs themselves are constant, so mark them accordingly.Reimar Döffinger2009-09-061-1/+1
* ff_swb_offset_* tables should be const.Reimar Döffinger2009-09-062-4/+4
* compatible_frame array can be static const, too.Reimar Döffinger2009-09-061-1/+1
* do not decode more than one audio frame in a decode packet callSascha Sommer2009-09-061-31/+14
* avoid extra memcpy during scale factor decodingSascha Sommer2009-09-061-10/+9
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-063-79/+79
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber2009-09-052-36/+36
* Use memcpy to copy till end of line in one go instead of copying pixel by pixelReimar Döffinger2009-09-051-11/+15
* Slightly simplify detection of end of compressed data in xan_unpackReimar Döffinger2009-09-051-6/+2
* Make vp3 arrays static const where possible.Reimar Döffinger2009-09-051-5/+5
* Remove useless ulti_decode_end function.Reimar Döffinger2009-09-051-8/+1
* prettyprinting cosmeticsDiego Biurrun2009-09-052-13/+15
* fix handling of packet loss when the output buffer is fullSascha Sommer2009-09-051-2/+3
* reindentSascha Sommer2009-09-051-43/+43
* remove no longer needed debug outputSascha Sommer2009-09-051-3/+0
* reduce output buffer needsSascha Sommer2009-09-051-9/+24
* store packet GetBitContext in the decoder contextSascha Sommer2009-09-051-12/+13
* Reduce pointless verbosity after seeks in the MP3 decoder.Diego Biurrun2009-09-041-1/+1
* libspeex: Do not set AVCodecContext.frame_size in decoder init if there is noJustin Ruggles2009-09-041-2/+1
* cosmetics: indentation and other prettyprinting fixesDiego Biurrun2009-09-021-73/+74
* add missing wmapro decoder partsSascha Sommer2009-09-024-9/+1277
* Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name.Lars Täuber2009-08-301-2/+2
* Convert ZERO8x2 macro into inline functionKostya Shishkov2009-08-301-3/+5