Go to file
Anton Khirnov 27c7ca9c12 lavf: deobfuscate read_frame_internal().
Split off packet parsing into a separate function. Parse full packets at
once and store them in a queue, eliminating the need for tracking
parsing state in AVStream.

The horrible unreadable loop in read_frame_internal() now isn't weirdly
ordered and doesn't contain evil gotos, so it should be much easier to
understand.

compute_pkt_fields() now invents slightly different timestamps for two
raw vc1 tests, due to has_b_frames being set a bit later. They shouldn't
be more wrong (or right) than previous ones.
2012-03-05 18:47:05 +01:00
doc lavc: make codec_is_decoder/encoder() public. 2012-03-04 21:08:52 +01:00
libavcodec Fix format string vulnerability detected by -Wformat-security. 2012-03-05 17:03:00 +01:00
libavdevice libcdio: add a forgotten AVClass to the private context. 2012-03-04 21:01:41 +01:00
libavfilter Mark mutable static data const where appropriate. 2012-02-21 09:47:07 -08:00
libavformat lavf: deobfuscate read_frame_internal(). 2012-03-05 18:47:05 +01:00
libavutil x86inc: don't "bake" stack_offset in named arguments. 2012-03-03 20:39:59 -08:00
libswscale swscale: remove "cpu flags" from -sws_flags description. 2012-03-04 06:52:06 -08:00
presets
tests lavf: deobfuscate read_frame_internal(). 2012-03-05 18:47:05 +01:00
tools ismindex: Fix build on mingw 2012-01-26 00:04:28 +02:00
.gitignore Remove libpostproc. 2012-02-23 19:36:16 +01:00
avconv.c avconv: set discard on input streams automatically. 2012-02-26 19:30:50 +01:00
avplay.c avplay: remove an unused variable. 2012-02-29 07:24:34 +01:00
avprobe.c Mark mutable static data const where appropriate. 2012-02-21 09:47:07 -08:00
avserver.c Mark mutable static data const where appropriate. 2012-02-21 09:47:07 -08:00
Changelog Windows Media Audio Lossless decoder 2012-03-02 19:10:29 +01:00
cmdutils_common_opts.h
cmdutils.c cmdutils: use new avcodec_is_decoder/encoder() functions. 2012-03-04 21:09:35 +01:00
cmdutils.h Drop unnecessary prefix from *sink* variable and struct names. 2012-01-25 12:28:36 +01:00
common.mak
configure lavc: drop libdirac encoder. 2012-02-23 19:50:46 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1 cosmetics: Delete empty lines at end of file. 2012-02-09 12:26:45 +01:00
COPYING.LGPLv3
CREDITS
Doxyfile Fix a bunch of platform name and other typos. 2012-01-11 13:48:30 +01:00
INSTALL
library.mak build: link test programs with static libraries 2011-12-17 23:21:08 +00:00
LICENSE Remove libpostproc. 2012-02-23 19:36:16 +01:00
Makefile Remove libpostproc. 2012-02-23 19:36:16 +01:00
README
RELEASE Prepare for 0.8 Release 2012-01-21 14:54:31 +01:00
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.