aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make another static array const.Reimar Döffinger2011-11-051-1/+1
* Make fdct_r_row_sse2 const.Reimar Döffinger2011-11-051-1/+1
* Make AMR tables of lookup filter tables const.Reimar Döffinger2011-11-052-3/+3
* Make another PixelFormat list const.Reimar Döffinger2011-11-051-1/+1
* Make sdl_overlay_pix_fmt_map static const.Reimar Döffinger2011-11-051-1/+1
* Make PIX_FMT format list arrays const.Reimar Döffinger2011-11-051-5/+5
* Make rgb_pixfmt_map const.Reimar Döffinger2011-11-051-2/+2
* Make tab_frw_01234567_sse2 const.Reimar Döffinger2011-11-051-1/+1
* color_table array should be const.Reimar Döffinger2011-11-051-1/+1
* Add const to static arrays where it was forgotten.Reimar Döffinger2011-11-0512-13/+13
* doc: fix typo in previous commit.Clément Bœsch2011-11-051-1/+1
* doc: document v4l and v4l2 aliases.Clément Bœsch2011-11-051-0/+3
* doc: fix a few typo in the filters section.Clément Bœsch2011-11-051-5/+5
* v4l2: add libv4l2 support.Clément Bœsch2011-11-054-27/+61
* ffprobe: use avio_size() instead of deprecated file_size attribute.Clément Bœsch2011-11-051-1/+3
* ffprobe: fix const compiler warning.Clément Bœsch2011-11-051-1/+1
* Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-0512-14/+19
* j2kdec: fix a bunch of const compiler warnings.Clément Bœsch2011-11-051-4/+4
* APIChanges: fill missing dates and hashes.Clément Bœsch2011-11-051-14/+14
* Fix typo in warning message.Reimar Döffinger2011-11-051-1/+1
* Put strings inside struct instead of extra indirection.Reimar Döffinger2011-11-051-1/+1
* examples/filtering: remove #include vsink_buffer.h, the header does not existMichael Niedermayer2011-11-051-1/+0
* af_volume: exp10() is a GNU extension.Michael Niedermayer2011-11-051-1/+1
* af_earwax: copy input buffer properties to outputStefano Sabatini2011-11-051-0/+2
* lavfi: add earwax audio filter, ported from SoxMina Nagy Zaki2011-11-056-1/+176
* lavfi: add volume filterStefano Sabatini2011-11-056-2/+247
* lavfi: increase number of maximum registered filters from 64 to 128Stefano Sabatini2011-11-051-1/+1
* lavfi: issue error if maximum number of filters is reachedStefano Sabatini2011-11-051-2/+7
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-053-5/+15
|\
| * binkaudio: expand quant_table to accommodate all possible valuesJustin Ruggles2011-11-041-2/+2
| * libx264: Set the default of the rc_lookahead option to -1Martin Storsjö2011-11-041-1/+1
| * avcodec: Set flags2 default value depending on availabilityMartin Storsjö2011-11-041-1/+11
| * configure: declare dependency of h264_vaapi_hwaccel on h264_decoderDiego Biurrun2011-11-041-1/+1
* | dwt: Code make up, removed gotosJordi Ortiz2011-11-051-203/+204
* | Dirac: Added endif commentsJordi Ortiz2011-11-051-1/+1
* | Dirac: Specific struct initializers in AVCodec initializationJordi Ortiz2011-11-051-14/+13
* | Dirac: Removed goto + some code make upJordi Ortiz2011-11-041-66/+63
* | dwt: removed some warnings in make checkheadersJordi Ortiz2011-11-041-5/+5
* | Dirac: Solved problem with make checkheadersJordi Ortiz2011-11-041-0/+2
* | configure: fixes vda compilation issue.Sebastien Zwickert2011-11-041-4/+6
* | ffmpeg: add -map_channel option.Clément Bœsch2011-11-0415-22/+228
* | Fix libutvideo wrapper nameDerek Buitenhuis2011-11-041-1/+1
* | ffprobe: Print format specific variables of codecs.Michael Niedermayer2011-11-041-0/+11
* | swr: document how flushing works and bump minor version.Michael Niedermayer2011-11-041-1/+3
* | swr-test: test flushingMichael Niedermayer2011-11-041-1/+29
* | swr: Support flushing last samples out.Michael Niedermayer2011-11-041-1/+22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-047-49/+312
|\|
| * vp6: Fix illegal read.Alex Converse2011-11-031-1/+3
| * avfilter: Don't copy garbage from the stack when setting up video pictures.Alex Converse2011-11-031-2/+2
| * avcodec: Make sure codec_type is set by avcodec_get_context_defaults2Martin Storsjö2011-11-031-0/+1