FFmpeg git repo
Go to file
Stefano Sabatini 0759bdc315 ffprobe: fix scaling of vali in value_string() in case -prefix is selected
Fix trac ticket #3523.
(cherry picked from commit 1ba59b1cbe)
2014-04-23 17:22:49 +02:00
compat
doc update for 1.2.6 2014-03-05 03:55:25 +01:00
libavcodec avcodec/h263dec: Fix use of uninitialized memory from the bitstream buffer 2014-03-18 18:06:17 +01:00
libavdevice lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns EINVAL without a valid match 2013-10-24 11:02:35 +02:00
libavfilter avfilter/ff_insert_pad: fix order of operations 2014-01-16 00:35:12 +01:00
libavformat avformat/avidec: Speed up keyframe detection code 2014-04-23 17:22:06 +02:00
libavresample
libavutil avutil/timestamp: Warn about missing __STDC_FORMAT_MACROS for C++ use 2014-03-18 17:07:58 +01:00
libpostproc
libswresample
libswscale swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3() 2014-03-18 17:07:58 +01:00
presets
tests wtvenc: populate VIDEOINFOHEADER2 2013-12-24 07:59:01 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE update for 1.2.6 2014-03-05 03:55:25 +01:00
VERSION update for 1.2.6 2014-03-05 03:55:25 +01:00
arch.mak
cmdutils.c cmdutils: update year 2014-01-16 02:53:32 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: use pkg-config to detect libbluray 2014-03-06 17:55:46 -08:00
ffmpeg.c ffmpeg: Fix forcing of the framerate for stream copy on input 2013-11-29 11:27:12 +01:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c ffprobe: fix scaling of vali in value_string() in case -prefix is selected 2014-04-23 17:22:49 +02:00
ffserver.c ffserver: strip odd chars from html error messages before sending them back 2014-01-16 00:35:12 +01:00
library.mak
version.sh

README

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.