- 15 Apr, 2010 3 commits
-
-
gb authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22885 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gb authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22884 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gb authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22883 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 14 Apr, 2010 2 commits
-
-
andoma authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22882 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
andoma authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22881 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 13 Apr, 2010 14 commits
-
-
stefano authored
Previously ffprobe was wrongly outputting the sample aspect ratio as display aspect ratio. Patch by Robert Krüger $(echo k-r-u-e-g-e-r@s-i-g-n-a-l-7.d-e | sed s/-//g). git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22880 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22879 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
failed reallocation, rather than just -1. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22878 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22877 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
The function is only used within that file, so it makes sense to place it ther. This fixes many warnings of the type: h264.h:1170: warning: ‘fill_filter_caches’ defined but not used git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22876 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
patch by Howard Chu, hyc highlandsun com git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22875 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22874 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22873 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22872 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
8% faster overall on Cortex-A8. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22871 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
benoit authored
Patch by Jean-Daniel Dupas devlists shadowlab org git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22870 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gb authored
This fixes MR2_MW_A/MR2_TANDBERG_E on Intel Ironlake and NVIDIA HW. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22869 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
vitor authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22868 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22867 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 12 Apr, 2010 21 commits
-
-
stefano authored
BGR565, RGB565) to make them specify the tags for the LE variants rather than for the native endian ones. Fix NUT compatibility. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22866 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22865 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22864 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22863 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22862 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
This enables SIMD optimisations of this function. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22861 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
ff_parse_and_eval_expr(). Change func[12] attributes from "** func" to "* const * func". This is consistent with the semantics of the provided arrays of functions, which are not supposed to be changed by the ff_parse_* functions. Also fix the GCC compilation warnings: libavcodec/ratecontrol.c: In function ‘ff_rate_control_init’: libavcodec/ratecontrol.c:109: warning: passing argument 3 of ‘ff_parse_expr’ discards qualifiers from pointer target type libavcodec/eval.h:69: note: expected ‘double (**)(void *, double)’ but argument is of type ‘double (* const*)(void *, double)’ git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22860 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
ff_parse_and_eval_expr(). Change attribute from "const char **" to "const char * const *". The name arrays are not supposed to be changed by the function. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22859 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
The new name is more expressive and fits better in the overall naming scheme for the revisited eval API. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22858 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22857 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
benoit authored
Patch by Michael Kaufmann hallo $(name) dash $(surname) ch git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22856 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22855 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
patch by Michael Kostylev, michael.kostylev gmail com git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22854 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
cehoyos authored
Patch by Howard Chu, hyc highlandsun com git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22853 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22852 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
jai_menon authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22851 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22850 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
This reorders the lfe_fir tables, and drops the mirrored half, such that the loops in lfe_interpolation_fir() can be simplified. The new loop structure should be easier to implement with SIMD. Static data size is reduced by 2kB. 3% faster on Cortex-A8. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22849 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
This prevents gcc reloading the value from memory on each iteration of the loop. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22848 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22847 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
thardin authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22846 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-