Justin Ruggles [Sat, 13 Jun 2009 22:45:58 +0000 (22:45 +0000)]
Add a VorbisComment metadata conversion table and use it in the FLAC and
Ogg demuxers.
Originally committed as revision 19186 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 13 Jun 2009 22:33:13 +0000 (22:33 +0000)]
Do not guess the channel layout when getting its string value.
Originally committed as revision 19185 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 13 Jun 2009 22:29:38 +0000 (22:29 +0000)]
matroskadec: prepend TargetType to metadata key name
Originally committed as revision 19184 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 13 Jun 2009 18:57:54 +0000 (18:57 +0000)]
Remove the 3-front-channel layout from the list of channel layout
aliases. Calling this "surround" is confusing and questionable.
Originally committed as revision 19183 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 13 Jun 2009 06:41:51 +0000 (06:41 +0000)]
Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits).
Originally committed as revision 19182 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 13 Jun 2009 06:39:01 +0000 (06:39 +0000)]
Allocate a bit more memory for MPC SV8 seek table, so bitreader won't read
beyond allocated block.
Originally committed as revision 19181 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jason Garrett-Glaser [Sat, 13 Jun 2009 03:02:16 +0000 (03:02 +0000)]
Analysis of logs show that there are in fact some files with m1v1 too (not just m2v2),
which is documented to be MPEG-1 video. Adding fourcc to isom.c.
Originally committed as revision 19180 to svn://svn.ffmpeg.org/ffmpeg/trunk
Peter Ross [Sat, 13 Jun 2009 02:20:54 +0000 (02:20 +0000)]
Electronic Arts demuxer: support Madcow video tag
Originally committed as revision 19179 to svn://svn.ffmpeg.org/ffmpeg/trunk
Peter Ross [Sat, 13 Jun 2009 02:19:41 +0000 (02:19 +0000)]
Electronic Arts Madcow decoder
Originally committed as revision 19178 to svn://svn.ffmpeg.org/ffmpeg/trunk
David Conrad [Sat, 13 Jun 2009 00:50:57 +0000 (00:50 +0000)]
Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of
adding entries to codec_movaudio_tags.
This ensures ADPCM_IMA_WAV uses the standard ms prefix when muxing to mov
rather than TS.
Originally committed as revision 19177 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jason Garrett-Glaser [Sat, 13 Jun 2009 00:16:39 +0000 (00:16 +0000)]
Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a problematic MOV file.
The audio is actually adpcm_ima_wav.
Originally committed as revision 19176 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Fri, 12 Jun 2009 21:16:33 +0000 (21:16 +0000)]
Cosmetics: Re-indent after last commit
Originally committed as revision 19175 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Fri, 12 Jun 2009 21:14:45 +0000 (21:14 +0000)]
Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can be
shared with the AAC encoder.
Originally committed as revision 19174 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Fri, 12 Jun 2009 19:49:46 +0000 (19:49 +0000)]
Do not include libavcodec/internal.h in the ADTS muxer.
Originally committed as revision 19173 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jason Garrett-Glaser [Fri, 12 Jun 2009 17:39:56 +0000 (17:39 +0000)]
Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.
Fixes a few AVI files from what is probably a mobile phone video camera.
Originally committed as revision 19172 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sascha Sommer [Fri, 12 Jun 2009 16:00:26 +0000 (16:00 +0000)]
Move run level decode functionality to ff_wma_run_level_decode
so that it can be reused for wmapro
Originally committed as revision 19171 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sascha Sommer [Fri, 12 Jun 2009 15:48:41 +0000 (15:48 +0000)]
cosmetics: Add brackets between if/else
Originally committed as revision 19170 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sascha Sommer [Fri, 12 Jun 2009 15:38:11 +0000 (15:38 +0000)]
Add additional sample rates to the frame len bits calculation code
Originally committed as revision 19169 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sascha Sommer [Fri, 12 Jun 2009 15:27:10 +0000 (15:27 +0000)]
Fix placment of the DPCM Xan comment
Originally committed as revision 19168 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sascha Sommer [Fri, 12 Jun 2009 15:21:43 +0000 (15:21 +0000)]
Move frame len bits calculation to ff_wma_get_frame_len_bits
so that it can be reused for wmapro
Originally committed as revision 19167 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jai Menon [Fri, 12 Jun 2009 13:21:01 +0000 (13:21 +0000)]
Associate the 0x6c75 TwoCC used in certain Kodak cameras
to the PCM Mu-law decoder.
Fixes Issue 1178.
Originally committed as revision 19166 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 12 Jun 2009 13:12:13 +0000 (13:12 +0000)]
cosmetics: Prettyprint and reformat wma.c closer to K&R style.
Originally committed as revision 19165 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 12 Jun 2009 08:15:37 +0000 (08:15 +0000)]
Fail and print correct error message when video stream pixel format
is unknown.
Originally committed as revision 19164 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jimmy Christensen [Fri, 12 Jun 2009 05:29:29 +0000 (05:29 +0000)]
DPX (Digital Picture Exchange) image decoder
patch by Jimmy Christensen, jimmy ghost dk
Originally committed as revision 19163 to svn://svn.ffmpeg.org/ffmpeg/trunk
David Conrad [Fri, 12 Jun 2009 05:26:40 +0000 (05:26 +0000)]
Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4
Originally committed as revision 19162 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jason Garrett-Glaser [Fri, 12 Jun 2009 02:20:26 +0000 (02:20 +0000)]
Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files.
Originally committed as revision 19161 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jeff Downs [Fri, 12 Jun 2009 02:13:12 +0000 (02:13 +0000)]
Fix cast of byte buffer to uint32 that was disregarding alignment
requirements.
Now calculates crc byte at a time until aligned, then continues with uint32
optimized calculation.
This fixes crashes during mlp decoding on sparc (at least, maybe others).
Originally committed as revision 19160 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jason Garrett-Glaser [Fri, 12 Jun 2009 01:09:49 +0000 (01:09 +0000)]
Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file.
Originally committed as revision 19159 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 11 Jun 2009 20:45:35 +0000 (20:45 +0000)]
cosmetics: Prettyprint one more line to have columns line up.
Originally committed as revision 19158 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 11 Jun 2009 20:18:29 +0000 (20:18 +0000)]
The internal header libavutil/internal.h should not be used outside libavutil.
Originally committed as revision 19157 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Thu, 11 Jun 2009 17:10:54 +0000 (17:10 +0000)]
Kill warnings of possibly unused variables by using av_unused.
Originally committed as revision 29355 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Thu, 11 Jun 2009 15:35:23 +0000 (15:35 +0000)]
cosmetics: Reformat to K&R and prettyprint newly created files.
Originally committed as revision 19156 to svn://svn.ffmpeg.org/ffmpeg/trunk
Patrick Dehne [Thu, 11 Jun 2009 15:26:57 +0000 (15:26 +0000)]
Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.
patch by Patrick Dehne, patrick mysonicweb com
Originally committed as revision 19155 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 11 Jun 2009 15:15:43 +0000 (15:15 +0000)]
Fix compilation: #undef standard library functions that are
forbidden within FFmpeg, but allowed in example code.
Originally committed as revision 29354 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Thu, 11 Jun 2009 10:19:04 +0000 (10:19 +0000)]
Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.
This fixes swscale-example compilation.
Originally committed as revision 29353 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Thu, 11 Jun 2009 10:16:51 +0000 (10:16 +0000)]
cosmetics: Reformat file to K&R style upon Kostya's request.
Originally committed as revision 19154 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 11 Jun 2009 09:40:24 +0000 (09:40 +0000)]
10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1.
Even after the split into shared and decoder-specific code, WMV3
continues to have the same dependencies as VC-1.
Originally committed as revision 19153 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 11 Jun 2009 09:31:31 +0000 (09:31 +0000)]
Split decoder-specific code off from vc1.c into vc1dec.c and keep code
shared between decoder and parser in vc1.c.
Originally committed as revision 19152 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 11 Jun 2009 08:16:08 +0000 (08:16 +0000)]
Add const in cast. Removes warning:
libavcodec/resample.c:215: warning: assignment discards qualifiers from pointer target type
Originally committed as revision 19151 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 11 Jun 2009 08:14:50 +0000 (08:14 +0000)]
give s->resample_context to avoid segfault, avclass was moved
Originally committed as revision 19150 to svn://svn.ffmpeg.org/ffmpeg/trunk
David Conrad [Thu, 11 Jun 2009 06:28:06 +0000 (06:28 +0000)]
Disable native Vorbis encoder; quality is much worse than libvorbis and
there really isn't a reason to use it on purpose unless you're improving it.
Originally committed as revision 19149 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 11 Jun 2009 05:13:23 +0000 (05:13 +0000)]
Remove time_rate, we cannot compute exactly when fragments are
used and we cannot determine if fragments are present or not in
streamed mode.
Originally committed as revision 19148 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 11 Jun 2009 04:30:05 +0000 (04:30 +0000)]
if b frames are parsed, set codec->has_b_frames
Originally committed as revision 19147 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 11 Jun 2009 04:07:29 +0000 (04:07 +0000)]
Remove even condition on pad and crop.
Odd padding or cropping is needed when encoders only support
even resolution.
Originally committed as revision 19146 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 10 Jun 2009 20:50:53 +0000 (20:50 +0000)]
Add code to enable and disable all VAAPI and VDPAU parts.
As a positive sideeffect, VAAPI/VDPAU objects need no longer be listed
for all VAAPI/VDPAU-related decoders.
Originally committed as revision 19145 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 10 Jun 2009 19:36:18 +0000 (19:36 +0000)]
Remove Mans as MPEG-TS maintainer, he never intended to maintain MPEG-TS.
Originally committed as revision 19144 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Wed, 10 Jun 2009 15:08:02 +0000 (15:08 +0000)]
Support seeking as defined by the rfc
a PLAY with Range alone while in PLAY status should be interpreted
as an enqueue
a PAUSE followed by a PLAY with Range is the proper way to ask to
seek to a point.
See rfc2326
Originally committed as revision 19143 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Wed, 10 Jun 2009 14:56:50 +0000 (14:56 +0000)]
Make sure buffer end remains constant within the loop
otherwise ff_find_start_code could read over the buffer size
Originally committed as revision 19142 to svn://svn.ffmpeg.org/ffmpeg/trunk
Haruhiko Yamagata [Tue, 9 Jun 2009 21:16:40 +0000 (21:16 +0000)]
Add field prev_interlaced_frame to H264Context to be able to flag soft telecine
progressive.
Patch by Haruhiko Yamagata, h D yamagata A nifty D com
Originally committed as revision 19141 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Tue, 9 Jun 2009 20:58:32 +0000 (20:58 +0000)]
Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:
make get/parse_packet static" thread from 2 months ago.
Originally committed as revision 19140 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 9 Jun 2009 20:29:52 +0000 (20:29 +0000)]
Express the H.264 parser dependency on the golomb code in configure instead of
in the Makefile as it is done for all other parts that depend on golomb.
Originally committed as revision 19139 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 9 Jun 2009 20:07:01 +0000 (20:07 +0000)]
Add missing dependencies for H.264 and VC-1 parsers.
Originally committed as revision 19138 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jai Menon [Tue, 9 Jun 2009 18:30:15 +0000 (18:30 +0000)]
Add additional dependencies for sdp and rtsp demuxers.
This fixes compilation when the rtsp muxer is disabled.
Originally committed as revision 19137 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Tue, 9 Jun 2009 10:06:25 +0000 (10:06 +0000)]
Properly initialize AVFrames to default values in the MPEG decoder (fixes
the AVFrame pts when decoding MPEG 1 and 2 video)
Originally committed as revision 19136 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 9 Jun 2009 07:18:58 +0000 (07:18 +0000)]
cosmetics: Add missing ending backslash to installed header list.
Originally committed as revision 19135 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 7 Jun 2009 19:30:54 +0000 (19:30 +0000)]
Clarify (re)get_buffer() and CODEC_CAP_DR1 relation.
Originally committed as revision 19132 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 7 Jun 2009 15:15:45 +0000 (15:15 +0000)]
Remove comments that refer to fixed-point AMR implementations.
Originally committed as revision 19130 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 6 Jun 2009 20:16:53 +0000 (20:16 +0000)]
clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygen
Originally committed as revision 19128 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vladimir Voroshilov [Sat, 6 Jun 2009 17:40:33 +0000 (17:40 +0000)]
K&R formatting of already submitted G.729 code
Originally committed as revision 19127 to svn://svn.ffmpeg.org/ffmpeg/trunk
Peter Holik [Sat, 6 Jun 2009 17:32:59 +0000 (17:32 +0000)]
Cosmetics : Use dprintf instead of printf.
Patch by Peter Holik < $firstname @ $lastname . at >
Originally committed as revision 19126 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jai Menon [Sat, 6 Jun 2009 16:46:40 +0000 (16:46 +0000)]
Cosmetics : Fix indentation after last commit.
Originally committed as revision 19125 to svn://svn.ffmpeg.org/ffmpeg/trunk
Peter Holik [Sat, 6 Jun 2009 16:44:21 +0000 (16:44 +0000)]
Introduce http_get_line and modify http_connect to use http_get_line.
Patch by Peter Holik <$firstname @ $lastname . at>
Originally committed as revision 19124 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vladimir Voroshilov [Sat, 6 Jun 2009 12:42:11 +0000 (12:42 +0000)]
Convert structure names to FFmpeg style
Originally committed as revision 19123 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sat, 6 Jun 2009 09:37:46 +0000 (09:37 +0000)]
Remove '\p' doxygen markup, as it should improve plain text doxy
readability.
Originally committed as revision 29351 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Stefano Sabatini [Sat, 6 Jun 2009 09:35:15 +0000 (09:35 +0000)]
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
improve plain text doxy readability.
See the thread: "[RFC] Should we use doxygen markup?".
Originally committed as revision 19122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 6 Jun 2009 08:46:08 +0000 (08:46 +0000)]
Get new buffer during frame decoding in VB video decoder, not only once
during decoder initialization.
Originally committed as revision 19121 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vladimir Voroshilov [Sat, 6 Jun 2009 05:38:09 +0000 (05:38 +0000)]
Internal routine should not use name of standard function.
Use g729_prng instead.
Originally committed as revision 19120 to svn://svn.ffmpeg.org/ffmpeg/trunk
David Conrad [Fri, 5 Jun 2009 23:39:11 +0000 (23:39 +0000)]
Ensure that the extradata buffer is padded appripriately in the ogg demuxer.
Spotted by valgrind.
Originally committed as revision 19119 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vladimir Voroshilov [Fri, 5 Jun 2009 17:11:46 +0000 (17:11 +0000)]
Remove ff_g729_ and g729_ prefixes from static routines.
Originally committed as revision 19118 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 5 Jun 2009 12:32:40 +0000 (12:32 +0000)]
Add support for external OpenCORE libraries for AMR-NB/WB support.
Originally committed as revision 19117 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 5 Jun 2009 11:04:03 +0000 (11:04 +0000)]
Add configure option to upgrade (L)GPL to version 3.
Originally committed as revision 19116 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 5 Jun 2009 10:58:48 +0000 (10:58 +0000)]
Move around one paragraph, add headings for greater clarity.
Originally committed as revision 19115 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 5 Jun 2009 09:51:31 +0000 (09:51 +0000)]
Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1.
This is in preparation for the (L)GPL license upgrade code that will add
version 3 of these licenses.
Originally committed as revision 19114 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 09:05:17 +0000 (09:05 +0000)]
vmware video decoder uses reget_buffer, set CODEC_CAP_DR1
Originally committed as revision 19113 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 09:02:14 +0000 (09:02 +0000)]
zmbv decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19112 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:53:39 +0000 (08:53 +0000)]
vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19111 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:48:34 +0000 (08:48 +0000)]
renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19110 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:47:39 +0000 (08:47 +0000)]
tmv decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19109 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:46:04 +0000 (08:46 +0000)]
tiff image decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19108 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:44:26 +0000 (08:44 +0000)]
vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19107 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:42:32 +0000 (08:42 +0000)]
targa image decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19106 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:41:19 +0000 (08:41 +0000)]
sun rasterfile image decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19105 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:40:31 +0000 (08:40 +0000)]
snow decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19104 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:37:55 +0000 (08:37 +0000)]
smacker video decoder uses reget_buffer, set CODEC_CAP_DR1
Originally committed as revision 19103 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:36:26 +0000 (08:36 +0000)]
kmvc decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19102 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:35:36 +0000 (08:35 +0000)]
ptx image decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19101 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:33:58 +0000 (08:33 +0000)]
libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19100 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:32:41 +0000 (08:32 +0000)]
png decoder use get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19099 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:29:29 +0000 (08:29 +0000)]
pcx decoder use get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19098 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:29:05 +0000 (08:29 +0000)]
pgm, pgmyuv, ppm, pbm and pam decoders use get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19097 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:21:54 +0000 (08:21 +0000)]
dxa decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19096 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:20:51 +0000 (08:20 +0000)]
bfi decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19095 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:19:33 +0000 (08:19 +0000)]
bmp decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19094 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:18:17 +0000 (08:18 +0000)]
amv decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19093 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:17:36 +0000 (08:17 +0000)]
bethesda vid decoder uses reget_buffer, set CODEC_CAP_DR1
Originally committed as revision 19092 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:12:14 +0000 (08:12 +0000)]
4xm decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19091 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jun 2009 08:08:49 +0000 (08:08 +0000)]
indeo3 decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19090 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Thu, 4 Jun 2009 23:25:09 +0000 (23:25 +0000)]
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
Originally committed as revision 19089 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Thu, 4 Jun 2009 22:50:38 +0000 (22:50 +0000)]
Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.
Originally committed as revision 29350 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Ramiro Polla [Thu, 4 Jun 2009 22:10:52 +0000 (22:10 +0000)]
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
Originally committed as revision 29349 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale