FFmpeg git repo
Go to file
Lukasz Marek 27256e69ab lavd/pulse_audio_enc: implement write_uncoded_frame callback
Provided implementation doesn't support planar formats yet.

Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
2014-03-29 09:26:10 +01:00
compat
doc Merge commit '70daeacd6ef8b354dd7d2d77ad393831a5bbf033' 2014-03-28 04:32:05 +01:00
libavcodec avcodec/vp7: check buffer size 2014-03-29 04:27:00 +01:00
libavdevice lavd/pulse_audio_enc: implement write_uncoded_frame callback 2014-03-29 09:26:10 +01:00
libavfilter avfilter/lavfutils: call av_find_stream_info() before reading various information about the stream 2014-03-28 17:29:26 +01:00
libavformat avformat/img2_alias_pix: rewrite probe function 2014-03-29 00:38:51 +01:00
libavresample
libavutil avutil/frame: undeprecate AVFrame.motion_val API 2014-03-26 18:22:49 +01:00
libpostproc
libswresample
libswscale
presets
tests fate/aliaspix: Use standard test sample 2014-03-28 12:55:54 +01:00
tools tools/uncoded_frame: fix audio codec generation 2014-03-29 09:25:14 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge commit '678082b409aca711f9cf991df6b0200116489322' 2014-03-28 05:26:24 +01:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils/filter_codec_opts: do not discard all options for CODEC_ID_NONE 2014-03-28 17:29:26 +01:00
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure configure: fix VP7 standalone build 2014-03-27 04:23:59 +01:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
ffplay.c
ffprobe.c
ffserver.c
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.