summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Perform reference remapping at fill_cache() time instead of in theMichael Niedermayer2010-01-18
* Make qp check for loop filter skiping also work with MBAFF.Michael Niedermayer2010-01-18
* Comment about a cornercase we ignore currentlyMichael Niedermayer2010-01-18
* Move the qp check to skip the loop filter up.Michael Niedermayer2010-01-18
* Reorganize how values are stored in h->non_zero_count.Michael Niedermayer2010-01-17
* Disable a few things in fill_filter_caches() that arent needed.Michael Niedermayer2010-01-17
* Split fill_caches() between filter and decoder.Michael Niedermayer2010-01-17
* Rearchitecturing the stiched up goose part 1Michael Niedermayer2010-01-17
* Add missing Makefile dependencies to CONFIG_SNOW_ENCODER.Alexander Strange2010-01-17
* Comment for() ; outMichael Niedermayer2010-01-16
* Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smallerMichael Niedermayer2010-01-16
* Apply last 2 optimizations to similar code i forgot.Michael Niedermayer2010-01-16
* Another microopt, 4 cpu cycles for avoidance of FFABS().Michael Niedermayer2010-01-16
* Add missing guards and includes to arm/aac.hMåns Rullgård2010-01-16
* Minor (2 cpu cycles) optimization ||->|.Michael Niedermayer2010-01-16
* Support decoding of SoftLab-NSK VideoTizer.ami_stuff2010-01-16
* Consider slice_beta_offet in qp_thresh.Michael Niedermayer2010-01-16
* Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh.Michael Niedermayer2010-01-16
* Correctly decode some Avid AV1x samples, fixes issue 1684.Carl Eugen Hoyos2010-01-16
* Support lowres 3 when decoding MPEG video.Anatoly Nenashev2010-01-16
* Replace cabac checks in inline functions from h264.h with constants.Michael Niedermayer2010-01-16
* Add symbol versioning for shared librariesMåns Rullgård2010-01-16
* SIPR16k decoderVitor Sessak2010-01-16
* Allow a SIPR table to be used by the upcoming SIPR16k decoderVitor Sessak2010-01-16
* Split some SIPR structs to a header file for the upcoming SIPR16k commitVitor Sessak2010-01-16
* Support 2Vuy in mov, fixes issue 1690.ami_stuff2010-01-16
* Fix out of tree build with hardcoded tablesMåns Rullgård2010-01-15
* AAC: optimise bitstream reading in decode_spectrum_and_dequant()Måns Rullgård2010-01-15
* Support decoding of Avid uncompressed mov files, fixes issue 1685.Carl Eugen Hoyos2010-01-15
* Support decoding Avid 1:1x codec, (partially) fixes issue1684.Carl Eugen Hoyos2010-01-15
* Add forgotten include of h264_mvpred.h to h264.h.Michael Niedermayer2010-01-15
* Add forgotton multiple inclusion guards to h264_mvpred.h.Michael Niedermayer2010-01-15
* AAC: ARM/NEON asm for VMUL2/4 functionsMåns Rullgård2010-01-15
* Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.cCarl Eugen Hoyos2010-01-15
* Change code so it uses 2 adds instead of one FFABS.Reimar Döffinger2010-01-14
* Implement alpha channel decoding for BGR HuffYUV.Alexander Strange2010-01-14
* 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