- 02 Jun, 2011 17 commits
-
-
Stefano Sabatini authored
Reintroduce the internal symbol which was removed in: commit e1197b9e Author: Stefano Sabatini <stefano.sabatini-lala@poste.it> Date: Sun May 29 17:57:40 2011 +0200 swscale: remove sws_format_name() Use av_get_pix_fmt_name() instead. The symbol is used by some external libs (hi libx264!), this gives time to them to use the recently added av_get_pix_fmt_name() rather than an internal symbol.
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
(bug probably introduced from a marge of libav) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
Propagate av_vsrc_buffer_add_video_buffer_ref() error code rather than return 0.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Clarify code layout.
-
Stefano Sabatini authored
The comment is meant to be about the align parameter.
-
Stefano Sabatini authored
Adopt K&R style for overall consistency/readability.
-
James Zern authored
-
Piotr Kaczuba authored
postprocess: Remove test for impossible condition (was: Re: postprocess.c: replace check for p==NULL with *p==0)
-
Clément Bœsch authored
-
Reimar Döffinger authored
-
Reimar Döffinger authored
Given that this compiles fine with the Apple compiler that is probably a gcc bug, but "const vector" is nicer anyway.
-
Reimar Döffinger authored
Also include an older fix for vf_smartblur which was essentially broken due to reading the threshold value wrongly.
-
Reimar Döffinger authored
Since this is only a compilation check (the actual function used is selected at runtime) and HAVE_SSE indicates that we can also compile SSE2 code, this is correct.
-
Michael Niedermayer authored
* qatar/master: ARM: ac3dsp: optimised update_bap_counts() mpegaudiodec: Fix av_dlog() invocation. h264/10bit: add HAVE_ALIGNED_STACK checks. Update 8-bit H.264 IDCT function names to reflect bit-depth. Add IDCT functions for 10-bit H.264. mpegaudioenc: Fix broken av_dlog statement. Employ correct printf format specifiers, mostly in debug output. ARM: fix MUL64 inline asm for pre-armv6 Conflicts: libavcodec/mpegaudioenc.c libavformat/ape.c libavformat/mxfdec.c libavformat/r3d.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 01 Jun, 2011 11 commits
-
-
Reimar Döffinger authored
-
Reimar Döffinger authored
Fixes compiler warning about incompatible types in sws_scale call.
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
Some parameters passed to the av_dlog can be either float or int, depending on the mode the file is being compiled as. Cast those parameters to float and use appropriate conversion specifiers.
-
Stefano Sabatini authored
This is required after sws_format_name() was replaced by av_get_pix_fmt(), which is declared in libavutil/pixdesc.h.
-
Stefano Sabatini authored
This makes the generated Doxygen doc link to the replacement av_dump_format() function.
-
Stefano Sabatini authored
The yuv4mpeg muxer will crash otherwise.
-
Stefano Sabatini authored
Store AVPicture in AVPacket as required by AVFMT_RAWPICTURE formats. Fix trac issue #251.
-
Stefano Sabatini authored
Rename: api-example.c -> encoding-example.c output-example.c -> muxing-example.c
-
Daniel Kang authored
Fixes regression in 836f47d3 in ICC-10.x, since ICC<=11.0 doesn't align stack upon function calls. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 31 May, 2011 12 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>
-
Daniel Kang authored
Signed-off-by: Ronald S. Bultje <rbultje@google.com>
-
Daniel Kang authored
Ports the majority of IDCT functions for 10-bit H.264. Parts are inspired from 8-bit IDCT code in Libav; other parts ported from x264 with relicensing permission from author. Signed-off-by: Ronald S. Bultje <rbultje@google.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Mans Rullgard authored
Prior to ARMv6, the destination registers of the SMULL instruction must be distinct from the first source register. Marking the output early-clobber ensures it is allocated unique registers. This restriction is dropped in ARMv6 and later, so allowing overlap between input and output registers there might give better code. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
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>
-