- 18 Jun, 2011 2 commits
-
-
Stefano Sabatini authored
Also remove outdated reference to color in vf_pad.c.
-
Stefano Sabatini authored
Fix a crash occurring when open_inputs is NULL and *open_inputs is checked, the crash was introduced by the recent avfilter_graph_parse() syntax change. In particular, fix graph2dot crash.
-
- 17 Jun, 2011 2 commits
-
-
Carl Eugen Hoyos authored
-
Michael Niedermayer authored
* commit '9446d759': ffmpeg: merge output_codecs array into AVOutputStream members. rtpenc_latm: Consistently use "Libav" in license boilerplate. rtsp: Don't pass string pointer as format string to ff_url_join mmsh: fixed printf injection bug in mmsh request codec-regression: remove pointless -r options for dnxhd Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 16 Jun, 2011 13 commits
-
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Michael Niedermayer authored
Fixes ticket283 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Kirill Zorin authored
There is no need to write two HTTP newlines (\r\n) into "headers", because http_connect (in http.c) already appends one HTTP newline at the end of the given headers chunk, which would result in sending three HTTP newlines after the headers. Most of the time it's okay (although not RFC-conforming), but many proxy servers and the occasional strict httpd will puke with a "400 bad request".
-
Anton Khirnov authored
There's no point in keeping them separate.
-
Diego Biurrun authored
-
Martin Storsjö authored
In this case, the string that was passed couldn't contain user-defined data and thus there was no risk for injection bugs, but it's safer this way, if we later change the content of the options string. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Kirill Zorin authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
-
Michael Niedermayer authored
* qatar/master: ac3enc: use correct alignment and length in channel coupling dsp functions. ffmpeg: don't abuse a global for passing framerate from input to output ffmpeg: don't abuse a global for passing channels from input to output ffmpeg: don't abuse a global for passing samplerate from input to output ARM: update ff_h264_idct8_add4_neon for 4:4:4 changes swscale: use SwsContext for av_log when available swscale: Remove HAVE_MMX from files that are only compiled with MMX enabled. swscale: Fix compilation with --disable-mmx2. Conflicts: ffmpeg.c libswscale/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Kirill Zorin authored
-
- 15 Jun, 2011 15 commits
-
-
Justin Ruggles authored
This fixes a segfault when using the C version of ac3dsp.float_to_fixed24().
-
Anton Khirnov authored
It's broken with multiple files or video streams.
-
Anton Khirnov authored
It's broken with multiple files or audio streams.
-
Anton Khirnov authored
It's broken with multiple files or audio streams. This removes the default samplerate of 44100 for raw input, hence all the FATE changes.
-
Reimar Döffinger authored
-
Reimar Döffinger authored
-
Luca Abeni authored
This implements support for the "MP4" syntax of H.264 bitstreams. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Janne Grunau authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Andrew Wason authored
Fixes ticket 263.
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
Fixes ticket 55.
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Michael Niedermayer authored
* qatar/master: swscale: remove misplaced comment. ffmpeg: fix streaming to ffserver. swscale: split out RGB48 output functions from yuv2packed[12X]_c(). build: move vpath directives to main Makefile swscale: fix JPEG-range YUV scaling artifacts. build: move ALLFFLIBS to a more logical place ARM: factor some repetitive code into macros Fix SVQ3 after adding 4:4:4 H.264 support H.264: fix CODEC_FLAG_GRAY 4:4:4 H.264 decoding support ac3enc: fix allocation of floating point samples. Conflicts: ffmpeg.c libavcodec/dsputil_template.c libavcodec/h264.c libavcodec/mpegvideo.c libavcodec/snow.c libswscale/swscale.c libswscale/swscale_internal.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 14 Jun, 2011 8 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
-
Diego Biurrun authored
Some MMX2 functions were being referenced without proper #ifdefs.
-
William Yu authored
-
Ronald S. Bultje authored
The comment should have been placed only in yuv2rgb48_X_c_template, not yuv2rgb48_1_c_template.
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
This is part of the Great Evil Plan to simplify swscale. Note that you'll see some code duplication between the output functions for different RGB variants, and even between packed-YUV and RGB variants. This is intentional because it improves readability.
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-