FFmpeg git repo
Go to file
Michael Niedermayer c55780dcef Merge remote branch 'qatar/master'
* qatar/master: (32 commits)
  libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions
  libopencore-amr, libvo-amrwbenc: Only check the bitrate when changed
  libopencore-amr, libvo-amrwbenc: Find the closest matching bitrate
  libvo-*: Fix up the long codec names
  libavcodec: Mark AVCodec->priv_class const
  swscale: Factorize FAST_BGR2YV12 definition.
  libvo-aacenc: Only produce extradata if the global header flag is set
  lavf: postpone removal of public metadata conversion API
  lavc: postpone removal of request_channels
  lavc: postpone removal of audioconvert and sample_fmt wrappers
  lavf: postpone removal of deprecated avio functions
  libopencore-amr: Cosmetics: Rewrap and align
  libopencore-amr, libvo-amrbwenc: Rename variables and functions
  libopencore-amr: Convert commented out debug logging into av_dlog
  libopencore-amr: Remove an unused state variable
  libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate table
  libopencore-amr: Remove a useless local variable
  libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static const
  libopencore-amr, libvo-amrwbenc: Return proper error codes in most places
  libopencore-amr: Don't print carriage returns in log messages
  ...

Conflicts:
	doc/developer.texi
	libavcodec/avcodec.h
	libavcodec/libvo-aacenc.c
	libavcodec/libvo-amrwbenc.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-04-14 03:21:38 +02:00
doc Merge remote branch 'qatar/master' 2011-04-14 03:21:38 +02:00
ffpresets
libavcodec Merge remote branch 'qatar/master' 2011-04-14 03:21:38 +02:00
libavdevice Cosmetics: Rename variable param as the more appropriate dpyname. 2011-04-12 09:33:19 +02:00
libavfilter vsrc_buffer.h: add file doxy 2011-04-11 11:29:35 +02:00
libavformat Merge remote branch 'qatar/master' 2011-04-14 03:21:38 +02:00
libavutil Merge remote branch 'qatar/master' 2011-04-11 04:08:08 +02:00
libpostproc
libswscale Merge remote branch 'qatar/master' 2011-04-14 03:21:38 +02:00
mt-work
tests Merge remote branch 'qatar/master' 2011-04-14 03:21:38 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge remote branch 'qatar/master' 2011-04-12 03:48:21 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote branch 'qatar/master' 2011-04-13 02:49:22 +02:00
ffmpeg.c ffmpeg: rename configure_filters() to configure_video_filters() 2011-04-11 00:14:55 +02:00
ffplay.c ffplay: implement -showmode option 2011-04-13 10:06:27 +02:00
ffprobe.c
ffserver.c
ffserver.h
subdir.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.