FFmpeg git repo
Go to file
Ronald S. Bultje a239d534d7 Fix ff_emu_edge_core_sse() on Win64.
Fix emu_edge_v_extend_15 to be <128 bytes on Win64, by being more strict
on the size of registers and which registers are being used for operations
where multiple are available. This fixes segfaults in emulated_edge()
function calls on Win64.
(cherry picked from commit 17cf7c68ed)
2011-02-09 03:33:55 +01:00
doc lavf: rename ff_probe_input_buffer to make it public 2011-02-09 03:33:55 +01:00
ffpresets consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
libavcodec Fix ff_emu_edge_core_sse() on Win64. 2011-02-09 03:33:55 +01:00
libavcore Implement av_samples_alloc() and av_samples_fill_arrays(). 2011-02-02 03:12:47 +01:00
libavdevice Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-28 03:15:34 +01:00
libavfilter libavfilter: add video movie source 2011-02-09 03:33:28 +01:00
libavformat lavf: rename ff_probe_input_buffer to make it public 2011-02-09 03:33:55 +01:00
libavutil Remove a few if (p) av_freep(&p) forms 2011-02-06 20:31:44 +01:00
libpostproc consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
libswscale Remove a few if (p) av_freep(&p) forms 2011-02-06 20:31:44 +01:00
tests ac3enc: Change EXP_DIFF_THRESHOLD to 500. 2011-02-04 03:08:10 +01:00
tools consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
.gitignore consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog libavfilter: add video movie source 2011-02-09 03:33:28 +01:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS Revert "Initial MAINTAINERS update" 2011-01-19 18:53:53 +01:00
Makefile Makefile: remove unused variable ALLHTMLPAGES 2011-02-02 03:40:50 +01:00
README
cmdutils.c Implement guessed_pts in avcodec_decode_video2 2011-02-07 19:32:07 +01:00
cmdutils.h Implement guessed_pts in avcodec_decode_video2 2011-02-07 19:32:07 +01:00
cmdutils_common_opts.h
common.mak
configure Fix HOSTLIBS on Haiku 2011-02-09 03:33:55 +01:00
ffmpeg.c Implement guessed_pts in avcodec_decode_video2 2011-02-07 19:32:07 +01:00
ffplay.c Implement guessed_pts in avcodec_decode_video2 2011-02-07 19:32:07 +01:00
ffprobe.c
ffserver.c ffserver: put gcc attribute under proper ifdef 2011-01-26 03:43:29 +01:00
ffserver.h
subdir.mak
version.sh Provide monotone revission numbers in version.sh 2011-02-01 12:19:49 +01:00

README

FFmpeg README
-------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.