]>
git.sesse.net Git - ffmpeg/log
Vladimir Voroshilov [Sun, 11 May 2008 10:07:11 +0000 (10:07 +0000)]
Update comment to version, negotiated with Diego, and
fix missing period (not latest revision of patch
was wrongly committed).
Originally committed as revision 13113 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vladimir Voroshilov [Sun, 11 May 2008 05:28:29 +0000 (05:28 +0000)]
Fix compilation error.
It was introduced after changing input parameter and
overlooked during review process.
Originally committed as revision 13112 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sun, 11 May 2008 04:25:34 +0000 (04:25 +0000)]
fix reading of samples-per-frame
Originally committed as revision 13111 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vladimir Voroshilov [Sun, 11 May 2008 03:42:53 +0000 (03:42 +0000)]
various filters for ACELP-based codecs
Originally committed as revision 13110 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 11 May 2008 03:40:14 +0000 (03:40 +0000)]
Simplify a list of array allocations with a loop.
patch by Vitor Sessak, vitor1001 gmail com
Originally committed as revision 13109 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vladimir Voroshilov [Sun, 11 May 2008 03:18:18 +0000 (03:18 +0000)]
Replace hardcoded LP filter order with parameter.
This will allow to reuse the code in the SIPR decoder.
Originally committed as revision 13108 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sat, 10 May 2008 16:05:12 +0000 (16:05 +0000)]
Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.
Originally committed as revision 13107 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sat, 10 May 2008 16:02:38 +0000 (16:02 +0000)]
Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.
Originally committed as revision 13106 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sat, 10 May 2008 15:59:08 +0000 (15:59 +0000)]
cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,
some further prettyprinting by myself.
Originally committed as revision 13105 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Fri, 9 May 2008 14:52:39 +0000 (14:52 +0000)]
Add missing path to #include.
Originally committed as revision 13104 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 9 May 2008 14:34:52 +0000 (14:34 +0000)]
Add missing required header directly.
Originally committed as revision 13103 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 9 May 2008 14:33:55 +0000 (14:33 +0000)]
Add missing path to #include.
Originally committed as revision 13102 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 9 May 2008 14:29:37 +0000 (14:29 +0000)]
Add missing path to #include statement.
Originally committed as revision 13101 to svn://svn.ffmpeg.org/ffmpeg/trunk
Keiji Costantini [Fri, 9 May 2008 12:47:55 +0000 (12:47 +0000)]
Remove in_asm_used_var_warning_killer()
Patch by Keiji Costantini ( strites gmail com )
Originally committed as revision 26706 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Fri, 9 May 2008 12:12:13 +0000 (12:12 +0000)]
Remove -I flags pointing to local paths, they are no longer necessary.
Originally committed as revision 13100 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 9 May 2008 12:00:25 +0000 (12:00 +0000)]
Use full path for #includes from another directory.
Originally committed as revision 26702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Fri, 9 May 2008 11:59:15 +0000 (11:59 +0000)]
Remove redundant #undef statements that were mistakenly committed.
Originally committed as revision 13099 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 9 May 2008 11:56:36 +0000 (11:56 +0000)]
Use full path for #includes from another directory.
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jai Menon [Fri, 9 May 2008 11:25:27 +0000 (11:25 +0000)]
IFF stereo support
Patch by Jai Menon ( realityman gmx net )
Originally committed as revision 13097 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 9 May 2008 11:10:20 +0000 (11:10 +0000)]
Add required stdint.h header.
Originally committed as revision 13096 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 May 2008 10:44:12 +0000 (10:44 +0000)]
Little fix for block sizes <16
Originally committed as revision 13095 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 9 May 2008 10:18:58 +0000 (10:18 +0000)]
Revert previous mistaken commit.
Originally committed as revision 13094 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 9 May 2008 10:06:51 +0000 (10:06 +0000)]
ipp.h is a system header, use <> when #including it.
Originally committed as revision 13093 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 9 May 2008 09:48:49 +0000 (09:48 +0000)]
dsputil.h is not a system header, use "" when #including it.
Originally committed as revision 13092 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 9 May 2008 09:30:43 +0000 (09:30 +0000)]
string.h is a system header file, so use <> for it.
Originally committed as revision 13091 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 May 2008 09:02:41 +0000 (09:02 +0000)]
Improve motion estimation metric.
Patch by Michael Niedermayer
Originally committed as revision 13090 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 9 May 2008 01:59:33 +0000 (01:59 +0000)]
use enum type instead of int
Originally committed as revision 13089 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 9 May 2008 01:54:35 +0000 (01:54 +0000)]
cosmetics: indentation
Originally committed as revision 13088 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 9 May 2008 01:53:59 +0000 (01:53 +0000)]
matroskadec: add support for lzo compressed tracks
Originally committed as revision 13087 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 8 May 2008 23:15:39 +0000 (23:15 +0000)]
remove useless comment
Originally committed as revision 13086 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 8 May 2008 23:11:13 +0000 (23:11 +0000)]
matroskadec: fail gracefully when seeking don't work
Originally committed as revision 13085 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 8 May 2008 23:11:04 +0000 (23:11 +0000)]
#include required stdint.h header directly.
Originally committed as revision 13084 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 8 May 2008 21:59:51 +0000 (21:59 +0000)]
ensure vp56_decode_frame always return unchanged buf_size
Originally committed as revision 13083 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 8 May 2008 21:47:31 +0000 (21:47 +0000)]
matroskadec: add support for track content encoding
Only the header strip method is supported for now.
Originally committed as revision 13082 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Thu, 8 May 2008 21:11:24 +0000 (21:11 +0000)]
Do not misuse long as the size of a register in x86.
typedef x86_reg as the appropriate size and use it instead.
Originally committed as revision 13081 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos [Thu, 8 May 2008 14:02:35 +0000 (14:02 +0000)]
Do not return -1 from void functions.
Originally committed as revision 13080 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos [Thu, 8 May 2008 14:01:44 +0000 (14:01 +0000)]
One const per declaration is enough.
Originally committed as revision 13079 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 8 May 2008 10:09:30 +0000 (10:09 +0000)]
#include required headers directly.
Originally committed as revision 13078 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 8 May 2008 10:02:29 +0000 (10:02 +0000)]
prettyprinting cosmetics
Originally committed as revision 13077 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Thu, 8 May 2008 00:46:34 +0000 (00:46 +0000)]
Compile network-related code conditionally.
Originally committed as revision 13076 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Thu, 8 May 2008 00:44:42 +0000 (00:44 +0000)]
Check for sys/resource.h and include it conditionally.
Originally committed as revision 13075 to svn://svn.ffmpeg.org/ffmpeg/trunk
Anuradha Suraparaju [Thu, 8 May 2008 00:20:00 +0000 (00:20 +0000)]
Disable libdirac decoder if the faster libschroedinger decoder is available.
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13074 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 7 May 2008 08:41:34 +0000 (08:41 +0000)]
#include stdint.h instead of using a manual typedef for uint8_t.
Originally committed as revision 13073 to svn://svn.ffmpeg.org/ffmpeg/trunk
Matthieu Castet [Wed, 7 May 2008 08:36:23 +0000 (08:36 +0000)]
When compiling with -fmudflap configure fill EXTERN_PREFIX with garbage
(some mudflap symbol), so just pick out ff_extern symbols in this case.
patch by matthieu castet, castet.matthieu free fr
Originally committed as revision 13072 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 6 May 2008 17:18:41 +0000 (17:18 +0000)]
export dnxhd encoded picture quality
Originally committed as revision 13071 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 6 May 2008 09:20:50 +0000 (09:20 +0000)]
Remove one more set of useless parentheses from a return call.
Originally committed as revision 13070 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 6 May 2008 09:16:36 +0000 (09:16 +0000)]
Remove unnecessary parentheses from return calls.
Originally committed as revision 13069 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 6 May 2008 08:41:13 +0000 (08:41 +0000)]
minor wording fix
Originally committed as revision 13068 to svn://svn.ffmpeg.org/ffmpeg/trunk
Anssi Hannula [Tue, 6 May 2008 08:21:06 +0000 (08:21 +0000)]
In pkg-config files, libraries not exposed through the library, but just needed
during static linking should be listed under Libs.private, not Libs.
patch by Anssi Hannula, anssi.hannula gmail com
Originally committed as revision 13067 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 6 May 2008 08:03:30 +0000 (08:03 +0000)]
minor spelling fix
Originally committed as revision 13066 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 5 May 2008 23:31:42 +0000 (23:31 +0000)]
cosmetics: whitespace/order changes, if/then --> && in pkg-config section
Originally committed as revision 13065 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 5 May 2008 23:27:30 +0000 (23:27 +0000)]
Merge both pkg-config creation commands into one.
Originally committed as revision 13064 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 5 May 2008 23:18:15 +0000 (23:18 +0000)]
In the pkg-config file generation, derive the short name from the library
name instead of passing it as a parameter.
Originally committed as revision 13063 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 5 May 2008 22:29:01 +0000 (22:29 +0000)]
Remove stray extra parameter from libavutil pkg-config command.
Originally committed as revision 13062 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 5 May 2008 10:10:05 +0000 (10:10 +0000)]
cosmetics: sort lines (correctly)
Originally committed as revision 26673 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Michael Niedermayer [Mon, 5 May 2008 09:17:56 +0000 (09:17 +0000)]
Check url_seek() in url_open().
Originally committed as revision 13061 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jason Garrett-Glaser [Sun, 4 May 2008 22:39:12 +0000 (22:39 +0000)]
Use a state machine to reduce branching logic in decode_cabac_residual.
Patch by Jason Garrett-Glaser (darkshikari gmail com)
Originally committed as revision 13060 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sun, 4 May 2008 20:22:03 +0000 (20:22 +0000)]
Cosmetics: reorder and align targets
Originally committed as revision 26671 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Luca Barbato [Sun, 4 May 2008 20:19:33 +0000 (20:19 +0000)]
Build sparc arch specific code using the Makefile
Originally committed as revision 26670 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Ramiro Polla [Sun, 4 May 2008 20:04:00 +0000 (20:04 +0000)]
Prevent targaenc.c from outputting trash byte.
Originally committed as revision 13059 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 4 May 2008 18:28:24 +0000 (18:28 +0000)]
cosmetics: alphabetical order
Originally committed as revision 26669 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Ramiro Polla [Sun, 4 May 2008 17:15:11 +0000 (17:15 +0000)]
Fix configure for cross-compilation and --arch=amd64.
Originally committed as revision 13058 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 4 May 2008 10:35:13 +0000 (10:35 +0000)]
Use correct length modifier for pointer diff argument in av_log() call.
Originally committed as revision 13057 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Sun, 4 May 2008 10:29:12 +0000 (10:29 +0000)]
Fix 'comparison always false' warning.
patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com
Originally committed as revision 13056 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sisir Koppaka [Sun, 4 May 2008 09:58:22 +0000 (09:58 +0000)]
Add complete multimedia Wiki URL, patch by Sisir Koppaka.
Originally committed as revision 13055 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sun, 4 May 2008 01:08:40 +0000 (01:08 +0000)]
Indent.
Originally committed as revision 13054 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sun, 4 May 2008 01:07:46 +0000 (01:07 +0000)]
Do not read out of array bounds.
Originally committed as revision 13053 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 3 May 2008 21:06:55 +0000 (21:06 +0000)]
Output buffer overflow.
Originally committed as revision 13052 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 3 May 2008 21:01:47 +0000 (21:01 +0000)]
Heap buffer overflow.
Originally committed as revision 13051 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 3 May 2008 20:56:57 +0000 (20:56 +0000)]
Fix memset(0) based buffer overflow.
Originally committed as revision 13050 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 3 May 2008 17:28:25 +0000 (17:28 +0000)]
Move declaration a little.
Originally committed as revision 13049 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 3 May 2008 17:26:13 +0000 (17:26 +0000)]
Setting i to 0 once should do.
Originally committed as revision 13048 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 3 May 2008 14:15:29 +0000 (14:15 +0000)]
cosmetics: Consistently use C-style comments in #endif preprocessor directives.
Originally committed as revision 13047 to svn://svn.ffmpeg.org/ffmpeg/trunk
Anuradha Suraparaju [Sat, 3 May 2008 13:59:45 +0000 (13:59 +0000)]
Add Dirac support through libschroedinger.
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13046 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 3 May 2008 13:55:31 +0000 (13:55 +0000)]
10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, so
include the header before using parts from it.
Originally committed as revision 13045 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 3 May 2008 13:29:44 +0000 (13:29 +0000)]
fix checkheaders when libdirac not installed
Originally committed as revision 13044 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 3 May 2008 13:29:39 +0000 (13:29 +0000)]
add necessary #includes in headers
Originally committed as revision 13043 to svn://svn.ffmpeg.org/ffmpeg/trunk
Anuradha Suraparaju [Sat, 3 May 2008 03:47:26 +0000 (03:47 +0000)]
Dirac decoding/encoding support via libdirac.
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13042 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 3 May 2008 03:33:21 +0000 (03:33 +0000)]
Add Dirac parser from SoC; written by Marco Gerards;
submitted by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13041 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Sat, 3 May 2008 00:12:32 +0000 (00:12 +0000)]
dts probe
Originally committed as revision 13040 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Fri, 2 May 2008 23:20:29 +0000 (23:20 +0000)]
include avcodec.h
Originally committed as revision 13039 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Fri, 2 May 2008 22:58:16 +0000 (22:58 +0000)]
Long name spelling fixes
Originally committed as revision 13038 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Fri, 2 May 2008 21:35:32 +0000 (21:35 +0000)]
move call to init_get_bits inside conditional
Originally committed as revision 13037 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Fri, 2 May 2008 21:34:34 +0000 (21:34 +0000)]
share streaminfo parsing function
Originally committed as revision 13036 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Fri, 2 May 2008 21:33:14 +0000 (21:33 +0000)]
split out some decoder context params to a shared macro
Originally committed as revision 13035 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Fri, 2 May 2008 21:30:32 +0000 (21:30 +0000)]
change function parameters for dump_headers()
Originally committed as revision 13034 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Fri, 2 May 2008 21:29:49 +0000 (21:29 +0000)]
change function parameters for metadata_streaminfo()
Originally committed as revision 13033 to svn://svn.ffmpeg.org/ffmpeg/trunk
Bartlomiej Wolowiec [Fri, 2 May 2008 19:35:31 +0000 (19:35 +0000)]
Nellymoser handling in FLV
Originally committed as revision 13032 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Fri, 2 May 2008 14:52:39 +0000 (14:52 +0000)]
Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,
patch extracted by Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDoTuk.
Originally committed as revision 13031 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Thu, 1 May 2008 22:04:17 +0000 (22:04 +0000)]
fix encoding of flac private data
Originally committed as revision 13030 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Thu, 1 May 2008 21:41:42 +0000 (21:41 +0000)]
Do not duplicate -y parameter on regression.sh.
It is already set by FFMPEG_OPTS.
Originally committed as revision 13029 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Thu, 1 May 2008 20:04:08 +0000 (20:04 +0000)]
Ignore whitespace differences in seek test.
Originally committed as revision 13028 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Thu, 1 May 2008 15:20:57 +0000 (15:20 +0000)]
Mark symbol as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com.
Originally committed as revision 13027 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Thu, 1 May 2008 15:12:00 +0000 (15:12 +0000)]
Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com
Originally committed as revision 13026 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Thu, 1 May 2008 15:10:44 +0000 (15:10 +0000)]
Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com
Originally committed as revision 13025 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 30 Apr 2008 16:33:58 +0000 (16:33 +0000)]
Comment out unused ff_vc1_norm6_spec table.
Originally committed as revision 13024 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Wed, 30 Apr 2008 09:29:15 +0000 (09:29 +0000)]
Transform codec short name into a single word.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13023 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Tue, 29 Apr 2008 21:31:21 +0000 (21:31 +0000)]
Add long names to some AVCodec declarations.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13022 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 29 Apr 2008 18:32:06 +0000 (18:32 +0000)]
indent
Originally committed as revision 13021 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 29 Apr 2008 18:31:29 +0000 (18:31 +0000)]
Fix decoding of:
http://samples.mplayerhq.hu/A-codecs/msgsm/levis.avi
http://samples.mplayerhq.hu/A-codecs/msgsm/wernfried_1.avi
partially fix decoding of:
http://samples.mplayerhq.hu/A-codecs/GSM/sample-gsm-8000.gsm
Allow the user to encode non standard samplerates by using -strict
Originally committed as revision 13020 to svn://svn.ffmpeg.org/ffmpeg/trunk