1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00
Go to file
Anton Khirnov e1b66778b6 lavc: remove the locking code in avcodec_close()
This function should not modify any global state, so there should be no
reason for any locking.
2014-05-18 10:16:35 +02:00
compat
doc lavf: add AVFMT_FLAG_BITEXACT. 2014-05-15 07:42:07 +02:00
libavcodec lavc: remove the locking code in avcodec_close() 2014-05-18 10:16:35 +02:00
libavdevice build: handle library dependencies in configure 2014-05-13 20:02:01 +02:00
libavfilter build: handle library dependencies in configure 2014-05-13 20:02:01 +02:00
libavformat riff: Pass block_align to estimate frame duration 2014-05-17 15:24:20 +02:00
libavresample build: handle library dependencies in configure 2014-05-13 20:02:01 +02:00
libavutil lavu: Add a pixel format for new VDA hwaccel 2014-05-11 14:59:59 +02:00
libswscale build: handle library dependencies in configure 2014-05-13 20:02:01 +02:00
presets
tests FATE/opus: increase fuzz for the celt tests 2014-05-16 14:35:20 +02:00
tools
.gitignore
arch.mak aarch64: add armv8 CPU flag 2014-04-06 21:18:49 +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
avconv_opt.c avconv: Support VDA hwaccel 2014-05-11 15:00:03 +02:00
avconv_vda.c avconv: Support VDA hwaccel 2014-05-11 15:00:03 +02:00
avconv_vdpau.c
avconv.c avconv: rename OutputStream.opts to OutputStream.encoder_opts 2014-05-03 21:44:24 +02:00
avconv.h avconv: Support VDA hwaccel 2014-05-11 15:00:03 +02:00
avplay.c
avprobe.c
avserver.c
Changelog lavc: add a native Opus decoder. 2014-05-15 06:49:34 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h cmdutils: Mark exit_program as av_noreturn 2014-03-28 00:40:43 +01:00
common.mak build: do not append $(FFLIBS-) to $(FFLIBS) if $(NAME) is not defined 2014-05-14 09:46:43 +02:00
configure build: Support building using clang-usan and disable-optimization 2014-05-16 19:58:34 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
INSTALL
library.mak
LICENSE
Makefile build: add avresample after avcodec to FFLIBS 2014-05-15 17:53:55 +02:00
README
RELEASE
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.