summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove code that handles the case of a MB pair to our right being available.Michael Niedermayer2010-01-191-7/+0
* reindentBaptiste Coudurier2010-01-181-6/+6
* set average frame rate in mov demuxerBaptiste Coudurier2010-01-182-3/+7
* 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
* Split long line.Stefano Sabatini2010-01-181-1/+2
* Convert int -> enum PixelFormat in doTest().Stefano Sabatini2010-01-181-1/+1
* 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
* configure: add --disable-asm optionMåns Rullgård2010-01-181-0/+5
* configure: rename a variable in check_asmMåns Rullgård2010-01-181-2/+2
* move aspect ratio code at the end of the track parsing, fix cathedral-beta2-4...Baptiste Coudurier2010-01-181-10/+10
* configure: fix cpu=generic caseMåns Rullgård2010-01-181-7/+3
* Rather call filter_mb_mbaff_edge*v() more often than do extra calculationsMichael Niedermayer2010-01-181-23/+25
* configure: simplify $cpu handling for some architecturesMåns Rullgård2010-01-181-29/+11
* configure: indentMåns Rullgård2010-01-181-73/+73
* configure: split $cpu handling by archMåns Rullgård2010-01-181-6/+47
* configure: simplify $arch handlingMåns Rullgård2010-01-181-79/+60
* configure: group arch extention deps by archMåns Rullgård2010-01-181-6/+11
* 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
* Rename the RTP muxer sources so that the packetisation functions are inLuca Abeni2010-01-185-4/+4
* Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_cachesMichael Niedermayer2010-01-182-37/+32
* Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such functionLuca Abeni2010-01-181-1/+0
* Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h.Alexander Strange2010-01-182-2/+141
* Define out currently unused static functions.Zuxy Meng2010-01-181-1/+6
* Perform reference remapping at fill_cache() time instead of in theMichael Niedermayer2010-01-183-11/+50
* add uldx fourcc to mpeg4 in riff.cBen Littler2010-01-181-0/+1
* Mark all intreadwrite functions av_always_inlineMåns Rullgård2010-01-184-32/+32
* Only set HAVE_MMX when a supported CPU is specifiedMåns Rullgård2010-01-181-1/+5
* 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
* Remove stray '\' at the end of macro definitions.Stefano Sabatini2010-01-171-15/+14
* Remove duplicated or pointless newlines.Stefano Sabatini2010-01-171-12/+0
* Factorize error message logging, log it if the converter cannot beStefano Sabatini2010-01-171-7/+6
* Reindent after the last commit.Stefano Sabatini2010-01-171-15/+15
* Make the pal2rgbWrapper set and use the converter in pal2rgbWrapperStefano Sabatini2010-01-171-2/+3
* 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