1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-09 09:16:59 +02:00
Go to file
Attila Kinali 76c4a644ee Fix an issue uncovered by commit 20623:
The init functions of mpc7 and mpc8 check whether the vlc has been
initialized already and return early if this is the case (eg by calling
init a second time).
But avctx->sample_fmt and channel_layout is set after the vlc initialization,
causing it not to be set on the second call of init.

Move all manipulations of avctx before the initialization of the vlc,
so that it is always set.

Originally committed as revision 20668 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-30 10:25:20 +00:00
doc Add an entry for the AVFilter.next field removal. 2009-11-25 23:32:26 +00:00
ffpresets Add weightp support in API for libx264. 2009-11-24 15:49:34 +00:00
libavcodec Fix an issue uncovered by commit 20623: 2009-11-30 10:25:20 +00:00
libavdevice Include alsa headers before the internal FFmpeg headers. 2009-11-29 23:30:46 +00:00
libavfilter Use the correct chroma values for the data[] array used in 2009-11-29 18:02:19 +00:00
libavformat 100l, max value for timescale is UINT16_MAX 2009-11-29 18:26:51 +00:00
libavutil Make av_pix_fmt_descriptors use the same pixel format names as defined 2009-11-26 20:58:37 +00:00
libpostproc Add functions to return library license and library configuration. 2009-11-18 17:15:17 +00:00
libswscale Make sws_format_name() use av_pix_fmt_descriptors. 2009-11-26 21:08:45 +00:00
tests Update libavformat regression reference checksum for ffm. This change is 2009-11-26 18:49:34 +00:00
tools patcheck: check that pix_fmt etc. initializers are const 2009-11-09 23:12:44 +00:00
Changelog Document -formats split 2009-11-20 10:23:40 +00:00
cmdutils_common_opts.h Factorize common commandline options definition. 2009-11-29 23:12:19 +00:00
cmdutils.c Make show_protocols() print one protocol per line. 2009-11-21 00:22:05 +00:00
cmdutils.h Split show_formats(). 2009-11-19 16:35:55 +00:00
common.mak Delete *.d files with make clean 2009-11-22 14:22:13 +00:00
configure Real cursor support in x11grab. 2009-11-27 17:58:48 +00:00
COPYING.GPLv2 Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 2009-06-05 09:51:31 +00:00
COPYING.GPLv3 Add configure option to upgrade (L)GPL to version 3. 2009-06-05 11:04:03 +00:00
COPYING.LGPLv2.1 Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 2009-06-05 09:51:31 +00:00
COPYING.LGPLv3 Add configure option to upgrade (L)GPL to version 3. 2009-06-05 11:04:03 +00:00
CREDITS it seems I never added myself in there before 2009-02-02 22:45:01 +00:00
Doxyfile Fix the spelling for the project name, from "ffmpeg" to "FFmpeg". 2009-10-21 18:36:42 +00:00
ffmpeg.c Factorize common commandline options definition. 2009-11-29 23:12:19 +00:00
ffplay.c Factorize common commandline options definition. 2009-11-29 23:12:19 +00:00
ffserver.c Factorize common commandline options definition. 2009-11-29 23:12:19 +00:00
ffserver.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
INSTALL Clarify that we require GNU make 3.81+. 2008-11-08 19:47:10 +00:00
LICENSE Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding. 2009-07-07 00:28:16 +00:00
MAINTAINERS Add my GPG key fingerprint 2009-10-06 17:42:58 +00:00
Makefile Fix make install when all of ffmpeg/ffplay/ffserver are disabled 2009-11-10 15:56:03 +00:00
README Move licensing information into a separate file called LICENSE and 2009-03-25 14:05:20 +00:00
subdir.mak Add generic rules for building helpers with HOSTCC 2009-10-29 00:55:35 +00:00
version.sh Check if a git-svn revision number is available to try to get better version 2009-09-24 16:54:26 +00:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.