Go to file
Hendrik Leppkes 97f8c6e147 pthread: update all get_buffer checks for get_buffer2
This restores the performance of simple frame-threaded codecs back to
their pre-merge levels.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-19 02:25:46 +01:00
compat
doc doc: Document the order in which avoid_negative_ts is applied compared to other timestamp options 2013-03-18 23:19:54 +01:00
libavcodec pthread: update all get_buffer checks for get_buffer2 2013-03-19 02:25:46 +01:00
libavdevice libavdevice sdl: added window_fullscreen option to switch SDL output into fullscreen mode 2013-03-18 20:44:21 +01:00
libavfilter lavfi/pad: fix horizontal/vertical shift confusion. 2013-03-18 08:51:55 +01:00
libavformat segment: copy metadata 2013-03-18 23:57:44 +01:00
libavresample
libavutil AVFrame.pkt_dts: improve docs 2013-03-19 00:47:00 +01:00
libpostproc
libswresample
libswscale
presets
tests fate: add a test for -filter_complex / -lavfi without input. 2013-03-17 16:24:43 +01:00
tools Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf' 2013-03-16 16:09:37 +01:00
.gitignore
arch.mak
Changelog ffplay: add -af option 2013-03-17 03:43:36 +01:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: make -lavfi an alias for -filter_complex. 2013-03-17 16:24:43 +01:00
ffmpeg.c Inform the user if a pix_fmt != yuv420p was chosen for x264 encoding. 2013-03-19 01:16:37 +01:00
ffmpeg.h
ffplay.c ffplay: remove options skiploop, skipidct, skipframe 2013-03-17 13:05:44 +01:00
ffprobe.c ffprobe: remove deprecated frame "reference" field 2013-03-17 00:27:48 +01:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
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.