Baptiste Coudurier
9a63497b0f
support for mjpeg bottom field first in mov
...
Originally committed as revision 8192 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
387afa9d01
fix adpcm swf decoding
...
Originally committed as revision 8186 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
ea0fe83b0f
remove ps option and rename rtp_payload_size AVOption to ps
...
Originally committed as revision 8172 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
81299d421b
Add documentation to some avcodec.h's pix_fmt related functions and defines.
...
Originally committed as revision 8171 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
c828c70916
quicktime 'raw ' support
...
Originally committed as revision 8168 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
6b936ec662
get rid of CODEC_FLAG_H263P_AIC with next major bump
...
Originally committed as revision 8167 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
abd6a4fc53
define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bump
...
Originally committed as revision 8166 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
ccec0f4f94
get rid of rtp_mode field after next major bump
...
Originally committed as revision 8164 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
39c39d5f25
enable rtp payload size AVOption for video encoding
...
Originally committed as revision 8163 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
4c02e46daf
free faac extradata
...
Originally committed as revision 8161 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
c52ff68852
Looks like I'll work on it this year too
...
Originally committed as revision 8160 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
9d1f80f207
WMV3 Complex Profile initial support
...
Originally committed as revision 8159 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
c2a29455e3
enable some 64bit optimized code on 64bit arch
...
Originally committed as revision 8155 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
bf925c056b
Fix wrong license header.
...
Originally committed as revision 8144 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michel Bardiaux
911b9faf31
Rename WMADecodeContext to WMACodecContext
...
Originally committed as revision 8143 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michel Bardiaux
a9c9a2400b
Supply context to tprintf
...
Originally committed as revision 8142 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
01ca9ac334
DCA decoder
...
Originally committed as revision 8141 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e7ebecbf44
The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.
...
Originally committed as revision 8140 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3cee76e6c9
Remove useless conditional.
...
Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
eba0fcad9e
cleanup setting of returned data frame
...
Originally committed as revision 8125 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
704a2881bc
Use pointers to avoid copying AVFrame.
...
This ensure get_buffer() won't be confused with an AVFrame pointer
which looks like it wasn't released.
Originally committed as revision 8124 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
f66e4f5f9e
Add av_ prefix to clip functions
...
Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
392cf77a4b
Move the unaltered documentation of the functions which are part of the public
...
API out of imgconvert.c into avcodec.h.
Originally committed as revision 8121 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0268a54a65
rewrite find_frame_end()
...
new code correctly splits long start codes, also its about twice as fast
Originally committed as revision 8120 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
0b2d5a8ed5
use FFMIN
...
patch by ramiro _at_ lisha.ufsc.br
Originally committed as revision 8119 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e870111e4f
Only compile snowdsp_mmx.c if the Snow decoder is enabled.
...
Originally committed as revision 8117 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d42f88025a
Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.
...
Originally committed as revision 8116 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
eafcac6ac8
cosmetics: Fix another common typo, dependAnt --> dependEnt.
...
Originally committed as revision 8114 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alexander Strange
bd91fee3d7
h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com)
...
144095->142319 dezicycles for hl_decode_mb() on duron
trailing whitespace removed by me
Originally committed as revision 8106 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
65a455a879
Use pointers to avoid copying AVFrame.
...
This ensure get_buffer() won't be confused with an AVFrame pointer
which looks like it wasn't released.
Originally committed as revision 8105 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
58e31fb1d5
reorder a few more paddws to reduce dependancy chains
...
chroma mc4 put 2480 -> 2460 dezicyles on duron
Originally committed as revision 8098 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
b4fe97696c
reorder paddws to reduce dependancy chain
...
put_h264_chroma_mc2_mmx2() 927 -> 902 dezicyles on duron
Originally committed as revision 8097 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
9ff77d1797
add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c
...
Patch by Benoit Fouet % benoit P fouet A purplelabs P com %
Originally committed as revision 8096 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0c67082e02
shortening dependancy chain in chroma mc2
...
Originally committed as revision 8095 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
af26516261
remove now wrong comment
...
Originally committed as revision 8094 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
61240ae556
fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr)
...
and does slow the mc2 chroma put down, avg interrestingly seems unaffected speedwise on duron
this of course should be rather done in a way which doesnt slow it down but its better a few %
slower but correct then incorrect
Originally committed as revision 8093 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
f0b23422fa
use av_noinline instead of __attribute((noinline))
...
Originally committed as revision 8091 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
9c856d62be
dont check buffer size if the decode function wont be called at all
...
Originally committed as revision 8090 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
5dad0282b5
av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_.
...
Originally committed as revision 8089 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
beebfdb1e8
Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.
...
Originally committed as revision 8088 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
e0b67c7618
Doxygenize the existing amr.c documentation.
...
Originally committed as revision 8087 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
4267e90dd0
Doxygenize the comments for the av_fast_realloc() function.
...
Originally committed as revision 8086 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
8079a686c3
Doxygenize the comments for the av_free_static() function.
...
Originally committed as revision 8085 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
9c5cb112ca
Doxygenize the comments for the av_mallocz_static() function.
...
Originally committed as revision 8084 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
3d0a39fa2d
Doxygenize the comments for the av_realloc_static() function.
...
Originally committed as revision 8083 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
2fa378a72c
Doxygenize the comments for the av_get_bits_per_sample() function.
...
Originally committed as revision 8082 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
8f6260af48
Doxygenize the comments for the av_get_pict_type_char() function.
...
Originally committed as revision 8081 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
8fc3d25c0a
Doxygenize the comments for the avpicture_free() function.
...
Originally committed as revision 8080 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
8ab4861cc2
Move the Doxygen function documentation unaltered from libavcodec/utils.c to
...
libavcodec/avcodec.h.
Originally committed as revision 8079 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
f9ec0aa1a9
Add more Doxygen documentation.
...
Originally committed as revision 8078 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago