OSDN Git Service

coroid/libav_saccubus.git
16 years agoEA IMA SEAD decoder
Peter Ross [Tue, 30 Oct 2007 23:12:18 +0000 (23:12 +0000)]
EA IMA SEAD decoder
original patch by Peter Ross

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

16 years agoLeverage MinGW's llrint() in Cygwin compilations.
Víctor Paesa [Tue, 30 Oct 2007 20:07:31 +0000 (20:07 +0000)]
Leverage MinGW's llrint() in Cygwin compilations.

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

16 years agoMark the source buffer as "const"
Luca Abeni [Tue, 30 Oct 2007 15:32:52 +0000 (15:32 +0000)]
Mark the source buffer as "const"

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

16 years agoIf local port n is not available, try n + 2 instead of continuing to bind
Luca Abeni [Tue, 30 Oct 2007 08:10:45 +0000 (08:10 +0000)]
If local port n is not available, try n + 2 instead of continuing to bind
on n (allow to receive 2 rtsp streams simultaneously with libavformat)

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

16 years agoClarify comment about gcc -MM.
Diego Biurrun [Tue, 30 Oct 2007 08:01:48 +0000 (08:01 +0000)]
Clarify comment about gcc -MM.

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

16 years agoDeclare libpostproc prerequisites directly instead of using a layer of
Diego Biurrun [Tue, 30 Oct 2007 07:54:18 +0000 (07:54 +0000)]
Declare libpostproc prerequisites directly instead of using a layer of
indirection. This moves build system workarounds closer to libpostproc
where they are really needed.

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

16 years agorename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so...
Baptiste Coudurier [Tue, 30 Oct 2007 00:01:25 +0000 (00:01 +0000)]
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers

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

16 years agoRemove redundant prototype
Luca Abeni [Mon, 29 Oct 2007 09:38:37 +0000 (09:38 +0000)]
Remove redundant prototype

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

16 years agoRemove the inclusion of rtsp.h and rtp.h from avformat.h, and
Luca Abeni [Mon, 29 Oct 2007 09:15:35 +0000 (09:15 +0000)]
Remove the inclusion of rtsp.h and rtp.h from avformat.h, and
explicitly include such headers where needed

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

16 years agoremoved unused variables accidentally introduced in stream_index_from_inputs()
Nico Sabbi [Sun, 28 Oct 2007 22:56:41 +0000 (22:56 +0000)]
removed unused variables accidentally introduced in stream_index_from_inputs()

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

16 years agorename crc.c to crcenc.c
Aurelien Jacobs [Sun, 28 Oct 2007 22:11:07 +0000 (22:11 +0000)]
rename crc.c to crcenc.c

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

16 years agomove framecrc muxer in its own file
Aurelien Jacobs [Sun, 28 Oct 2007 22:08:09 +0000 (22:08 +0000)]
move framecrc muxer in its own file

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

16 years agoreindented after previous commit
Nico Sabbi [Sat, 27 Oct 2007 18:50:08 +0000 (18:50 +0000)]
reindented after previous commit

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

16 years agoadded option programid to select the program to use and relative code to handle it
Nico Sabbi [Sat, 27 Oct 2007 18:46:25 +0000 (18:46 +0000)]
added option programid to select the program to use and relative code to handle it

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

16 years agoremove a branch from an inner loop.
Loren Merritt [Sat, 27 Oct 2007 13:39:19 +0000 (13:39 +0000)]
remove a branch from an inner loop.
1% faster flac encoding.

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

16 years agoprint newline after program id even when the name is missing
Nico Sabbi [Fri, 26 Oct 2007 20:02:11 +0000 (20:02 +0000)]
print newline after program id even when the name is missing

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

16 years agoExplicitly include rtp.h (needed for rtp_get_payload_type())
Luca Abeni [Fri, 26 Oct 2007 15:12:55 +0000 (15:12 +0000)]
Explicitly include rtp.h (needed for rtp_get_payload_type())

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

16 years agoRemove prototype for non-existent function
Luca Abeni [Fri, 26 Oct 2007 11:36:11 +0000 (11:36 +0000)]
Remove prototype for non-existent function

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

16 years agoprobe files starting with the 1SNh tag
Aurelien Jacobs [Thu, 25 Oct 2007 21:17:39 +0000 (21:17 +0000)]
probe files starting with the 1SNh tag

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

