Aurelien Jacobs
182f56cb0c
make ff_p* vars extern so that they can be used in various *_mmx.c files
...
Originally committed as revision 11100 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
713b0bffd6
10l: init_get_bits want size in bits, not bytes
...
Originally committed as revision 11099 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
48b36ec24b
cosmetics: alignment
...
Originally committed as revision 11098 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
c47e20e621
spelling cosmetics
...
Originally committed as revision 11097 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
D Richard Felker III
de39d62c14
sync message with modern ffmpeg bitrate option syntax.
...
note: this message should probably be tweaked; i'm not sure that it's
a good idea for lavc to be recommending ffmpeg command line options
as it's a general-purpose library.
Originally committed as revision 11094 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
28e7453c11
remove some empty close/init functions in avcodec
...
patch by Alex
Originally committed as revision 11093 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
725d86bfd5
add pcm_s16le_planar support for electronicarts files
...
Originally committed as revision 11092 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
4d4f59d750
split wmv2 encoder and decoder in their own files
...
Originally committed as revision 11091 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Christophe Gisquet
ac40ce4244
Typo fix. Previous version had some picture error building up until next keyframe.
...
Now MMX version decodes 1:1 what the C version does
patch by Christophe GISQUET %christophe P gisquet A free P fr%
Originally committed as revision 11090 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
e082f4a89b
Data tables for future RV30/40 decoder
...
Originally committed as revision 11089 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Christophe Gisquet
d3a9c44e1d
Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr%
...
Original thread:
date: Nov 24, 2007 3:09 PM
subject: [FFmpeg-devel] [PATCH] Strip debug stuff from vc1dsp_mmx.c
Originally committed as revision 11088 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f0a838e525
Add missing #includes to fix 'make checkheaders'.
...
Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f8a80fd69d
main() --> main(void)
...
Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Christophe Gisquet
82821c913b
add VC-1 MMX DSP functions, under MIT license.
...
patch by Christophe GISQUET %christophe P gisquet A free P fr%
original thread:
date: Jul 7, 2007 12:52 PM
subject: [FFmpeg-devel] [PATCH] VC-1 MMX DSP functions
Originally committed as revision 11074 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
e59d932826
cosmetic (x==NULL -> !x)
...
Originally committed as revision 11067 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5b2052b38f
cosmetic (place { consistently)
...
Originally committed as revision 11066 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
0dd954b1f0
cosmetic (remove != 0 / != NULL)
...
Originally committed as revision 11064 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
e1c48b7aae
use sizeof in snprintf (note the changed code is all under #if 0)
...
Originally committed as revision 11063 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
2867ed9b1c
check region depth for validity
...
(32/64/128 would crash at least due to 1<<depth allocation later,
and no i do not have a sample file)
Originally committed as revision 11062 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benjamin Larsson
289987e454
Use memcpy instead of for loop
...
Originally committed as revision 11051 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jeff Downs
e240f898ff
Call mpegvideo flush routine on h264 flush. Needed in particular
...
to clear last_picture_ptr, next_picture_ptr for proper picture
management. Prevents crashes in error concealer following seeks.
Fixes Roundup issue 189.
Originally committed as revision 11049 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
eb72cacb21
Remove unused functions, fixes the warnings:
...
snow.c:1163: warning: 'spatial_compose53i' defined but not used
snow.c:1313: warning: 'spatial_compose97i' defined but not used
Originally committed as revision 11048 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
87246a01cf
avoid some halfpel related #ifdef
...
Originally committed as revision 11041 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a0c013de34
Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:
...
snow.c:4142: warning: #halfpel_interpol# defined but not used
Originally committed as revision 11035 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Panagiotis Issaris
9bd51b9aab
Attribute for specifying direction should come right after @param .
...
Originally committed as revision 11030 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Christophe Gisquet
1a625dce18
Use put_signed_pixels_clamped where appropriate
...
Patch by Christophe GISQUET christophe.gisquet <whirlpool sign> fr(run of two 'e').(copy 2 bytes with offset -5)
Thread: [PATCH] Use signed version when putting and clamping pixels in VC-1
Originally committed as revision 11029 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alex Beregszaszi
0b77d7d642
Remove editor junk from the end.
...
Originally committed as revision 11027 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benjamin Larsson
2b992d0e88
Small simplification
...
Originally committed as revision 11026 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alex Beregszaszi
8e1b957cd4
Support 44.1kHz audio. Acked by Benjamin
...
Originally committed as revision 11024 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alex Beregszaszi
8ef4de4e11
Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.
...
Acked by Benjamin Larsson
Originally committed as revision 11023 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alex Beregszaszi
b64fa5b426
Make sine_window static. Acked by Benjamin Larsson
...
Originally committed as revision 11022 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
5b0b5ecf60
Fix nellymoser decode_tag return value, patch by Stefano Sabatini
...
Originally committed as revision 11018 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
095c22ac45
Remove unused variable, fixes the warning:
...
ppc/vc1dsp_altivec.c: In function ‘vc1_inv_trans_8x8_altivec’:
ppc/vc1dsp_altivec.c:141: warning: unused variable ‘vec_5’
Originally committed as revision 11006 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
1b04f3e065
cosmetics: Keep all OBJS entries on a line of their own.
...
Originally committed as revision 11005 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
02d361919a
tring to workaround gcc 2.95 bug which causes random failures
...
Originally committed as revision 11003 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
5118cae694
ogg muxer
...
Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
96e2fbf27b
Add comments to some #endif directives.
...
Originally committed as revision 10998 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f073a3934a
cosmetics: Fix vissual --> visual typo.
...
Originally committed as revision 10997 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
2e39d0cd5b
Improve unsupported (pixel) format error message.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10996 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
8a43317e66
cosmetics: Fix spacial --> spatial typo in function names.
...
Originally committed as revision 10993 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
c238beb5d7
misc spelling/grammar/wording fixes in comments
...
Originally committed as revision 10991 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
63d2bad846
X8 is supported now, so warning is incorrect
...
Originally committed as revision 10990 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reinhard Nissl
ce5d17f590
Provide top_field_first logic for h264
...
patch by: Reinhard Nissl rnissl a gmx d de
Originally committed as revision 10989 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
ce038da040
make some tables static
...
Originally committed as revision 10987 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
49e9a4bf7c
add multiple inclusion guards
...
Originally committed as revision 10986 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
cb0d8a5f8f
grammar
...
Originally committed as revision 10985 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
3358e879d2
indention
...
Originally committed as revision 10984 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
177c9583b6
remove useless #ifdef
...
Originally committed as revision 10983 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
dc6e492bb2
remove inline from non speed critical functions
...
Originally committed as revision 10982 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
b7f435b058
vertical align
...
Originally committed as revision 10981 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago