summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* AAC: Reduce depth of vlc_spectral tables to 2Måns Rullgård2010-01-13
* AAC: Unswitch loop over window groups in decode_spectrum_and_dequant()Måns Rullgård2010-01-13
* AAC: simplify some calculations in decode_spectrum_and_dequant()Måns Rullgård2010-01-13
* AAC: Compress codebook tables and optimise sign bit handlingMåns Rullgård2010-01-13
* Remove needless use of log2f()Vitor Sessak2010-01-13
* Remove the struct SiprModeParam of the context. This will simplify splittingVitor Sessak2010-01-13
* SIPR: kill variable-length arraysMåns Rullgård2010-01-13
* remove unused variableMichael Niedermayer2010-01-13
* Split cabac decoding code out of h264.c.Michael Niedermayer2010-01-13
* Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.Michael Niedermayer2010-01-13
* More av_cold for infrequently called functions.Zuxy Meng2010-01-13
* Split cavlc out of h264.c.Michael Niedermayer2010-01-13
* Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel ...Reimar Döffinger2010-01-12
* Split motion vector prediction off h264.c/h.Michael Niedermayer2010-01-12
* Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is justMichael Niedermayer2010-01-12
* Split all the reference picture handling off h264.c.Michael Niedermayer2010-01-12
* Reindent after last commit.Thilo Borgmann2010-01-12
* Replace variable length array with an allocated bufferThilo Borgmann2010-01-12
* Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer2010-01-12
* Split SEI code off h264.c.Michael Niedermayer2010-01-12
* Split direct mode (macro)block decoding off h264.c.Michael Niedermayer2010-01-12
* Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert().Michael Niedermayer2010-01-12
* Reduce stack usage in svq1_encode_plane(). Reuse context scratch bufferZuxy Meng2010-01-12
* Split h264 loop filter off h264.c.Michael Niedermayer2010-01-12
* Move svq3.o to the correct spot.Michael Niedermayer2010-01-12
* Get rid of #include "svq3.c"Michael Niedermayer2010-01-12
* Better title for the file.Michael Niedermayer2010-01-12
* Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...Carl Eugen Hoyos2010-01-12
* AAC: use table for cbrtf(n)*nMåns Rullgård2010-01-11
* AAC: escape_sequence is 21 bits maxMåns Rullgård2010-01-11
* fft-test: Add RDFT/IRDFT support.Alex Converse2010-01-11
* fft-test: Replace do_mdct with a tf_transform enum and switch on it.Alex Converse2010-01-11
* Fix two RLE buffer size calculations in TSCC decoder.Kostya Shishkov2010-01-11
* 10l: Fix forgotten variable rename from r14893 (fixes issue 1675).Carl Eugen Hoyos2010-01-11
* Add missing internal.h to files calling ff_match_2uint16().Alexander Strange2010-01-11
* Optimize ff_snow_horizontal_compose97i.Michael Niedermayer2010-01-11
* Merge vertical_compose53iL0*()Michael Niedermayer2010-01-11
* Optimize horizontal_compose53i() by inlining inv_lift() and optimizing theMichael Niedermayer2010-01-11
* Add support for dirac in oggDavid Conrad2010-01-11
* Add a function to parse Dirac's sequence headerDavid Conrad2010-01-11
* Export fullrange flag and color information for h.264David Conrad2010-01-11
* SIPR decoder for modes 8k5, 6k5 and 5k0.Vladimir Voroshilov2010-01-10
* Deluxe Paint Animation decoderPeter Ross2010-01-10
* Doxy for ff_match_2uint16().Michael Niedermayer2010-01-10
* Fix implicit declaration warning.Michael Niedermayer2010-01-10
* Add a function to match a 2 element vector of uint16_t and use it in h263 and...Michael Niedermayer2010-01-09
* Make inter_level/run global again, msmpeg4 uses them.Michael Niedermayer2010-01-09
* Make some tables static again, i mistakely thought they would be used in severalMichael Niedermayer2010-01-09
* Export get_slice_type() as ff_h264_get_slice_type().Laurent Aimar2010-01-09
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-09