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
2010-03-10Replace $(G) with more generic $(M) in silent make rulesMåns Rullgård
2010-03-10vp3: avoid buffer overread in coeff decodeDavid Conrad
2010-03-10Fix indentation after r22414.Carl Eugen Hoyos
2010-03-10SIMD optimization using float_to_int16_interleave.Zhou Zongyi
2010-03-10aacsbr: Check that bs_num_env is valid before writing arrays with it as an of...Alex Converse
2010-03-10aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of ...Alex Converse
2010-03-10aacsbr: Factor out the common end border case from t_q setup.Alex Converse
2010-03-10aacsbr: read bs_rel_bord directly into t_env.Alex Converse
2010-03-09aacsbr: Make the previous value of bs_num_env local to read_sbr_data().Alex Converse
2010-03-09aacsbr: Initialize e_a[1] to -1.Alex Converse
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2010-03-09ARM: set size of asm functions in object filesMåns Rullgård
2010-03-09Replace some printf() with puts() in tableprint.cMåns Rullgård
2010-03-09Prettify make output when generating headersMåns Rullgård
2010-03-09aacsbr: Dead code removal.Alex Converse
2010-03-09aacsbr: Remove a slightly incorrect comment.Alex Converse
2010-03-09Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE to 64."Alex Converse
2010-03-09aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several contextAlex Converse
2010-03-09aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid().Alex Converse
2010-03-09aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid).Alex Converse
2010-03-09aacsbr: Fail early on illegal envelope counts.Alex Converse
2010-03-09aacsbr: Check for illegal values of bs_pointer in sbr_read_grid().Alex Converse
2010-03-09Revert commit 22378.Vitor Sessak
2010-03-09Check for reference frames so RV 3/4 won't segfault trying to copy data fromKostya Shishkov
2010-03-09vp3: correctly clip vp3_draw_horiz_band callDavid Conrad
2010-03-0910l: Include missing return values in functions made non-void by the previous...Alex Converse
2010-03-09aacsbr: Propagate errors from read_sbr_grid to prevent crashes in malformatte...Alex Converse
2010-03-09Add a missing fft.h include to the aacsbr decoder.Georgi Chorbadzhiyski
2010-03-09Bump avcodec minor version for kgv1 decoderDaniel Verkamp
2010-03-09Kega Game Video (KGV1) decoderDaniel Verkamp
2010-03-09Fix interlaced vc-3 decoding, issue #1753Baptiste Coudurier
2010-03-09vp3: Set pict_typeDavid Conrad
2010-03-09vp3: Allocate a dummy reference frame if we have no keyframeDavid Conrad
2010-03-09vp3: use FF_BUFFER_TYPE_COPYDavid Conrad
2010-03-09vp3: Don't leak buffers on errorsDavid Conrad
2010-03-09vp3: Simplify buffer managementDavid Conrad
2010-03-09vp3: be less spammy on broken filesDavid Conrad
2010-03-09Move ff_sqrt() to libavutil/intmath.hMåns Rullgård
2010-03-08Add missing includes in bfin and sh4 filesMåns Rullgård
2010-03-08ARM: add some missing includesMåns Rullgård
2010-03-08ARM: fix dct-testMåns Rullgård
2010-03-08Skip mpegaudio3.h in checkheadersMåns Rullgård
2010-03-08Add lots of missing includesMåns Rullgård
2010-03-08Skip the tablegen fragments in checkheadersMåns Rullgård
2010-03-08Add TESTOBJS make variable for extra objects used by test appsMåns Rullgård
2010-03-08Remove unused fast_memcpy() function in dct-testMåns Rullgård
2010-03-08Move dctref prototypes to a header fileMåns Rullgård
2010-03-08Move the local includes below the system includesMartin Storsjö
2010-03-08w32thread: Make avcodec_thread_execute2() static here as wellAndreas Öman
2010-03-08Make avcodec_thread_execute2() staticAndreas Öman