FFmpeg git repo
Go to file
Diego Biurrun 060e4a9e06 dct/rdft: Remove duplicate typedefs for context structs
The typedefs also exist in the avfft.h header and since typedefs cannot be
legally redefined in C, the code fails to compile with some compilers.

This reverts commits 11c7155cce and 57f1b1dcc7.
2014-07-25 02:02:15 -07:00
compat
doc build: Support executable only ldflags 2014-07-21 22:18:35 +02:00
libavcodec dct/rdft: Remove duplicate typedefs for context structs 2014-07-25 02:02:15 -07:00
libavdevice oss_audio: Split muxer and demuxer 2014-07-18 15:04:25 -07:00
libavfilter af_compand: make sure request_frame always outputs at least one frame 2014-07-08 07:54:00 +00:00
libavformat http: K&R formatting cosmetics 2014-07-23 13:57:24 -07:00
libavresample
libavutil arm: Macroize the test for 'setend' CPU instruction support 2014-07-21 15:08:01 -07:00
libswscale
presets
tests fate: Split audio- and video-related RealMedia targets 2014-07-21 12:13:58 -07:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
Makefile configure: add support for neon intrinsics 2014-07-21 23:18:29 +02:00
README
RELEASE
arch.mak
avconv.c avconv: set the output stream timebase 2014-07-09 13:30:33 +00:00
avconv.h
avconv_dxva2.c
avconv_filter.c
avconv_opt.c
avconv_vda.c
avconv_vdpau.c
avplay.c avplay: Handle pixel aspect ratio properly 2014-07-08 21:14:43 +03:00
avprobe.c
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: Extend the neon intrinsics check 2014-07-22 23:57:23 +03:00
library.mak build: Support executable only ldflags 2014-07-21 22:18:35 +02:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.