platform/upstream/libav.git
14 years agoATRAC3 regtests
Vitor Sessak [Fri, 16 Jul 2010 09:41:53 +0000 (09:41 +0000)]
ATRAC3 regtests

Originally committed as revision 24256 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd ATRAC1 regtest
Vitor Sessak [Fri, 16 Jul 2010 09:35:26 +0000 (09:35 +0000)]
Add ATRAC1 regtest

Originally committed as revision 24255 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd EAC3 regtests
Vitor Sessak [Fri, 16 Jul 2010 09:24:09 +0000 (09:24 +0000)]
Add EAC3 regtests

Originally committed as revision 24254 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd AC3 regtests
Vitor Sessak [Fri, 16 Jul 2010 09:09:53 +0000 (09:09 +0000)]
Add AC3 regtests

Originally committed as revision 24253 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agovp8: Save mb border needed for intra prediction so that loop filter can run
David Conrad [Fri, 16 Jul 2010 07:20:35 +0000 (07:20 +0000)]
vp8: Save mb border needed for intra prediction so that loop filter can run
immediately after a mb row is decoded

Originally committed as revision 24252 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agovp8: Check for malloc failure
David Conrad [Fri, 16 Jul 2010 07:20:31 +0000 (07:20 +0000)]
vp8: Check for malloc failure

Originally committed as revision 24251 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoVP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.
Ronald S. Bultje [Thu, 15 Jul 2010 23:02:34 +0000 (23:02 +0000)]
VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.

Originally committed as revision 24250 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoARM: NEON H264 chroma loop filter 3 cycles faster
Måns Rullgård [Thu, 15 Jul 2010 21:59:27 +0000 (21:59 +0000)]
ARM: NEON H264 chroma loop filter 3 cycles faster

Originally committed as revision 24249 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agogrep Changelog entry from unified diffs
Rafaël Carré [Thu, 15 Jul 2010 12:05:53 +0000 (12:05 +0000)]
grep Changelog entry from unified diffs

Patch by Rafaël Carré, rafael d carre a gmail

Originally committed as revision 24248 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFFmpeg : Close input file and free any related memory if
Jai Menon [Thu, 15 Jul 2010 11:53:34 +0000 (11:53 +0000)]
FFmpeg : Close input file and free any related memory if
av_find_stream_info fails.

Originally committed as revision 24247 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoremove redundant text and whitespaces from iff demuxer av_log() statements
Peter Ross [Thu, 15 Jul 2010 11:43:09 +0000 (11:43 +0000)]
remove redundant text and whitespaces from iff demuxer av_log() statements

Originally committed as revision 24246 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix obviously missing dependency of float DCT.
Vitor Sessak [Thu, 15 Jul 2010 08:56:18 +0000 (08:56 +0000)]
Fix obviously missing dependency of float DCT.

Fixes issue 2095.

Originally committed as revision 24245 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoUpdate maintainers list according to renames made in rev 21284 and 22109
Martin Storsjö [Thu, 15 Jul 2010 08:21:01 +0000 (08:21 +0000)]
Update maintainers list according to renames made in rev 21284 and 22109

Originally committed as revision 24244 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoARM: remove two insns from NEON chroma loop filter
Måns Rullgård [Thu, 15 Jul 2010 06:45:11 +0000 (06:45 +0000)]
ARM: remove two insns from NEON chroma loop filter

Originally committed as revision 24243 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoIn ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe
Baptiste Coudurier [Wed, 14 Jul 2010 23:21:18 +0000 (23:21 +0000)]
In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe
when page buffer is bigger than default buffer size. Max page is 65k.

Originally committed as revision 24242 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoRestore mistakenly removed [in]/[out] Doxygen parameter attributes.
Diego Biurrun [Wed, 14 Jul 2010 21:22:06 +0000 (21:22 +0000)]
Restore mistakenly removed [in]/[out] Doxygen parameter attributes.

Originally committed as revision 24241 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd myself as mmst maintainer.
Ronald S. Bultje [Wed, 14 Jul 2010 19:49:52 +0000 (19:49 +0000)]
Add myself as mmst maintainer.

Originally committed as revision 24240 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agomatroskaenc: write DisplayUnit element to better match the spec
Aurelien Jacobs [Wed, 14 Jul 2010 19:36:14 +0000 (19:36 +0000)]
matroskaenc: write DisplayUnit element to better match the spec
This makes it clear that we are specifying the aspect ratio, and not
the intended display size in pixels.

