summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Remove -2 -> -1 remapping, its not needed anymore as we must remap allMichael Niedermayer2010-01-19
* Update libx264.c to use new libx264 featuresJason Garrett-Glaser2010-01-19
* Apply changes made in r21308 to svq3.c.Jai Menon2010-01-19
* Dont waste time initializing stuff for deblocking intra mbs, none ofMichael Niedermayer2010-01-19
* Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose.Michael Niedermayer2010-01-19
* Move a few things into a deeper if() in fetch_diagonal_mv().Michael Niedermayer2010-01-19
* Remove code that handles the case of a MB pair to our right being available.Michael Niedermayer2010-01-19
* Cosmetic, get rid of &x[0]Michael Niedermayer2010-01-18
* Fix compilation with -O0.Michael Niedermayer2010-01-18
* Fix accumulated indention errors.Michael Niedermayer2010-01-18
* Optimize top non_zero_count_cache init.Michael Niedermayer2010-01-18
* Dont init chroma elements of non_zero_count_cache for deblock.Michael Niedermayer2010-01-18
* Remove unneeded for_deblock check, this code was alraedy under for_deblock.Michael Niedermayer2010-01-18
* Rather call filter_mb_mbaff_edge*v() more often than do extra calculationsMichael Niedermayer2010-01-18
* Fix 10l segfault with threads.Michael Niedermayer2010-01-18
* Use h->slice_num where possible.Michael Niedermayer2010-01-18
* Enable filter_mb_fast for CAVLC P slices.Michael Niedermayer2010-01-18
* filter_mb_fast needs cbp_table to be set.Michael Niedermayer2010-01-18
* PAFF CABAC P slices seem to work as well, so enable them for ff_h264_filter_m...Michael Niedermayer2010-01-18
* Reenable filter_mb_fast for I slices and progressive CABAC P slices.Michael Niedermayer2010-01-18
* Set h->cbp for ff_h264_filter_mb_fast().Michael Niedermayer2010-01-18
* 10l for someone, Store chroma_qp_diff in the correct struct.Michael Niedermayer2010-01-18
* Install <libavcodec/vaapi.h> header.Gwenole Beauchesne2010-01-18
* Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_cachesMichael Niedermayer2010-01-18
* 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