summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ffprobe: use avio_size() instead of deprecated file_size attribute.Clément Bœsch2011-11-05
* ffprobe: fix const compiler warning.Clément Bœsch2011-11-05
* Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-05
* j2kdec: fix a bunch of const compiler warnings.Clément Bœsch2011-11-05
* APIChanges: fill missing dates and hashes.Clément Bœsch2011-11-05
* Fix typo in warning message.Reimar Döffinger2011-11-05
* Put strings inside struct instead of extra indirection.Reimar Döffinger2011-11-05
* examples/filtering: remove #include vsink_buffer.h, the header does not existMichael Niedermayer2011-11-05
* af_volume: exp10() is a GNU extension.Michael Niedermayer2011-11-05
* af_earwax: copy input buffer properties to outputStefano Sabatini2011-11-05
* lavfi: add earwax audio filter, ported from SoxMina Nagy Zaki2011-11-05
* lavfi: add volume filterStefano Sabatini2011-11-05
* lavfi: increase number of maximum registered filters from 64 to 128Stefano Sabatini2011-11-05
* lavfi: issue error if maximum number of filters is reachedStefano Sabatini2011-11-05
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-05
|\
| * binkaudio: expand quant_table to accommodate all possible valuesJustin Ruggles2011-11-04
| * libx264: Set the default of the rc_lookahead option to -1Martin Storsjö2011-11-04
| * avcodec: Set flags2 default value depending on availabilityMartin Storsjö2011-11-04
| * configure: declare dependency of h264_vaapi_hwaccel on h264_decoderDiego Biurrun2011-11-04
* | dwt: Code make up, removed gotosJordi Ortiz2011-11-05
* | Dirac: Added endif commentsJordi Ortiz2011-11-05
* | Dirac: Specific struct initializers in AVCodec initializationJordi Ortiz2011-11-05
* | Dirac: Removed goto + some code make upJordi Ortiz2011-11-04
* | dwt: removed some warnings in make checkheadersJordi Ortiz2011-11-04
* | Dirac: Solved problem with make checkheadersJordi Ortiz2011-11-04
* | configure: fixes vda compilation issue.Sebastien Zwickert2011-11-04
* | ffmpeg: add -map_channel option.Clément Bœsch2011-11-04
* | Fix libutvideo wrapper nameDerek Buitenhuis2011-11-04
* | ffprobe: Print format specific variables of codecs.Michael Niedermayer2011-11-04
* | swr: document how flushing works and bump minor version.Michael Niedermayer2011-11-04
* | swr-test: test flushingMichael Niedermayer2011-11-04
* | swr: Support flushing last samples out.Michael Niedermayer2011-11-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-04
|\|
| * vp6: Fix illegal read.Alex Converse2011-11-03
| * avfilter: Don't copy garbage from the stack when setting up video pictures.Alex Converse2011-11-03
| * avcodec: Make sure codec_type is set by avcodec_get_context_defaults2Martin Storsjö2011-11-03
| * avcodec: Remove a misplaced and useless attribute_deprecatedMartin Storsjö2011-11-03
| * avconv: add -dump_attachment option.Anton Khirnov2011-11-03
| * avconv: add -attach option.Anton Khirnov2011-11-03
| * avconv: make negative mappings disable only streams from the specified fileAnton Khirnov2011-11-03
| * fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64Justin Ruggles2011-11-02
* | lavf: fix null pointer dereference in rdtMichael Niedermayer2011-11-03
* | id3v2enc: av_strcasecmp()Michael Niedermayer2011-11-03
* | h264: favor coded_width in resolution chnaged checksMichael Niedermayer2011-11-03
* | Set frame_size for AMR_NB in mov.Carl Eugen Hoyos2011-11-03
* | Do not use strcpy for "strings" starting with \0.Carl Eugen Hoyos2011-11-03
* | Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-03
* | lavc: Init AVFrame->opaque to AVCodecContext.opaque in avcodec_default_get_bu...Michael Niedermayer2011-11-03
* | lavf: Do not set cur_dts to undetermined before first_dts has been calculated...Michael Niedermayer2011-11-03
* | Cosmetics: Reindent after last commit.Carl Eugen Hoyos2011-11-03