- 09 Dec, 2011 3 commits
-
-
Luca Barbato authored
Add "note" or "important" class to the generated div.
-
Luca Barbato authored
Summarize the information provided in the wiki and the one provided in fate.txt
-
Luca Barbato authored
-
- 08 Dec, 2011 14 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This groups the encode/decode parts under single ifdefs and eliminates the encode_init() function as it merely calls common_init(). Also fix whitespace in moved code. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Paul B Mahol authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Luca Barbato authored
-
Luca Barbato authored
All the currently supported OS-es manage to use return values properly.
-
John Brooks authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Paul B Mahol authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 07 Dec, 2011 15 commits
-
-
Sean McGovern authored
Solaris Studio (suncc) has difficulty with filling in members of a union. Instead, let's retrieve and store the cpuid() results separately. This is still a compiler bug, however this fix does not cause a regression on other platforms. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Paul B. Mahol authored
Otherwise after transcoding from cljr we get: Found 1 unreleased buffers! Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Mans Rullgard authored
Based on patch by Janne Grunau. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Luca Barbato authored
It slipped through the last two iterations.
-
Hendrik Leppkes authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Ronald S. Bultje authored
-
Diego Biurrun authored
based on a patch by Victor Vasiliev, vasilvv gmail com
-
Rafaël Carré authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Diego Biurrun authored
libavformat/utils.c:2165:2: warning: label ‘fail’ defined but not used
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Paul B. Mahol authored
There is no need to have delta, offset and gb in CLJRContext. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Luca Barbato authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Martin Storsjö authored
704af3e2 broke publishing of rtmp streams, at least publishing to Wowza servers. This changes all invoke commands to use nb_invokes. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 06 Dec, 2011 5 commits
-
-
Konstantin Todorov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Janne Grunau authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Janne Grunau authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This allows sharing code with the rv40 version of these functions. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Janne Grunau authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 05 Dec, 2011 3 commits
-
-
Alex Converse authored
malloc() is allowed to return NULL when zero is the argument. This causes us to think malloc has failed and return AVERROR(ENOMEM). In addition OS X malloc() returns an unfreeable non-NULL pointer for size zero when alignment is greater than 16.
-
Justin Ruggles authored
This avoids allocating/freeing an AVFrame for each packet decode. It also simplifies error handling in transcode_audio() and transcode_video().
-
Justin Ruggles authored
-