summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
| | | | It's more readable and less prone to breakage.
* wav: remove a use of deprecated AV_METADATA_ macroAnton Khirnov2011-07-17
|
* rmdec: remove useless ap parameter from rm_read_header_old()Anton Khirnov2011-07-17
|
* dct-test: remove write-only variableMans Rullgard2011-07-16
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* des: fix #if conditional around P_shuffleMans Rullgard2011-07-16
| | | | | | CONFIG_SMALL is always defined as 0 or 1. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Use LOCAL_ALIGNED in ff_check_alignment()Mans Rullgard2011-07-16
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* 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
|
* 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’)
* APIchanges: fill in missing hashes and dates.Anton Khirnov2011-07-14
|
* Add an APIChanges entry and bump minor versions for recent changes.Anton Khirnov2011-07-14
|
* ffmpeg: print the low bitrate warning after the codec is openend.Anton Khirnov2011-07-14
| | | | | | | This doesn't access avcodec_opts, so it works with the new options passing system. Makes opt_bitrate() unneeded, so it's removed.
* doxygen: Move function documentation into the macro generating the function.Diego Biurrun2011-07-14
| | | | | This fixes a bunch of related warnings where Doxygen assumed that the documentation belonged to the macro and not the function.
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
|
* h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun2011-07-14
| | | | This fixes a bunch of unused function warnings.
* H.264: Add more x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-13
| | | | | | | | Mainly ported from 8-bit H.264 predict. Some code ported from x264. LGPL ok by author. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>