summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* Use constant offsets for memory operands since gcc is unable toDavid Conrad2010-01-201-12/+8
* Sightly simplify initialization of int start.Michael Niedermayer2010-01-201-7/+3
* Mark the h264 c loop filter as av_always_inline av_flatten to make sure itsMichael Niedermayer2010-01-191-4/+4
* skip outer pixels if possible in h264_loop_filter_luma_c().Michael Niedermayer2010-01-191-0/+2
* Reenable ff_h264_filter_mb_fast() for all slices it supported before.Michael Niedermayer2010-01-191-3/+0
* Fix h264_loop_filter_strength_mmx2() so it works with b frames.Michael Niedermayer2010-01-191-0/+34
* Remove -2 -> -1 remapping, its not needed anymore as we must remap allMichael Niedermayer2010-01-191-4/+0
* Update libx264.c to use new libx264 featuresJason Garrett-Glaser2010-01-191-4/+4
* Apply changes made in r21308 to svq3.c.Jai Menon2010-01-191-4/+0
* Dont waste time initializing stuff for deblocking intra mbs, none ofMichael Niedermayer2010-01-191-0/+2
* Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose.Michael Niedermayer2010-01-191-3/+2
* Move a few things into a deeper if() in fetch_diagonal_mv().Michael Niedermayer2010-01-191-4/+5
* Remove code that handles the case of a MB pair to our right being available.Michael Niedermayer2010-01-191-7/+0
* Cosmetic, get rid of &x[0]Michael Niedermayer2010-01-182-2/+2
* Fix compilation with -O0.Michael Niedermayer2010-01-184-15/+0
* Fix accumulated indention errors.Michael Niedermayer2010-01-181-91/+91
* Optimize top non_zero_count_cache init.Michael Niedermayer2010-01-181-5/+2
* Dont init chroma elements of non_zero_count_cache for deblock.Michael Niedermayer2010-01-181-2/+13
* Remove unneeded for_deblock check, this code was alraedy under for_deblock.Michael Niedermayer2010-01-181-1/+1
* Rather call filter_mb_mbaff_edge*v() more often than do extra calculationsMichael Niedermayer2010-01-181-23/+25
* Fix 10l segfault with threads.Michael Niedermayer2010-01-181-0/+1
* Use h->slice_num where possible.Michael Niedermayer2010-01-181-4/+4
* Enable filter_mb_fast for CAVLC P slices.Michael Niedermayer2010-01-181-1/+1
* filter_mb_fast needs cbp_table to be set.Michael Niedermayer2010-01-181-2/+2
* PAFF CABAC P slices seem to work as well, so enable them for ff_h264_filter_m...Michael Niedermayer2010-01-181-1/+1
* Reenable filter_mb_fast for I slices and progressive CABAC P slices.Michael Niedermayer2010-01-181-2/+4
* Set h->cbp for ff_h264_filter_mb_fast().Michael Niedermayer2010-01-181-0/+2
* 10l for someone, Store chroma_qp_diff in the correct struct.Michael Niedermayer2010-01-181-1/+1
* Install <libavcodec/vaapi.h> header.Gwenole Beauchesne2010-01-181-1/+1
* Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_cachesMichael Niedermayer2010-01-182-37/+32
* Perform reference remapping at fill_cache() time instead of in theMichael Niedermayer2010-01-183-11/+50
* Make qp check for loop filter skiping also work with MBAFF.Michael Niedermayer2010-01-181-3/+2
* Comment about a cornercase we ignore currentlyMichael Niedermayer2010-01-181-1/+1
* Move the qp check to skip the loop filter up.Michael Niedermayer2010-01-183-15/+23
* Reorganize how values are stored in h->non_zero_count.Michael Niedermayer2010-01-172-82/+34
* Disable a few things in fill_filter_caches() that arent needed.Michael Niedermayer2010-01-171-2/+3
* Split fill_caches() between filter and decoder.Michael Niedermayer2010-01-174-7/+15
* Rearchitecturing the stiched up goose part 1Michael Niedermayer2010-01-175-76/+166
* Add missing Makefile dependencies to CONFIG_SNOW_ENCODER.Alexander Strange2010-01-171-1/+2
* Comment for() ; outMichael Niedermayer2010-01-161-1/+1
* Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smallerMichael Niedermayer2010-01-161-4/+4
* Apply last 2 optimizations to similar code i forgot.Michael Niedermayer2010-01-161-4/+4
* Another microopt, 4 cpu cycles for avoidance of FFABS().Michael Niedermayer2010-01-161-2/+2
* Add missing guards and includes to arm/aac.hMåns Rullgård2010-01-161-0/+7
* Minor (2 cpu cycles) optimization ||->|.Michael Niedermayer2010-01-161-4/+4
* Support decoding of SoftLab-NSK VideoTizer.ami_stuff2010-01-161-0/+1
* Consider slice_beta_offet in qp_thresh.Michael Niedermayer2010-01-161-1/+1
* Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh.Michael Niedermayer2010-01-163-1/+4
* 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
OpenPOWER on IntegriCloud