Stefano Sabatini [Fri, 16 Jan 2009 23:56:53 +0000 (23:56 +0000)]
Print a warning and fail if the graph description cannot be
parsed.
Originally committed as revision 16648 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Fri, 16 Jan 2009 20:46:38 +0000 (20:46 +0000)]
remove duplicate tables
Originally committed as revision 16647 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ben Littler [Fri, 16 Jan 2009 19:18:10 +0000 (19:18 +0000)]
hybrid wavpack support
Originally committed as revision 16646 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ben Littler [Fri, 16 Jan 2009 19:05:09 +0000 (19:05 +0000)]
add LM20 mimic in avi fourcc
Originally committed as revision 16645 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Fri, 16 Jan 2009 17:58:38 +0000 (17:58 +0000)]
use assignment of structure instead of memcpy
Originally committed as revision 16644 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 16 Jan 2009 17:46:19 +0000 (17:46 +0000)]
WavPack hybrid mode support
Originally committed as revision 16643 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Fri, 16 Jan 2009 17:45:54 +0000 (17:45 +0000)]
rename XXX_t enums to cavs_XXX to fix POSIX namespace issue
Originally committed as revision 16642 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Fri, 16 Jan 2009 17:20:17 +0000 (17:20 +0000)]
rename vector_t to cavs_vector
Originally committed as revision 16641 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos [Fri, 16 Jan 2009 16:50:32 +0000 (16:50 +0000)]
Add mpeg1_vdpau decoder.
Originally committed as revision 16640 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Fri, 16 Jan 2009 16:39:17 +0000 (16:39 +0000)]
Merge declaration and initialization of io_buffer_size
Originally committed as revision 16639 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Fri, 16 Jan 2009 16:37:54 +0000 (16:37 +0000)]
Make io_buffer_size unsigned to avoid a warning about comparing
signed and unsigned values.
Originally committed as revision 16638 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kenan Gillet [Fri, 16 Jan 2009 16:20:42 +0000 (16:20 +0000)]
Split ff_log_missing_feature into ff_log_missing_feature
and ff_log_ask_for_sample.
Patch by Kenan Gillet: gmail_adress(author)
Originally committed as revision 16637 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Fri, 16 Jan 2009 15:35:51 +0000 (15:35 +0000)]
Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal
Originally committed as revision 16636 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Fri, 16 Jan 2009 15:34:37 +0000 (15:34 +0000)]
Use AV_WB32 instead of reimplementing it.
Originally committed as revision 16635 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Fri, 16 Jan 2009 15:32:33 +0000 (15:32 +0000)]
Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal.
Originally committed as revision 16634 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Fri, 16 Jan 2009 15:30:52 +0000 (15:30 +0000)]
Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM)
Originally committed as revision 16633 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Mason [Fri, 16 Jan 2009 14:03:46 +0000 (14:03 +0000)]
Make unsigned int a variable that does not need to be explicitely 32 bits.
Fixes a warning.
Patch by: Marc Mason mpeg (your_ad_here) blue (chez) free fr
Originally committed as revision 16632 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ben Littler [Fri, 16 Jan 2009 03:46:51 +0000 (03:46 +0000)]
add svq3 watermark support entry
Originally committed as revision 16631 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos [Fri, 16 Jan 2009 02:50:20 +0000 (02:50 +0000)]
12l: Fix compilation with --disable-vdpau.
Originally committed as revision 16630 to svn://svn.ffmpeg.org/ffmpeg/trunk
Robert Swain [Fri, 16 Jan 2009 02:20:24 +0000 (02:20 +0000)]
Add maxrate and bufsize specifications for iPod presets. I omitted these
originally as I thought x264 set these automatically when specifying a level.
Originally committed as revision 16629 to svn://svn.ffmpeg.org/ffmpeg/trunk
NVIDIA Corporation [Fri, 16 Jan 2009 02:14:25 +0000 (02:14 +0000)]
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will
be used by MPlayer.
Original patch by NVIDIA corporation.
Originally committed as revision 28322 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
NVIDIA Corporation [Fri, 16 Jan 2009 02:14:07 +0000 (02:14 +0000)]
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
be used by video players.
Original patch by NVIDIA corporation.
Originally committed as revision 16628 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 16 Jan 2009 01:26:52 +0000 (01:26 +0000)]
support h264 extradata with 0x000001 startcode
Originally committed as revision 16627 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 16 Jan 2009 01:22:30 +0000 (01:22 +0000)]
use ff_avc_parse_nal_units_buf because output size might differ from input size
Originally committed as revision 16626 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 16 Jan 2009 01:20:31 +0000 (01:20 +0000)]
10l, fix prototype
Originally committed as revision 16625 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 16 Jan 2009 01:17:18 +0000 (01:17 +0000)]
export ff_avc_parse_nal_units_buf
Originally committed as revision 16624 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 16 Jan 2009 01:12:32 +0000 (01:12 +0000)]
move actual writing before so new size can be taken into account
Originally committed as revision 16623 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 16 Jan 2009 01:11:34 +0000 (01:11 +0000)]
return size written in ff_avc_parse_nal_units
Originally committed as revision 16622 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 16 Jan 2009 00:37:38 +0000 (00:37 +0000)]
add -Wundef compiler flag, to catch typo in #if or similar situations
Originally committed as revision 16621 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 16 Jan 2009 00:03:51 +0000 (00:03 +0000)]
explicitly disable CONFIG_AUDIO_NONSHORT
Originally committed as revision 16620 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 15 Jan 2009 23:01:26 +0000 (23:01 +0000)]
move NULL_IF_CONFIG_SMALL() definition into internal header
Originally committed as revision 16619 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 15 Jan 2009 22:58:35 +0000 (22:58 +0000)]
move timer related code in a new timer.h file
Originally committed as revision 16618 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 15 Jan 2009 14:07:59 +0000 (14:07 +0000)]
Reindent after last commit
Originally committed as revision 16617 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 15 Jan 2009 14:03:07 +0000 (14:03 +0000)]
Do not reallocate AVPacket's data when muxing a packet
Originally committed as revision 16616 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Thu, 15 Jan 2009 12:23:03 +0000 (12:23 +0000)]
Factorise id3v2 header parsing from mp3.c to be shared
Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 16615 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 15 Jan 2009 01:47:24 +0000 (01:47 +0000)]
use delay for subs and dirac too
Originally committed as revision 16614 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 15 Jan 2009 01:22:31 +0000 (01:22 +0000)]
add aud nal unit if not present in h264 bitstream
Originally committed as revision 16613 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 15 Jan 2009 00:42:57 +0000 (00:42 +0000)]
matroskadec: ensure we only consider chapters which are properly ordered
Originally committed as revision 16612 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 14 Jan 2009 23:53:31 +0000 (23:53 +0000)]
consider other codecs packets contain only one access unit, not just audio
Originally committed as revision 16611 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 14 Jan 2009 23:49:13 +0000 (23:49 +0000)]
calculate pat, pmt and sdt exact size and adjust total bitrate
Originally committed as revision 16610 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 14 Jan 2009 23:30:49 +0000 (23:30 +0000)]
allow user to specify muxrate
Originally committed as revision 16609 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 14 Jan 2009 23:20:43 +0000 (23:20 +0000)]
WORDS_BIGENDIAN must be checked with #ifdef
Originally committed as revision 16608 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 14 Jan 2009 22:40:37 +0000 (22:40 +0000)]
warn if dts < pcr which means TS is invalid
Originally committed as revision 16607 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 14 Jan 2009 22:30:01 +0000 (22:30 +0000)]
update seek regression tests due to ts modifications
Originally committed as revision 16606 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 14 Jan 2009 22:17:07 +0000 (22:17 +0000)]
only write dts if they differ from pts, according to specs
Originally committed as revision 16605 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 14 Jan 2009 22:14:35 +0000 (22:14 +0000)]
use delay to avoid negative dts
Originally committed as revision 16604 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 14 Jan 2009 21:57:10 +0000 (21:57 +0000)]
set pts and dts of pes packets exactly according to specs
Originally committed as revision 16603 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 14 Jan 2009 21:41:05 +0000 (21:41 +0000)]
simplify: group all the AUDIO_NONSHORT parameters in the same place
Originally committed as revision 16602 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 14 Jan 2009 21:34:48 +0000 (21:34 +0000)]
libavutil/lzo.h is a local header
Originally committed as revision 16601 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 14 Jan 2009 17:19:17 +0000 (17:19 +0000)]
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
and remove all ENABLE_ definitions.
Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 14 Jan 2009 09:26:07 +0000 (09:26 +0000)]
Fix mpeg audio regression test failure
Originally committed as revision 16599 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 14 Jan 2009 07:57:12 +0000 (07:57 +0000)]
Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
CONFIG_ changed semantics and is always defined now.
Originally committed as revision 16598 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 14 Jan 2009 07:55:43 +0000 (07:55 +0000)]
Remove one more forgotten instance of USE_HIGHPRECISION indirection.
Originally committed as revision 16597 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 14 Jan 2009 02:20:26 +0000 (02:20 +0000)]
compute pcr more accurately, regression tests need update
Originally committed as revision 16596 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 14 Jan 2009 01:21:24 +0000 (01:21 +0000)]
include intreadwrite.h, fix compilation, img2.c use AV_RL32
Originally committed as revision 16595 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 14 Jan 2009 00:48:17 +0000 (00:48 +0000)]
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.
Originally committed as revision 16594 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 14 Jan 2009 00:45:04 +0000 (00:45 +0000)]
Remove pointless #if around header #includes.
Originally committed as revision 16593 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos [Wed, 14 Jan 2009 00:44:42 +0000 (00:44 +0000)]
Fix compilation.
Originally committed as revision 16592 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 14 Jan 2009 00:27:43 +0000 (00:27 +0000)]
cleanup gif, use BISTREAM_WRITER_LE
Originally committed as revision 16591 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 14 Jan 2009 00:13:56 +0000 (00:13 +0000)]
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
They are now always defined to either 0 or 1.
Originally committed as revision 28311 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Aurelien Jacobs [Tue, 13 Jan 2009 23:44:16 +0000 (23:44 +0000)]
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
They are now always defined to either 0 or 1.
Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Tue, 13 Jan 2009 23:36:06 +0000 (23:36 +0000)]
Include libavformat/avformat.h before all the other libav* headers.
This is safer since they may use the symbol LIBAVFORMAT_BUILD defined
in avformat.h.
Originally committed as revision 16589 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Tue, 13 Jan 2009 21:20:03 +0000 (21:20 +0000)]
Document the ld, st, while statements.
Originally committed as revision 16588 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 13 Jan 2009 21:13:45 +0000 (21:13 +0000)]
Avoid using sub_id in mpeg1/2video.
Originally committed as revision 16587 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Tue, 13 Jan 2009 21:07:27 +0000 (21:07 +0000)]
Document the same functions, in the same order, that eval.c has.
Originally committed as revision 16586 to svn://svn.ffmpeg.org/ffmpeg/trunk
Robert Swain [Tue, 13 Jan 2009 19:46:42 +0000 (19:46 +0000)]
Add presets for Apple iPod constraints
Originally committed as revision 16585 to svn://svn.ffmpeg.org/ffmpeg/trunk
Robert Swain [Tue, 13 Jan 2009 19:40:35 +0000 (19:40 +0000)]
Add presets to use as constraints for H.264 Baseline and Main profiles
Originally committed as revision 16584 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 13 Jan 2009 19:38:54 +0000 (19:38 +0000)]
Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
Originally committed as revision 16583 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 13 Jan 2009 19:35:34 +0000 (19:35 +0000)]
Let the mpeg audio parser correct the codec_id.
Originally committed as revision 16582 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 13 Jan 2009 19:32:08 +0000 (19:32 +0000)]
Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.
Originally committed as revision 16581 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 13 Jan 2009 19:13:08 +0000 (19:13 +0000)]
Add CODEC_ID_MP1.
Originally committed as revision 16580 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ben Littler [Tue, 13 Jan 2009 17:10:10 +0000 (17:10 +0000)]
add SLMJ fourcc to mjpeg
Originally committed as revision 16579 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 13 Jan 2009 08:05:40 +0000 (08:05 +0000)]
VC-1 display dimensions should affect coded dimensions only (I think)
Originally committed as revision 16578 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 13 Jan 2009 08:03:45 +0000 (08:03 +0000)]
Print VC-1 aspect ratio in debug
Originally committed as revision 16577 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 13 Jan 2009 08:02:31 +0000 (08:02 +0000)]
421l: fix loop filter for P-frames in VC-1
Originally committed as revision 16576 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 13 Jan 2009 08:00:37 +0000 (08:00 +0000)]
Cinepak strip ID is a single byte
Originally committed as revision 16575 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 13 Jan 2009 06:43:46 +0000 (06:43 +0000)]
Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.
This fixes issue 744
Originally committed as revision 16574 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 13 Jan 2009 02:02:50 +0000 (02:02 +0000)]
configure: add Alpha CPU types
Originally committed as revision 16573 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 13 Jan 2009 00:20:18 +0000 (00:20 +0000)]
fix version protection
Originally committed as revision 16572 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 13 Jan 2009 00:14:43 +0000 (00:14 +0000)]
add the necessary include for LIBAV*_VERSION_*
Originally committed as revision 16571 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 12 Jan 2009 20:37:49 +0000 (20:37 +0000)]
ARM: use push/pop pseudo-instructions in simple_idct_armv6.S
Originally committed as revision 16570 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 12 Jan 2009 20:37:39 +0000 (20:37 +0000)]
ARM: simple_idct_armv6.S whitespace cosmetics
Originally committed as revision 16569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 12 Jan 2009 20:37:33 +0000 (20:37 +0000)]
ARM: clean up pc-relative references in simple_idct_armv6.S
Originally committed as revision 16568 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 12 Jan 2009 20:37:29 +0000 (20:37 +0000)]
ARM: use rX register names in simple_idct_armv6.S
Originally committed as revision 16567 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Mon, 12 Jan 2009 20:34:34 +0000 (20:34 +0000)]
Reindent after the last commit, while at it also add some spaces for
improving readability.
Originally committed as revision 16566 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Mon, 12 Jan 2009 20:30:57 +0000 (20:30 +0000)]
Make avfilter_open() set to NULL the pads and the filters when the
corresponding count is zero, rather than allocate a 16 bytes sized
block for them. Improve safety.
Originally committed as revision 16565 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 12 Jan 2009 00:07:40 +0000 (00:07 +0000)]
AVI: add bswap.h include needed on big endian
Originally committed as revision 16564 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 11 Jan 2009 23:49:06 +0000 (23:49 +0000)]
configure: fix PIC activation for x86_64 shared libs
Originally committed as revision 16563 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 11 Jan 2009 23:26:52 +0000 (23:26 +0000)]
Add missing inclusion of libavutil/intreadwrite.h, fix compilation when
libtheora is enabled.
Originally committed as revision 16562 to svn://svn.ffmpeg.org/ffmpeg/trunk
David Conrad [Sun, 11 Jan 2009 23:24:28 +0000 (23:24 +0000)]
Use the dimensions in tkhd for timed text tracks
Originally committed as revision 16561 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sun, 11 Jan 2009 23:15:13 +0000 (23:15 +0000)]
Pass subarch instead of arch to YASMFLAGS
Originally committed as revision 16560 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 11 Jan 2009 22:48:07 +0000 (22:48 +0000)]
Extend 'checkheaders' target to architecture-specific subdirectories.
Originally committed as revision 16559 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 11 Jan 2009 22:45:19 +0000 (22:45 +0000)]
Split arch variable into arch and subarch.
Originally committed as revision 16558 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 11 Jan 2009 22:32:45 +0000 (22:32 +0000)]
Use 'enabled' function to simplify x86_64 check in the mingw32 section.
Originally committed as revision 16557 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 11 Jan 2009 22:19:48 +0000 (22:19 +0000)]
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Kostylev [Sun, 11 Jan 2009 22:10:04 +0000 (22:10 +0000)]
Add truncf() replacement function.
Patch by Michael Kostylev <mik at it-1 dot ru>
Originally committed as revision 16555 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 11 Jan 2009 22:05:48 +0000 (22:05 +0000)]
Implement the avfilter_default_draw_slice() handler and use it in
avfilter_draw_slice() when the draw_slice callback is not defined in
the input pad.
Originally committed as revision 16554 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sun, 11 Jan 2009 22:05:43 +0000 (22:05 +0000)]
Use setmode() if it exists in <io.h>, and not based on O_BINARY.
Originally committed as revision 16553 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 11 Jan 2009 21:55:14 +0000 (21:55 +0000)]
Use 'enabled' function instead of raw 'test' calls in arch checks.
Originally committed as revision 16552 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 11 Jan 2009 21:21:40 +0000 (21:21 +0000)]
Add my GPG key.
Originally committed as revision 16551 to svn://svn.ffmpeg.org/ffmpeg/trunk