22256 Commits (2087c82339edfa0cacfdfa612d99939a453624a7)
 

Author SHA1 Message Date
Måns Rullgård 2087c82339 configure: do not use character classes with awk 15 years ago
Michael Niedermayer 3f50965b28 Mark the h264 c loop filter as av_always_inline av_flatten to make sure its 15 years ago
Michael Niedermayer c9640c17ac skip outer pixels if possible in h264_loop_filter_luma_c(). 15 years ago
Stefano Sabatini 0e21dcdb13 Split overly long line. 15 years ago
John Van Sickle 385e1658b3 Adds -aq documentation to the ffmpeg docs. 15 years ago
John Van Sickle 49f6402236 Improve section 3.2 of the faq by providing more useful examples and a 15 years ago
Stefano Sabatini 731c04ad65 Make selfTest() perform tests where both the input and output formats 15 years ago
Baptiste Coudurier fdf4662211 fetch flv duration from file if it is set to 0 in metadata 15 years ago
Michael Niedermayer 655a1d57d5 Reenable ff_h264_filter_mb_fast() for all slices it supported before. 15 years ago
Michael Niedermayer 9ac4548ff7 Fix h264_loop_filter_strength_mmx2() so it works with b frames. 15 years ago
Alexis Ballier f28cc5771f Make const prototypes for input sources of sws_scale_* stricter. 15 years ago
Måns Rullgård ff6e82a968 configure: inlcude sys/types.h when checking sys/socket.h 15 years ago
Måns Rullgård 48fc536aba configure: drop -A flag to od 15 years ago
Måns Rullgård f6993412b7 configure: be more liberal with nm output 15 years ago
Ramiro Polla 9e5f164dc1 swscale-example: Add comment about the use of av_{malloc,free}. 15 years ago
Michael Niedermayer ebddd2e253 Remove -2 -> -1 remapping, its not needed anymore as we must remap all 15 years ago
Ramiro Polla 3aca8b59f6 Remove useless forward declaration. 15 years ago
Zuxy Meng d5206d3dd6 User friendly warning message that gives out names of source and target formats 15 years ago
Måns Rullgård 1d52b4b390 Use avconfig.h in pixfmt.h 15 years ago
Måns Rullgård a3e02a8cad Create and install libavutil/avconfig.h 15 years ago
Måns Rullgård aa310a9fc7 Add rules to install generated headers 15 years ago
Måns Rullgård df64279079 configure: create dirs before generating config.* 15 years ago
Måns Rullgård c34681df42 configure: add cp_if_changed function and use for config.h 15 years ago
Jason Garrett-Glaser 76d81909ae Update libx264.c to use new libx264 features 15 years ago
Måns Rullgård 51d83986b1 swscale-example: use av_malloc() 15 years ago
Jai Menon 7817ddabc8 Apply changes made in r21308 to svq3.c. 15 years ago
Michael Niedermayer c2894fbf1c Dont waste time initializing stuff for deblocking intra mbs, none of 15 years ago
Michael Niedermayer 580920f8dc Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose. 15 years ago
Michael Niedermayer 26c83a4161 Move a few things into a deeper if() in fetch_diagonal_mv(). 15 years ago
Michael Niedermayer 350fc614b4 Remove code that handles the case of a MB pair to our right being available. 15 years ago
Baptiste Coudurier 49c43fc278 reindent 15 years ago
Baptiste Coudurier c3aeaa540d set average frame rate in mov demuxer 15 years ago
Michael Niedermayer 7231ccf4d5 Cosmetic, get rid of &x[0] 15 years ago
Michael Niedermayer 2b3649f656 Fix compilation with -O0. 15 years ago
Michael Niedermayer 7a93858a6d Fix accumulated indention errors. 15 years ago
Stefano Sabatini 2d8d885b06 Split long line. 15 years ago
Stefano Sabatini 591e465acf Convert int -> enum PixelFormat in doTest(). 15 years ago
Michael Niedermayer 70bd7a3d48 Optimize top non_zero_count_cache init. 15 years ago
Michael Niedermayer 5e07aa7721 Dont init chroma elements of non_zero_count_cache for deblock. 15 years ago
Michael Niedermayer 5cc5d9bf29 Remove unneeded for_deblock check, this code was alraedy under for_deblock. 15 years ago
Måns Rullgård c8a4ae00dd configure: add --disable-asm option 15 years ago
Måns Rullgård 3784e82e9c configure: rename a variable in check_asm 15 years ago
Baptiste Coudurier c956611527 move aspect ratio code at the end of the track parsing, fix cathedral-beta2-400extra-crop-avc.mp4 15 years ago
Måns Rullgård 5d54c12611 configure: fix cpu=generic case 15 years ago
Michael Niedermayer bffe82f504 Rather call filter_mb_mbaff_edge*v() more often than do extra calculations 15 years ago
Måns Rullgård 34ba23c975 configure: simplify $cpu handling for some architectures 15 years ago
Måns Rullgård 9dbd5c3dd3 configure: indent 15 years ago
Måns Rullgård 343aef9b33 configure: split $cpu handling by arch 15 years ago
Måns Rullgård e939cedd9d configure: simplify $arch handling 15 years ago
Måns Rullgård 808fa33c9c configure: group arch extention deps by arch 15 years ago