Originally committed as revision 24239 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoPass the composition and ancillary ID for DVB subtitles via extradata instead
Reimar Döffinger [Wed, 14 Jul 2010 17:28:40 +0000 (17:28 +0000)]
Pass the composition and ancillary ID for DVB subtitles via extradata instead
of sub_id, this allows detecting when that information is not available and
just decode everything.
In addition extradata is required for many codecs and thus in contrast to
sub_id generally already passed on by any programs using libav*.
Also ask for a sample if we encounter a stream with multiple/changing IDs.

Originally committed as revision 24238 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoRemove incomplete Doxygen for static decode_frame functions.
Thilo Borgmann [Wed, 14 Jul 2010 13:12:24 +0000 (13:12 +0000)]
Remove incomplete Doxygen for static decode_frame functions.
These functions are not documented for other decoders and
should be obvious enough even without Doxygen.
patch by Thilo Borgmann, thilo.borgmann googlemail com

Originally committed as revision 24237 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd a depacketizer for QDM2
Josh Allmann [Wed, 14 Jul 2010 12:32:00 +0000 (12:32 +0000)]
Add a depacketizer for QDM2

Patch by Josh Allmann, joshua dot allmann at gmail, original code
by Ronald S Bultje.

Originally committed as revision 24236 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agortpdec_svq3: Return the timestamp in *timestamp instead of pkt->pts
Martin Storsjö [Wed, 14 Jul 2010 12:27:26 +0000 (12:27 +0000)]
rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->pts

The timestamp of the first RTP packet forming the output AVPacket is
written back in *timestamp, which is used in later calculations in generic
rtpdec code (together with RTCP sync timestamps) to form the final pkt->pts
value.

Originally committed as revision 24235 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agortpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOPTS_VALUE
Martin Storsjö [Wed, 14 Jul 2010 12:26:16 +0000 (12:26 +0000)]
rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOPTS_VALUE

Originally committed as revision 24234 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoaacenc: psy_3gpp_init(): Fix line_to_frequency for short windows.
Alex Converse [Wed, 14 Jul 2010 04:10:52 +0000 (04:10 +0000)]
aacenc: psy_3gpp_init(): Fix line_to_frequency for short windows.

Originally committed as revision 24233 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoaacenc: aac_psy_init(): Factorize line_to_frequency.
Alex Converse [Wed, 14 Jul 2010 04:10:47 +0000 (04:10 +0000)]
aacenc: aac_psy_init(): Factorize line_to_frequency.

Originally committed as revision 24232 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoaacenc: psy_3gpp_init(): Fix ath for the first line in each sfb.
Alex Converse [Wed, 14 Jul 2010 04:10:41 +0000 (04:10 +0000)]
aacenc: psy_3gpp_init(): Fix ath for the first line in each sfb.

Fix the MDCT line to frequency calculation for the first line in each sfb.
Use this value to calculate ATH.

Originally committed as revision 24231 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoaacenc: psy_3gpp_init(): Calculate barks on demand.
Alex Converse [Wed, 14 Jul 2010 04:10:31 +0000 (04:10 +0000)]
aacenc: psy_3gpp_init(): Calculate barks on demand.

Originally committed as revision 24230 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoavfft: remove useless parens
Måns Rullgård [Tue, 13 Jul 2010 18:01:50 +0000 (18:01 +0000)]
avfft: remove useless parens

Originally committed as revision 24229 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years ago100l: really fix fft external API init functions
Måns Rullgård [Tue, 13 Jul 2010 06:54:31 +0000 (06:54 +0000)]
100l: really fix fft external API init functions

Originally committed as revision 24228 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoaacsbr: Eliminate double precision arithmetic.
Alex Converse [Tue, 13 Jul 2010 00:49:30 +0000 (00:49 +0000)]
aacsbr: Eliminate double precision arithmetic.

Originally committed as revision 24227 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoaacdec: Eliminate the use of doubles in the MAIN predictor.
Alex Converse [Mon, 12 Jul 2010 21:36:41 +0000 (21:36 +0000)]
aacdec: Eliminate the use of doubles in the MAIN predictor.

Originally committed as revision 24226 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoaacdec: Eliminate the use of doubles in decode_cce().
Alex Converse [Mon, 12 Jul 2010 21:36:10 +0000 (21:36 +0000)]
aacdec: Eliminate the use of doubles in decode_cce().

Originally committed as revision 24225 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoaacdec: Use a LUT to generate CCE scale.
Alex Converse [Mon, 12 Jul 2010 21:35:43 +0000 (21:35 +0000)]
aacdec: Use a LUT to generate CCE scale.

