1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00
Go to file
Stefano Sabatini 1575a96b3a lavu/opt: factorize setting of format values from string
Simplify incoming patch.
2013-12-26 11:35:27 +01:00
compat
doc doc/protocols/tcp,lavf/tcp: apply minor fixes to TCP protocol documentation 2013-12-25 18:42:26 +01:00
libavcodec avcodec/shorten: clear bitstream buffer 2013-12-26 01:35:00 +01:00
libavdevice
libavfilter lavfi/volume: fix NULL reference in filter_frame() 2013-12-25 19:13:23 +01:00
libavformat avformat/rmdec: move packet allocation down 2013-12-26 04:16:10 +01:00
libavresample
libavutil lavu/opt: factorize setting of format values from string 2013-12-26 11:35:27 +01:00
libpostproc
libswresample
libswscale swscale/utils: fix wrong deprecated message with rgb0 2013-12-24 22:47:49 +01:00
presets
tests avformat/matroskadec: Fix start_time 2013-12-24 18:59:46 +01:00
tools tools/zmqsend: rename ctx to zmq_ctx 2013-12-23 18:44:52 +01:00
.gitignore
arch.mak
Changelog Merge commit 'be7c323176e2e5fcf30e3d2ff20975b2f936811b' 2013-12-22 11:53:41 +01:00
cmdutils_common_opts.h
cmdutils_opencl.c
cmdutils.c
cmdutils.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2013-12-26 00:12:49 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg_opt: Fix -target vcd 2013-12-25 21:31:19 +01:00
ffmpeg_vdpau.c
ffmpeg.c ffmpeg: use timestamp from before and after the decoder to detect backward moving dts for discontinuity detection 2013-12-22 19:48:00 +01:00
ffmpeg.h
ffplay.c
ffprobe.c ffprobe: Dont clear AVFrame between uses. 2013-12-25 20:53:37 +01:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS MAINTAINERS: drop 2.0 from the releases that i maintain 2013-12-23 17:24:12 +01:00
Makefile
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.