FFmpeg git repo
Go to file
Michael Niedermayer e9d5a6f1c5 Merge commit '327ff82bac3081d918dceb4931c77e25d0a1480d' into release/0.10
* commit '327ff82bac3081d918dceb4931c77e25d0a1480d':
  msrle: convert MS RLE decoding function to bytestream2.
  Update Changelog for the 0.8.6 Release
  wmaprodec: require block_align to be set.
  ivi_common: do not call MC for intra frames when dc_transform is unset
  roqvideodec: fix a potential infinite loop in roqvideo_decode_frame().
  Revert "libmp3lame: use the correct remaining buffer size when flushing"
  lzo: fix overflow checking in copy_backptr()
  flacdec: simplify bounds checking in flac_probe()
  atrac3: avoid oversized shifting in decode_bytes()
  avconv: skip attached files when selecting streams to read from.
  lavf: fix arithmetic overflows in avformat_seek_file()

Conflicts:
	Changelog
	avconv.c
	libavcodec/libmp3lame.c
	libavcodec/msrledec.c
	libavformat/utils.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-07 15:42:45 +02:00
doc Merge commit '9b79a05289d91d1184455d12e6c4df457f0657c4' into release/0.10 2013-04-07 14:47:49 +02:00
ffpresets
libavcodec Merge commit '327ff82bac3081d918dceb4931c77e25d0a1480d' into release/0.10 2013-04-07 15:42:45 +02:00
libavdevice
libavfilter vf_fade: fix memleaks of args 2012-10-25 21:12:39 +02:00
libavformat Merge commit '327ff82bac3081d918dceb4931c77e25d0a1480d' into release/0.10 2013-04-07 15:42:45 +02:00
libavutil Merge commit '327ff82bac3081d918dceb4931c77e25d0a1480d' into release/0.10 2013-04-07 15:42:45 +02:00
libpostproc pp: avoid overflow in w*h 2012-10-25 21:19:56 +02:00
libswresample
libswscale sws: dont write out of array on bigendian 2013-02-14 14:42:41 +01:00
mt-work
presets
tests Merge remote-tracking branch 'qatar/release/0.8' into release/0.10 2012-10-16 04:25:51 +02:00
tools ffeval: avoid folding EOF onto a valid char 2012-10-25 21:19:56 +02:00
.gitignore Ignore generated aviocat tool. 2013-01-03 15:20:12 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Update Changelog for the 0.8.6 Release 2013-03-16 08:48:36 +01:00
Doxyfile Update for 0.10.6 2012-10-25 21:43:19 +02:00
INSTALL
LICENSE
MAINTAINERS
Makefile Merge commit '01a4e7f623a2e6dc95862f9a56c777f058d7bfaf' into release/0.10 2013-01-17 01:58:54 +01:00
README
RELEASE Update RELEASE file for 0.8.6 2013-03-09 18:54:28 +01:00
VERSION Update for 0.10.6 2012-10-25 21:43:19 +02:00
cmdutils.c Merge commit '9b79a05289d91d1184455d12e6c4df457f0657c4' into release/0.10 2013-04-07 14:47:49 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak Merge commit '01a4e7f623a2e6dc95862f9a56c777f058d7bfaf' into release/0.10 2013-01-17 01:58:54 +01:00
configure Merge commit '9b79a05289d91d1184455d12e6c4df457f0657c4' into release/0.10 2013-04-07 14:47:49 +02:00
ffmpeg.c ffmpeg: dont allow -flags to override -pass 2013-02-06 10:23:45 +01:00
ffplay.c
ffprobe.c ffprobe: fix use of uninitialized pointer in av_strtok() 2012-10-25 21:09:14 +02:00
ffserver.c ffserver: prevent nb_streams from becoming too large 2012-10-25 21:12:37 +02:00
library.mak Merge commit '01a4e7f623a2e6dc95862f9a56c777f058d7bfaf' into release/0.10 2013-01-17 01:58:54 +01:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.