OSDN Git Service

coroid/libav_saccubus.git
15 years agoconfigure: Add --enable-runtime-cpudetect
Ramiro Polla [Wed, 8 Apr 2009 20:26:18 +0000 (20:26 +0000)]
configure: Add --enable-runtime-cpudetect

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

15 years agoRename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
Ramiro Polla [Wed, 8 Apr 2009 20:21:21 +0000 (20:21 +0000)]
Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.

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

15 years agoCorrectly set packet size for partial video packets in nuv demuxer.
Reimar Döffinger [Wed, 8 Apr 2009 20:20:42 +0000 (20:20 +0000)]
Correctly set packet size for partial video packets in nuv demuxer.

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

15 years agoAdd av_shrink_packet function for use in av_get_packet that reduces pkt->size
Reimar Döffinger [Wed, 8 Apr 2009 20:19:12 +0000 (20:19 +0000)]
Add av_shrink_packet function for use in av_get_packet that reduces pkt->size
and ensures the following padding is correctly initialized to 0.

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

15 years agoReduce code duplication.
Zhentan Feng [Wed, 8 Apr 2009 16:01:10 +0000 (16:01 +0000)]
Reduce code duplication.

Patch by Zhentan Feng, spyfeng gmail

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

15 years agoDocument addition of new avcodec_decode_video2/audio3/subtitle2() API and
Ronald S. Bultje [Wed, 8 Apr 2009 12:37:29 +0000 (12:37 +0000)]
Document addition of new avcodec_decode_video2/audio3/subtitle2() API and
the deprecation of the old API calls.

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

15 years agoAdd support for AMR audio in the RTP muxer
Martin Storsjö [Wed, 8 Apr 2009 07:16:14 +0000 (07:16 +0000)]
Add support for AMR audio in the RTP muxer
patch by Martin Storsjö (martin AT martin DOT st)

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

15 years agoforce sample for qcelp when not stored in mov, fix #968
Baptiste Coudurier [Wed, 8 Apr 2009 03:38:59 +0000 (03:38 +0000)]
force sample for qcelp when not stored in mov, fix #968

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

15 years agoReindent after r18372.
Ronald S. Bultje [Wed, 8 Apr 2009 03:06:08 +0000 (03:06 +0000)]
Reindent after r18372.

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

15 years agoAdd waveformat-extensible support in the wav muxer.
Ronald S. Bultje [Wed, 8 Apr 2009 03:04:57 +0000 (03:04 +0000)]
Add waveformat-extensible support in the wav muxer.

Patch (GSoC qualfication task) by Zhentan Feng spyfeng gmail com, see
"[FFmpeg-devel] Add waveformat extensible support in wav muxer (SoC
qualification task)" thread on mailinglist.

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

15 years agoClarify which time_base the relevant members of AVPacket use
Robert Swain [Wed, 8 Apr 2009 01:45:44 +0000 (01:45 +0000)]
Clarify which time_base the relevant members of AVPacket use

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

15 years agomove codec tag tables near corresponding code
Baptiste Coudurier [Tue, 7 Apr 2009 22:34:05 +0000 (22:34 +0000)]
move codec tag tables near corresponding code

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

15 years agocosmetics, reindent
Baptiste Coudurier [Tue, 7 Apr 2009 22:31:53 +0000 (22:31 +0000)]
cosmetics, reindent

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

15 years agocosmetics, add empty line and remove useless braces
Baptiste Coudurier [Tue, 7 Apr 2009 22:31:17 +0000 (22:31 +0000)]
cosmetics, add empty line and remove useless braces

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

15 years agofix compilation, add missing parenthesis
Baptiste Coudurier [Tue, 7 Apr 2009 22:28:39 +0000 (22:28 +0000)]
fix compilation, add missing parenthesis

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

15 years agocomment the ipod subtitle check
Baptiste Coudurier [Tue, 7 Apr 2009 22:26:47 +0000 (22:26 +0000)]
comment the ipod subtitle check

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

