FFmpeg git repo
Go to file
Mashiat Sarker Shakkhar 88058d9a99 vc1dec: Set chroma reference field from REFFIELD for 1REF field pictures
Interlaced field pictures can have one or two reference pictures, signaled
by NUMREF syntax element. For single reference pictures, reference picture
is determined by REFFIELD syntax element.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2012-10-10 14:50:07 -04:00
compat compat/vsnprintf: return number of bytes required on truncation. 2012-09-15 14:33:11 -04:00
doc avio: introduce avio_closep 2012-10-10 18:56:55 +02:00
libavcodec vc1dec: Set chroma reference field from REFFIELD for 1REF field pictures 2012-10-10 14:50:07 -04:00
libavdevice Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
libavfilter avfilter: correct memcpy size avfilter_copy_buf_props() 2012-10-09 21:05:14 +02:00
libavformat segment: support applehttp style list 2012-10-10 18:56:55 +02:00
libavresample lavr: bump major to 1 and declare it stable. 2012-10-05 13:50:13 +02:00
libavutil parseutils-test: do not print numerical error codes 2012-10-10 13:33:45 +01:00
libswscale swscale: Do not make ff_ symbols globally visible. 2012-10-10 02:08:01 +02:00
presets
tests parseutils-test: do not print numerical error codes 2012-10-10 13:33:45 +01:00
tools avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 2012-10-01 10:24:28 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog avconv: remove -same_quant 2012-10-09 20:32:34 +02:00
Doxyfile
INSTALL
LICENSE
Makefile build: allow non-standard variations of linker -l/-L flags 2012-08-29 14:16:54 +01:00
README
RELEASE
arch.mak
avconv.c avconv: remove -same_quant 2012-10-09 20:32:34 +02:00
avconv.h avconv: remove -same_quant 2012-10-09 20:32:34 +02:00
avconv_filter.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
avconv_opt.c avconv: remove -same_quant 2012-10-09 20:32:34 +02:00
avplay.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
avprobe.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
avserver.c Use atexit() instead of defining a custom exit_program() interface. 2012-10-01 17:17:42 -04:00
cmdutils.c cmdutils_read_file: increment *size after writing the trailing \0 2012-10-09 18:43:30 +02:00
cmdutils.h Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
cmdutils_common_opts.h cmdutils: extend -h to allow printing codec details. 2012-08-19 19:22:08 +02:00
common.mak build: Properly remove object files while cleaning 2012-09-15 19:44:05 -04:00
configure mingw/cygwin: Stop adding -fno-common to gcc CFLAGS 2012-10-09 11:39:26 +02:00
library.mak build: sanitize linking of tools and test programs 2012-10-10 11:24:09 +01:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.