]> git.sesse.net Git - ffmpeg/history - libavcodec
rtmp: Allow having more unknown data at the end of a chunk size packet without failing
[ffmpeg] / libavcodec /
2012-07-26 Michael Bradshawlibopenjpeg: support YUV and deep RGB pixel formats
2012-07-26 Carl Eugen HoyosFix typo in v410 decoder.
2012-07-25 Ronald S. Bultjevp8: Replace x*155/100 by x*101581>>16.
2012-07-25 Ronald S. Bultjevp3: don't use calls to inline asm in yasm code.
2012-07-25 Ronald S. Bultjex86/dsputil: put inline asm under HAVE_INLINE_ASM.
2012-07-25 Yang Wangdsputil_mmx: fix incorrect assembly code
2012-07-25 Kieran Kunhyalibfdk-aacenc: add LATM/LOAS encapsulation support
2012-07-24 Diego Biurrunaac: Mention abbreviation as well in long_name
2012-07-23 Derek Buitenhuisv410dec: Implement explode mode support
2012-07-23 Reimar Döffingerzerocodec: fix direct rendering.
2012-07-23 Hendrik Leppkeswavpack: set bits_per_raw_sample for S32 samples to...
2012-07-23 Ronald S. Bultjeh264: refactor NAL decode loop
2012-07-22 Justin Rugglesdsputil: ppc: cosmetics: pretty-print
2012-07-22 Jason Garrett-Glaserdsputil: x86: add SHUFFLE_MASK_W macro
2012-07-22 Kostya ShishkovBump libavcodec and libavformat minor versions for...
2012-07-22 Mohamed Naufal BasheerG.723.1 demuxer and decoder
2012-07-22 Mohamed Naufal BasheerAdd a shift parameter to celp_lp_synthesis_filter()
2012-07-22 Luca Barbatolibopenjpeg: K&R formatting cosmetics
2012-07-21 Ronald S. Bultjeac3: don't use different names for option tables in...
2012-07-21 Ronald S. Bultjeadpcm: don't duplicate identical AVSampleFmt array...
2012-07-20 Luca Barbatolibopenjpeg: introduce lowres and lowqual private options
2012-07-20 Justin Rugglesalac: fix channel pointer assignment for 24 and 32-bit
2012-07-19 Justin Rugglesalac: cosmetics: general pretty-printing and comment...
2012-07-19 Justin Rugglesalac: calculate buffer size outside the loop in allocat...
2012-07-19 Justin Rugglesalac: change some data types to plain int
2012-07-19 Justin Rugglesalac: cosmetics: rename some variables and function...
2012-07-19 Andrew D'Addesioalac: multi-channel decoding support
2012-07-19 Justin Rugglesalac: split element parsing into a separate function
2012-07-19 Justin Rugglesalac: support a read sample size of up to 32
2012-07-19 Justin Rugglesalac: output in planar sample format
2012-07-19 Justin Rugglesalac: add 32-bit decoding support
2012-07-19 Andrew D'Addesioalac: simplify channel interleaving
2012-07-19 Justin Rugglesalac: use AVPacket fields directly in alac_decode_frame()
2012-07-19 Justin Rugglesalac: fix check for valid max_samples_per_frame
2012-07-19 Justin Rugglesalac: use get_sbits() to read LPC coefficients instead...
2012-07-19 Justin Rugglesalac: move the current samples per frame to the ALACContext
2012-07-19 Justin Rugglesalac: avoid using a double-negative when checking if...
2012-07-19 Justin Rugglesalac: factor out output_size check in predictor_decompr...
2012-07-19 Justin Rugglesalac: factor out loading of next decoded sample in...
2012-07-19 Justin Rugglesalac: use index into buffer_out instead of incrementing...
2012-07-19 Justin Rugglesalac: simplify lpc coefficient adaptation
2012-07-19 Justin Rugglesalac: reduce the number of local variables needed in...
2012-07-19 Justin Rugglesalac: simplify 1st order prediction and reading of...
2012-07-19 Justin Rugglesalac: cosmetics: reindent after last commit
2012-07-19 Justin Rugglesalac: remove unneeded conditionals in predictor_decompr...
2012-07-19 Justin Rugglesalac: use sizeof() instead of hardcoded data sizes
2012-07-19 Justin Rugglesalac: make block_size signed
2012-07-19 Justin Rugglesalac: remove a duplicate local variable
2012-07-19 Justin Rugglesalac: conditionally set sign_modifier to 1
2012-07-19 Justin Rugglesalac: eliminate 2 unneeded local variables in bastardiz...
2012-07-19 Justin Rugglesalac: adjust conditions for updating entropy decoder...
2012-07-19 Justin Rugglesalac: cosmetics: reindent after last commit
2012-07-19 Justin Rugglesalac: limit the rice param before passing to decode_sca...
2012-07-19 Justin Rugglesalac: reduce the number of parameters to bastardized_ri...
2012-07-19 Justin Rugglesalac: cosmetics: rename some ALACContext parameters
2012-07-19 Justin Rugglesalac: clean up and update comments leftover from revers...
2012-07-19 Mans Rullgardflacdec: reverse lpc coeff order, simplify filter
2012-07-19 Diego Biurrunx86: dsputil: drop some unused CPU flag debug code
2012-07-18 Mans Rullgardppc: fix build with altivec disabled
2012-07-18 Mans Rullgardvp3: move idct and loop filter pointers to new vp3dsp...
2012-07-18 Mans Rullgardbuild: add CONFIG_VP3DSP, reduce repetition in OBJS...
2012-07-18 Kostya Shishkovtscc2: do not add/subtract 128 bias during DCT
2012-07-18 Kostya Shishkovtscc2: fix typo in DCT
2012-07-17 Michael Bradshawlibopenjpeg: introduce encoding support
2012-07-17 Michael Bradshawlibopenjpeg: rename decoder source file.
2012-07-17 Kostya Shishkovtscc2: DCT output should not be clipped
2012-07-15 Mohammad Alsalehlibfdk-aac: Check if cutoff value is valid
2012-07-15 Mashiat Sarker Sha... vc1dec: Do not use random pred_flag if motion vector...
2012-07-15 Martin Storsjövp8: Enclose pthread function calls in ifdefs
2012-07-15 Ronald S. Bultjesnow: refactor code to work around a compiler bug in...
2012-07-15 Martin Storsjövp8: Include the thread headers before using the pthrea...
2012-07-14 Daniel Kangvp8: implement sliced threading
2012-07-14 Daniel Kangvp8: move data from VP8Context->VP8Macroblock
2012-07-14 Daniel Kangvp8: refactor decoding a single mb_row
2012-07-13 Janne Grunauimgconvert: deprecate avcodec_find_best_pix_fmt()
2012-07-13 Janne Grunauimgconvert: add avcodec_find_best_pix_fmt2()
2012-07-13 Janne Grunauimgconvert: avoid undefined left shift in avcodec_find_...
2012-07-13 Kostya ShishkovMS Expression Encoder Screen decoder
2012-07-12 Martin Storsjölibfdk-aac: Allow setting the encoder bandwidth/cutoff...
2012-07-12 Diego Biurrunbuild: Fix Ogg demuxer dependencies
2012-07-12 Diego Biurrunbuild: Fix FLAC demuxer dependencies
2012-07-12 Diego Biurrunflac: Move flac functions shared between libraries...
2012-07-12 Diego Biurrunbuild: Fix CAF demuxer dependencies
2012-07-12 Diego Biurrunbuild: Fix MP2 muxer dependencies
2012-07-12 Diego Biurrunbuild: Add missing build rules for the ISMV muxer
2012-07-12 Martin StorsjöSupport AAC encoding via the external library fdk-aac
2012-07-12 Martin Storsjölibavcodec: Add more AAC profiles
2012-07-11 Ronald S. Bultjedct/fft-test: use a replacement getopt() if the system...
2012-07-11 Kostya ShishkovTechSmith Screen Codec 2 decoder
2012-07-10 Kostya Shishkovmss1: fix decoding masked regions in interframes
2012-07-09 Kostya Shishkovmss3: use standard zigzag table
2012-07-09 Kostya Shishkovmss3: split DSP functions that are used in MTS2(MSS4...
2012-07-09 Anton Khirnovmotion-test: do not use getopt()
2012-07-09 JULIAN GARDNERlibx264: support aspect ratio switching
2012-07-06 Martin Storsjöx86: h264_intrapred: Don't add the 'd' suffix to the...
2012-07-06 Kostya Shishkovmss3: add forgotten 'static' qualifier for private...
2012-07-05 Mans Rullgardlavc: options: add planar names for request_sample_fmt
2012-07-05 Mans Rullgardflacdec: add planar output support
2012-07-05 Diego Biurrunqdm2: remove broken and disabled dump_context() debug...
2012-07-05 Diego Biurrunx86: h264_intrapred: use newly introduced SPLAT* and...
next