ffmpeg/doc
Anton Khirnov fd056029f4 lavc: add avcodec_free_context().
Right now, the caller has to manually manage some allocated
AVCodecContext fields, like extradata or subtitle_header. This is
fragile and prone to leaks, especially if we want to add more such
fields in the future.

The only reason for this behaviour is so that the AVStream codec context
can be reused for decoding. Such reuse is discouraged anyway, so this
commit is the first step to deprecating it.
2014-05-18 10:17:41 +02:00
..
doxy doxy: Update the css to have a flat style 2013-12-27 02:53:25 +01:00
examples libavfilter: example audio filtering program 2014-02-25 13:22:10 +01:00
APIchanges lavc: add avcodec_free_context(). 2014-05-18 10:17:41 +02:00
avconv.texi avconv: Support VDA hwaccel 2014-05-11 15:00:03 +02:00
avplay.texi avplay: add support for seeking to chapter marks 2014-02-10 11:23:01 +01:00
avprobe.texi
avserver.conf
avserver.texi
avtools-common-opts.texi avconv: Match stream id 2014-03-13 11:59:34 +01:00
avutil.txt
bitstream_filters.texi doc: Fix some obsolete references to av* tools as ff* tools 2013-02-18 13:04:29 +01:00
build_system.txt
decoders.texi doc: add decoders.texi 2014-01-29 23:27:18 +01:00
demuxers.texi doc: document the asf demuxer 2013-08-28 11:02:56 +02:00
developer.texi doc: fix link to the ISC license text in the developer documentation. 2013-12-22 22:35:11 +01:00
doxy-wrapper.sh Move all example programs to doc/examples 2014-02-16 21:37:21 +01:00
Doxyfile doxygen: Set EXAMPLE_PATH from within doxy-wrapper.sh 2014-02-14 12:01:35 +01:00
encoders.texi doc: Completely document the x264 options 2014-04-08 23:24:42 +02:00
eval.texi
faq.texi miscellaneous typo fixes 2013-07-25 19:43:32 +02:00
fate.texi doc: cosmetics: Consistently format list and table items 2013-07-27 16:24:55 +02:00
filters.texi lavfi: add Bauer stereo-to-binaural audio filter 2014-05-01 08:00:30 +02:00
general.texi On2 AVC decoder 2014-04-23 19:57:44 +02:00
git-howto.texi
git-howto.txt
indevs.texi doc: Fix some obsolete references to av* tools as ff* tools 2013-02-18 13:04:29 +01:00
libavfilter.texi doc: Libavfilter English cleanup 2014-04-12 14:34:11 +02:00
Makefile libavfilter: example audio filtering program 2014-02-25 13:22:10 +01:00
metadata.texi
multithreading.txt lavc decoders: work with refcounted frames. 2013-03-08 07:38:30 +01:00
muxers.texi hls: Add an option to prepend a baseurl to the playlist entries 2014-04-29 12:14:11 +02:00
nut.texi
optimization.txt dsputil: Move thirdpel-related bits into their own context 2014-03-22 06:17:30 -07:00
outdevs.texi doc: Fix some obsolete references to av* tools as ff* tools 2013-02-18 13:04:29 +01:00
platform.texi doc: Point to the correct, actually maintained gas-preprocessor repo 2014-03-12 20:43:55 +02:00
print_options.c doc/print_options: Move options headers to a saner place 2013-08-02 19:19:02 +02:00
protocols.texi http: Allow setting a Content-Type for POST requests 2014-03-11 22:08:57 +01:00
rate_distortion.txt
RELEASE_NOTES RELEASE_NOTES: mention new filters 2014-03-23 17:30:52 +01:00
soc.txt
swscale.txt
t2h.init
tablegen.txt
texi2pod.pl doc: Change the multitable rendering in texi2pod 2014-04-08 23:24:42 +02:00
viterbi.txt