Justin Ruggles [Sat, 24 Jan 2009 16:02:30 +0000 (16:02 +0000)]
flacdec: remove another unneeded debugging statement
Originally committed as revision 16751 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 24 Jan 2009 16:01:20 +0000 (16:01 +0000)]
flacdec: remove unneeded debugging statements
Originally committed as revision 16750 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 24 Jan 2009 15:46:19 +0000 (15:46 +0000)]
flacdec: remove some unused code
Originally committed as revision 16749 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 24 Jan 2009 14:55:30 +0000 (14:55 +0000)]
Directly #include a bunch of indirectly #included headers.
Originally committed as revision 16748 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 24 Jan 2009 14:52:46 +0000 (14:52 +0000)]
Fix undefined preprocessor directives warnings during 'make checkheaders'.
Originally committed as revision 16747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 24 Jan 2009 14:46:00 +0000 (14:46 +0000)]
Add required headers to fix 'make checkheaders'.
Originally committed as revision 16746 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 24 Jan 2009 14:32:22 +0000 (14:32 +0000)]
remove alloc_table_0 and alloc_table_2, the same
data exists in alloc_table_1 and alloc_table_3
Originally committed as revision 16745 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 24 Jan 2009 14:30:15 +0000 (14:30 +0000)]
remove zigzag_scan8x8, it is the same as ff_zigzag_direct
Originally committed as revision 16744 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 24 Jan 2009 14:28:08 +0000 (14:28 +0000)]
avoid duplication of size_table and offset_table
Originally committed as revision 16743 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 24 Jan 2009 14:26:40 +0000 (14:26 +0000)]
avoid duplication of dquant_code
Originally committed as revision 16742 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Sat, 24 Jan 2009 10:52:26 +0000 (10:52 +0000)]
I'll take care of qdm2 also
Originally committed as revision 16741 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 24 Jan 2009 08:20:42 +0000 (08:20 +0000)]
return an error if we can not get a full packet,
fixes hang on EOF
Originally committed as revision 16740 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sat, 24 Jan 2009 08:15:43 +0000 (08:15 +0000)]
Do not allocate RoqTempData on the stack
Originally committed as revision 16739 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 24 Jan 2009 08:06:43 +0000 (08:06 +0000)]
fix header parsing, the NULL terminated File ID is followed by a space
Originally committed as revision 16738 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Sat, 24 Jan 2009 04:56:18 +0000 (04:56 +0000)]
Skip m= blocks in the SDP if the media type is unknown. This prevents
subsequent a= lines from the m= block to be applied to the previous
m= line, thus breaking otherwise functional RTP streams. See discussion in
[PATCH] RTSP-MS 7/15: parse and allow unknown m= line codes" thread on
mailinglist.
Originally committed as revision 16737 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Fri, 23 Jan 2009 22:38:35 +0000 (22:38 +0000)]
add myself as a maintainer of flacdec.c
Originally committed as revision 16736 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Fri, 23 Jan 2009 22:27:19 +0000 (22:27 +0000)]
rename flac.c to flacdec.c
Originally committed as revision 16735 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 23 Jan 2009 22:16:31 +0000 (22:16 +0000)]
set pts and dts when only pts is present, according to specs
Originally committed as revision 16734 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 23 Jan 2009 20:57:12 +0000 (20:57 +0000)]
write essence container data
Originally committed as revision 16733 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 23 Jan 2009 20:20:36 +0000 (20:20 +0000)]
reduce display aspect ratio
Originally committed as revision 16732 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 23 Jan 2009 20:15:46 +0000 (20:15 +0000)]
stored height is a multiple of 16 for mpeg2
Originally committed as revision 16731 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 23 Jan 2009 20:03:57 +0000 (20:03 +0000)]
fix endianness of time code, and calculate it in fields, according to specs
Originally committed as revision 16730 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ben Littler [Fri, 23 Jan 2009 12:17:40 +0000 (12:17 +0000)]
add EM4A fourcc , works for:
http://av.watch.impress.co.jp/docs/
20040929/xf.asf
Originally committed as revision 16729 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Fri, 23 Jan 2009 12:09:32 +0000 (12:09 +0000)]
Avoid allocating MPADecodeContext on stack.
Instead move relevant fields into MPADecodeHeader and use it
where appropriate.
Originally committed as revision 16728 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 23 Jan 2009 09:47:22 +0000 (09:47 +0000)]
Workaround ffms behavior of returning EAGAIN at EOF.
Should fix regression tests & fate.
Originally committed as revision 16727 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 23 Jan 2009 06:33:04 +0000 (06:33 +0000)]
Remove the block with always false condition from vc1_parse_frame_header()
Originally committed as revision 16726 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 23 Jan 2009 06:31:17 +0000 (06:31 +0000)]
VC-1 postproc field is 2 bits wide while decoder read only single bit.
Spotted by Stephen Warren.
Originally committed as revision 16725 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 22 Jan 2009 23:35:31 +0000 (23:35 +0000)]
Move av_read_frame/parser related buffer variables from AVFormatContext
to AVStream, this is required if we want to allow the user to pull frames
from specific streams at some point in the future.
Originally committed as revision 16724 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Thu, 22 Jan 2009 22:23:58 +0000 (22:23 +0000)]
flacdec: add support for 3 additional sample rate codes
Originally committed as revision 16723 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Thu, 22 Jan 2009 19:48:10 +0000 (19:48 +0000)]
Mark ff_fft_init with av_cold.
Originally committed as revision 16722 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Thu, 22 Jan 2009 19:46:23 +0000 (19:46 +0000)]
Clean up FFT related comments.
Originally committed as revision 16721 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 22 Jan 2009 19:45:53 +0000 (19:45 +0000)]
print stream sar if present and different than codec sar
Originally committed as revision 16720 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 22 Jan 2009 12:08:06 +0000 (12:08 +0000)]
Use EAGAIN return, primarely intended as example of EAGAIN useage.
Originally committed as revision 16719 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 22 Jan 2009 12:06:02 +0000 (12:06 +0000)]
Handle av_read_frame() EAGAIN return.
Originally committed as revision 16718 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 22 Jan 2009 12:04:01 +0000 (12:04 +0000)]
Handle av_read_frame() EAGAIN return.
Originally committed as revision 16717 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 22 Jan 2009 00:31:26 +0000 (00:31 +0000)]
Add const, remove warning:
libavcodec/audioconvert.c:190: warning: initialization discards qualifiers from pointer target type
Originally committed as revision 16716 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 21 Jan 2009 23:55:51 +0000 (23:55 +0000)]
Avoid unused variable warning when compiling DES test program.
Originally committed as revision 16715 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 21 Jan 2009 22:32:17 +0000 (22:32 +0000)]
'code' is used to index a table so make it unsigned
this prevents using negative index and possibly crashing with broken files
Originally committed as revision 16714 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 21 Jan 2009 17:34:40 +0000 (17:34 +0000)]
Make base64 test program compilable as a standard test program.
Originally committed as revision 16713 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 21 Jan 2009 14:28:16 +0000 (14:28 +0000)]
Add void keyword to parameterless function declaration.
Originally committed as revision 16712 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Wed, 21 Jan 2009 13:27:39 +0000 (13:27 +0000)]
yet another attempt on fixing synchronization in VMD
Originally committed as revision 16711 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Wed, 21 Jan 2009 13:26:01 +0000 (13:26 +0000)]
Empty audio chunks in VMD are silent, not skipped
Originally committed as revision 16710 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Wed, 21 Jan 2009 13:25:14 +0000 (13:25 +0000)]
cosmetics: reindent after last commit
Originally committed as revision 16709 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Wed, 21 Jan 2009 13:24:35 +0000 (13:24 +0000)]
VMD first chunk of audio is not coded as many separate chunks of block_align
size. Thus, make demuxer and decoder handle it as a whole.
Originally committed as revision 16708 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Wed, 21 Jan 2009 08:43:38 +0000 (08:43 +0000)]
Rename audio.c to oss_audio.c in libavdevice.
Originally committed as revision 16707 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 21 Jan 2009 00:36:34 +0000 (00:36 +0000)]
fix seek reg tests, Im always forgetting this
Originally committed as revision 16706 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos [Tue, 20 Jan 2009 22:53:25 +0000 (22:53 +0000)]
Sort VdpPictureInfo alphabetically.
Originally committed as revision 16705 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 20 Jan 2009 21:09:51 +0000 (21:09 +0000)]
exit with error code if av_encode failed
Originally committed as revision 16704 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 20 Jan 2009 21:06:57 +0000 (21:06 +0000)]
change sample aspect ratio test to be more clear, print old one
Originally committed as revision 16703 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ben Littler [Tue, 20 Jan 2009 16:19:13 +0000 (16:19 +0000)]
another mpeg4 fourcc
Originally committed as revision 16702 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 20 Jan 2009 09:43:58 +0000 (09:43 +0000)]
Do not use avctx->frame_number which might not be set,
this also fixes a side effect where its value was one too much.
Originally committed as revision 16701 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos [Tue, 20 Jan 2009 09:36:28 +0000 (09:36 +0000)]
Cosmetics: Fix indentation after last commit.
Originally committed as revision 16700 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos [Tue, 20 Jan 2009 09:31:07 +0000 (09:31 +0000)]
Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
Originally committed as revision 28344 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
NVIDIA Corporation [Tue, 20 Jan 2009 09:28:36 +0000 (09:28 +0000)]
Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can
be used by video players.
Original patch by NVIDIA corporation.
Originally committed as revision 16699 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 20 Jan 2009 09:25:50 +0000 (09:25 +0000)]
set correct value for starting line
Originally committed as revision 16698 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 20 Jan 2009 09:14:46 +0000 (09:14 +0000)]
fix gxf time code mark out value
Originally committed as revision 16697 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Tue, 20 Jan 2009 08:08:32 +0000 (08:08 +0000)]
Enable building r3d demuxer when its config is set.
Originally committed as revision 16696 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Tue, 20 Jan 2009 08:01:32 +0000 (08:01 +0000)]
Use avf context in av_log, instead of NULL.
Originally committed as revision 16695 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Tue, 20 Jan 2009 08:00:59 +0000 (08:00 +0000)]
Pass avf context to audio_open().
Originally committed as revision 16694 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Tue, 20 Jan 2009 08:00:39 +0000 (08:00 +0000)]
Fix a read past end of buffer crash in the mp3 probe
Originally committed as revision 16693 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 20 Jan 2009 07:42:14 +0000 (07:42 +0000)]
R3D REDCODE demuxer
Originally committed as revision 16692 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Tue, 20 Jan 2009 07:02:42 +0000 (07:02 +0000)]
add myself as maintainer of ISS (with Jai's blessing)
Originally committed as revision 16691 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 20 Jan 2009 00:52:12 +0000 (00:52 +0000)]
matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes
This implies using ff_avc_parse_nal_units_buf instead of ff_avc_parse_nal_units
because with 3 bytes startcodes the parsed packet size will change, and the
size must be written before the packet content.
Originally committed as revision 16690 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 19 Jan 2009 23:41:46 +0000 (23:41 +0000)]
Use "" instead of <> when #including non-system headers.
Originally committed as revision 16689 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Mon, 19 Jan 2009 21:54:06 +0000 (21:54 +0000)]
Fix probing of files with ID3v2 tags. Discussed at
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-January/059302.html
Originally committed as revision 16688 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 19 Jan 2009 21:39:07 +0000 (21:39 +0000)]
Remove detection of mmsh protocol in ffplay.
This is useless as long as mmsh is not implemented in libavformat.
This is a revert of r10936.
Originally committed as revision 16687 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 19 Jan 2009 17:01:22 +0000 (17:01 +0000)]
Restore mistakenly removed period after "DivX, Inc".
Originally committed as revision 16686 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ben Littler [Mon, 19 Jan 2009 16:11:46 +0000 (16:11 +0000)]
add T263. works on samples/V-codecs/T263/
Originally committed as revision 16685 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 19 Jan 2009 15:46:40 +0000 (15:46 +0000)]
cosmetics: Remove pointless period after copyright statement non-sentences.
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 18 Jan 2009 23:07:30 +0000 (23:07 +0000)]
Drop the deprecated av_init_random() at the next libavutil major bump.
Originally committed as revision 16683 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 18 Jan 2009 23:04:33 +0000 (23:04 +0000)]
Replace calls to the deprecated function av_init_random() with
corresponding calls to av_random_init().
Originally committed as revision 16682 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 18 Jan 2009 22:57:40 +0000 (22:57 +0000)]
moves mid_pred() into mathops.h (with arch specific code split by directory)
Originally committed as revision 16681 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 18 Jan 2009 22:53:28 +0000 (22:53 +0000)]
replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag
with the opposed meaning
Originally committed as revision 16680 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 18 Jan 2009 22:50:57 +0000 (22:50 +0000)]
Deprecate av_init_random() in favour of av_random_init(), with a more natural
name and order of parameters.
Originally committed as revision 16679 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 18 Jan 2009 21:40:26 +0000 (21:40 +0000)]
Implement a var for containing the current year number rather than
hardcode it in the banner string.
Originally committed as revision 16678 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 18 Jan 2009 20:43:11 +0000 (20:43 +0000)]
ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change
Originally committed as revision 16677 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 18 Jan 2009 18:31:54 +0000 (18:31 +0000)]
Alpha: add -mieee to CFLAGS
Originally committed as revision 16676 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 18 Jan 2009 18:31:52 +0000 (18:31 +0000)]
Alpha: fix pix_abs16
Originally committed as revision 16675 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 18 Jan 2009 18:29:57 +0000 (18:29 +0000)]
configure: add fastdiv to CONFIG_LIST
Originally committed as revision 16674 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 18 Jan 2009 17:26:24 +0000 (17:26 +0000)]
matroskadec: merge ByteIOContext declarations at upper level
Originally committed as revision 16673 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 18 Jan 2009 17:13:12 +0000 (17:13 +0000)]
matroskadec: parse the WAVEFORMATEX header and discard it from extradata
Originally committed as revision 16672 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jason Garrett-Glaser [Sun, 18 Jan 2009 07:20:12 +0000 (07:20 +0000)]
Fix 10L in r16670 (broke deblocking code)
Originally committed as revision 16671 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jason Garrett-Glaser [Sun, 18 Jan 2009 07:14:36 +0000 (07:14 +0000)]
Faster VC-1 C loopfilter using lots of xor magic
Originally committed as revision 16670 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 18 Jan 2009 05:52:20 +0000 (05:52 +0000)]
dct-test: add Alpha idct
Originally committed as revision 16669 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 18 Jan 2009 05:52:17 +0000 (05:52 +0000)]
Alpha: add ff_ prefix to idct functions
Originally committed as revision 16668 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 18 Jan 2009 05:52:15 +0000 (05:52 +0000)]
Alpha: indentation
Originally committed as revision 16667 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 18 Jan 2009 05:52:12 +0000 (05:52 +0000)]
Alpha: proper IDCT selection
Only select the Alpha IDCT if auto or explicitly requested. Also
disable it in lowres mode.
Originally committed as revision 16666 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 18 Jan 2009 05:52:08 +0000 (05:52 +0000)]
Alpha: add some const, kill some warnings
Originally committed as revision 16665 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 18 Jan 2009 01:48:14 +0000 (01:48 +0000)]
add jp2 formater in image2 muxer
Originally committed as revision 16664 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 18 Jan 2009 00:47:46 +0000 (00:47 +0000)]
jpeg2k is intra only codec
Originally committed as revision 16663 to svn://svn.ffmpeg.org/ffmpeg/trunk
David Conrad [Sat, 17 Jan 2009 23:54:27 +0000 (23:54 +0000)]
Copy width/height for subtitle streams (needed for scodec copy of mov/mp4
timed text)
Originally committed as revision 16662 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 17 Jan 2009 21:44:58 +0000 (21:44 +0000)]
Alpha: factor common parts from dct_unquantize_h263_intra/inter_axp
Originally committed as revision 16661 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 17 Jan 2009 21:44:56 +0000 (21:44 +0000)]
Alpha: fix dct_unquantize_h263_inter/intra_axp()
Originally committed as revision 16660 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 17 Jan 2009 21:40:27 +0000 (21:40 +0000)]
match format in names list separated by commas
Originally committed as revision 16659 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Sat, 17 Jan 2009 20:08:43 +0000 (20:08 +0000)]
added demuxer for FunCom ISS audio files,
extended ADPCM decoder by ISS specific IMA variant
Originally committed as revision 16658 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sat, 17 Jan 2009 20:06:08 +0000 (20:06 +0000)]
Use shared sine window instead of defining another one.
Originally committed as revision 16657 to svn://svn.ffmpeg.org/ffmpeg/trunk
David Conrad [Sat, 17 Jan 2009 18:34:47 +0000 (18:34 +0000)]
Update regression tests after r16651
Originally committed as revision 16656 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos [Sat, 17 Jan 2009 12:51:26 +0000 (12:51 +0000)]
Fix compilation with --enable-libxvid.
Originally committed as revision 16655 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 17 Jan 2009 12:21:01 +0000 (12:21 +0000)]
remove ff_get_fourcc() and use AV_RL32() instead
Originally committed as revision 16654 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 17 Jan 2009 11:13:33 +0000 (11:13 +0000)]
export gcd function as av_gcd()
Originally committed as revision 16653 to svn://svn.ffmpeg.org/ffmpeg/trunk