FFmpeg/doc
Gwenole Beauchesne babd340f58 vaapi: streamline public context structure.
Move libavcodec managed objects from the public struct vaapi_context
to a new privately owned FFVAContext. This is done so that to clean up
and streamline the public structure, but also to prepare for new codec
support, thus requiring new internal data to be added in there.

The AVCodecContext.hwaccel_context, that holds the public vaapi_context,
shall no longer be accessed from within vaapi_*.c codec support files.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2015-08-19 14:03:24 +02:00
..
examples doc/examples: rename avio_list_dir -> avio_dir_cmd 2015-08-16 02:16:47 +02:00
APIchanges vaapi: streamline public context structure. 2015-08-19 14:03:24 +02:00
authors.texi
bitstream_filters.texi avcodec: add unpack packed B-frames bitstream filter 2015-04-05 02:24:56 +02:00
bootstrap.min.css doc: Copyright in CSS, CSS split in 2 files 2014-09-06 01:37:31 +02:00
build_system.txt doc/build_system: Document GEN, text taken from the webpage 2015-05-27 12:23:01 +02:00
codecs.texi doc/codecs: Document color_range for the input side 2015-08-11 03:58:00 +02:00
decoders.texi avcodec/dvbsubdec: Allow selecting the substream, or all substreams 2015-08-04 14:24:13 +02:00
default.css doc: restore default.css 2014-07-20 02:01:50 +02:00
demuxers.texi doc/demuxers/mpegts: apply a minor grammar fix to option description 2015-08-14 12:08:57 +02:00
developer.texi doc/developer: Suggest everyone to help with patch reviews 2015-08-13 19:49:11 +02:00
devices.texi doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-all 2014-01-09 12:12:10 +01:00
doxy-wrapper.sh doc/doxy-wrapper.sh: autodetect version 2015-02-02 05:04:14 +01:00
Doxyfile doc/Doxyfile: use 5 columns for alphabetical index 2014-07-08 00:43:18 +02:00
encoders.texi lavc: Deprecate avctx.me_method 2015-07-27 15:24:56 +01:00
errno.txt
faq.texi doc: avoid the incorrect phrase 'allow to' 2015-03-08 21:59:28 +01:00
fate.texi doc: Add $branch to FATE config template 2015-05-16 17:06:35 +02:00
fate_config.sh.template Merge commit '732dd65868' 2015-05-16 21:14:01 +02:00
ffmpeg-bitstream-filters.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
ffmpeg-codecs.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
ffmpeg-devices.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
ffmpeg-filters.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
ffmpeg-formats.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
ffmpeg-protocols.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
ffmpeg-resampler.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
ffmpeg-scaler.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
ffmpeg-utils.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
ffmpeg.texi doc/ffmpeg,doc/ffplay: reference timespec definitions 2015-08-12 11:52:40 +02:00
ffmpeg.txt
ffplay.texi doc/ffmpeg,doc/ffplay: reference timespec definitions 2015-08-12 11:52:40 +02:00
ffprobe.texi doc: More semantic markup using @samp and @var where appropriate 2015-03-23 17:08:08 +01:00
ffprobe.xsd ffprobe: print stream_index with frame data 2015-05-27 11:19:19 +02:00
ffserver.conf doc/ffserver: Add entry for missing jpeg variant 2015-06-08 03:41:57 +02:00
ffserver.texi Use @verbatim instead of @example for ASCII arts 2015-04-11 01:14:51 +02:00
fftools-common-opts.texi Merge commit 'c253340ae6' 2015-04-20 02:48:19 +02:00
filter_design.txt doc/filter_design: Remove reference to the deprecated and unused cur_buf_copy 2015-08-16 11:46:33 +02:00
filters.texi avfilter/vf_histogram: make it possible to pick color components for levels mode 2015-08-19 10:05:33 +00:00
formats.texi doc/formats.texi: document max_interlave_delta muxing option 2015-06-01 18:34:40 +02:00
general.texi Edit documentation and versioning for the fixed point AAC decoder 2015-07-22 23:25:33 +02:00
git-howto.texi doc/git-howto: Replace "git push" example by one with dry-run 2015-08-03 19:33:46 +02:00
indevs.texi doc/indevs: fix fbdev typos 2015-08-18 13:14:57 -08:00
issue_tracker.txt doc/issue_tracker: Correct sub-domain for mailing list 2014-07-20 20:57:53 +02:00
libavcodec.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
libavdevice.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
libavfilter.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
libavformat.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
libavutil.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
libswresample.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
libswscale.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
Makefile doc/examples: rename avio_list_dir -> avio_dir_cmd 2015-08-16 02:16:47 +02:00
metadata.texi doc: More semantic markup using @samp and @var where appropriate 2015-03-23 17:08:08 +01:00
mips.txt Edit documentation and versioning for the fixed point AAC decoder 2015-07-22 23:25:33 +02:00
multithreading.txt Merge commit 'def97856de' 2015-07-27 22:50:18 +02:00
muxers.texi Add support for Audible AAX (and AAX+) files 2015-07-19 20:28:39 +02:00
nut.texi doc: set documentencoding on toplevel texi files. 2015-02-19 11:30:30 +01:00
optimization.txt x86/doc/Makefile: DBG=1 to preprocess external asm 2015-02-17 13:08:04 +01:00
outdevs.texi ffmpeg: add -devices param 2014-05-28 03:52:50 +02:00
platform.texi Merge commit '6d3081e6c3' 2015-07-27 12:50:10 +02:00
print_options.c doc: fix spelling errors 2014-12-01 00:31:06 +01:00
protocols.texi doc/protocols: document experimental mutli-client api 2015-08-01 00:58:31 +02:00
rate_distortion.txt
resampler.texi doc: add a few links to the Channel Layout syntax section 2013-10-25 15:44:12 +02:00
scaler.texi swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARD 2015-08-09 17:11:53 +02:00
snow.txt doc/snow: remove possibly wrong todo item 2014-08-26 01:19:26 +02:00
style.min.css doc: Copyright in CSS, CSS split in 2 files 2014-09-06 01:37:31 +02:00
swresample.txt
swscale.txt
t2h.init doc: Copyright in CSS, CSS split in 2 files 2014-09-06 01:37:31 +02:00
t2h.pm stop embedding the build date 2015-02-02 05:04:14 +01:00
tablegen.txt
texi2pod.pl doc/texi2pod: fix an unescaped left brace 2015-07-05 19:02:48 -03:00
texidep.pl doc: add script to compute texi files dependencies 2013-12-06 10:40:38 +01:00
utils.texi Merge commit '219b39a71a' 2015-07-21 16:55:39 +02:00
writing_filters.txt doc/writing_filters: use ffmpeg.org instead of wikimedia.org for lena image 2014-11-19 19:55:02 +01:00