FFmpeg git repo
Go to file
Luca Barbato 52ab9e8984 wav: Always seek to an even offset
RIFF chunks are aligned to 16bit according to the specification.

Bug-Id:500
CC:libav-stable@libav.org
(cherry picked from commit ac87eaf856)

Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2013-05-07 21:32:09 +02:00
compat
doc doc: developer: Allow tabs in the vim configuration for Automake files 2013-02-24 18:42:02 +01:00
libavcodec indeo3: fix off by one in MV validity check 2013-05-03 19:21:45 +02:00
libavdevice libcdio: support recent cdio-paranoia 2013-01-17 21:42:03 +01:00
libavfilter afifo: fix request_samples on the last frame in certain cases 2013-05-04 10:44:51 +02:00
libavformat wav: Always seek to an even offset 2013-05-07 21:32:09 +02:00
libavresample lavr: call mix_function_init() in ff_audio_mix_set_matrix() 2013-01-24 12:00:08 +01:00
libavutil lzo: fix overflow checking in copy_backptr() 2013-03-15 13:21:15 +01:00
libswscale swscale: Use alpha from the right row in yuva2rgba_c 2013-05-06 17:44:24 +03:00
presets
tests fate: fetch samples that match the release series 2013-03-23 14:45:01 +01:00
tools miscellaneous typo fixes 2012-12-21 00:18:34 +01:00
.gitignore doxygen: Build Doxygen documentation in the doc/ subdirectory 2012-10-23 20:25:30 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog update Changelog 2013-04-21 22:46:41 +02:00
INSTALL
LICENSE
Makefile build: fix 'clean' target 2012-12-10 17:23:53 +00:00
README
RELEASE Prepare for 9.6 Release 2013-05-04 10:54:29 +02:00
arch.mak arm: rename ARMVFP config symbol to VFP 2012-12-07 16:54:04 +00:00
avconv.c avconv: use new options parser. 2012-12-18 20:14:54 +01:00
avconv.h avconv: use new options parser. 2012-12-18 20:14:54 +01:00
avconv_filter.c cmdutils: add a macro to simplify grow_array() calls. 2012-12-18 20:11:06 +01:00
avconv_opt.c lavc: set the default rc_initial_buffer_occupancy 2013-01-15 09:12:41 +01:00
avplay.c avplay: Do not use removed av_get_int() 2012-11-29 10:52:23 +01:00
avprobe.c avprobe: also output dar/par if only defined in stream 2013-01-04 12:55:58 +01:00
avserver.c avserver: replace av_read_packet with av_read_frame 2012-11-15 18:04:53 +01:00
cmdutils.c qtrle: fix the topmost line for 1bit 2013-02-07 07:18:57 +01:00
cmdutils.h cmdutils: pass number of groups to split_commandline(). 2012-12-19 22:13:41 +01:00
cmdutils_common_opts.h
common.mak build: fix 'clean' target 2012-12-10 17:23:53 +00:00
configure configure: Enable hwaccels without external dependencies by default. 2013-03-31 18:08:19 +02:00
library.mak build: fix 'clean' target 2012-12-10 17:23:53 +00:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.