16 years agodon't use #define with names starting with _
Aurelien Jacobs [Thu, 25 Oct 2007 21:10:18 +0000 (21:10 +0000)]
don't use #define with names starting with _

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

16 years agoadd parsing of 1SNh header in the EA demuxer
Aurelien Jacobs [Thu, 25 Oct 2007 20:38:49 +0000 (20:38 +0000)]
add parsing of 1SNh header in the EA demuxer

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

16 years agoRemove unused variable, fixes warning:
Diego Biurrun [Thu, 25 Oct 2007 10:11:15 +0000 (10:11 +0000)]
Remove unused variable, fixes warning:
utils.c: In function 'dump_format':
utils.c:2542: warning: unused variable 'flags'

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

16 years agoavoid infinite loop at the end of files which are not properly terminated
Aurelien Jacobs [Wed, 24 Oct 2007 21:44:20 +0000 (21:44 +0000)]
avoid infinite loop at the end of files which are not properly terminated

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

16 years agoEA ADPCM R1, R2 and R3 decoder
Peter Ross [Wed, 24 Oct 2007 20:49:42 +0000 (20:49 +0000)]
EA ADPCM R1, R2 and R3 decoder
original patch by Peter Ross

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

16 years agoRename --disable-opts option to --disable-optimizations in order to be less
Diego Biurrun [Wed, 24 Oct 2007 19:19:02 +0000 (19:19 +0000)]
Rename --disable-opts option to --disable-optimizations in order to be less
ambiguous, opts sounds more like options than optimizations.

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

16 years agoRename optimize variable to the slightly more meaningful optimizations.
Diego Biurrun [Wed, 24 Oct 2007 19:17:15 +0000 (19:17 +0000)]
Rename optimize variable to the slightly more meaningful optimizations.

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

16 years agoCosmetics: indentation.
Benoit Fouet [Wed, 24 Oct 2007 14:22:56 +0000 (14:22 +0000)]
Cosmetics: indentation.

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

16 years agoPrevent mov muxer from writing empty udta atoms.
Benoit Fouet [Wed, 24 Oct 2007 14:20:15 +0000 (14:20 +0000)]
Prevent mov muxer from writing empty udta atoms.

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

16 years agoadd support for reading duration from VBRI-tag in mp3 files
Andreas Öman [Wed, 24 Oct 2007 04:56:22 +0000 (04:56 +0000)]
add support for reading duration from VBRI-tag in mp3 files

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

16 years agoMove setting of key frame flag for intra-only codecs, ignoring key frame
Jeff Downs [Wed, 24 Oct 2007 04:54:44 +0000 (04:54 +0000)]
Move setting of key frame flag for intra-only codecs, ignoring key frame
flag of parser for such codecs as intra-only parsers don't set key frame
flag. Corrects lack of key frame marking in mjpeg, possibly others.

Original thread: Key Frame Marking, Fri, 12 Oct 2007 03:35:57

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

16 years agoUpdated and rewritten Windows-related documentation.
Ramiro Polla [Wed, 24 Oct 2007 03:26:10 +0000 (03:26 +0000)]
Updated and rewritten Windows-related documentation.

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

16 years agouse FFMIN
Baptiste Coudurier [Tue, 23 Oct 2007 22:28:57 +0000 (22:28 +0000)]
use FFMIN

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

16 years agofix indent
Andreas Öman [Tue, 23 Oct 2007 17:28:30 +0000 (17:28 +0000)]
fix indent

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

16 years agocosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support
Andreas Öman [Tue, 23 Oct 2007 17:10:41 +0000 (17:10 +0000)]
cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support

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

16 years agoadd support for reading duration from Xing-tag in mp3 files
Andreas Öman [Tue, 23 Oct 2007 13:35:20 +0000 (13:35 +0000)]
add support for reading duration from Xing-tag in mp3 files

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

16 years agoSimplify install-libs prerequisite generation.
Diego Biurrun [Tue, 23 Oct 2007 06:51:44 +0000 (06:51 +0000)]
Simplify install-libs prerequisite generation.

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

16 years agoconvert a if() into a switch() to ease addition of new tags to probe
Aurelien Jacobs [Mon, 22 Oct 2007 21:06:04 +0000 (21:06 +0000)]
convert a if() into a switch() to ease addition of new tags to probe

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

16 years agoFix uninstall-vhook, SLIBSUF was being left out.
Diego Biurrun [Mon, 22 Oct 2007 18:09:10 +0000 (18:09 +0000)]
Fix uninstall-vhook, SLIBSUF was being left out.

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

