Go to file
Michael Niedermayer b197c1c1ac ffmpeg: preserve NULL ptrs in get_buffer()
Fixes Ticket1260, Ticket1267

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-02 10:48:28 +02:00
doc APIChanges: add entry for libavresample 2012-05-02 01:06:47 +02:00
ffpresets
libavcodec Don't restrict reverse decorrelation to both coded channels. It is also used for mono data. 2012-05-02 09:04:34 +02:00
libavdevice
libavfilter lavfi/lut: remove unused variable 2012-05-01 01:24:48 +02:00
libavformat flvdec: pass on proper error value. 2012-05-01 23:20:52 +02:00
libavresample Fix compilation with YASM/NASM without AVX support. 2012-05-01 13:37:25 -04:00
libavutil lavu/opt: clarify error message in set_key_value_pair() 2012-04-30 23:04:46 +02:00
libpostproc
libswresample swr: automatically choose s16/flt/dbl to preserve input precision unless user overrides. 2012-05-02 01:12:16 +02:00
libswscale Merge remote-tracking branch 'qatar/master' 2012-04-24 02:30:41 +02:00
mt-work
presets
tests fate: update mmf seek checksum, change caused by av_get_packet() useage 2012-05-02 01:55:04 +02:00
tools Merge remote-tracking branch 'hexene/stagefright' 2012-04-19 01:58:30 +02:00
.gitignore Merge remote-tracking branch 'qatar/master' 2012-04-27 22:44:52 +02:00
arch.mak
Changelog lavc: add MicroDVD decoder. 2012-04-27 19:39:19 +02:00
cmdutils_common_opts.h
cmdutils.c cmdutils/avutil: Move cpu caps parse code into av_parse_cpu_caps() 2012-04-30 18:31:06 +02:00
cmdutils.h
common.mak Merge remote-tracking branch 'qatar/master' 2012-04-25 23:17:41 +02:00
configure Merge remote-tracking branch 'qatar/master' 2012-04-26 22:24:58 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c ffmpeg: preserve NULL ptrs in get_buffer() 2012-05-02 10:48:28 +02:00
ffplay.c Merge remote-tracking branch 'qatar/master' 2012-05-01 22:06:55 +02:00
ffprobe.c ffprobe: do not try to decode empty packets. 2012-04-21 14:02:08 +02:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile Merge remote-tracking branch 'qatar/master' 2012-04-25 23:17:41 +02:00
README
RELEASE
version.sh

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.