- 06 Feb, 2011 13 commits
-
-
Martin Storsjö authored
This function is useful for freeing data structures allocated by muxers, which currently have to be freed manually by the caller. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit f124b087)
-
Martin Storsjö authored
This avoids having the chained AVStream->codec point to the same AVCodecContext owned by the outer AVStream. The downside is that changes to the AVCodecContext made after calling av_write_header cannot be detected automatically within the chained muxer. This avoids having to manually unlink the chained AVStream->codec by setting it to null before freeing the chained muxer via generic freeing functions. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 1338dc08)
-
Jason Garrett-Glaser authored
(cherry picked from commit 8a2c99b4)
-
Jason Garrett-Glaser authored
Convert hev_thresh logic to a LUT, simplify mbedge_lim calculation. (cherry picked from commit 79dec154)
-
Clément Bœsch authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 290849e2)
-
Clément Bœsch authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 523d9407)
-
Jason Garrett-Glaser authored
(cherry picked from commit a1b227bb)
-
Jason Garrett-Glaser authored
(cherry picked from commit dd18c9a0)
-
Stefano Sabatini authored
Make avfilter_graph_free() free not only the internal structures, but also the allocated graph, and set the graph pointer to NULL for increased safety. Simplify usage. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 4359288c)
-
Stefano Sabatini authored
Make avfilter_graph_parse() only release the internal structures allocated during the parsing, and leave to free the graph itself to the calling code. This approach looks cleaner, as the graph is not allocated by the function. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit e8e5dde7)
-
Peter Ross authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit e6fb5a4f)
-
Nicolas George authored
Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 51b317d2)
-
Peter Ross authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit f61dee2f)
-
- 05 Feb, 2011 1 commit
-
-
Reimar Döffinger authored
-
- 04 Feb, 2011 22 commits
-
-
Anton Khirnov authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit a9d921cb)
-
Anton Khirnov authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 151595fe)
-
Anton Khirnov authored
Tested to compile with lavc major bump. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit b2ed95ec)
-
Martin Storsjö authored
This fixes yet another memory leak, present since SVN rev 25418. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 1f56f5ed)
-
Anton Khirnov authored
Now the first argument is URLContext *h. However, the function logs to LOG_CONTEXT, which is #defined as 's' for new lavf major versions. Therefore, rename h -> s. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 9ad4c65f)
-
Tomas Härdin authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit e65b1934)
-
Tomas Härdin authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 75fd0668)
-
Tomas Härdin authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit f5b82f45)
-
Benjamin Larsson authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit aa42cce5)
-
Clément Bœsch authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 437fb1c8)
-
Clément Bœsch authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit dc75d6db)
-
Nicolas George authored
This was missed when pkt_pts was first added. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 62ecd363)
-
Martin Storsjö authored
This fixes memory leaks in the RTSP muxer and RTP hinting in the mov muxer present since SVN rev 25418. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit ce41c51b)
-
Martin Storsjö authored
For mpegts in RTP, there isn't a direct mapping between RTSPStreams and AVStreams, and the RTSPStream isn't ever stored in AVStream->priv_data, which was earlier leaked. The fix for this leak, in ea7f0807, lead to double frees for other, normal RTP streams. This patch avoids storing RTSPStreams in AVStream->priv_data, thus avoiding the double free. The RTSPStreams are always available via RTSPState->rtsp_streams anyway. Tested with MS-RTSP, RealRTSP, DSS and mpegts/RTP. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit d9c0510e)
-
Anton Khirnov authored
It's consistent with the -metadata option and easier to write. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 87e4d9b2)
-
Anton Khirnov authored
The bumps are for adding version.h and avio_{get/put}_str functions in lavf and making av_dlog public in lavu. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Justin Ruggles authored
This patch changes the exponent difference threshold in the exponent strategy decision function of the AC-3 encoder. I tested lowering in increments of 100. From 1000 down to 500 generally increased in quality with each step, but 400 was generally much worse. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit c3beafa0)
-
Stefano Sabatini authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 5fce60c3)
-
Stefano Sabatini authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 75ea596d)
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit b9a639dd)
-
Justin Ruggles authored
This will be beneficial for use with the audio conversion API without requiring it to depend on all of dsputil. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit c73d99e6)
-
Alex Converse authored
Gcc 4.6 only preserves the first value when using an array with an "m" constraint. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 770c410f)
-
- 02 Feb, 2011 4 commits
-
-
Luca Barbato authored
This plugs a small memory leak Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit ea7f0807)
-
Anssi Hannula authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 71e0bee9)
-
Janne Grunau authored
(cherry picked from commit fe9a3fbe)
-
Gianluigi Tiesi authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit e86e8581)
-