summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* configure: inlcude sys/types.h when checking sys/socket.hMåns Rullgård2010-01-19
| | | | | | | | | Silly BSD systems need this despite POSIX requiring nothing of the kind. Any system with sys/socket.h should also have sys/types.h, so this is unlikely to break anything, and we already do this in another place. Originally committed as revision 21326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: drop -A flag to odMåns Rullgård2010-01-19
| | | | Originally committed as revision 21325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: be more liberal with nm outputMåns Rullgård2010-01-19
| | | | Originally committed as revision 21324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swscale-example: Add comment about the use of av_{malloc,free}.Ramiro Polla2010-01-19
| | | | Originally committed as revision 30373 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove -2 -> -1 remapping, its not needed anymore as we must remap allMichael Niedermayer2010-01-19
| | | | | | references per LUT anyway. Originally committed as revision 21323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless forward declaration.Ramiro Polla2010-01-19
| | | | Originally committed as revision 30371 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* User friendly warning message that gives out names of source and target formatsZuxy Meng2010-01-19
| | | | Originally committed as revision 30370 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use avconfig.h in pixfmt.hMåns Rullgård2010-01-19
| | | | Originally committed as revision 21322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create and install libavutil/avconfig.hMåns Rullgård2010-01-19
| | | | | | | | This file contains a safe subset of the config.h settings. Only bigendian is included for now, more can be added as need arises. Originally committed as revision 21321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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