]> git.sesse.net Git - ffmpeg/history - libavcodec
configure: Remove redundant RTMPT/RTMPTS dependencies
[ffmpeg] / libavcodec /
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...
2012-07-05 Loren Merrittx86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros
2012-07-05 Diego Biurrunx86: h264_intrapred: port to cpuflag macros
2012-07-05 Mans Rullgardh264: use templates to avoid excessive inlining
2012-07-05 Michael Niedermayermpegvideo: Don't use ff_mspel_motion() for vc1
2012-07-05 Martin Storsjövp8: Add ifdef guards around the sse2 loopfilter in...
2012-07-04 Martin Storsjövp8: loopfilter >=sse2 functions need aligned stack...
2012-07-04 Ronald S. Bultjeamr: remove shift out of the AMR_BIT() macro.
2012-07-04 Ronald S. Bultjedsputilenc: group yasm and inline asm function pointer...
2012-07-04 Diego BiurrunClarify Doxygen comment for FF_API_* #defines.
2012-07-04 Ronald S. Bultjempegvideo: remove VLAs
2012-07-04 Mans Rullgardflacdec: move lpc filter to flacdsp
2012-07-04 Mans Rullgardflacdec: split off channel decorrelation as flacdsp
2012-07-04 Mans Rullgardflacdec: factor out code setting avctx->sample_fmt
2012-07-04 Mans Rullgardflac: make FLAC_CHMODE_* constants consecutive
2012-07-04 Mans Rullgardflacdec: allocate sample buffers with av_malloc
2012-07-04 Mans Rullgardflacdec: remove curr_bps from FLACContext
2012-07-04 Mans Rullgardflacenc: add option for forcing stereo decorrelation...
2012-07-03 Diego Biurrunanm: fix a few Doxygen comments
2012-07-03 Diego Biurrunmisc typo and wording fixes
2012-07-03 Ronald S. Bultjesnow: remove a VLA used for edge emulation
next