summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (22 commits) arm: remove disabled function dct_unquantize_h263_inter_iwmmxt() Remove commented-out call to non-existing function print_pow1(). Do not decode RV30 files if the extradata is too small flashsv: split flashsv_decode_block() off from flashsv_decode_frame(). ppc: remove disabled code libspeexdec: Drop const qualifier to silence compiler warning. libopenjpeg: Drop const qualifier to silence compiler warning. alac: Remove unused dummy code. Remove unused structs and tables. vaapi: do not assert on value read from input bitstream flashsvenc: replace bitstream description by a link to the specification flashsvenc: drop unnecessary cast flashsvenc: improve some variable names and fix corresponding comments flashsvenc: merge two consecutive if-conditions flashsvenc: merge variable declarations and initializations flashsvenc: convert some debug av_log() to av_dlog() flashsvenc: whitespace cosmetics flashsvenc: drop some unnecessary parentheses flashsvenc: fix some comment typos aacps: skip some memcpy() if src and dst would be equal ... Conflicts: libavcodec/vaapi_mpeg2.c libavformat/aviobuf.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * arm: remove disabled function dct_unquantize_h263_inter_iwmmxt()Diego Biurrun2011-07-16
| |
| * Remove commented-out call to non-existing function print_pow1().Diego Biurrun2011-07-16
| |
| * Do not decode RV30 files if the extradata is too smallRafaël Carré2011-07-16
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * flashsv: split flashsv_decode_block() off from flashsv_decode_frame().Diego Biurrun2011-07-16
| |
| * ppc: remove disabled codeDiego Biurrun2011-07-16
| |
| * libspeexdec: Drop const qualifier to silence compiler warning.Diego Biurrun2011-07-16
| | | | | | | | | | libavcodec/libspeexdec.c:108: warning: passing argument 2 of ‘speex_bits_read_from’ discards qualifiers from pointer target type /usr/include/speex/speex_bits.h:80: note: expected ‘char *’ but argument is of type ‘const uint8_t *’
| * libopenjpeg: Drop const qualifier to silence compiler warning.Diego Biurrun2011-07-16
| | | | | | | | | | libavcodec/libopenjpeg.c:100: warning: passing argument 2 of ‘opj_cio_open’ discards qualifiers from pointer target type /usr/include/openjpeg.h:770: note: expected ‘unsigned char *’ but argument is of type ‘const uint8_t *’
| * alac: Remove unused dummy code.Diego Biurrun2011-07-16
| |
| * Remove unused structs and tables.Diego Biurrun2011-07-16
| |
| * vaapi: do not assert on value read from input bitstreamDiego Biurrun2011-07-16
| | | | | | | | | | | | | | | | User-provided data should never trigger an assert; return error instead. Also fix an instance of get_bits where get_bits_long should have been used. This eliminates the following warning: libavcodec/vaapi_mpeg2.c:112:14: warning: variable 'start_code' set but not used
| * flashsvenc: replace bitstream description by a link to the specificationDiego Biurrun2011-07-16
| | | | | | | | | | An official specification now exists and it is both more detailed and easier to understand than the incomplete notes available here.
| * flashsvenc: drop unnecessary castDiego Biurrun2011-07-16
| |
| * flashsvenc: improve some variable names and fix corresponding commentsDiego Biurrun2011-07-16
| |
| * flashsvenc: merge two consecutive if-conditionsDiego Biurrun2011-07-16
| |
| * flashsvenc: merge variable declarations and initializationsDiego Biurrun2011-07-16
| |
| * flashsvenc: convert some debug av_log() to av_dlog()Diego Biurrun2011-07-16
| |
| * flashsvenc: whitespace cosmeticsDiego Biurrun2011-07-16
| |
| * flashsvenc: drop some unnecessary parenthesesDiego Biurrun2011-07-16
| |
| * flashsvenc: fix some comment typosDiego Biurrun2011-07-16
| |
| * aacps: skip some memcpy() if src and dst would be equalMans Rullgard2011-07-15
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * lavf/utils: drop av_ prefixes from static functions.Anton Khirnov2011-07-15
| |
| * avio: don't replicate avio_alloc_context functionality.Anton Khirnov2011-07-15
| |
* | Revert "ffmpeg: get rid of a pointless limit on number of streams."Michael Niedermayer2011-07-16
| | | | | | | | | | | | | | | | This reverts commit c7dd3e7e43555b2922481a9242a306c5b138d69c Conflicts: ffmpeg.c
* | lavfi: add audio channel packing negotiation fieldsMina Nagy Zaki2011-07-16
| | | | | | | | Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
* | mpegvideo: fix compilation after 900321b08c95bd42e6db53864bfffbe48d6019daStefano Sabatini2011-07-16
| | | | | | | | | | | | | | | | | | | | Replace: s->last_picture_ptr->f.key_frame = 0; with: s->last_picture_ptr->key_frame = 0; This is required since mpegvideo.h:Picture now contains an embedded AVFrame f, rather than a literal copy of the AVFrame fields.
* | Don't mark generated dummy frame output from mpeg1/2 decoder as keyframe.elupus2011-07-16
| | | | | | | | | | | | | | | | We use this flag to tell when to assume decoded data is free from artifacts after a seek. The mpeg1/2 decoder will generate a dummy frame if decoding is started on a non keyframe. This will sadly be output from decoder to player and displayed as a gray screen.
* | Patch for memory leaks in DVB subtitles decoderJernej Fijačko2011-07-16
| | | | | | | | Signed-off-by: Joakim Plate <elupus@ecce.se>
* | ffmpeg: fix muxer private options (bug introduced by anton khirnov)Michael Niedermayer2011-07-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: configure: Automatically add more flags required on symbian mem.h: switch doxygen parameter order to match function prototype doxygen: replace @sa tag by the more readable but equivalent @see doxygen: use Doxygen markup for authors and web links where appropriate doxygen: do not include license boilerplate in Doxygen documentation ac3enc: Mark AVClasses const ffserver: Replace two loops with one loop. ffmpeg: Fix the check for experimental codecs swscale: extend mmx padding. swscale: clip unscaled colorspace conversion path. doxygen: misc consistency cosmetics doc: remove file name from @file directive in Doxygen usage example doxygen: consistently place brief description doxygen: place empty line between brief description and detailed description avformat_open_input(): Add braces to shut up gcc warning. Conflicts: libavcodec/8svx.c libavcodec/tiff.c libavcodec/tiff.h libavcodec/vaapi_h264.c libavcodec/vorbis.c libavcodec/vorbisdec.c libavcodec/vp6.c libswscale/swscale_unscaled.c libswscale/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Automatically add more flags required on symbianMartin Storsjö2011-07-15
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * mem.h: switch doxygen parameter order to match function prototypeDiego Biurrun2011-07-15
| |
| * doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun2011-07-15
| |
| * doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-15
| |
| * doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-15
| |
| * ac3enc: Mark AVClasses constMartin Storsjö2011-07-15
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * ffserver: Replace two loops with one loop.Mike Williams2011-07-14
| | | | | | | | | | Signed-off-by: Mike Williams <mike@mikebwilliams.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * ffmpeg: Fix the check for experimental codecsMartin Storsjö2011-07-14
| | | | | | | | | | | | The variable 'codec' was used uninitialized here. Signed-off-by: Martin Storsjö <martin@martin.st>
| * swscale: extend mmx padding.Ronald S. Bultje2011-07-14
| | | | | | | | Fixes a crash when forcing libc to strictly adhere to malloc sizes.
| * swscale: clip unscaled colorspace conversion path.Ronald S. Bultje2011-07-14
| | | | | | | | | | Prevents overflows on very bright scenes when adding dither, which may lead to black dots.
| * doxygen: misc consistency cosmeticsDiego Biurrun2011-07-14
| |
| * doc: remove file name from @file directive in Doxygen usage exampleDiego Biurrun2011-07-14
| | | | | | | | The file name is redundant and brittle across file renamings.
| * doxygen: consistently place brief descriptionDiego Biurrun2011-07-14
| |
| * doxygen: place empty line between brief description and detailed descriptionDiego Biurrun2011-07-14
| | | | | | | | Without it, Doxygen cannot separate them into different sections.
| * avformat_open_input(): Add braces to shut up gcc warning.Diego Biurrun2011-07-14
| | | | | | | | | | libavformat/utils.c:599: warning: missing braces around initializer libavformat/utils.c:599: warning: (near initialization for ‘ap.time_base’)
* | wtvdec: also support big-sectors when fat depth is zeroPeter Ross2011-07-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vf_mp: remove rgbtest wrapperStefano Sabatini2011-07-15
| | | | | | | | | | The filter was integrated natively into libavfilter as a source with name rgbtestsrc.
* | lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini2011-07-15
| | | | | | | | | | | | | | | | | | | | The licence was changed from GPL to LGPL with explicit approval from the original author. See thread: Subject: [FFmpeg-devel] [PATCH] lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs Date: Mon, 11 Jul 2011 16:32:41 +0200
* | vsrc_testsrc: perform some refactoring for simplifying sharing code with ↵Stefano Sabatini2011-07-15
| | | | | | | | | | | | | | | | | | | | | | another test In particular creates a special test_init function, which calls a common init, and introduces a fill_picture_fn which points to the filling function. This is required by the pending patch for adding the rgbtestsrc source.
* | vf_mp: remove boxblur wrapperStefano Sabatini2011-07-15
| | | | | | | | It is natively included in libavfilter.