FFmpeg git repo
Go to file
Mans Rullgard b82b49a5b7 mips: intreadwrite: remove unnecessary inline asm
GCC actually handles unaligned accesses correctly in all cases
except, absurdly, 32-bit loads on mips64.  The remaining asm is
thus not needed, and removing it results in better code.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-09 13:45:17 +01:00
doc lavfi: add video buffer sink, and use it in avtools 2012-05-09 08:59:37 +02:00
libavcodec libschroedingerdec: Change AVPicture to AVFrame and use SchroTag to store pts 2012-05-08 16:06:49 -07:00
libavdevice build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. 2012-05-07 14:01:32 +02:00
libavfilter lavfi: add video buffer sink, and use it in avtools 2012-05-09 08:59:37 +02:00
libavformat sctp: Initial tcp-alike sctp support with streams 2012-05-08 16:06:49 -07:00
libavresample build: cosmetics: Add missing end-of-line backslashes to item lists. 2012-05-07 14:17:40 +02:00
libavutil mips: intreadwrite: remove unnecessary inline asm 2012-05-09 13:45:17 +01:00
libswscale build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. 2012-05-07 14:01:32 +02:00
presets
tests fate: Change the probe-format refs to match the final text format committed. 2012-05-07 11:01:38 -07:00
tools
.gitignore gitignore: add Win32 library suffixes 2012-05-02 12:38:22 -04:00
arch.mak build: Consistently handle conditional compilation for all optimization OBJS. 2012-04-12 09:00:49 +02:00
avconv.c lavfi: add video buffer sink, and use it in avtools 2012-05-09 08:59:37 +02:00
avplay.c lavfi: add video buffer sink, and use it in avtools 2012-05-09 08:59:37 +02:00
avprobe.c avprobe: allow showing only one container/stream property. 2012-05-07 08:08:46 +02:00
avserver.c avserver: check return value of ftruncate() 2012-05-06 12:04:23 +01:00
Changelog Add libavresample 2012-04-24 21:28:27 -04:00
cmdutils_common_opts.h
cmdutils.c lavfi: add video buffer sink, and use it in avtools 2012-05-09 08:59:37 +02:00
cmdutils.h lavfi: add video buffer sink, and use it in avtools 2012-05-09 08:59:37 +02:00
common.mak build: Drop leftover .exp pattern from LIBSUFFIXES list. 2012-05-05 16:32:56 +02:00
configure lavfi: add video buffer sink, and use it in avtools 2012-05-09 08:59:37 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
INSTALL
library.mak
LICENSE
Makefile Add libavresample 2012-04-24 21:28:27 -04:00
README
RELEASE
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.