Originally committed as revision 24224 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoDo not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore.
James Zern [Mon, 12 Jul 2010 21:23:03 +0000 (21:23 +0000)]
Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore.

Patch by James Zern, jzern google

Originally committed as revision 24223 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoconfigure: match regtest ref files more strictly
Måns Rullgård [Mon, 12 Jul 2010 21:17:10 +0000 (21:17 +0000)]
configure: match regtest ref files more strictly

Only names consisting of letters, numbers, hyphens, and underscores
are allowed.

Originally committed as revision 24222 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd TrueSpeech regtest
Vitor Sessak [Mon, 12 Jul 2010 21:02:52 +0000 (21:02 +0000)]
Add TrueSpeech regtest

Originally committed as revision 24221 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agofate: add vp8 bilinear tests
Måns Rullgård [Mon, 12 Jul 2010 20:24:23 +0000 (20:24 +0000)]
fate: add vp8 bilinear tests

Mike added these some time ago, and I forgot to update here.

Originally committed as revision 24220 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoavfft: make init functions return NULL on failure as intended
Måns Rullgård [Mon, 12 Jul 2010 19:54:16 +0000 (19:54 +0000)]
avfft: make init functions return NULL on failure as intended

Originally committed as revision 24219 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoUse correct length modifier for size comparison in printf expression, fixes:
Diego Biurrun [Mon, 12 Jul 2010 19:36:35 +0000 (19:36 +0000)]
Use correct length modifier for size comparison in printf expression, fixes:
libavcodec/wmavoice.c:1906: warning: format `%lu' expects type `long unsigned int', but argument 5 has type `unsigned int'
approved by Ronald and Mans on IRC

Originally committed as revision 24218 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoSplit the ADTS header decoder off of the ADTS parser.
Alex Converse [Mon, 12 Jul 2010 18:52:03 +0000 (18:52 +0000)]
Split the ADTS header decoder off of the ADTS parser.

The AAC decoder and ADTS-to-ASC BSF both require the header decoder
but not full parsing capabilities.

Originally committed as revision 24217 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoDo not generate LaTeX Doxygen documentation by default.
Diego Biurrun [Mon, 12 Jul 2010 18:36:07 +0000 (18:36 +0000)]
Do not generate LaTeX Doxygen documentation by default.
Our general use case just requires HTML documentation, so skip the extra step.

Originally committed as revision 24216 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoTurn off the useless default chatter that doxygen prints to the console.
Diego Biurrun [Mon, 12 Jul 2010 18:35:00 +0000 (18:35 +0000)]
Turn off the useless default chatter that doxygen prints to the console.

Originally committed as revision 24215 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoaacdec: Remove the warning about non-meaningful window transitions.
Alex Converse [Mon, 12 Jul 2010 18:24:22 +0000 (18:24 +0000)]
aacdec: Remove the warning about non-meaningful window transitions.

It created false positives on seeks and where the first frame is STOP or SHORT.
It failed to warn in illegal SHORT->LONG transitions. In general it created
much confusion and many junk bug reports from the users.

Originally committed as revision 24214 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoUse math constant instead of hardcoded rounded value for sqrt(0.5).
Christophe Gisquet [Mon, 12 Jul 2010 12:32:24 +0000 (12:32 +0000)]
Use math constant instead of hardcoded rounded value for sqrt(0.5).
Patch by Christophe.Gisquet (gmail)

Originally committed as revision 24213 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoReport when a method gets an error status code
Luca Barbato [Mon, 12 Jul 2010 10:17:20 +0000 (10:17 +0000)]
Report when a method gets an error status code

That makes easier understand what went wrong.
In debug mode the whole reply gets printed.

Originally committed as revision 24212 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix side channels when XCh extension is present.
Nick Brereton [Mon, 12 Jul 2010 09:10:53 +0000 (09:10 +0000)]
Fix side channels when XCh extension is present.
Patch by Nick Brereton $name AT n$surname DOT net

Originally committed as revision 24210 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoMove XCH parameters into context structure.
Nick Brereton [Mon, 12 Jul 2010 09:00:17 +0000 (09:00 +0000)]
Move XCH parameters into context structure.
Patch by Nick Brereton $name AT n$surname DOT net