15 years agoinvert condition to simplify code
Baptiste Coudurier [Tue, 7 Apr 2009 22:25:11 +0000 (22:25 +0000)]
invert condition to simplify code

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

15 years agoremove no more needed code, tag is set by default
Baptiste Coudurier [Tue, 7 Apr 2009 22:23:15 +0000 (22:23 +0000)]
remove no more needed code, tag is set by default

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

15 years agocosmetics, reindent, add empty lines
Baptiste Coudurier [Tue, 7 Apr 2009 22:21:43 +0000 (22:21 +0000)]
cosmetics, reindent, add empty lines

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

15 years agosplit mov_find_codec_tag in separate per format functions
Baptiste Coudurier [Tue, 7 Apr 2009 22:19:58 +0000 (22:19 +0000)]
split mov_find_codec_tag in separate per format functions

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

15 years agoImprove grammar/comprehensibility of the lavu 50.2.0 entry.
Stefano Sabatini [Tue, 7 Apr 2009 21:59:16 +0000 (21:59 +0000)]
Improve grammar/comprehensibility of the lavu 50.2.0 entry.

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

15 years agoAlways return 0 if read_packet is successful.
Reimar Döffinger [Tue, 7 Apr 2009 21:25:02 +0000 (21:25 +0000)]
Always return 0 if read_packet is successful.

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

15 years agoDo not uselessly read version string into a buffer.
Reimar Döffinger [Tue, 7 Apr 2009 21:16:11 +0000 (21:16 +0000)]
Do not uselessly read version string into a buffer.

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

15 years agoDescribe read_alloc return value and required pkt handling to avoid memleaks
Reimar Döffinger [Tue, 7 Apr 2009 21:10:10 +0000 (21:10 +0000)]
Describe read_alloc return value and required pkt handling to avoid memleaks

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

15 years agoError out also when reading nuv header returns with partial data and return
Reimar Döffinger [Tue, 7 Apr 2009 20:52:37 +0000 (20:52 +0000)]
Error out also when reading nuv header returns with partial data and return
AVERROR(EIO) then.

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

15 years agoset bits_per_coded_sample for rawvideo
Baptiste Coudurier [Tue, 7 Apr 2009 20:47:56 +0000 (20:47 +0000)]
set bits_per_coded_sample for rawvideo

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

15 years agooverride mov fourcc for pcm audio, this is safer when stream copying
Baptiste Coudurier [Tue, 7 Apr 2009 20:37:30 +0000 (20:37 +0000)]
override mov fourcc for pcm audio, this is safer when stream copying

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

15 years agoFix second amr_nb_decode_frame() to also use the new AVPacket argument
Robert Swain [Tue, 7 Apr 2009 19:29:00 +0000 (19:29 +0000)]
Fix second amr_nb_decode_frame() to also use the new AVPacket argument

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

15 years agoMove av_packet_*() functions from libavformat/ to libavcodec/, where the
Thilo Borgmann [Tue, 7 Apr 2009 18:31:14 +0000 (18:31 +0000)]
Move av_packet_*() functions from libavformat/ to libavcodec/, where the
AVPacket structure now resides also.

Patch by Thilo Borgmann thilo.borgmann googlemail com, see the mailinglist
thread "Google Summer of Code participation" for additional discussion.

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

15 years agofix vp5/vp6 decoding by using new prototype for decode function
Aurelien Jacobs [Tue, 7 Apr 2009 18:24:47 +0000 (18:24 +0000)]
fix vp5/vp6 decoding by using new prototype for decode function

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

15 years agoImplement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann [Tue, 7 Apr 2009 15:59:50 +0000 (15:59 +0000)]
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows
passing of packet-specific flags from demuxer to decoder, such as the keyframe
flag, which appears necessary to playback corePNG P-frames.

Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread
"Google Summer of Code participation" on the mailinglist.

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

15 years agoMove AVPacket up a bit, so that structs/functions that include AVPacket can
Thilo Borgmann [Tue, 7 Apr 2009 15:37:26 +0000 (15:37 +0000)]
Move AVPacket up a bit, so that structs/functions that include AVPacket can
themselves be reasonably positioned.

