]> git.sesse.net Git - ffmpeg/history - libavcodec
smush: read subversion for version==1 too.
[ffmpeg] / libavcodec /
2012-09-08 Michael Niedermayerdct-test: fix order of evaluation bug
2012-09-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-08 Daniel Verkampflashsv2enc: only encode diff blocks when needed
2012-09-07 Michael Niedermayerflashsv2enc: remove experimental flag, the encoder...
2012-09-07 Michael Niedermayerflashsv2enc: move blockbuffer realloc to reconfigure_at...
2012-09-07 Michael Niedermayerflashv2enc: reallocate not only on block count changes...
2012-09-07 Derek Buitenhuisflashsv2enc: Replace a VLA with a heap alloc
2012-09-07 Michael Niedermayerflashsv2enc: fix prev-Z-prime encoding
2012-09-07 Michael Niedermayerproresdec2: avoid VLA and use SliceContext instead.
2012-09-07 Diego Biurrunx86: more specific checks for availability of required...
2012-09-07 Diego Biurrunx86: avcodec: Drop silly "_mmx" suffix from dsputil...
2012-09-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-07 Mans Rullgardcavsdsp: set idct permutation independently of dsputil
2012-09-07 Mans Rullgardx86: allow using add_hfyu_median_prediction_cmov on...
2012-09-07 Michael Niedermayerfaxcompr: fix out of array read
2012-09-07 Stefano Sabatinilavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_...
2012-09-06 Ben Jacksonlavc/vp6: Disable deblock filtering for Simple Profile
2012-09-06 Stefano Sabatinilavc/raw-test: invert the order of key/value when print...
2012-09-06 Alberto Delmásmss2: simplify loop in decode_rle()
2012-09-06 Alberto Delmásmss12: avoid unnecessary division in arith*_get_bit()
2012-09-06 Alberto Delmásmss2: do not try to read too many palette entries
2012-09-06 Janne Grunaumpegvideo: set AVFrame fields to NULL after freeing...
2012-09-06 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-06 Michael NiedermayerMerge commit '0db2d94280e260af5f3ad7993c5a6357462f17c9'
2012-09-06 Diego Biurrunx86: dsputil: Do not redundantly check for CPU caps...
2012-09-05 Michael Niedermayeramrnbdec: silence a warning about unsigned cant be...
2012-09-05 Michael Niedermayeracelp_pitch_delay: add missing libm.h include for exp2()
2012-09-05 Hendrik Leppkesx86: vp56: cmov version of vp56_rac_get_prob requires...
2012-09-05 Michael Niedermayerg723_1: add some const for more correctness
2012-09-05 Michael Niedermayerproresenc_anatoliy: add 2 const to silence 2 warnings
2012-09-05 Nedeljko BabicOptimization of AC3 floating point decoder for MIPS
2012-09-05 Michael Niedermayerimgconvert: silence some const incompatible pointer...
2012-09-05 Luca Barbatodsputil: workaround __VA_ARGS__ missing tokenization...
2012-09-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-05 Martin Storsjöparser: Don't use pc as context for av_dlog
2012-09-05 Michael NiedermayerMerge commit '21bc44038491e525335ad763883b0288402ff6a0'
2012-09-05 Michael NiedermayerMerge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a'
2012-09-05 Michael NiedermayerMerge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
2012-09-05 Michael NiedermayerMerge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'
2012-09-05 Michael NiedermayerMerge commit '124134e42455763b28cc346fed1d07017a76e84e'
2012-09-05 Michael NiedermayerMerge commit '2d7d91f06d6a1d243dc74c96d3389ee237a3b906'
2012-09-05 Michael Niedermayerh264: Remove an assert on current_picture_ptr being...
2012-09-04 Clément Bœschlavc/dvdsubdec: parse the size from the extradata.
2012-09-04 Martin Storsjöavopt: Explicitly store float/double option defaults...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-09-04 Michael Niedermayerpaf: avoid using expressions with sideeffects in AV_R*
2012-09-04 Michael Niedermayersvq1enc: Set picture_structure correctly
2012-09-04 Michael Niedermayermpegvideo: remove last_picture_ptr / h264 assert.
2012-09-04 Michael Niedermayermpegvideo_enc: remove assert that has become obsolete...
2012-09-04 Michael Niedermayerelbg: Fix an assert
2012-09-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-04 Martin Storsjöproresenc: Don't free a buffer not owned by the codec
2012-09-04 Martin Storsjöproresenc: Write the full value in one put_bits call
2012-09-04 Michael Niedermayeradpcmenc: Calculate the IMA_QT predictor without overflow
2012-09-04 Michael Niedermayeraaccoder: switch to av_assert
2012-09-04 Michael Niedermayerh263dec: fix xvid IDCT switching
2012-09-03 Diego Biurrunx86: h264dsp: drop some unnecessary ifdefs around proto...
2012-09-03 Michael Niedermayerjpegdec: try to fix different flipping behavior of...
2012-09-03 Michael Niedermayerlsp: change assert to av_assert
2012-09-03 Michael Niedermayerlavc: put motion test back.
2012-09-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-03 Alberto Delmásmss12: merge decode_pixel() and decode_top_left_pixel()
2012-09-03 Alberto Delmásmss12: reduce SliceContext size from 1067 to 164 KB
2012-09-03 Alberto Delmásmss12: move SliceContexts out of the common context...
2012-09-03 Diego Biurrunbuild: avcodec: order cosmetics
2012-09-03 Diego Biurrunintrax8dsp: Add missing #include to make header standalone
2012-09-03 Diego BiurrunDelete motion-test tool; it is of doubtful utility.
2012-09-02 Michael Niedermayersnowdec: remove unused variable
2012-09-02 Michael Niedermayerffv1: fix 2 uninitialized variable warnings
2012-09-02 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-02 Mans Rullgardintrax8: move functions from dsputil to own context
2012-09-02 Stefano Sabatinilavc/codec_desc: fix name of wavesynth codec
2012-09-01 Piotr Bandurskilavc: add missing new line to some messages
2012-09-01 Mahendra MFix libx264 profile listing
2012-09-01 Peter Rossansi: erase screen on first frame
2012-09-01 Peter Rossansi: support 256-colors
2012-09-01 Peter Rossansi: support escaped codes where last argument is...
2012-09-01 Peter Rossansi: remove misplaced return
2012-09-01 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2012-09-01 Michael NiedermayerMerge remote-tracking branch 'stev47/master'
2012-09-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-01 Carl Eugen HoyosFix compilation with yasm-0.6.2.
2012-09-01 Stephan HilbMerge branch 'master' of git://source.ffmpeg.org/ffmpeg
2012-09-01 Stephan Hilbcpia: move reget_buffer after header check
2012-08-31 Michael Niedermayerlavc: support building with the forks ABI for avcodec_f...
2012-08-31 Michael Niedermayerimgconvert: add avcodec_find_best_pix_fmt_of_2()
2012-08-31 Reimar Döffingerdvbsubdec: set width/height from display def if not...
2012-08-31 Carl Eugen HoyosAdd some missing _EXTERNAL suffixes to yasm source...
2012-08-31 Michael Niedermayerdsicinav: fix signed integer overflow
2012-08-31 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-31 Michael NiedermayerMerge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'
2012-08-31 Carl Eugen HoyosWrite TIFF Tag ExtraSamples when encoding pix_fmts...
2012-08-31 Carl Eugen HoyosCosmetics: Reorder pix_fmts in tiffenc.c.
2012-08-31 Carl Eugen HoyosSimplify setting colour space for mono* when encoding...
2012-08-31 Alberto DelmásMSS1 and MSS2: set final pixel format after common...
2012-08-31 Alberto DelmásMSS2 decoder
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-30 Stephan HilbAdd CPiA video decoder
next