16 years agoFix make install of man pages when PROGS is empty.
Diego Biurrun [Mon, 22 Oct 2007 18:01:33 +0000 (18:01 +0000)]
Fix make install of man pages when PROGS is empty.

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

16 years agoFix make install when PROGS is empty.
Diego Biurrun [Mon, 22 Oct 2007 18:00:31 +0000 (18:00 +0000)]
Fix make install when PROGS is empty.

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

16 years agoFurther simplify install-progs prerequisites, no need to duplicate PROGS.
Diego Biurrun [Mon, 22 Oct 2007 17:21:38 +0000 (17:21 +0000)]
Further simplify install-progs prerequisites, no need to duplicate PROGS.

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

16 years agoSimplify install-progs prerequisite declaration.
Diego Biurrun [Mon, 22 Oct 2007 17:15:12 +0000 (17:15 +0000)]
Simplify install-progs prerequisite declaration.

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

16 years agoClarify comment block and rewrite in better English.
Diego Biurrun [Mon, 22 Oct 2007 15:13:10 +0000 (15:13 +0000)]
Clarify comment block and rewrite in better English.

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

16 years agofix issue 225, instead of stoping when wrong atom size is found,
Baptiste Coudurier [Mon, 22 Oct 2007 14:36:14 +0000 (14:36 +0000)]
fix issue 225, instead of stoping when wrong atom size is found,
limit atom size to what is left, assuming container atom has correct size..
cricket4.3g2 has incorrect moov atom size which indicates that file size should be
2 bytes bigger than it is and quicktime reads it correctly though.

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

16 years agoUse simple IDCT for now
Kostya Shishkov [Mon, 22 Oct 2007 10:23:38 +0000 (10:23 +0000)]
Use simple IDCT for now

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

16 years agoRemove incorrect and unneeded code
Kostya Shishkov [Mon, 22 Oct 2007 10:22:36 +0000 (10:22 +0000)]
Remove incorrect and unneeded code

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

16 years agoBeam Software SIFF demuxer and video decoder
Kostya Shishkov [Mon, 22 Oct 2007 06:01:38 +0000 (06:01 +0000)]
Beam Software SIFF demuxer and video decoder

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

16 years ago100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because...
Baptiste Coudurier [Sun, 21 Oct 2007 23:10:15 +0000 (23:10 +0000)]
100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818

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

16 years agoremove some useless initializations (the whole context is initialized to 0)
Aurelien Jacobs [Sun, 21 Oct 2007 22:44:05 +0000 (22:44 +0000)]
remove some useless initializations (the whole context is initialized to 0)

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

16 years agocosmetics: reindent
Aurelien Jacobs [Sun, 21 Oct 2007 22:27:24 +0000 (22:27 +0000)]
cosmetics: reindent

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

16 years agocosmetics: Add #endif comment.
Aurelien Jacobs [Sun, 21 Oct 2007 22:23:37 +0000 (22:23 +0000)]
cosmetics: Add #endif comment.

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

16 years agoremove unused context var
Aurelien Jacobs [Sun, 21 Oct 2007 22:16:28 +0000 (22:16 +0000)]
remove unused context var

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

16 years agoNew RM format deserves small version bump
Kostya Shishkov [Sun, 21 Oct 2007 17:26:02 +0000 (17:26 +0000)]
New RM format deserves small version bump

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

16 years agoindentation after last commit
Kostya Shishkov [Sun, 21 Oct 2007 17:23:07 +0000 (17:23 +0000)]
indentation after last commit

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

16 years agoMake RV10/20 decoder work with new frame format
Kostya Shishkov [Sun, 21 Oct 2007 17:22:37 +0000 (17:22 +0000)]
Make RV10/20 decoder work with new frame format

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

16 years agoMake Matroska demuxer output full frames instead of slices for RealVideo
Aurelien Jacobs [Sun, 21 Oct 2007 17:21:20 +0000 (17:21 +0000)]
Make Matroska demuxer output full frames instead of slices for RealVideo
Patch by Aurelien Jacobs (aurel at "... is not unix"age.org)
Thread [RFC] Feed whole frames to RV* decoders

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

16 years agoDemux full frames instead of sliced for RealVideo.
Kostya Shishkov [Sun, 21 Oct 2007 17:17:28 +0000 (17:17 +0000)]
Demux full frames instead of sliced for RealVideo.
Some changes by Roberto Togni and blessed by him on IRC.

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