Patch by Thilo Borgmann thilo.borgmann googlemail com, see mailinglist thread
"[FFmpeg-devel] Google Summer of Code participation".

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

15 years agouse av_freep() instead of av_free() + =NULL.
Aurelien Jacobs [Tue, 7 Apr 2009 12:31:28 +0000 (12:31 +0000)]
use av_freep() instead of av_free() + =NULL.

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

15 years agoFix the copyright year
Luca Abeni [Tue, 7 Apr 2009 12:28:41 +0000 (12:28 +0000)]
Fix the copyright year

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

15 years agoAdd support for H.263 video in the RTP muxer
Martin Storsjö [Tue, 7 Apr 2009 06:41:55 +0000 (06:41 +0000)]
Add support for H.263 video in the RTP muxer
patch by Martin Storsjö (martin AT martin DOT st)

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

15 years agoDo not return payload type 34 for H.263 (it is deprecated)
Luca Abeni [Tue, 7 Apr 2009 06:37:12 +0000 (06:37 +0000)]
Do not return payload type 34 for H.263 (it is deprecated)

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

15 years agoMove scale factor computation to its own function. Patch by Kenan
Kenan Gillet [Tue, 7 Apr 2009 01:39:17 +0000 (01:39 +0000)]
Move scale factor computation to its own function. Patch by Kenan
Gillet.

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

15 years agoTry to honor even completely invalid motion vectors as far as is
Michael Niedermayer [Mon, 6 Apr 2009 21:45:02 +0000 (21:45 +0000)]
Try to honor even completely invalid motion vectors as far as is
easy.
Fixes issue961.

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

15 years agoOnly insert the SPS and PPS NALs in sprop-parameter-sets
Martin Storsjö [Mon, 6 Apr 2009 21:04:26 +0000 (21:04 +0000)]
Only insert the SPS and PPS NALs in sprop-parameter-sets
Patch by Martin Storsjö (martin AT martin DOT st)

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

15 years agoAdd missing entry corresponding to r18163.
Stefano Sabatini [Mon, 6 Apr 2009 17:44:31 +0000 (17:44 +0000)]
Add missing entry corresponding to r18163.

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

15 years agoCosmetics: remove empty line.
Stefano Sabatini [Mon, 6 Apr 2009 17:41:15 +0000 (17:41 +0000)]
Cosmetics: remove empty line.

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

15 years agoFix minor version for the r18116 entry: minor was not bumped in that
Stefano Sabatini [Mon, 6 Apr 2009 17:39:39 +0000 (17:39 +0000)]
Fix minor version for the r18116 entry: minor was not bumped in that
revision.

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

15 years agoAdd convenience macros for 5.0/5.1 back speaker configurations.
Justin Ruggles [Mon, 6 Apr 2009 01:07:09 +0000 (01:07 +0000)]
Add convenience macros for 5.0/5.1 back speaker configurations.

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

15 years agomlpdec: Filters and matrices may change only once per substream per access unit.
Ramiro Polla [Mon, 6 Apr 2009 00:58:03 +0000 (00:58 +0000)]
mlpdec: Filters and matrices may change only once per substream per access unit.

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

15 years agomlpdec: There must be no extraword for MLP.
Ramiro Polla [Sun, 5 Apr 2009 20:54:19 +0000 (20:54 +0000)]
mlpdec: There must be no extraword for MLP.

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

15 years agomlpdec: Validate non-restart bit from the substream header.
Ramiro Polla [Sun, 5 Apr 2009 20:46:53 +0000 (20:46 +0000)]
mlpdec: Validate non-restart bit from the substream header.

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

15 years agomlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not max_channel.
Ramiro Polla [Sun, 5 Apr 2009 20:11:40 +0000 (20:11 +0000)]
mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not max_channel.

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

15 years agoswscale: Remove X86 commented out code.
Ramiro Polla [Sun, 5 Apr 2009 19:17:53 +0000 (19:17 +0000)]
swscale: Remove X86 commented out code.

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

