FFmpeg git repo
Go to file
Anton Khirnov 01947f07b8 avconv: remove a useless line
Doing anything with that field when we are doing streamcopy (so the
encoder is not opened) should have absolutely no effect.
2014-05-03 21:44:10 +02:00
compat Work around broken floating point limits on some systems. 2014-03-10 10:27:17 +01:00
doc lavc: move CODEC_FLAG_MV0 to mpegvideo 2014-05-01 09:24:18 +02:00
libavcodec vp9: Read the frame size as unsigned 2014-05-03 18:25:17 +02:00
libavdevice avutil: Move library version related macros to version.h 2013-12-26 19:05:22 +01:00
libavfilter lavfi: add Bauer stereo-to-binaural audio filter 2014-05-01 08:00:30 +02:00
libavformat probe: Support AAC_LATM in set_codec_from_probe_data 2014-05-03 18:51:37 +02:00
libavresample aarch64: NEON optimized FIR audio resampling 2014-04-24 18:28:26 +02:00
libavutil mathematics: K&R formatting cosmetics 2014-05-03 18:31:18 +02:00
libswscale swscale: Fix an undefined behaviour 2014-05-03 18:25:17 +02:00
presets
tests asfenc: use codec descriptors instead of AVCodecs to write codec info 2014-05-01 09:26:20 +02:00
tools qt-faststart: Add a note about the -movflags +faststart feature 2014-03-01 00:25:17 +02:00
.gitignore libavfilter: example audio filtering program 2014-02-25 13:22:10 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add Bauer stereo-to-binaural audio filter 2014-05-01 08:00:30 +02:00
INSTALL
LICENSE Add libx265 encoder 2014-02-12 13:13:17 +00:00
Makefile configure: rework dxva in avconv handling 2014-04-28 23:02:56 +02:00
README
RELEASE Prepare for 11_alpha1 Release 2014-03-13 08:24:11 -04:00
arch.mak aarch64: add armv8 CPU flag 2014-04-06 21:18:49 +02:00
avconv.c avconv: remove a useless line 2014-05-03 21:44:10 +02:00
avconv.h avconv: rename InputStream.opts to InputStream.decoder_opts 2014-05-03 21:43:05 +02:00
avconv_dxva2.c avconv_dxva2: define all used GUIDs directly instead of relying on the dxva2api.h header 2014-04-29 16:50:43 +02:00
avconv_filter.c Add missing #includes for *INT64_MAX and *INT64_C 2013-11-23 21:55:52 +01:00
avconv_opt.c avconv: rename InputStream.opts to InputStream.decoder_opts 2014-05-03 21:43:05 +02:00
avconv_vdpau.c avconv: add support for VDPAU decoding 2013-11-23 11:55:53 +01:00
avplay.c avplay: add support for seeking to chapter marks 2014-02-10 11:23:01 +01:00
avprobe.c
avserver.c
cmdutils.c avconv: Match stream id 2014-03-13 11:59:34 +01:00
cmdutils.h cmdutils: Mark exit_program as av_noreturn 2014-03-28 00:40:43 +01:00
cmdutils_common_opts.h
common.mak Move all example programs to doc/examples 2014-02-16 21:37:21 +01:00
configure lavfi: add Bauer stereo-to-binaural audio filter 2014-05-01 08:00:30 +02:00
library.mak Move all example programs to doc/examples 2014-02-16 21:37:21 +01:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.