Go to file
Mashiat Sarker Shakkhar 2083a10abf Fix audio output
Up until now, the decoder didn't output anything
in the data buffer. This fixes all the issues
related to sample format, removes leftover code
and actually outputs some audio to data buffer.

With this, the only sample we have can be played.
Seeking is still broken though.
2012-01-03 01:51:36 +06:00
doc avcodec: move some AVCodecContext fields to an internal struct. 2011-11-19 10:01:05 -05:00
libavcodec Fix audio output 2012-01-03 01:51:36 +06:00
libavdevice pulse: compute frame_duration once and fix it 2011-11-14 16:16:41 +01:00
libavfilter libavfilter: reindent. 2011-11-05 07:01:39 -07:00
libavformat httpproxy: Specify the object files needed in the Makefile 2011-11-20 09:41:43 +02:00
libavutil imgutils: Fix illegal read. 2011-11-18 17:42:49 -08:00
libpostproc postprocess.c: filter name needs to be double 0 terminated 2011-08-26 20:28:54 +02:00
libswscale swscale: Fix stack alignment for SSE 2011-11-19 09:55:07 -08:00
presets presets: spelling error in libvpx 1080p50_60 2011-10-22 00:28:56 +02:00
tests fate-lavf-ts: use -mpegts_transport_stream_id option. 2011-11-18 11:01:46 +01:00
tools tools/pktdumper: update to recent avformat api 2011-10-28 19:08:38 +02:00
.gitignore Make a copy of ffmpeg under a new name -- avconv. 2011-08-12 13:27:30 +02:00
avconv.c avconv: Set new interrupt callbacks for all AVFormatContexts, use avio_open2() everywhere 2011-11-18 11:01:16 +01:00
avplay.c avplay: Set the new interrupt callback 2011-11-18 11:01:16 +01:00
avprobe.c Call avformat_network_init/deinit in the programs 2011-11-06 18:31:39 +02:00
avserver.c Call avformat_network_init/deinit in the programs 2011-11-06 18:31:39 +02:00
Changelog hwaccel: OS X Video Decoder Acceleration (VDA) support. 2011-11-14 16:07:32 +01:00
cmdutils_common_opts.h avtools: add -v as alias for -loglevel 2011-10-09 16:53:06 +01:00
cmdutils.c cmdutils: Rename read_file to cmdutils_read_file 2011-10-31 16:29:29 +02:00
cmdutils.h cmdutils: Rename read_file to cmdutils_read_file 2011-10-31 16:29:29 +02:00
common.mak build: remove unnecessary FFLDFLAGS variable 2011-07-11 11:39:04 +01:00
configure httpproxy: Fix dependencies 2011-11-20 09:51:17 +02:00
COPYING.GPLv2 Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 2009-06-05 09:51:31 +00:00
COPYING.GPLv3 Add configure option to upgrade (L)GPL to version 3. 2009-06-05 11:04:03 +00:00
COPYING.LGPLv2.1 Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 2009-06-05 09:51:31 +00:00
COPYING.LGPLv3 Add configure option to upgrade (L)GPL to version 3. 2009-06-05 11:04:03 +00:00
CREDITS partially rename FFmpeg to Libav 2011-03-16 21:54:39 +01:00
Doxyfile doxygen: Move function documentation into the macro generating the function. 2011-07-14 04:09:50 +02:00
ffmpeg.c Call avformat_network_init/deinit in the programs 2011-11-06 18:31:39 +02:00
INSTALL doc: clarify configure features 2011-04-07 02:54:12 +02:00
LICENSE cosmetics: fix dashed line length after 070c5d0 2011-03-28 09:53:40 +02:00
Makefile presets: rename presets directory 2011-10-19 21:20:17 +02:00
README cosmetics: fix dashed line length after 070c5d0 2011-03-28 09:53:40 +02:00
RELEASE Use the contents of RELEASE as version fallback instead of 'UNKNOWN' 2011-06-19 19:54:07 +02:00
subdir.mak build: make examples build normally 2011-07-30 13:42:44 +02:00
version.sh Drop git- prefix from version labels 2011-06-19 19:41:23 +01:00

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.