15 years agoMake sure the last bits of huffyuv frames are zeroed.
Michael Niedermayer [Sun, 5 Apr 2009 13:02:47 +0000 (13:02 +0000)]
Make sure the last bits of huffyuv frames are zeroed.
Fixes issue946

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

15 years agoswscale: Use function pointers for swScale functions.
Ramiro Polla [Sat, 4 Apr 2009 22:45:02 +0000 (22:45 +0000)]
swscale: Use function pointers for swScale functions.

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

15 years agoswscale: {}-related cosmetics.
Ramiro Polla [Sat, 4 Apr 2009 22:43:24 +0000 (22:43 +0000)]
swscale: {}-related cosmetics.

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

15 years agoswscale: Add const to some swScale functions' parameters.
Ramiro Polla [Sat, 4 Apr 2009 22:41:46 +0000 (22:41 +0000)]
swscale: Add const to some swScale functions' parameters.

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

15 years agoARM: NEON optimized put_signed_pixels_clamped
David Conrad [Sat, 4 Apr 2009 21:02:48 +0000 (21:02 +0000)]
ARM: NEON optimized put_signed_pixels_clamped

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

15 years agoARM: NEON optimised add_pixels_clamped
Måns Rullgård [Sat, 4 Apr 2009 20:18:58 +0000 (20:18 +0000)]
ARM: NEON optimised add_pixels_clamped

Based on patch by David Conrad.

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

15 years agoAdd missing static qualifier from function declaration. Patch by Kenan
Kenan Gillet [Sat, 4 Apr 2009 16:27:54 +0000 (16:27 +0000)]
Add missing static qualifier from function declaration. Patch by Kenan
Gillet.

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

15 years agoRename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency
Stefano Sabatini [Sat, 4 Apr 2009 13:20:53 +0000 (13:20 +0000)]
Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency
with libswscale.

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

15 years agoRemove JACK input device addition entry.
Stefano Sabatini [Fri, 3 Apr 2009 21:28:04 +0000 (21:28 +0000)]
Remove JACK input device addition entry.

The addition of a new component is not considered an API change.

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

15 years agoDo not fail on zero packets.
Michael Niedermayer [Fri, 3 Apr 2009 15:32:31 +0000 (15:32 +0000)]
Do not fail on zero packets.

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

15 years agoMark line_skip3 asm argument as output-only instead of using av_uninit.
Reimar Döffinger [Fri, 3 Apr 2009 14:03:49 +0000 (14:03 +0000)]
Mark line_skip3 asm argument as output-only instead of using av_uninit.

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

15 years agoMark put_signed_pixels_clamped_mmx output operands as early-clobber because
Reimar Döffinger [Fri, 3 Apr 2009 14:02:34 +0000 (14:02 +0000)]
Mark put_signed_pixels_clamped_mmx output operands as early-clobber because
they are. Hopefully fixes some FATE errors, too.

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

15 years agoUse DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLE
Reimar Döffinger [Fri, 3 Apr 2009 14:01:24 +0000 (14:01 +0000)]
Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLE

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

15 years agoAdd VC-1 bitstream decoding through VA API.
Gwenole Beauchesne [Fri, 3 Apr 2009 07:40:58 +0000 (07:40 +0000)]
Add VC-1 bitstream decoding through VA API.

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

15 years agoUpdate after the last two commits.
Stefano Sabatini [Fri, 3 Apr 2009 00:06:17 +0000 (00:06 +0000)]
Update after the last two commits.

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

15 years agoImplement JACK input device.
Olivier Guilyardi [Thu, 2 Apr 2009 23:53:47 +0000 (23:53 +0000)]
Implement JACK input device.

Patch by Olivier Guilyardi list samalyse com.
See the thread: "[FFmpeg-devel] [PATCH] libavdevice: JACK demuxer".

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

15 years agoImplement av_fifo_space().
Olivier Guilyardi [Thu, 2 Apr 2009 23:22:19 +0000 (23:22 +0000)]
Implement av_fifo_space().

