summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add rules to install generated headersMåns Rullgård2010-01-19
| | | | Originally committed as revision 21320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: create dirs before generating config.*Måns Rullgård2010-01-19
| | | | Originally committed as revision 21319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add cp_if_changed function and use for config.hMåns Rullgård2010-01-19
| | | | Originally committed as revision 21318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update libx264.c to use new libx264 featuresJason Garrett-Glaser2010-01-19
| | | | | | | | | | With b_keyframe instead of IDR for detecting keyframes, ffmpeg should now support periodic encoding with periodic intra refresh (although there is no interface option for it yet). Set the new timebase values for full VFR input support. Bump configure to check for API version 83. Originally committed as revision 21317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swscale-example: use av_malloc()Måns Rullgård2010-01-19
| | | | | | | Image buffers require 16-byte alignment, so av_malloc() should be used. Fixes crash on PPC. Originally committed as revision 30369 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Apply changes made in r21308 to svq3.c.Jai Menon2010-01-19
| | | | | | Fixes compilation with gcc and -O0. Originally committed as revision 21316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dont waste time initializing stuff for deblocking intra mbs, none ofMichael Niedermayer2010-01-19
| | | | | | it is used. Originally committed as revision 21315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose.Michael Niedermayer2010-01-19
| | | | Originally committed as revision 21314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move a few things into a deeper if() in fetch_diagonal_mv().Michael Niedermayer2010-01-19
| | | | Originally committed as revision 21313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove code that handles the case of a MB pair to our right being available.Michael Niedermayer2010-01-19
| | | | | | | Thats not possible except maybe in FMO which noone uses anyway. iam also not sure if this wasnt missing a part_width. Originally committed as revision 21312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2010-01-18
| | | | Originally committed as revision 21311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set average frame rate in mov demuxerBaptiste Coudurier2010-01-18
| | | | Originally committed as revision 21310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic, get rid of &x[0]Michael Niedermayer2010-01-18
| | | | Originally committed as revision 21309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with -O0.Michael Niedermayer2010-01-18
| | | | Originally committed as revision 21308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix accumulated indention errors.Michael Niedermayer2010-01-18
| | | | Originally committed as revision 21307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split long line.Stefano Sabatini2010-01-18
| | | | Originally committed as revision 30368 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Convert int -> enum PixelFormat in doTest().Stefano Sabatini2010-01-18
| | | | Originally committed as revision 30367 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Optimize top non_zero_count_cache init.Michael Niedermayer2010-01-18
| | | | Originally committed as revision 21306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dont init chroma elements of non_zero_count_cache for deblock.Michael Niedermayer2010-01-18
| | | | Originally committed as revision 21305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded for_deblock check, this code was alraedy under for_deblock.Michael Niedermayer2010-01-18
| | | | Originally committed as revision 21304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add --disable-asm optionMåns Rullgård2010-01-18
| | | | Originally committed as revision 21303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: rename a variable in check_asmMåns Rullgård2010-01-18
| | | | Originally committed as revision 21302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move aspect ratio code at the end of the track parsing, fix ↵Baptiste Coudurier2010-01-18
| | | | | | cathedral-beta2-400extra-crop-avc.mp4 Originally committed as revision 21301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix cpu=generic caseMåns Rullgård2010-01-18
| | | | Originally committed as revision 21300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rather call filter_mb_mbaff_edge*v() more often than do extra calculationsMichael Niedermayer2010-01-18
| | | | | | in the innerst loop. ~150 cpu cycles faster Originally committed as revision 21299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify $cpu handling for some architecturesMåns Rullgård2010-01-18
| | | | Originally committed as revision 21298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: indentMåns Rullgård2010-01-18
| | | | Originally committed as revision 21297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: split $cpu handling by archMåns Rullgård2010-01-18
| | | | Originally committed as revision 21296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify $arch handlingMåns Rullgård2010-01-18
| | | | Originally committed as revision 21295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: group arch extention deps by archMåns Rullgård2010-01-18
| | | | Originally committed as revision 21294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 10l segfault with threads.Michael Niedermayer2010-01-18
| | | | Originally committed as revision 21293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use h->slice_num where possible.Michael Niedermayer2010-01-18
| | | | Originally committed as revision 21292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable filter_mb_fast for CAVLC P slices.Michael Niedermayer2010-01-18
| | | | Originally committed as revision 21291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* filter_mb_fast needs cbp_table to be set.Michael Niedermayer2010-01-18
| | | | Originally committed as revision 21290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PAFF CABAC P slices seem to work as well, so enable them for ↵Michael Niedermayer2010-01-18
| | | | | | ff_h264_filter_mb_fast() too. Originally committed as revision 21289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reenable filter_mb_fast for I slices and progressive CABAC P slices.Michael Niedermayer2010-01-18
| | | | Originally committed as revision 21288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set h->cbp for ff_h264_filter_mb_fast().Michael Niedermayer2010-01-18
| | | | Originally committed as revision 21287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l for someone, Store chroma_qp_diff in the correct struct.Michael Niedermayer2010-01-18
| | | | Originally committed as revision 21286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install <libavcodec/vaapi.h> header.Gwenole Beauchesne2010-01-18
| | | | Originally committed as revision 21285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the RTP muxer sources so that the packetisation functions are inLuca Abeni2010-01-18
| | | | | | rtpenc_*.c files. Originally committed as revision 21284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_cachesMichael Niedermayer2010-01-18
| | | | | | that way it is also available for ff_h264_filter_mb_fast(). Originally committed as revision 21283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such functionLuca Abeni2010-01-18
| | | | | | belongs to the RTP muxer, and its prototype already is in rtpenc.h) Originally committed as revision 21282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h.Alexander Strange2010-01-18
| | | | | | Add x86 implementation using MMX/SSE. Originally committed as revision 21281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define out currently unused static functions.Zuxy Meng2010-01-18
| | | | Originally committed as revision 30365 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Perform reference remapping at fill_cache() time instead of in theMichael Niedermayer2010-01-18
| | | | | | | loop filter. This removes one obstacle of getting ff_h264_filter_mb_fast() bitexact. code is maybe 0.1% faster Originally committed as revision 21280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add uldx fourcc to mpeg4 in riff.cBen Littler2010-01-18
| | | | Originally committed as revision 21279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all intreadwrite functions av_always_inlineMåns Rullgård2010-01-18
| | | | Originally committed as revision 21278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only set HAVE_MMX when a supported CPU is specifiedMåns Rullgård2010-01-18
| | | | Originally committed as revision 21277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make qp check for loop filter skiping also work with MBAFF.Michael Niedermayer2010-01-18
| | | | Originally committed as revision 21276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Comment about a cornercase we ignore currentlyMichael Niedermayer2010-01-18
| | | | Originally committed as revision 21275 to svn://svn.ffmpeg.org/ffmpeg/trunk