]> git.sesse.net Git - ffmpeg/history - libavcodec
mips: add assembler flags for mips32r2 ISA and mhard-float
[ffmpeg] / libavcodec /
2012-08-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-17 Luca Barbatolibvpxenc: use the default bitrate if not set
2012-08-17 Jan Ekströmutvideo: Rename utvideo.c to utvideodec.c
2012-08-17 Michael Niedermayerescape124: Fix long == 64 assumtation.
2012-08-17 Michael Niedermayerccitt fax: fix some group3 1d files without EOL
2012-08-16 Luca Barbatomjpegdec: more meaningful return values
2012-08-16 Michael Niedermayerescape124: fix integer overflow leading to excessive...
2012-08-16 Michael Niedermayerfft-test: switch to new cpu flags API
2012-08-16 Michael Niedermayervc1dsp_mmx: remove libavutil/internal.h include
2012-08-16 Michael Niedermayersimple_idct_mmx: remove libavutil/internal.h include
2012-08-16 Michael Niedermayerx86/motion_est_mmx: remove libavutil/internal.h include
2012-08-16 Michael Niedermayerx86/mlpdsp: remove libavutil/internal.h include
2012-08-16 Michael Niedermayerlpc_mmx: remove libavutil/internal.h include
2012-08-16 Michael Niedermayeridct_sse2_xvid: remove libavutil/internal.h include
2012-08-16 Michael Niedermayerlibvpxenc: check for odd RC parameter combinations...
2012-08-16 Michael Niedermayerlibvpxenc: fix division by zero
2012-08-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-16 Martin StorsjöAdd missing includes for code relying on external libraries
2012-08-16 Martin StorsjöFix even more missing includes after the common.h removal
2012-08-16 Diego Biurrunbuild: Factor out rangecoder dependencies to CONFIG_RAN...
2012-08-16 Diego Biurrunbuild: Factor out error resilience dependencies to...
2012-08-16 Diego Biurrunx86: avcodec: Consistently name all init files
2012-08-16 Martin StorsjöAdd more missing includes after removing the implicit...
2012-08-16 Philip Langdalemovtextdec: Don't emit errors for normal duration-end...
2012-08-16 Philip Langdalesrtenc: Add timing-less "subrip" encoder.
2012-08-16 Philip Langdalesrtdec: Add timing-less "subrip" decoder.
2012-08-16 Michael Niedermayersp5xdec: fix off by 1 error causing a crash
2012-08-16 Michael Niedermayerav_get_audio_frame_duration: fix ra144
2012-08-15 Michael Niedermayersnowdec: add 2 av_asserts to check run validity
2012-08-15 Michael Niedermayersnowdec: check log in get_symbol2()
2012-08-15 Martin StorsjöAdd some more missing includes after removing the impli...
2012-08-15 Michael Niedermayermpegvideo: dont call draw edges on lowres
2012-08-15 Michael Niedermayerh263penc: fix multitheraded encoding
2012-08-15 Michael Niedermayermpegvideo_enc: reset mb_x/y before writing the headers
2012-08-15 Michael Niedermayermotion_est: switch some asserts to av_assert
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-15 Anton Khirnovapi-example: use new video encoding API.
2012-08-15 Michael Niedermayermsmpeg4v2: initialize mb_type array
2012-08-15 Michael Niedermayermpegvideo: fix MB/MV vissualization on videos that...
2012-08-15 Diego Biurrunx86: avcodec: Appropriately name files containing only...
2012-08-15 Diego Biurrunmpegvideo_mmx_template: drop some commented-out cruft
2012-08-15 Michael Niedermayerpafdec: fix wrong check for input buffer size.
2012-08-14 Michael Niedermayerpafdec: fix wrong palette index check.
2012-08-14 Diego Biurrunw32pthreads: Add missing #includes to make header compi...
2012-08-14 Sebastien Zwickertvda: better frame allocation.
2012-08-14 Maksalov Borisprores: interlaced ProRes encoding
2012-08-14 Michael Niedermayerbmv_videodec: fix out of array read
2012-08-14 upsuperremove duplicated code
2012-08-14 Boris Maksalovprores_kostya: implement interlaced encoding.
2012-08-14 Boris Maksalovprores_kostya: fix incorrect picture_size field.
2012-08-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-14 Sebastien Zwickertvda: fix make checkheaders.
2012-08-14 Mans Rullgardg723.1: simplify scale_vector()
2012-08-14 Mans Rullgardg723.1: simplify normalize_bits()
2012-08-14 Sebastien Zwickertvda: cosmetics: fix Doxygen comment formatting
2012-08-14 Sebastien Zwickertvda: better frame allocation
2012-08-14 Sebastien Zwickertvda: Merge implementation into one file
2012-08-14 Sebastien Zwickertvda: support synchronous decoding
2012-08-14 Sebastien Zwickertvda: Reuse the bitstream buffer and reallocate it only...
2012-08-14 Nicolas Georgedvdsubenc: reindent after recent commit.
2012-08-14 Nicolas Georgelavc: add const to AVCodecContext.codec_descriptor.
2012-08-14 Nicolas Georgelavc: reimplement avcodec_get_name with descriptors.
2012-08-14 Nicolas Georgedvdsubenc: set frame size in extradata.
2012-08-14 Nicolas Georgedvdsubenc: make it usable for transcoding.
2012-08-14 Diego Biurrunbuild: Factor out mpegvideo encoding dependencies to...
2012-08-14 Sebastien Zwickertvda: merge implementation into one file.
2012-08-14 Sebastien Zwickertvda: support synchronous decoding.
2012-08-13 Boris Maksalovproresenc: use the edge emulation buffer
2012-08-13 Mans RullgardUse log2(x) instead of log(x) / log(2)
2012-08-13 Speedy GonzalesProresenc: add multithreading support
2012-08-13 Mans Rullgardx86: cabac: allow building with suncc
2012-08-13 Mans Rullgardx86: mlpdsp: avoid taking address of void
2012-08-13 Michael Niedermayerg723_1dec: inline normalize_bits() in scale vector...
2012-08-13 Michael Niedermayerg723_1dec: remove dead code that leaked in from libav
2012-08-13 Michael Niedermayerg723_1dec: remove unneeded cliping that leaked in from...
2012-08-13 Michael Niedermayerg723_1dec: avoid memcpy
2012-08-13 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-13 Paul B Maholpaf: prevent invalid write
2012-08-13 Nicolas Georgelavc: add missing codec descriptors.
2012-08-13 Michael Niedermayerh264_cavlc: switch forgotten assert to av_assert
2012-08-13 Michael Niedermayerh264: fix x264 build detection
2012-08-13 Mans Rullgardg723.1: do not pass large structs by value
2012-08-13 Mans Rullgardg723.1: do not bounce intermediate values via memory
2012-08-13 Mans Rullgardg723.1: declare a variable in the block it is used
2012-08-13 Mans Rullgardg723.1: avoid saving/restoring excitation
2012-08-13 Mans Rullgardg723.1: avoid unnecessary memcpy() in residual_interp()
2012-08-13 Mans Rullgardg723.1: make postfilter write directly to output buffer
2012-08-13 Mans Rullgardg723.1: drop unnecessary variable buf_ptr in formant_po...
2012-08-13 Mans Rullgardg723.1: make scale_vector() output to a separate buffer
2012-08-13 Mans Rullgardg723.1: make autocorr_max() work on an arbitrary buffer
2012-08-13 Mans Rullgardg723.1: do not needlessly use int64_t
2012-08-13 Mans Rullgardg723.1: use saturating addition functions
2012-08-13 Mans Rullgardg723.1: optimise scale_vector()
2012-08-13 Mans Rullgardg723.1: remove useless uses of MUL64()
2012-08-13 Mans Rullgardg723.1: remove unnecessary argument 'shift' from dot_pr...
2012-08-13 Mans Rullgardg723.1: deobfuscate "(x << 4) - x" to "15 * x"
2012-08-13 Mans Rullgardcelp: optimise ff_celp_lp_synthesis_filter()
2012-08-12 Derek Buitenhuiscllc: Implement ARGB support
2012-08-12 Derek Buitenhuiscllc: Implement ARGB support
next