Patch by Olivier Guilyardi list et samalyse DOT c0m.

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

15 years agoFix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.
Diego Biurrun [Thu, 2 Apr 2009 22:41:58 +0000 (22:41 +0000)]
Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.

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

15 years agoRewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.
Alex Converse [Thu, 2 Apr 2009 21:02:42 +0000 (21:02 +0000)]
Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.

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

15 years agoUpdate after the last API change.
Stefano Sabatini [Thu, 2 Apr 2009 20:24:15 +0000 (20:24 +0000)]
Update after the last API change.

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

15 years agoMove AVPacket declaration from avformat.h to avcodec.h.
Thilo Borgmann [Thu, 2 Apr 2009 19:53:53 +0000 (19:53 +0000)]
Move AVPacket declaration from avformat.h to avcodec.h.

Patch by Thilo Borgmann thilo dot borgmann at googlemail _dot_ com.

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

15 years agoswscale: Remove mmx2 params from h[yc]scale().
Ramiro Polla [Thu, 2 Apr 2009 18:34:11 +0000 (18:34 +0000)]
swscale: Remove mmx2 params from h[yc]scale().

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

15 years agoswscale: Split h[yc]scale_fast() into their own functions.
Ramiro Polla [Thu, 2 Apr 2009 18:32:49 +0000 (18:32 +0000)]
swscale: Split h[yc]scale_fast() into their own functions.

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

15 years agoswscale: Execute sfence and emms depending on runtime flags.
Ramiro Polla [Thu, 2 Apr 2009 18:31:22 +0000 (18:31 +0000)]
swscale: Execute sfence and emms depending on runtime flags.

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

15 years agoMap MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
Jai Menon [Thu, 2 Apr 2009 12:15:04 +0000 (12:15 +0000)]
Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.

Patch by Jai Menon

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

15 years agoReindent
Reimar Döffinger [Thu, 2 Apr 2009 11:27:14 +0000 (11:27 +0000)]
Reindent

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

15 years agoSupport DVD subtitles in mov/mp4 as created by Nero.
Reimar Döffinger [Thu, 2 Apr 2009 11:26:46 +0000 (11:26 +0000)]
Support DVD subtitles in mov/mp4 as created by Nero.
See also http://samples.mplayerhq.hu/sub/NeroMP4/unsupported-embedded-subs-2.mp4

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

15 years agoRegister VA API HW accelerators.
Gwenole Beauchesne [Thu, 2 Apr 2009 08:53:34 +0000 (08:53 +0000)]
Register VA API HW accelerators.

Pending bits from earlier approved patches:
https://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-March/066111.html
https://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-April/066918.html

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

15 years agoAdd VA API deps.
Gwenole Beauchesne [Thu, 2 Apr 2009 08:49:33 +0000 (08:49 +0000)]
Add VA API deps.

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

15 years agoAdd hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCEL
Gwenole Beauchesne [Thu, 2 Apr 2009 08:48:06 +0000 (08:48 +0000)]
Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCEL
from registered HW accelerated codecs with REGISTER_HWACCEL().

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

15 years agoReplace manual setting of the removed av_log_level variable by the
Diego Biurrun [Thu, 2 Apr 2009 08:15:03 +0000 (08:15 +0000)]
Replace manual setting of the removed av_log_level variable by the
corresponding call to av_log_set_level().

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

15 years agoAdd VA API pixfmt (only VLD is available ATM).
Gwenole Beauchesne [Thu, 2 Apr 2009 08:08:45 +0000 (08:08 +0000)]
Add VA API pixfmt (only VLD is available ATM).

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

15 years agoAdd an empty line in front of configure debug instructions.
Diego Biurrun [Thu, 2 Apr 2009 08:02:32 +0000 (08:02 +0000)]
Add an empty line in front of configure debug instructions.
This makes the actual error message that configure prints be more noticeable.

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

15 years agoAdd MPEG-4 / H.263 bitstream decoding through VA API.
Gwenole Beauchesne [Thu, 2 Apr 2009 07:30:04 +0000 (07:30 +0000)]
Add MPEG-4 / H.263 bitstream decoding through VA API.

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

