1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
Go to file
Reimar Döffinger c4ba5198ea Fix leaking of side data.
While we correctly "register" the side data when we split it,
the application (in this case FFmpeg) might not update the
AVPacket pool it uses to finally free the packet, thus
causing a leak.
This also makes the av_dup_packet unnecessary which could
cause an even worse leak in this situation.
Also change the code to not modify the user-provide AVPacket at all.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-01-14 17:23:57 +01:00
doc doc/bistream_filters.texi: add documentation for the h264_mp4toannexb filter 2012-01-14 12:36:41 +01:00
ffpresets
libavcodec Fix leaking of side data. 2012-01-14 17:23:57 +01:00
libavdevice Revert "v4l2: poll the file descriptor" 2012-01-11 14:57:56 +01:00
libavfilter vf_deshake: remove unused variable totalangles 2012-01-13 17:00:21 +01:00
libavformat udp: fix segfault on closing 2012-01-14 17:14:18 +01:00
libavutil Fix step_minus1 pixel descirption for RGB64. 2012-01-11 10:54:12 +01:00
libpostproc
libswresample
libswscale Merge remote-tracking branch 'qatar/master' 2012-01-14 02:22:09 +01:00
mt-work
presets
tests FATE: fix targa tests on big-endian systems 2012-01-14 16:43:41 +01:00
tools Merge remote-tracking branch 'qatar/master' 2012-01-12 01:10:32 +01:00
.gitignore
avconv.c Merge remote-tracking branch 'qatar/master' 2012-01-13 01:29:48 +01:00
Changelog Merge remote-tracking branch 'qatar/master' 2012-01-12 01:10:32 +01:00
cmdutils_common_opts.h
cmdutils.c Merge remote-tracking branch 'qatar/master' 2012-01-12 01:10:32 +01:00
cmdutils.h
common.mak
configure configure: provide libavfilter/version.h header to get_version() 2012-01-13 16:28:27 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile Fix a bunch of platform name and other typos. 2012-01-11 13:48:30 +01:00
ffmpeg.c Increase maximum encoding video buffer size. 2012-01-14 00:59:02 +01:00
ffplay.c ffplay: silence buffer size must be a multiple of frame size 2012-01-11 23:10:45 +01:00
ffprobe.c Merge remote-tracking branch 'qatar/master' 2012-01-13 01:29:48 +01:00
ffserver.c Merge remote-tracking branch 'qatar/master' 2012-01-13 01:29:48 +01:00
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README
RELEASE Merge remote-tracking branch 'qatar/master' 2012-01-12 01:10:32 +01:00
version.sh

FFmpeg README
-------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.