summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fix embarassing typo in last commit: Restore mistakenly removed ','.Diego Biurrun2009-09-201-1/+1
* K&R coding style whitespace cosmeticsDiego Biurrun2009-09-201-47/+48
* Cosmetics: Reindent after r19927.Carl Eugen Hoyos2009-09-201-1/+1
* Allow encoding frames with more than 2800 lines.Martin Fiedler2009-09-201-0/+5
* Support uncompressed 16 bit sgi image format, as e.g. used by the files atReimar Döffinger2009-09-191-9/+11
* Simplify color_flags calculation, remove a pointless initializationReimar Döffinger2009-09-191-8/+3
* Make default_correlation array const since it is never modified.Reimar Döffinger2009-09-191-1/+1
* Update AC-3 channel map. 2F/2R layout only has 4 channels. This correctionJustin Ruggles2009-09-191-2/+2
* Align sample output buffer in atrac1.Benjamin Larsson2009-09-191-1/+1
* Fix the short block transform for atrac1.Benjamin Larsson2009-09-191-15/+7
* Reorder functions so that encoding functions are disabled by the preprocessor.Diego Biurrun2009-09-181-1344/+1342
* Add missing stdint.h #include to fix 'make checkheaders'.Diego Biurrun2009-09-181-0/+2
* fix uninitialized memory in dnxhd encoderBaptiste Coudurier2009-09-181-0/+5
* Only use one mdct window size in atrac1.Benjamin Larsson2009-09-171-50/+22
* Remove useless code causing crash in Targa decoderKostya Shishkov2009-09-171-1/+0
* add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXMEJustin Ruggles2009-09-161-1/+3
* ARM: do not use movw/movt for relocatable values with PICMåns Rullgård2009-09-161-1/+1
* Monkey's Audio uses subframes too, declare that in its capabilitiesKostya Shishkov2009-09-161-0/+1
* Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer2009-09-163-0/+6
* perform sanity check on number of audio channels in avcodec_open()Peter Ross2009-09-161-1/+3
* Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field.Gwenole Beauchesne2009-09-161-0/+1
* Move down HWAccel code path so that to fill in s->mb_x first.Gwenole Beauchesne2009-09-161-13/+13
* 10l: fix ff_fft_init_arm() prototypeMåns Rullgård2009-09-151-1/+1
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-159-50/+139
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-155-9/+15
* Fix max_coded_frame_size computation to account for byte alignment.Jai Menon2009-09-151-2/+1
* ARM: 10l: fix large FFTsMåns Rullgård2009-09-143-12/+17
* Do not release the AVFrame when using reget_buffer in flashsv.Benjamin Larsson2009-09-131-3/+0
* Cosmetics. Renames, indentation and spacing.Benjamin Larsson2009-09-131-20/+28
* 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
OpenPOWER on IntegriCloud