Go to file
Kostya Shishkov 464e9ab011 lagarith: add YUY2 decoding support
Unlike other variants, for YUY2 we need to use different prediction:
* on line 0 for luma we should left predict starting from the second pixel
* on line 1 we should left predict first 4 pixels for luma and 2 for chroma
* median prediction employed here is taken directly from HuffYUV
2012-05-08 07:24:31 +02:00
doc avprobe: allow showing only one container/stream property. 2012-05-07 08:08:46 +02:00
libavcodec lagarith: add YUY2 decoding support 2012-05-08 07:24:31 +02:00
libavdevice build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. 2012-05-07 14:01:32 +02:00
libavfilter lavfi: uninline avfilter_copy_buffer_ref_props(). 2012-05-07 14:23:36 +02:00
libavformat dv: Split profile handling code into a separate file. 2012-05-07 23:59:49 +02:00
libavresample build: cosmetics: Add missing end-of-line backslashes to item lists. 2012-05-07 14:17:40 +02:00
libavutil build: cosmetics: Add missing end-of-line backslashes to item lists. 2012-05-07 14:17:40 +02:00
libswscale build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. 2012-05-07 14:01:32 +02:00
presets
tests fate: Change the probe-format refs to match the final text format committed. 2012-05-07 11:01:38 -07:00
tools
.gitignore gitignore: add Win32 library suffixes 2012-05-02 12:38:22 -04:00
arch.mak build: Consistently handle conditional compilation for all optimization OBJS. 2012-04-12 09:00:49 +02:00
avconv.c avconv: remove stray useless comment. 2012-05-06 16:20:26 +02:00
avplay.c avplay: properly close/reopen AVAudioResampleContext on channel layout change 2012-05-07 12:42:32 -04:00
avprobe.c avprobe: allow showing only one container/stream property. 2012-05-07 08:08:46 +02:00
avserver.c avserver: check return value of ftruncate() 2012-05-06 12:04:23 +01:00
Changelog Add libavresample 2012-04-24 21:28:27 -04:00
cmdutils_common_opts.h
cmdutils.c avconv: use libavresample 2012-04-24 23:38:54 -04:00
cmdutils.h avconv: get output pixel format from lavfi. 2012-04-15 20:22:36 +02:00
common.mak build: Drop leftover .exp pattern from LIBSUFFIXES list. 2012-05-05 16:32:56 +02:00
configure lavfi: always enable the scale filter and depend on sws. 2012-05-06 16:22:29 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
INSTALL
library.mak
LICENSE
Makefile Add libavresample 2012-04-24 21:28:27 -04:00
README
RELEASE
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.