log

age author description
2008-09-17 voroshil Another set of approved changes for G.729: includes, formats structure, libavcodec
2008-09-16 superdump Validate pulse position and error out if an invalid position is encountered. libavcodec
2008-09-16 michael Only print "invalid new backstep" when it is really invalid. libavcodec
2008-09-16 michael Fix regression test failure caused by golomb limit not being considered libavcodec
2008-09-16 bcoudurier sync to latest x264 git, field was renamed libavcodec
2008-09-16 michael Make decoder more robust by default against broken encoders. libavcodec
2008-09-15 michael Correct the threshold of get_ur_golomb_jpegls() at which the optimized libavcodec
2008-09-14 jbr cosmetics: fix indentation after r15321 libavcodec
2008-09-14 jbr write actual min and max frame size to FLAC header. update regression test checksum. libavcodec
2008-09-14 diego cosmetics: Fix indentation. libavcodec
2008-09-14 diego Remove useless #ifdef around #include. libavcodec
2008-09-14 jbr write MD5 checksum to FLAC header. update regression tests. libavcodec
2008-09-14 jbr write number of samples in FLAC extradata. libavcodec
2008-09-14 jbr Return error when trying to decode non-grayscale 16-bit PNM images. libavcodec
2008-09-13 superdump Reindent after last commit libavcodec
2008-09-13 superdump Apply pulses to unscaled coefficients rather than scaled. libavcodec
2008-09-13 superdump Operands of '+' are not necessarily evaluated in order so r15311 was pointless. libavcodec
2008-09-13 superdump Correct order of parsing for pulse scalefactor band and offset to match the libavcodec
2008-09-13 vitor Cosmetics: line breaks libavcodec
2008-09-13 vitor Simplify: use a single history buffer for gain and a single one for libavcodec
2008-09-13 diego Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char & libavcodec
2008-09-12 superdump Reindent after last commit libavcodec
2008-09-12 superdump Only read some of TNS bitstream data in the case that the TNS filter order is libavcodec
2008-09-11 vitor Cosmetics: align spec references libavcodec
2008-09-11 vitor Rename function: s/colmult/apply_window/ libavcodec
2008-09-11 diego misc spelling/wording/grammar fixes libavcodec
2008-09-11 kostya Make it possible to disable loop filter in VC-1. libavcodec
2008-09-11 superdump Correct pulse amplitude application - a negative or 0 coefficient implies the libavcodec
2008-09-11 darkshikari Fix incorrect printing of brainfart cropping error in some cases in progressive mode. libavcodec
2008-09-10 vitor Convert table to integer. libavcodec
2008-09-09 vitor Convert two tables to signed decimal libavcodec
2008-09-09 vitor Cosmetics: remove useless parentheses libavcodec
2008-09-09 vitor Remove ChannelData.lev var and use ChannelData.level instead libavcodec
2008-09-09 diego Add support for creating Simple Profile (I-frame only, no arithmetic coding) libavcodec
2008-09-09 jai_menon vorbis_enc : set coded_frame->pts value to running sample count. libavcodec
2008-09-08 aurel remove one more stuff under #if LIBAVCODEC_VERSION_INT libavcodec
2008-09-08 jai_menon alac : fix case where bits_per_sample is not set. libavcodec
2008-09-08 vitor Remove useless comment libavcodec
2008-09-08 vitor Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an libavcodec
2008-09-08 michael Remove deprecated avcodec_decode_audio() this one was not under #ifdef. libavcodec
2008-09-08 michael avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_fmts. libavcodec
2008-09-08 michael Rename error_resilience to error_recognition. libavcodec
2008-09-08 vitor Pass directly variable 'a' to interp instead of evaluating it from num_blocks libavcodec
2008-09-08 vitor Simplify if() in copy_and_dup() libavcodec
2008-09-08 vitor Add av_cold attribute to decode_init() libavcodec
2008-09-08 vitor Cosmetics: Make the two additional units in size more clear libavcodec
2008-09-08 michael Remove DEFAULT_FRAME_RATE_BASE. libavcodec
2008-09-08 michael Drop deprecated SAMPLE_FMT_S24. libavcodec
2008-09-08 michael Remove stuff under #if LIBAVCODEC_VERSION_INT. libavcodec
2008-09-08 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavcodec
2008-09-08 michael Try to fix wma regression. libavcodec
2008-09-08 diego Relicense as ISC with the authors' permission. libavcodec
2008-09-07 diego Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission. libavcodec
2008-09-07 vitor Check output buffer size before decoding. libavcodec
2008-09-07 vitor Cosmetics: rename vars s/ctx/chd/ libavcodec
2008-09-07 vitor Exploit symmetry to reduce size of tables by half. libavcodec