Originally committed as revision 24209 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoChange the type of Y table to pointer to void in fill_table().
Benoit Fouet [Mon, 12 Jul 2010 08:35:20 +0000 (08:35 +0000)]
Change the type of Y table to pointer to void in fill_table().
This fixes warnings about wrong type being used, e.g.:
libswscale/yuv2rgb.c: In function ‘ff_yuv2rgb_c_init_tables’:
libswscale/yuv2rgb.c:778: warning: passing argument 4 of ‘fill_table’ from incompatible pointer type
libswscale/yuv2rgb.c:598: note: expected ‘uint8_t *’ but argument is of type ‘uint16_t *’

Originally committed as revision 31722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

14 years agoMMX/SSE VC1 loop filter
David Conrad [Sun, 11 Jul 2010 22:53:01 +0000 (22:53 +0000)]
MMX/SSE VC1 loop filter

Originally committed as revision 24208 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoMake ff_pw_4 128 bits
David Conrad [Sun, 11 Jul 2010 22:52:55 +0000 (22:52 +0000)]
Make ff_pw_4 128 bits

Originally committed as revision 24207 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agovc1: Fix ordering of loop filter for I/B frames
David Conrad [Sun, 11 Jul 2010 22:52:51 +0000 (22:52 +0000)]
vc1: Fix ordering of loop filter for I/B frames

All horizontal edges must be filtered before all vertical edges

Originally committed as revision 24206 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agovc1: ff_draw_horiz_band needs a one row delay when the loop filter is active
David Conrad [Sun, 11 Jul 2010 22:52:47 +0000 (22:52 +0000)]
vc1: ff_draw_horiz_band needs a one row delay when the loop filter is active

Originally committed as revision 24205 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agomingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into one
Ramiro Polla [Sun, 11 Jul 2010 22:31:41 +0000 (22:31 +0000)]
mingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into one

Originally committed as revision 24204 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agomingw32: properly check if vfw capture is supported by the system headers
Ramiro Polla [Sun, 11 Jul 2010 22:17:17 +0000 (22:17 +0000)]
mingw32: properly check if vfw capture is supported by the system headers

Remove check for an specific w32api version, checking instead if vfw.h
supports vfw capture. The defines in w32api 3.12 were wrong, so this must be
accounted for in the check.

Originally committed as revision 24203 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAPIchanges: fix a grammar mistake
Justin Ruggles [Sun, 11 Jul 2010 17:58:15 +0000 (17:58 +0000)]
APIchanges: fix a grammar mistake

Originally committed as revision 24202 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoSet libvpx encoding profile to libavcodec's profile.
James Zern [Sun, 11 Jul 2010 17:46:44 +0000 (17:46 +0000)]
Set libvpx encoding profile to libavcodec's profile.

Patch by James Zern, jzern google

Originally committed as revision 24201 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFill-in revision number for addition of lpc_type and lpc_passes.
Justin Ruggles [Sun, 11 Jul 2010 16:57:20 +0000 (16:57 +0000)]
Fill-in revision number for addition of lpc_type and lpc_passes.

Originally committed as revision 24200 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.
Justin Ruggles [Sun, 11 Jul 2010 16:56:20 +0000 (16:56 +0000)]
Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.
Add AVLPCType enum.
Deprecate AVCodecContext.use_lpc.

Originally committed as revision 24199 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoClarify the avoidance of usage of these AVStream fields.
Víctor Paesa [Sun, 11 Jul 2010 14:56:32 +0000 (14:56 +0000)]
Clarify the avoidance of usage of these AVStream fields.

Originally committed as revision 24198 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoDo not try to decode less than one frame of data in TrueSpeech decoder.
Kostya Shishkov [Sun, 11 Jul 2010 14:50:20 +0000 (14:50 +0000)]
Do not try to decode less than one frame of data in TrueSpeech decoder.
This should solve issue 2085.

Originally committed as revision 24197 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoUse avfilter_copy_picref_props() along lavfi.
Víctor Paesa [Sun, 11 Jul 2010 14:44:43 +0000 (14:44 +0000)]
Use avfilter_copy_picref_props() along lavfi.

Originally committed as revision 24196 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoNellyMoser regtest
Vitor Sessak [Sun, 11 Jul 2010 14:13:23 +0000 (14:13 +0000)]
NellyMoser regtest

Originally committed as revision 24195 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoDTS Coherent Acoustics regtest
Vitor Sessak [Sun, 11 Jul 2010 14:05:38 +0000 (14:05 +0000)]
DTS Coherent Acoustics regtest

Originally committed as revision 24194 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd Pictor/PC Paint PIC regtest
Vitor Sessak [Sun, 11 Jul 2010 12:44:32 +0000 (12:44 +0000)]
Add Pictor/PC Paint PIC regtest

