- 06 Feb, 2011 33 commits
-
-
Ronald S. Bultje authored
(cherry picked from commit ae0f8a1a)
-
Ronald S. Bultje authored
(cherry picked from commit efdd67cb)
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit c2fcd0a7)
-
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 ad3cffb6)
-
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 90441276)
-
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 fe174fc8)
-
Kieran Kunhya authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit f4a86bc9)
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 5a6de4e7)
-
Peter Ross authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 74571e33)
-
Peter Ross authored
wtv: do not use flag in stream_guid chunk to determine if stream is valid, as this method is unreliable This fixes roundup issue 2556. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit e4f85b84)
-
Alexander Strange authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit edbb0c07)
-
Alexander Strange authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit e8dcd730)
-
James Zern authored
Using a preset file caused the address of a stack variable to be stored in opt_names/values. This change causes the strings to be dup'd then freed in uninit_opts. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 60ff9de6)
-
James Zern authored
Add free to uninit_opts and relocate opt_names to same Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 3a6a9cdf)
-
Alexander Strange authored
No behavior change; this makes DTS reliable with the next patch. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 6b474953)
-
Martin Storsjö authored
This fixes roundup issue 2583. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 185a155e)
-
Martin Storsjö authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 5306bf41)
-
Martin Storsjö authored
If required, the caller can do this itself. ff_write_chained rescales timestamps as necessary, and all current callers of rtpenc_chain use ff_write_chained, making this timebase copy unnecessary. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 397ffde1)
-
Martin Storsjö authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit b22dbb29)
-
Martin Storsjö authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit ff197489)
-
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 6 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)
-