FFmpeg git repo
Go to file
Baptiste Coudurier 5c511ad4ce swscale: extend YUV422p support to 10bits depth
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-05-11 14:38:14 +02:00
doc Remove unused softfloat implementation. 2011-05-11 13:43:30 +02:00
ffpresets
libavcodec swscale: extend YUV422p support to 10bits depth 2011-05-11 14:38:14 +02:00
libavdevice Replace some commented-out debug printf() / av_log() messages with av_dlog(). 2011-04-29 17:27:01 +02:00
libavfilter AVOptions: make default_val a union, as proposed in AVOption2. 2011-05-10 20:22:06 +02:00
libavformat rtsp: Only do keepalive using GET_PARAMETER if the server supports it 2011-05-11 10:42:34 +03:00
libavutil swscale: extend YUV422p support to 10bits depth 2011-05-11 14:38:14 +02:00
libpostproc cosmetics: trim trailing whitespace in postproc 2011-05-08 13:33:23 -07:00
libswscale AVOptions: make default_val a union, as proposed in AVOption2. 2011-05-10 20:22:06 +02:00
tests rotozoom: Eliminate French variable name. 2011-05-11 11:54:58 +02:00
tools Replace `` by $() syntax in shell scripts. 2011-04-23 17:45:05 +02:00
.gitignore Remove stray libavcore and _g binary references. 2011-04-23 14:23:20 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog DPX image encoder 2011-05-01 19:35:55 +02:00
Doxyfile
INSTALL
LICENSE
Makefile Implement fate-rsync target 2011-05-03 19:21:30 +02:00
README
cmdutils.c ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i "file" and ffplay -i "file". 2011-05-11 07:32:36 +02:00
cmdutils.h cmdutils: remove list_fmts(), simplify 2011-05-10 07:14:13 +02:00
cmdutils_common_opts.h
common.mak
configure mpegaudio: remove CONFIG_MPEGAUDIO_HP option 2011-05-09 17:30:12 +01:00
ffmpeg.c ffmpeg: call pre_process_video_frame() only if decoding is needed 2011-05-11 07:32:37 +02:00
ffplay.c ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i "file" and ffplay -i "file". 2011-05-11 07:32:36 +02:00
ffprobe.c Lowercase all ff* program names. 2011-04-23 19:12:24 +02:00
ffserver.c Eliminate pointless '#if 1' statements without matching '#else'. 2011-04-26 20:18:27 +02:00
ffserver.h
subdir.mak
version.sh

README

Libav README
------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.