Originally committed as revision 24193 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix crop filter syntax shown for the -crop* options in the ffmpeg man
Stefan de Konink [Sun, 11 Jul 2010 11:56:56 +0000 (11:56 +0000)]
Fix crop filter syntax shown for the -crop* options in the ffmpeg man
page.

Patch by Stefan de Konink /$name/@/konink/de.

Originally committed as revision 24192 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoHandle av_base64_decode return value
Luca Barbato [Sun, 11 Jul 2010 11:54:48 +0000 (11:54 +0000)]
Handle av_base64_decode return value

garbled sdp would cause crash otherwise.

Originally committed as revision 24191 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoUpdate lavu minor and add APIchanges entry after r24174 (add bswap.h
Stefano Sabatini [Sun, 11 Jul 2010 11:49:44 +0000 (11:49 +0000)]
Update lavu minor and add APIchanges entry after r24174 (add bswap.h
and intreadwrite.h API public interface).

Originally committed as revision 24190 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix ID3v1 tags in mp3 files
James Darnley [Sun, 11 Jul 2010 11:28:46 +0000 (11:28 +0000)]
Fix ID3v1 tags in mp3 files

Patch by James Darnley, james dot darnley at gmail

Originally committed as revision 24189 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years ago100l, change avsubtitle_free to the actually tested and working version.
Reimar Döffinger [Sun, 11 Jul 2010 07:53:39 +0000 (07:53 +0000)]
100l, change avsubtitle_free to the actually tested and working version.

Originally committed as revision 24188 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoSet pix_fmt to the correct value for the format the PGS decoder actually uses.
Reimar Döffinger [Sun, 11 Jul 2010 07:48:04 +0000 (07:48 +0000)]
Set pix_fmt to the correct value for the format the PGS decoder actually uses.

Originally committed as revision 24187 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoRemove useless casts and memset.
Reimar Döffinger [Sun, 11 Jul 2010 07:45:42 +0000 (07:45 +0000)]
Remove useless casts and memset.

Originally committed as revision 24186 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd avsubtitle_free function.
Reimar Döffinger [Sun, 11 Jul 2010 07:35:00 +0000 (07:35 +0000)]
Add avsubtitle_free function.

Originally committed as revision 24185 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoadd some buffer checks
Pascal Massimino [Sun, 11 Jul 2010 06:59:21 +0000 (06:59 +0000)]
add some buffer checks

Originally committed as revision 24184 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agouse avccontext->frame_size where appropriate
Pascal Massimino [Sun, 11 Jul 2010 06:40:05 +0000 (06:40 +0000)]
use  avccontext->frame_size where appropriate

Originally committed as revision 24183 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix trivial punctuation error
Peter Ross [Sun, 11 Jul 2010 05:06:08 +0000 (05:06 +0000)]
Fix trivial punctuation error

Originally committed as revision 24182 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoPsygnosis YOP demuxer and decoder test
Vitor Sessak [Sun, 11 Jul 2010 00:07:31 +0000 (00:07 +0000)]
Psygnosis YOP demuxer and decoder test

Originally committed as revision 24181 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd Intel Music Coder regtest
Vitor Sessak [Sat, 10 Jul 2010 23:50:17 +0000 (23:50 +0000)]
Add Intel Music Coder regtest

Originally committed as revision 24180 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoCheck url_fseek results in gxf demuxer.
Reimar Döffinger [Sat, 10 Jul 2010 23:42:08 +0000 (23:42 +0000)]
Check url_fseek results in gxf demuxer.

Originally committed as revision 24179 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd QDM2 test
Vitor Sessak [Sat, 10 Jul 2010 23:41:26 +0000 (23:41 +0000)]
Add QDM2 test

Originally committed as revision 24178 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoDocument that and why subtitle decoders do not support direct-rendering.
Reimar Döffinger [Sat, 10 Jul 2010 23:35:15 +0000 (23:35 +0000)]
Document that and why subtitle decoders do not support direct-rendering.

Originally committed as revision 24177 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd QCELP regtest
Vitor Sessak [Sat, 10 Jul 2010 23:15:45 +0000 (23:15 +0000)]
Add QCELP regtest

Originally committed as revision 24176 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd MPEG2 field encoding fate2 regtest
Vitor Sessak [Sat, 10 Jul 2010 22:57:19 +0000 (22:57 +0000)]
Add MPEG2 field encoding fate2 regtest

Originally committed as revision 24175 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoInstall bswap.h and intreadwrite.h
Måns Rullgård [Sat, 10 Jul 2010 22:22:07 +0000 (22:22 +0000)]
Install bswap.h and intreadwrite.h

Originally committed as revision 24174 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoMake intreadwrite.h installation-safe
Måns Rullgård [Sat, 10 Jul 2010 22:22:03 +0000 (22:22 +0000)]
Make intreadwrite.h installation-safe

Originally committed as revision 24173 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoSet fast_unaligned in avconfig.h
Måns Rullgård [Sat, 10 Jul 2010 22:22:00 +0000 (22:22 +0000)]
Set fast_unaligned in avconfig.h

Originally committed as revision 24172 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoMake bswap.h safe to install as public API
Måns Rullgård [Sat, 10 Jul 2010 22:21:55 +0000 (22:21 +0000)]
Make bswap.h safe to install as public API

Originally committed as revision 24171 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd av_ prefix to bswap macros
Måns Rullgård [Sat, 10 Jul 2010 22:12:38 +0000 (22:12 +0000)]
Add av_ prefix to bswap macros

Originally committed as revision 31679 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

14 years agoAdd av_ prefix to bswap macros
Måns Rullgård [Sat, 10 Jul 2010 22:12:30 +0000 (22:12 +0000)]
Add av_ prefix to bswap macros

Originally committed as revision 24170 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agobswap: change ME to NE in macro names
Måns Rullgård [Sat, 10 Jul 2010 22:09:01 +0000 (22:09 +0000)]
bswap: change ME to NE in macro names

Other parts of FFmpeg use NE (native endian) rather than ME (machine).
This makes it consistent.

Originally committed as revision 24169 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd RealAudio COOK fate2 test
Vitor Sessak [Sat, 10 Jul 2010 18:46:10 +0000 (18:46 +0000)]
Add RealAudio COOK fate2 test

Originally committed as revision 24168 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd fate2 test for RA288
Vitor Sessak [Sat, 10 Jul 2010 18:43:01 +0000 (18:43 +0000)]
Add fate2 test for RA288

Originally committed as revision 24167 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agofate: some AAC tests need FUZZ=2 on ARM
Måns Rullgård [Sat, 10 Jul 2010 18:01:16 +0000 (18:01 +0000)]
fate: some AAC tests need FUZZ=2 on ARM

Originally committed as revision 24166 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agomingw32: avisynth does not need w32api >= 3.13
Ramiro Polla [Sat, 10 Jul 2010 17:11:27 +0000 (17:11 +0000)]
mingw32: avisynth does not need w32api >= 3.13

Originally committed as revision 24165 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agofate: ensure file sizes match in oneoff tests
Måns Rullgård [Sat, 10 Jul 2010 16:58:00 +0000 (16:58 +0000)]
fate: ensure file sizes match in oneoff tests

Originally committed as revision 24164 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAAC fate2 tests.
Alex Converse [Sat, 10 Jul 2010 16:51:04 +0000 (16:51 +0000)]
AAC fate2 tests.

Originally committed as revision 24163 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agofaq: remove note that says avisynth "has just been added". it has been there
Ramiro Polla [Sat, 10 Jul 2010 15:25:42 +0000 (15:25 +0000)]
faq: remove note that says avisynth "has just been added". it has been there
for almost 4 years.

Originally committed as revision 24162 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoMake WMV3 decoder print more errors when decoding beta WMV9 files.
Kostya Shishkov [Sat, 10 Jul 2010 14:36:53 +0000 (14:36 +0000)]
Make WMV3 decoder print more errors when decoding beta WMV9 files.
As a side effect it will also decode a lot of P-frames from those.

Originally committed as revision 24161 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agofix VP5/6 neon dependencies
Aurelien Jacobs [Sat, 10 Jul 2010 14:26:37 +0000 (14:26 +0000)]
fix VP5/6 neon dependencies

Originally committed as revision 24160 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoFix a leak in the AAC encoder
Martin Storsjö [Sat, 10 Jul 2010 09:14:19 +0000 (09:14 +0000)]
Fix a leak in the AAC encoder

Originally committed as revision 24159 to svn://svn.ffmpeg.org/ffmpeg/trunk

14 years agoAdd native GSM 06.10 audio decoder.
Reimar Döffinger [Sat, 10 Jul 2010 07:55:06 +0000 (07:55 +0000)]
Add native GSM 06.10 audio decoder.

Originally committed as revision 24158 to svn://svn.ffmpeg.org/ffmpeg/trunk