1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
Go to file
Michael Niedermayer ab6ea7a819 avcodec/h264_refs: split conditions of if() up for better readability
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-02 02:12:39 +01:00
compat
doc Merge remote-tracking branch 'qatar/master' 2013-12-01 21:50:13 +01:00
libavcodec avcodec/h264_refs: split conditions of if() up for better readability 2013-12-02 02:12:39 +01:00
libavdevice
libavfilter Revert "vf_yadif: move x86 init code to x86/yadif.c" 2013-12-01 20:26:26 +01:00
libavformat avformat/avisynth: remove duplicate av_new_packet() call 2013-12-01 22:12:57 +01:00
libavresample
libavutil build: rename version.h to libavutil/ffversion.h 2013-11-30 21:42:55 +01:00
libpostproc
libswresample
libswscale
presets
tests vp9: add a new segmentation sample. 2013-11-30 16:26:14 -05:00
tools
.gitignore Merge commit '3cd612d44789948f72b52944474e0870c5c60964' 2013-12-01 21:18:11 +01:00
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils.c build: rename version.h to libavutil/ffversion.h 2013-11-30 21:42:55 +01:00
cmdutils.h
common.mak
configure Merge commit 'f058f384a0d76bfd125f4738dceab7c890186432' 2013-11-30 20:40:59 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
ffmpeg.c ffmpeg: ensure that -fix_sub_duration doesnt create subtitles with zero duration 2013-11-28 21:30:03 +01:00
ffmpeg.h
ffplay.c
ffprobe.c build: rename version.h to libavutil/ffversion.h 2013-11-30 21:42:55 +01:00
ffserver.c ffserver: print error code description in case of write_header() failure 2013-11-30 14:35:33 +01:00
INSTALL
library.mak library.mak: only run asm strip if ASMSTRIP flags are set 2013-11-28 21:52:46 +01:00
LICENSE
MAINTAINERS
Makefile Makefile: remove version.h on distclean 2013-11-30 21:52:39 +01:00
README
RELEASE RELEASE: update to 2.1.git 2013-11-29 16:41:42 +01:00
version.sh version.sh: add preprocessing guards 2013-11-30 21:42:03 +01:00

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.