15 years agoskip empty data packets in flv, fix input.flv
Baptiste Coudurier [Thu, 2 Apr 2009 03:52:19 +0000 (03:52 +0000)]
skip empty data packets in flv, fix input.flv

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

15 years agoARM: START/STOP_TIMER support for ARMv7
Måns Rullgård [Wed, 1 Apr 2009 22:56:26 +0000 (22:56 +0000)]
ARM: START/STOP_TIMER support for ARMv7

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

15 years agoSplit libavutil/timer.h per architecture
Måns Rullgård [Wed, 1 Apr 2009 22:56:22 +0000 (22:56 +0000)]
Split libavutil/timer.h per architecture

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

15 years agoExtend read_line() to make it take a read_pal_component parameter.
Stefano Sabatini [Wed, 1 Apr 2009 21:07:49 +0000 (21:07 +0000)]
Extend read_line() to make it take a read_pal_component parameter.

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

15 years agoAdd SSE4 detection support
David Conrad [Wed, 1 Apr 2009 09:11:32 +0000 (09:11 +0000)]
Add SSE4 detection support

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

15 years agoAdd 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.
Gwenole Beauchesne [Wed, 1 Apr 2009 08:55:31 +0000 (08:55 +0000)]
Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.

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

15 years agoRemove unused FILTSIGN macro
David Conrad [Wed, 1 Apr 2009 08:06:30 +0000 (08:06 +0000)]
Remove unused FILTSIGN macro

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

15 years agoRemove aandcttab.o from dct-test dependencies, the lib includes it
Måns Rullgård [Wed, 1 Apr 2009 01:22:36 +0000 (01:22 +0000)]
Remove aandcttab.o from dct-test dependencies, the lib includes it

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

15 years agoMake examples and test progs depend on libraries
Måns Rullgård [Wed, 1 Apr 2009 00:54:23 +0000 (00:54 +0000)]
Make examples and test progs depend on libraries

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

15 years agoAdd $(ELIBS) to example/test app link command
Måns Rullgård [Wed, 1 Apr 2009 00:53:34 +0000 (00:53 +0000)]
Add $(ELIBS) to example/test app link command

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

15 years agoMake examples and test progs depend on libraries
Måns Rullgård [Wed, 1 Apr 2009 00:53:31 +0000 (00:53 +0000)]
Make examples and test progs depend on libraries

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

15 years agoLink tests/examples with -lfoo instead of libfoo.a
Måns Rullgård [Wed, 1 Apr 2009 00:53:28 +0000 (00:53 +0000)]
Link tests/examples with -lfoo instead of libfoo.a

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

15 years agoAlways use -L flags for all subdirs
Måns Rullgård [Wed, 1 Apr 2009 00:53:25 +0000 (00:53 +0000)]
Always use -L flags for all subdirs

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

15 years agoMove make rules applicable only to subdirs into subdir.mak
Måns Rullgård [Wed, 1 Apr 2009 00:53:22 +0000 (00:53 +0000)]
Move make rules applicable only to subdirs into subdir.mak

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

15 years agoadd another dv fourcc CDVH
Ben Littler [Wed, 1 Apr 2009 00:45:28 +0000 (00:45 +0000)]
add another dv fourcc CDVH

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

15 years agoReindent after the last patch.
Stefano Sabatini [Tue, 31 Mar 2009 22:53:48 +0000 (22:53 +0000)]
Reindent after the last patch.

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

15 years agoAdd/fix support for bitstream formats reading in read_line().
Stefano Sabatini [Tue, 31 Mar 2009 22:52:30 +0000 (22:52 +0000)]
Add/fix support for bitstream formats reading in read_line().

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

15 years agoMake the step and offset fields of the component descriptor express a
Stefano Sabatini [Tue, 31 Mar 2009 22:48:18 +0000 (22:48 +0000)]
Make the step and offset fields of the component descriptor express a
number of bits for bitstreams formats.

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