- 22 May, 2011 8 commits
-
-
Michael Niedermayer authored
Fixes ticket212 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Rename "default" -> "output1", "default2" -> output2.
-
Stefano Sabatini authored
Improve logical coherence, fix nit.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Michael Niedermayer authored
Fixes ticket183 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 21 May, 2011 15 commits
-
-
Ramiro Polla authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Kirill Gavrilov authored
-
Kirill Gavrilov authored
-
Alok Ahuja authored
Create a stereo_mode metadata tag to specify the stereo 3d video layout using the StereoMode tag in a matroska/webm video track.
-
Bobby Bingham authored
Commited by michael, for detailed authorship see soc repo
-
Ramiro Polla authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
libavformat/riff.c has been writing channel_layout for as long as the field exists.
-
Michael Niedermayer authored
* qatar/master: configure: make executable again LATM/AAC: Free previously initialized context on reinit. configure: Do not unconditionally add -Wall to host CFLAGS. configure: Set OS/2 objformat to a.out. Add support for a.out object format to assembler macros. fate: disable threading for encoding fate: add comment field fate: allow overriding default build and install dirs mpegtsenc: Add an AVClass pointer to the private data mpegaudio: clean up #includes mpegaudio: move all header parsing to mpegaudiodecheader.[ch] Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Mike William authored
With changes from ubitux.
-
Maksym Veremeyenko authored
-
Martin Storsjö authored
-
Gianluigi Tiesi authored
-
Michael Niedermayer authored
* ffmpeg-mt/master: Update todo. h264: add an assert that copied pictures are valid picture pointers valgrind-check: run with 1 and 3 threads h264: When decoding a packet with multiple PPS/SPS, don't start the next thread until all of them have been read Allow some pictures to be released earlier after 51ead6d2c40c5defdd211f435aec49b19f5f6a18 h264: fix slice threading MC reading uninitialized frame edges. Please see ffmpeg-mt for a list of authors of these changes. Conflicts: libavcodec/h264.c mt-work/valgrind-check.sh Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 20 May, 2011 17 commits
-
-
Carl Eugen Hoyos authored
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
Fixes memory leaks which are the result of overwriting already-initialized MDCT contexts during context reinitialization, e.g. in valgrind fate-aac-latm_000000001180bc60. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
Some compilers choke on -Wall, so only add the flag after checking it works.
-
Dave Yeo authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Dave Yeo authored
This format is still used by e.g. OS/2. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Mans Rullgard authored
This explicitly disables threading for encoding as slices are otherwise automatically activated. This should be dropped once option resetting between files is fully implemented. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This adds a comment field to the report header, suitable for extra information not covered by the automatic fields. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is useful e.g. for building in a different filesystem than where the source is kept. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Martin Storsjö authored
Since a private class is set for this muxer, the callers will assume that the private data starts with an AVClass pointer. If no such member exists, the first few bytes of the struct will be overwritten, and the class pointer may be broken at any later time. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Stefano Sabatini authored
Require the presence of opencv/cxcore.h in place of opencv/cxtypes.h, which has been removed. Fix compilation with libopencv > 2.1.0. Fix trac issue #221.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Fix warnings: cmdutils.c: In function ‘opt_default’: cmdutils.c:304: warning: initialization discards qualifiers from pointer target type cmdutils.c: In function ‘set_context_opts’: cmdutils.c:431: warning: passing argument 2 of ‘alloc_priv_context’ discards qualifiers from pointer target type cmdutils.c:414: note: expected ‘struct AVClass *’ but argument is of type ‘const struct AVClass *’
-
Stefano Sabatini authored
Also remove -x264opts item from the ffmpeg manual, since it belongs to the encoders section.
-
Stefano Sabatini authored
-