summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Correctly decode some Avid AV1x samples, fixes issue 1684.Carl Eugen Hoyos2010-01-161-0/+3
* Support lowres 3 when decoding MPEG video.Anatoly Nenashev2010-01-161-13/+16
* Replace cabac checks in inline functions from h264.h with constants.Michael Niedermayer2010-01-163-6/+14
* Add symbol versioning for shared librariesMåns Rullgård2010-01-161-0/+3
* SIPR16k decoderVitor Sessak2010-01-166-14/+870
* Allow a SIPR table to be used by the upcoming SIPR16k decoderVitor Sessak2010-01-162-8/+8
* Split some SIPR structs to a header file for the upcoming SIPR16k commitVitor Sessak2010-01-162-53/+84
* Support 2Vuy in mov, fixes issue 1690.ami_stuff2010-01-161-0/+1
* Fix out of tree build with hardcoded tablesMåns Rullgård2010-01-151-1/+1
* AAC: optimise bitstream reading in decode_spectrum_and_dequant()Måns Rullgård2010-01-151-28/+65
* Support decoding of Avid uncompressed mov files, fixes issue 1685.Carl Eugen Hoyos2010-01-151-0/+1
* Support decoding Avid 1:1x codec, (partially) fixes issue1684.Carl Eugen Hoyos2010-01-151-0/+1
* Add forgotten include of h264_mvpred.h to h264.h.Michael Niedermayer2010-01-151-0/+2
* Add forgotton multiple inclusion guards to h264_mvpred.h.Michael Niedermayer2010-01-151-0/+5
* AAC: ARM/NEON asm for VMUL2/4 functionsMåns Rullgård2010-01-152-0/+142
* Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.cCarl Eugen Hoyos2010-01-152-2/+1
* Change code so it uses 2 adds instead of one FFABS.Reimar Döffinger2010-01-141-2/+3
* Implement alpha channel decoding for BGR HuffYUV.Alexander Strange2010-01-143-9/+20
* AAC: Reduce depth of vlc_spectral tables to 2Måns Rullgård2010-01-132-17/+17
* AAC: Unswitch loop over window groups in decode_spectrum_and_dequant()Måns Rullgård2010-01-131-15/+39
* AAC: simplify some calculations in decode_spectrum_and_dequant()Måns Rullgård2010-01-131-27/+31
* AAC: Compress codebook tables and optimise sign bit handlingMåns Rullgård2010-01-133-54/+375
* Remove needless use of log2f()Vitor Sessak2010-01-131-1/+2
* Remove the struct SiprModeParam of the context. This will simplify splittingVitor Sessak2010-01-131-17/+17
* SIPR: kill variable-length arraysMåns Rullgård2010-01-131-3/+5
* remove unused variableMichael Niedermayer2010-01-131-2/+0
* Split cabac decoding code out of h264.c.Michael Niedermayer2010-01-135-1742/+1799
* Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.Michael Niedermayer2010-01-132-12/+12
* More av_cold for infrequently called functions.Zuxy Meng2010-01-137-8/+8
* Split cavlc out of h264.c.Michael Niedermayer2010-01-135-1605/+1654
* Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel ...Reimar Döffinger2010-01-121-3/+2
* Split motion vector prediction off h264.c/h.Michael Niedermayer2010-01-125-205/+240
* Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is justMichael Niedermayer2010-01-123-42/+47
* Split all the reference picture handling off h264.c.Michael Niedermayer2010-01-124-682/+733
* Reindent after last commit.Thilo Borgmann2010-01-121-2/+2
* Replace variable length array with an allocated bufferThilo Borgmann2010-01-121-2/+7
* Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer2010-01-125-494/+534
* Split SEI code off h264.c.Michael Niedermayer2010-01-125-180/+219
* Split direct mode (macro)block decoding off h264.c.Michael Niedermayer2010-01-124-436/+481
* Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert().Michael Niedermayer2010-01-121-2/+2
* Reduce stack usage in svq1_encode_plane(). Reuse context scratch bufferZuxy Meng2010-01-121-5/+2
* Split h264 loop filter off h264.c.Michael Niedermayer2010-01-125-745/+785
* Move svq3.o to the correct spot.Michael Niedermayer2010-01-121-2/+2
* Get rid of #include "svq3.c"Michael Niedermayer2010-01-125-224/+250
* Better title for the file.Michael Niedermayer2010-01-121-1/+1
* Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...Carl Eugen Hoyos2010-01-121-0/+2
* AAC: use table for cbrtf(n)*nMåns Rullgård2010-01-111-1/+6
* AAC: escape_sequence is 21 bits maxMåns Rullgård2010-01-111-3/+3
* fft-test: Add RDFT/IRDFT support.Alex Converse2010-01-111-2/+52
* fft-test: Replace do_mdct with a tf_transform enum and switch on it.Alex Converse2010-01-111-11/+26
OpenPOWER on IntegriCloud