summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avformat: Add prefix to get_codec_guid()Michael Niedermayer2015-02-27
* swscale: Add prefix to updateMMXDitherTables()Michael Niedermayer2015-02-27
* swresample: Add prefix to soxr_resamplerMichael Niedermayer2015-02-27
* avcodec/dvdec: Make dv_iweight_720_c staticMichael Niedermayer2015-02-27
* avcodec/v210dec: Add ff prefix to v210_x86_init()Michael Niedermayer2015-02-27
* avcodec/h264: Add ff_ prefix to the shared h264_init_dequant_tables() functionMichael Niedermayer2015-02-27
* lavf/mov: correct printf specifierChristophe Gisquet2015-02-27
* avcodec/snow: mark dwt init as av_coldMichael Niedermayer2015-02-27
* avcodec/diracdsp: Mark ff_diracdsp_init() as av_coldMichael Niedermayer2015-02-27
* avcodec/mjpegenc: Mark ff_mjpeg_encode_close() as av_coldMichael Niedermayer2015-02-27
* postproc: mark alloc/free context functions as av_coldMichael Niedermayer2015-02-27
* movenc: Write 'colr' box correctly for MP4Derek Buitenhuis2015-02-27
* avfilter/palettegen: fix frame mem leakClément Bœsch2015-02-27
* avformat/ffmenc: Use ffio_free_dyn_buf()Michael Niedermayer2015-02-27
* avformat/rtpdec_vp9: Use ffio_free_dyn_buf()Michael Niedermayer2015-02-27
* avcodec/hqx: use init_get_bits8()Paul B Mahol2015-02-27
* avcodec/hqx: fix typoPaul B Mahol2015-02-27
* swscale/utils: clear formatConvBuffer on allocationMichael Niedermayer2015-02-27
* avformat/bit: only accept the g729 codec and 1 channelAndreas Cadhalpun2015-02-26
* avformat/bit: check that pkt->size is 10 in write_packetAndreas Cadhalpun2015-02-26
* Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2015-02-26
|\
| * ffmpeg: notify when the thread message queue blocks.Nicolas George2015-02-26
| * ffmpeg: allow to set the thread message queue size.Nicolas George2015-02-26
| * lavd/alsa: set frame_size field.Nicolas George2015-02-26
* | Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri2015-02-26
* | avformat/mp3dec: Check for avcodec_alloc_context3() failureMichael Niedermayer2015-02-26
* | avformat/mp3dec: properly allocate dummy AVCodecContextMichael Niedermayer2015-02-26
* | Merge commit '82b6e451161f19ab90bfb9565b710021caf5dcbd'Michael Niedermayer2015-02-26
|\ \
| * | configure: Move the cross_prefix setting after the toolchain oneLuca Barbato2015-02-26
* | | colormatrix: Accept bt601 aliases as inputVittorio Giovara2015-02-26
| |/ |/|
* | mips/acelp_filters: fix incorrect register constraintJames Cowgill2015-02-26
* | mips/aacdec: refactor out duplicated assembly codeJames Cowgill2015-02-26
* | mips/sbrdsp: remove sbr_neg_odd_64_mipsJames Cowgill2015-02-26
* | mips/fft: remove some useless assemblyJames Cowgill2015-02-26
* | mips/aacpsdsp: fix definition of ps_decorrelate_mipsJames Cowgill2015-02-26
* | mips/mathops: remove 64-bit codeJames Cowgill2015-02-26
* | tests: add paletteuse testClément Bœsch2015-02-26
* | tests: add palettegen testClément Bœsch2015-02-26
* | avfilter/paletteuse: use AV_QSORT()Clément Bœsch2015-02-26
* | avfilter/palettegen: use AV_QSORT()Clément Bœsch2015-02-26
* | avfilter/palettegen: consistently use the same frame for dimensionsClément Bœsch2015-02-26
* | avfilter/palettegen: use a logging context for the dupped color warningClément Bœsch2015-02-26
* | avfilter/palettegen: export color quantization ratioClément Bœsch2015-02-26
* | avformat/adxdec: check avctx->channels for invalid valuesAndreas Cadhalpun2015-02-26
* | avformat/adxdec: set avctx->channels in adx_read_headerAndreas Cadhalpun2015-02-26
* | avformat/dss: implement seekingMichael Niedermayer2015-02-26
* | avformat/dss: set bitrateMichael Niedermayer2015-02-26
* | avformat/dss: set packet durationMichael Niedermayer2015-02-26
* | avformat/dss: correct sample rateMichael Niedermayer2015-02-26
* | libavutil: add x86 optimized av_popcountJames Almer2015-02-25