- 24 Aug, 2012 5 commits
-
-
Stefano Sabatini authored
Since audio and video filters are explained together and share most code, the multimedia filters section seems more fitting.
-
Stefano Sabatini authored
The file contains the asetpts audio filter.
-
Nicolas George authored
Avoid a crash if a text rectangle is provided. Fix the segfault reported in trac ticket #1661.
-
Michael Niedermayer authored
Based on code by: Andrey Utkin <andrey.krieger.utkin@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This way it gets executed earlier and updated timestamps become available earlier. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 23 Aug, 2012 9 commits
-
-
Michael Niedermayer authored
The code failed with negative timestamps due to using unsigned numbers Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket121 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Joseph Artsimovich authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Georg Lippitsch authored
Add support for GBRP9, GBRP10, GBRP12 and GBRP14 pix formats in ffv1. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This should fix issues with direct rendering Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
jamal authored
Fixes ticket #1662 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket1049 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: doc/APIchanges: add an entry for codec descriptors. vorbisenc: set AVCodecContext.bit_rate to 0 vorbisenc: fix quality parameter FATE: add ALAC encoding tests lpc: fix alignment of windowed samples for odd maximum LPC order alacenc: use s16p sample format as input alacenc: remove unneeded sample_fmt check alacenc: fix max_frame_size calculation for the final frame adpcm_swf: Use correct sample offsets when using trellis. rtmp: support strict rtmp servers mjpegdec: support AVRn interlaced x86: remove FASTDIV inline asm Conflicts: doc/APIchanges libavcodec/mjpegdec.c libavcodec/vorbisenc.c libavutil/x86/intmath.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
Also fill in missing dates and hashes.
-
- 22 Aug, 2012 26 commits
-
-
Justin Ruggles authored
The Vorbis encoder is always VBR.
-
Justin Ruggles authored
This generates output with bitrates similar to libvorbis for a given quality value.
-
Nicolas George authored
Fix a memleak that the recent change of architecture made more likely to happen.
-
Justin Ruggles authored
-
Justin Ruggles authored
Fixes crash on x86 due to alignment requirements for w_data in lpc_apply_welch_window_sse2().
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This is essential for fast SIMD accesses. The same should be done with the predict output. Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
19% faster smaller files this may also fix possible integer overflows due to previous 32bit useage Tested with libutvideo and our utvideo decoder, this patch does not change decoder output in the test Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Nicolas George authored
They were only roughly adapted when error return was added to the push functions.
-
Nicolas George authored
Return AVERROR_EOF if all outputs are closed.
-
Nicolas George authored
-
Nicolas George authored
It will avoid a forward declaration.
-
Nicolas George authored
-
Nicolas George authored
It will help forward errors and maintain consistency.
-
Nicolas George authored
It reduces the lifespan of buffers in filter graphs, and therefore the memory consumption.
-
Justin Ruggles authored
Fixes invalid reads when encoding mono streams when trellis is used.
-
Samuel Pitoiset authored
In order to send or receive a stream FCPublish, FCSubscribe and _checkbw are completely optional and often not implemented. releaseStream over a non-existen stream might report an error instead of being silent. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Michael Niedermayer authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Michael Niedermayer authored
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-