16 years agoDocument ff_des_encdec
Reimar Döffinger [Sat, 20 Oct 2007 14:45:07 +0000 (14:45 +0000)]
Document ff_des_encdec

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

16 years agoAdd support for decrypting asf files
Reimar Döffinger [Sat, 20 Oct 2007 14:25:02 +0000 (14:25 +0000)]
Add support for decrypting asf files

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

16 years agoassociate to each AVProgram the indexes of the AVStreams contained in it
Nico Sabbi [Sat, 20 Oct 2007 08:29:05 +0000 (08:29 +0000)]
associate to each AVProgram the indexes of the AVStreams contained in it

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

16 years agoAPI extension: AVProgram now has an array (stream_index) containing the indexes of...
Nico Sabbi [Sat, 20 Oct 2007 08:25:13 +0000 (08:25 +0000)]
API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext

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

16 years agocosmetics: moved to a separate function the code to print the characteristics of...
Nico Sabbi [Sat, 20 Oct 2007 08:17:01 +0000 (08:17 +0000)]
cosmetics: moved to a separate function the code to print the characteristics of an AVStream

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

16 years agoadd support for git in version.sh (use short hash as version number)
Aurelien Jacobs [Sat, 20 Oct 2007 00:07:48 +0000 (00:07 +0000)]
add support for git in version.sh (use short hash as version number)

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

16 years agocosmetics to make version.sh more VCS agnostic
Aurelien Jacobs [Sat, 20 Oct 2007 00:05:04 +0000 (00:05 +0000)]
cosmetics to make version.sh more VCS agnostic

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

16 years agoThe 'Video Filter API' is better known as 'libavfilter'.
Víctor Paesa [Fri, 19 Oct 2007 22:11:34 +0000 (22:11 +0000)]
The 'Video Filter API' is better known as 'libavfilter'.

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

16 years agoInstall MSVC import libraries without version numbering in the filename.
Ramiro Polla [Fri, 19 Oct 2007 19:06:32 +0000 (19:06 +0000)]
Install MSVC import libraries without version numbering in the filename.

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

16 years agoAppend BUILDSUF directly to NAME instead of prepending it to (S)LIBSUF.
Ramiro Polla [Fri, 19 Oct 2007 18:03:05 +0000 (18:03 +0000)]
Append BUILDSUF directly to NAME instead of prepending it to (S)LIBSUF.
Makes non-posix systems shared library names more correct,
such as avcodec-buildsuf-51.dll instead of avcodec-51-buildsuf.dll

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

16 years agoFix typo.
Jeremy Mordkoff [Fri, 19 Oct 2007 15:39:02 +0000 (15:39 +0000)]
Fix typo.
Patch by Jeremy Mordkoff: jlm zazzletech com

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

16 years agocosmetics: Add #endif comment.
Diego Biurrun [Fri, 19 Oct 2007 09:54:16 +0000 (09:54 +0000)]
cosmetics: Add #endif comment.

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

16 years agoAdd support for DES en- and decryption.
Reimar Döffinger [Fri, 19 Oct 2007 09:31:41 +0000 (09:31 +0000)]
Add support for DES en- and decryption.

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

16 years agoGrammar.
Ramiro Polla [Fri, 19 Oct 2007 04:32:56 +0000 (04:32 +0000)]
Grammar.

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

16 years agoensure all compiled in codec/muxer are registered
Aurelien Jacobs [Thu, 18 Oct 2007 23:59:31 +0000 (23:59 +0000)]
ensure all compiled in codec/muxer are registered

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

16 years agobetter check for video track detection
Aurelien Jacobs [Thu, 18 Oct 2007 23:52:08 +0000 (23:52 +0000)]
better check for video track detection

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

16 years agoskip unsupported audio track data
Aurelien Jacobs [Thu, 18 Oct 2007 23:50:52 +0000 (23:50 +0000)]
skip unsupported audio track data

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

16 years agocosmetics: indentation
Aurelien Jacobs [Thu, 18 Oct 2007 23:44:05 +0000 (23:44 +0000)]
cosmetics: indentation

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

16 years agocheck if we found an audio track before initializing the audio stream
Aurelien Jacobs [Thu, 18 Oct 2007 23:42:54 +0000 (23:42 +0000)]
check if we found an audio track before initializing the audio stream

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

16 years agocompute pts according to the audio codec
Aurelien Jacobs [Thu, 18 Oct 2007 23:40:03 +0000 (23:40 +0000)]
compute pts according to the audio codec

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

