Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-23dsputil: ppc: cosmetics: pretty-printJustin Ruggles
2012-07-23dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser
2012-07-22Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxerKostya Shishkov
2012-07-22G.723.1 demuxer and decoderMohamed Naufal Basheer
2012-07-22Add a shift parameter to celp_lp_synthesis_filter()Mohamed Naufal Basheer
2012-07-22libopenjpeg: K&R formatting cosmeticsLuca Barbato
2012-07-22ac3: don't use different names for option tables in the template file.Ronald S. Bultje
2012-07-22adpcm: don't duplicate identical AVSampleFmt array for each encoder.Ronald S. Bultje
2012-07-20libopenjpeg: introduce lowres and lowqual private optionsLuca Barbato
2012-07-20alac: fix channel pointer assignment for 24 and 32-bitJustin Ruggles
2012-07-19alac: cosmetics: general pretty-printing and comment clean upJustin Ruggles
2012-07-19alac: calculate buffer size outside the loop in allocate_buffers()Justin Ruggles
2012-07-19alac: change some data types to plain intJustin Ruggles
2012-07-19alac: cosmetics: rename some variables and function namesJustin Ruggles
2012-07-19alac: multi-channel decoding supportAndrew D'Addesio
2012-07-19alac: split element parsing into a separate functionJustin Ruggles
2012-07-19alac: support a read sample size of up to 32Justin Ruggles
2012-07-19alac: output in planar sample formatJustin Ruggles
2012-07-19alac: add 32-bit decoding supportJustin Ruggles
2012-07-19alac: simplify channel interleavingAndrew D'Addesio
2012-07-19alac: use AVPacket fields directly in alac_decode_frame()Justin Ruggles
2012-07-19alac: fix check for valid max_samples_per_frameJustin Ruggles
2012-07-19alac: use get_sbits() to read LPC coefficients instead of castingJustin Ruggles
2012-07-19alac: move the current samples per frame to the ALACContextJustin Ruggles
2012-07-19alac: avoid using a double-negative when checking if the frame is compressedJustin Ruggles
2012-07-19alac: factor out output_size check in predictor_decompress_fir_adapt()Justin Ruggles
2012-07-19alac: factor out loading of next decoded sample in LPC predictionJustin Ruggles
2012-07-19alac: use index into buffer_out instead of incrementing the pointerJustin Ruggles
2012-07-19alac: simplify lpc coefficient adaptationJustin Ruggles
2012-07-19alac: reduce the number of local variables needed in lpc predictionJustin Ruggles
2012-07-19alac: simplify 1st order prediction and reading of warm-up samplesJustin Ruggles
2012-07-19alac: cosmetics: reindent after last commitJustin Ruggles
2012-07-19alac: remove unneeded conditionals in predictor_decompress_fir_adapt()Justin Ruggles
2012-07-19alac: use sizeof() instead of hardcoded data sizesJustin Ruggles
2012-07-19alac: make block_size signedJustin Ruggles
2012-07-19alac: remove a duplicate local variableJustin Ruggles
2012-07-19alac: conditionally set sign_modifier to 1Justin Ruggles
2012-07-19alac: eliminate 2 unneeded local variables in bastardized_rice_decompress()Justin Ruggles
2012-07-19alac: adjust conditions for updating entropy decoder historyJustin Ruggles
2012-07-19alac: cosmetics: reindent after last commitJustin Ruggles
2012-07-19alac: limit the rice param before passing to decode_scalar()Justin Ruggles
2012-07-19alac: reduce the number of parameters to bastardized_rice_decompress()Justin Ruggles
2012-07-19alac: cosmetics: rename some ALACContext parametersJustin Ruggles
2012-07-19alac: clean up and update comments leftover from reverse-engineeringJustin Ruggles
2012-07-19flacdec: reverse lpc coeff order, simplify filterMans Rullgard
2012-07-19x86: dsputil: drop some unused CPU flag debug codeDiego Biurrun
2012-07-18ppc: fix build with altivec disabledMans Rullgard
2012-07-18vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard
2012-07-18build: add CONFIG_VP3DSP, reduce repetition in OBJS listsMans Rullgard
2012-07-18tscc2: do not add/subtract 128 bias during DCTKostya Shishkov