summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * avcodec: Remove a misplaced and useless attribute_deprecatedMartin Storsjö2011-11-031-1/+1
| * avconv: add -dump_attachment option.Anton Khirnov2011-11-032-19/+87
| * avconv: add -attach option.Anton Khirnov2011-11-032-1/+77
| * avconv: make negative mappings disable only streams from the specified fileAnton Khirnov2011-11-031-1/+2
| * fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64Justin Ruggles2011-11-021-1/+5
* | lavf: fix null pointer dereference in rdtMichael Niedermayer2011-11-031-0/+3
* | id3v2enc: av_strcasecmp()Michael Niedermayer2011-11-031-2/+1
* | h264: favor coded_width in resolution chnaged checksMichael Niedermayer2011-11-031-1/+1
* | Set frame_size for AMR_NB in mov.Carl Eugen Hoyos2011-11-031-2/+5
* | Do not use strcpy for "strings" starting with \0.Carl Eugen Hoyos2011-11-031-1/+1
* | Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-0318-55/+93
* | lavc: Init AVFrame->opaque to AVCodecContext.opaque in avcodec_default_get_bu...Michael Niedermayer2011-11-031-0/+1
* | lavf: Do not set cur_dts to undetermined before first_dts has been calculated...Michael Niedermayer2011-11-031-1/+2
* | Cosmetics: Reindent after last commit.Carl Eugen Hoyos2011-11-031-12/+12
* | Support new ALAC magic cookie in caf files.Carl Eugen Hoyos2011-11-031-0/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-0375-3644/+1853
|\ \ | |/
OpenPOWER on IntegriCloud