- 01 Jun, 2011 2 commits
-
-
Stefano Sabatini authored
Rename: api-example.c -> encoding-example.c output-example.c -> muxing-example.c
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 31 May, 2011 11 commits
-
-
Michael Niedermayer authored
* qatar/master: vf_drawtext: Replace FFmpeg by Libav in license boilerplate. mpegaudiodec: remove unusued code and variables improved 'edts' atom writing support mpegaudio: clean up compute_antialias() definition vp8: fix segmentation race during frame-threading. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
James Zern authored
Documents the mapping from FFmpeg options to libvpx.
-
Diego Biurrun authored
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Piotr Kaczuba authored
-
Gil Pedersen authored
The 'edts' write function can now generate an initial empty edit resulting in a track-specific presentation delay. This is automatically calculated and inserted for any track where the initial DTS != 0. Added support for long (version==1) timecodes.
-
Mans Rullgard authored
This merges the float and fixed-point versions of the compute_antialias function, fixes invalid array indexing, and eliminates a dead copy of csa_table. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
Fixes occasional failure of make fate-vp8-test-vector-010 with frame-multithreading enabled.
-
Reimar Döffinger authored
-
Alexander Strange authored
* ffmpeg-mt/master: Update todo The maximum buffer size needs to be 33, not 32 merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: swscale: Remove unused variable. ARM: simplify inline asm with 64-bit operands Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 30 May, 2011 18 commits
-
-
Diego Biurrun authored
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Reimar Döffinger authored
-
Reimar Döffinger authored
-
Reimar Döffinger authored
Fixes compilation on PPC with Altivec enabled.
-
Tomas Härdin authored
Since we want to break the loop the 'if (data_ofs < 0)' block is moved after the loop. This fixes ticket #250.
-
Stefano Sabatini authored
Improve consistency.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Replace opt_{audio,video,subtitle,data}_codec() with a single opt_codec() function.
-
Stefano Sabatini authored
Simplify/clarify the code logic and error reporting.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Use av_get_pix_fmt_name() instead.
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This code is redundant and conflicts with lucas reimplementation of it. This reverts commit a2f5e14a.
-
- 29 May, 2011 9 commits
-
-
Michael Niedermayer authored
* qatar/master: ARM: enable UAL syntax in asm.S v4l2: don't leak video standard string on error. swscale: Remove disabled code. avfilter: Surround function only used in debug mode by appropriate #ifdef. vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog(). build: remove BUILD_ROOT variable vp8: use av_clip_uintp2() where possible Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Mans Rullgard authored
This enables UAL syntax for all asm files instead of only those which happen to be incompatible with the old, deprecated syntax. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Reimar Döffinger authored
-
Reimar Döffinger authored
Avoids a large amount of warnings about cast discarding qualifiers.
-
Reimar Döffinger authored
-
Reimar Döffinger authored
Avoids potential warnings on PPC64 systems.
-
Anton Khirnov authored
-