FFmpeg git repo
Go to file
Martin Storsjö cae4f4b77e avcodec: Make sure codec_type is set by avcodec_get_context_defaults2
This function used to set codec_type. With the current fallback
implementation based on avcodec_get_context_defaults3, codec_type
won't be set to the value passed in, but will be set to
AVMEDIA_TYPE_UNKNOWN. Legacy callers of this function might expect
this field to be set to the value passed in.

Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-03 13:29:48 +02:00
doc avconv: add -dump_attachment option. 2011-11-03 07:29:29 +01:00
libavcodec avcodec: Make sure codec_type is set by avcodec_get_context_defaults2 2011-11-03 13:29:48 +02:00
libavdevice pulse: introduce pulseaudio input 2011-10-26 16:39:33 -07:00
libavfilter vsrc_testsrc: fix mailing list reference URL 2011-11-02 10:42:55 +01:00
libavformat gsm demuxer: do not allocate packet twice. 2011-11-02 19:36:04 -04:00
libavutil Replace some forgotten FFmpeg references by Libav. 2011-11-02 10:42:55 +01:00
libpostproc postprocess.c: filter name needs to be double 0 terminated 2011-08-26 20:28:54 +02:00
libswscale swscale: add missing colons to x86 assembly yuv2planeX. 2011-10-23 09:44:03 -07:00
presets presets: spelling error in libvpx 1080p50_60 2011-10-22 00:28:56 +02:00
tests Replace vendor string in Ogg and FLAC muxers. 2011-11-02 10:43:39 +01:00
tools tools/pktdumper: update to recent avformat api 2011-10-28 19:08:38 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog replacement Indeo 3 decoder 2011-11-03 00:59:12 +01:00
Doxyfile
INSTALL
LICENSE
Makefile presets: rename presets directory 2011-10-19 21:20:17 +02:00
README
RELEASE
avconv.c avconv: add -dump_attachment option. 2011-11-03 07:29:29 +01:00
avplay.c Replace outdated references to ffmpeg tool with avconv. 2011-11-02 10:42:54 +01:00
avprobe.c cmdutils/avtools: simplify show_help() by using av_opt_child_class_next() 2011-10-12 16:51:17 +02:00
avserver.c Replace outdated references to ffmpeg tool with avconv. 2011-11-02 10:42:54 +01:00
cmdutils.c cmdutils: Rename read_file to cmdutils_read_file 2011-10-31 16:29:29 +02:00
cmdutils.h cmdutils: Rename read_file to cmdutils_read_file 2011-10-31 16:29:29 +02:00
cmdutils_common_opts.h avtools: add -v as alias for -loglevel 2011-10-09 16:53:06 +01:00
common.mak
configure Enable w32threads automatically unless explicitly disabled 2011-11-01 16:48:15 +02:00
ffmpeg.c cmdutils: Rename read_file to cmdutils_read_file 2011-10-31 16:29:29 +02:00
subdir.mak
version.sh

README

Libav README
------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.