16 years agoset bytes per sample in the context
Aurelien Jacobs [Thu, 18 Oct 2007 23:36:12 +0000 (23:36 +0000)]
set bytes per sample in the context

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

16 years agofix big endian files support
Aurelien Jacobs [Thu, 18 Oct 2007 23:22:50 +0000 (23:22 +0000)]
fix big endian files support

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

16 years agosimplify
Aurelien Jacobs [Thu, 18 Oct 2007 23:21:31 +0000 (23:21 +0000)]
simplify

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

16 years agoparse sample rate instead of setting a default one
Aurelien Jacobs [Thu, 18 Oct 2007 23:13:46 +0000 (23:13 +0000)]
parse sample rate instead of setting a default one

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

16 years agoadd support for PCM codec
Aurelien Jacobs [Thu, 18 Oct 2007 23:05:30 +0000 (23:05 +0000)]
add support for PCM codec

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

16 years agocheck compression_type to assign audio codec
Aurelien Jacobs [Thu, 18 Oct 2007 22:53:37 +0000 (22:53 +0000)]
check compression_type to assign audio codec

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

16 years agomake compression_type a function local var instead of a context var
Aurelien Jacobs [Thu, 18 Oct 2007 22:47:56 +0000 (22:47 +0000)]
make compression_type a function local var instead of a context var

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

16 years agoadd support for big_endian encoded headers
Aurelien Jacobs [Thu, 18 Oct 2007 22:39:27 +0000 (22:39 +0000)]
add support for big_endian encoded headers

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

16 years agoadd some error processing
Aurelien Jacobs [Thu, 18 Oct 2007 22:32:26 +0000 (22:32 +0000)]
add some error processing

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

16 years agocosmetics: indentation
Aurelien Jacobs [Thu, 18 Oct 2007 22:27:27 +0000 (22:27 +0000)]
cosmetics: indentation

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

16 years agoparse header chunk in a loop (don't depend on a fixed chunk ordering)
Aurelien Jacobs [Thu, 18 Oct 2007 22:26:23 +0000 (22:26 +0000)]
parse header chunk in a loop (don't depend on a fixed chunk ordering)

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

16 years agoadd audio and video codec context vars
Aurelien Jacobs [Thu, 18 Oct 2007 22:23:30 +0000 (22:23 +0000)]
add audio and video codec context vars

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

16 years agobetter log message
Aurelien Jacobs [Thu, 18 Oct 2007 22:11:53 +0000 (22:11 +0000)]
better log message

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

16 years agomove vp6 header parsing into its own function
Aurelien Jacobs [Thu, 18 Oct 2007 22:01:30 +0000 (22:01 +0000)]
move vp6 header parsing into its own function

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

16 years agoremove 2 temporary variables
Aurelien Jacobs [Thu, 18 Oct 2007 21:59:23 +0000 (21:59 +0000)]
remove 2 temporary variables

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

16 years agoset a default value for num_channels
Aurelien Jacobs [Thu, 18 Oct 2007 21:56:44 +0000 (21:56 +0000)]
set a default value for num_channels

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

16 years agomove audio header parsing in its own function
Aurelien Jacobs [Thu, 18 Oct 2007 21:55:51 +0000 (21:55 +0000)]
move audio header parsing in its own function

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

16 years agoadd a log message
Aurelien Jacobs [Thu, 18 Oct 2007 21:45:53 +0000 (21:45 +0000)]
add a log message

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

16 years agofix comment
Aurelien Jacobs [Thu, 18 Oct 2007 21:30:33 +0000 (21:30 +0000)]
fix comment

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

16 years agosmall simplification
Aurelien Jacobs [Thu, 18 Oct 2007 21:03:10 +0000 (21:03 +0000)]
small simplification

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

16 years agoWMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform
Kostya Shishkov [Thu, 18 Oct 2007 16:10:36 +0000 (16:10 +0000)]
WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform

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

16 years agoUnaligned memory access rcrash fix
Benjamin Larsson [Thu, 18 Oct 2007 15:16:07 +0000 (15:16 +0000)]
Unaligned memory access rcrash fix

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

16 years agoset start_time to 0 to enable seeking in mp3-files
Thorsten Jordan [Thu, 18 Oct 2007 15:02:34 +0000 (15:02 +0000)]
set start_time to 0 to enable seeking in mp3-files

patch by Thorsten Jordan, tjordan macrosystem de

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