Ramiro Polla
c3cf56140e
Install MSVC import libraries without version numbering in the filename.
...
Originally committed as revision 10814 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
c5f1446678
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
17 years ago
Jeremy Mordkoff
4f9c008cd5
Fix typo.
...
Patch by Jeremy Mordkoff: jlm zazzletech com
Originally committed as revision 10812 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
1b1ab19816
cosmetics: Add #endif comment.
...
Originally committed as revision 10811 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
2e9ad69aaf
Add support for DES en- and decryption.
...
Originally committed as revision 10810 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
939bac287e
Grammar.
...
Originally committed as revision 10809 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
f9a00ba8c1
ensure all compiled in codec/muxer are registered
...
Originally committed as revision 10808 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
ab89dbd43e
better check for video track detection
...
Originally committed as revision 10807 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
018d0ff973
skip unsupported audio track data
...
Originally committed as revision 10806 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
a2c9473d96
cosmetics: indentation
...
Originally committed as revision 10805 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
c611463fe4
check if we found an audio track before initializing the audio stream
...
Originally committed as revision 10804 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
200f41ad2e
compute pts according to the audio codec
...
Originally committed as revision 10803 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
ffbd0bcdb6
set bytes per sample in the context
...
Originally committed as revision 10802 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
597958ada7
fix big endian files support
...
Originally committed as revision 10801 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
7816845064
simplify
...
Originally committed as revision 10800 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
6c867e0463
parse sample rate instead of setting a default one
...
Originally committed as revision 10799 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
fd402a5a63
add support for PCM codec
...
Originally committed as revision 10798 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
93fa8b2bf5
check compression_type to assign audio codec
...
Originally committed as revision 10797 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
e5d34ab6d0
make compression_type a function local var instead of a context var
...
Originally committed as revision 10796 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
97e5dcc0f3
add support for big_endian encoded headers
...
Originally committed as revision 10795 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
2c82386df2
add some error processing
...
Originally committed as revision 10794 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
fa34563b2c
cosmetics: indentation
...
Originally committed as revision 10793 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
f8cab062ca
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
17 years ago
Aurelien Jacobs
af704ee420
add audio and video codec context vars
...
Originally committed as revision 10791 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
080b1c8238
better log message
...
Originally committed as revision 10790 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
f409743084
move vp6 header parsing into its own function
...
Originally committed as revision 10789 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
3773e5fc1b
remove 2 temporary variables
...
Originally committed as revision 10788 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
9853ce8074
set a default value for num_channels
...
Originally committed as revision 10787 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
215eb1028d
move audio header parsing in its own function
...
Originally committed as revision 10786 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
d51bd73ce6
add a log message
...
Originally committed as revision 10785 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
1680692a6c
fix comment
...
Originally committed as revision 10784 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
98942fb2c9
small simplification
...
Originally committed as revision 10783 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
bbfc038f09
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
17 years ago
Benjamin Larsson
ff4b050ab4
Unaligned memory access rcrash fix
...
Originally committed as revision 10781 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Thorsten Jordan
f97931c122
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
17 years ago
Benjamin Larsson
d34841f1a8
Added myself as maintainer of the Nellymoser codec
...
Originally committed as revision 10779 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michel Bardiaux
59771f7191
Print pixel and display aspect ratios
...
Originally committed as revision 10778 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
3c11a27b44
replace (disabled by default) assert(0) by abort() if the picture buffer
...
overflows due to a buggy codec
note, ive not checked if such overflows could have been exploitable before this
commit
Originally committed as revision 10777 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
abc4e5727e
Simplify one variable setting.
...
Originally committed as revision 10776 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
c5be140c9a
Make url_split() strip url options (?opt=var) from the returned hostname or
...
location. This fixes a regression introduced by the rewrite of
url_split() in r10605.
Patch by Ronald S. Bultje: rsbultje gmail com
Original thread: [FFmpeg-devel] [PATCH] Make RTP work with IPv6 enabled
Date: 10/12/2007 08:19 PM
Originally committed as revision 10775 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
2f3cbef06e
Rename LIB to LIBNAME for consistency.
...
Originally committed as revision 24802 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Diego Biurrun
24743a767f
Rename LIB to LIBNAME for consistency.
...
Originally committed as revision 10774 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
522e9cf4e0
1l: Update wrong #endif comment.
...
Originally committed as revision 24801 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Diego Biurrun
39c70be189
Add FFMPEG_ prefix to all multiple inclusion guards.
...
Originally committed as revision 24800 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Timofei V. Bondarenko
880de6b0be
Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().
...
patch by Timofei, tim ipi.ac ru
Date: Mon, 15 Oct 2007 19:55:29 +0400
Subject: [FFmpeg-devel] [PATCH] adpcm-ima-wav header and codec
Originally committed as revision 10773 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9c05103fe3
Add multiple inclusion guards to config.h.
...
Originally committed as revision 10772 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
deb43f0bd8
Explain why there are no multiple inclusion guards in these header files.
...
Originally committed as revision 10771 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9b1f04b08b
Clarify comment that explains why this header lacks multiple inclusion guards.
...
Originally committed as revision 10770 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
e75f899784
Add entry about pr not being present in standard MSYS install.
...
Originally committed as revision 10769 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
0e872a4805
Add SLIB_UNINSTALL_EXTRA_CMD for MinGW.
...
based on a patch by Dave Yeo, daveryeo telus net
Originally committed as revision 10768 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago