log

age author description
Mon, 29 Sep 2008 22:04:35 +0000 conrad Use skip_frame for keyframe-only decoding rather than #ifdef libavcodec
Mon, 29 Sep 2008 15:41:55 +0000 cehoyos Fix a warning about an undefined function when compiling h264.c libavcodec
Mon, 29 Sep 2008 06:22:12 +0000 diego Uniformly define _XOPEN_SOURCE to 600. libavcodec
Sun, 28 Sep 2008 23:19:12 +0000 michael Guess picture type from picture coding extension when the main header is damaged. libavcodec
Sun, 28 Sep 2008 19:11:26 +0000 stefano Document the directpred auto value. libavcodec
Sun, 28 Sep 2008 16:16:05 +0000 superdump Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputils libavcodec
Sat, 27 Sep 2008 02:39:24 +0000 michael Replace apparently always true condition by assert(). libavcodec
Sat, 27 Sep 2008 01:59:50 +0000 michael Simplify pix_fmt_id instead of listing a subset of non-simplified ones. libavcodec
Sat, 27 Sep 2008 01:50:57 +0000 michael Check the 4th plane too when selecting the pixfmt. libavcodec
Fri, 26 Sep 2008 18:42:06 +0000 vitor Simplify: avoid duplication backward_filter() libavcodec
Fri, 26 Sep 2008 18:11:41 +0000 diego Remove unused variable. libavcodec
Fri, 26 Sep 2008 10:59:42 +0000 banan Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work libavcodec
Thu, 25 Sep 2008 21:44:07 +0000 michael Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set. libavcodec
Thu, 25 Sep 2008 20:03:57 +0000 vitor Do instead of divising a float by a constant, multiply by its inverse libavcodec
Thu, 25 Sep 2008 19:25:28 +0000 michael Ensure that no non-existing frame is used. libavcodec
Thu, 25 Sep 2008 19:01:39 +0000 michael Do not free sps & pps on width/height changes. libavcodec
Thu, 25 Sep 2008 14:34:14 +0000 michael Do not use the generic "alloc missing references" code for h.264 as it does libavcodec
Thu, 25 Sep 2008 14:29:35 +0000 michael Initialize next/last_picture* as the generic code does not always libavcodec
Thu, 25 Sep 2008 12:04:25 +0000 michael Print which slices are IDR not just the slice type. libavcodec
Thu, 25 Sep 2008 00:41:49 +0000 michael Fix CAVLC+8x8+MBAFF loop filter. libavcodec
Wed, 24 Sep 2008 23:24:24 +0000 michael Field -> MBAFF direct mode can use data from fields that are not libavcodec
Wed, 24 Sep 2008 20:31:24 +0000 vitor Move constant multiplication out of the loop libavcodec
Wed, 24 Sep 2008 20:05:22 +0000 vitor Cosmetics: move convolve() together with the other DSP functions libavcodec
Wed, 24 Sep 2008 20:03:58 +0000 vitor Simplify: move division by constant off the loop libavcodec
Wed, 24 Sep 2008 12:45:28 +0000 kostya Correct wrong lower limit and condition used in APE decoder libavcodec
Tue, 23 Sep 2008 23:16:48 +0000 michael Merge the 2 lpc loops. libavcodec
Tue, 23 Sep 2008 22:49:22 +0000 michael Factorize lpc code slightly. libavcodec
Tue, 23 Sep 2008 08:45:46 +0000 kostya Cosmetics: reindent after last commit libavcodec
Tue, 23 Sep 2008 08:45:12 +0000 kostya Add RLE4 and RLE8 decoding support for BMP libavcodec
Tue, 23 Sep 2008 08:38:32 +0000 kostya Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP libavcodec
Tue, 23 Sep 2008 08:32:18 +0000 kostya Calculate line size correctly for bit depths < 8 libavcodec
Mon, 22 Sep 2008 20:46:52 +0000 michael A few empty lines for readability. libavcodec
Mon, 22 Sep 2008 20:43:35 +0000 michael Another try to fix temporal direct mode references. libavcodec
Mon, 22 Sep 2008 05:40:52 +0000 diego spelling cosmetics libavcodec
Mon, 22 Sep 2008 05:38:50 +0000 diego AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com. libavcodec
Mon, 22 Sep 2008 03:00:26 +0000 michael Fix all the recent problems Justin had run into with the AC3 parser, libavcodec
Mon, 22 Sep 2008 02:32:22 +0000 michael Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes. libavcodec
Sun, 21 Sep 2008 23:51:36 +0000 michael indent libavcodec
Sun, 21 Sep 2008 23:49:53 +0000 michael Correct comment in the direct mode code. libavcodec
Sun, 21 Sep 2008 23:46:59 +0000 michael Simplify initialization of a few direct mode related variables. libavcodec
Sun, 21 Sep 2008 02:39:09 +0000 michael Make MBAFF temporal direct mode closer to the spec. libavcodec
Sun, 21 Sep 2008 02:23:51 +0000 michael Move direct_dist_scale_factor() and direct_ref_list_init() after fill_mbaff_ref_list() libavcodec
Sun, 21 Sep 2008 02:19:45 +0000 michael Set poc for field references in MBAFF. libavcodec
Sat, 20 Sep 2008 11:13:14 +0000 stefano Log an error message in case of invalid number of channels. libavcodec
Fri, 19 Sep 2008 18:53:31 +0000 michael Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF. libavcodec
Fri, 19 Sep 2008 18:49:17 +0000 michael Remove check and error message for "MBAFF + !direct_8x8_inference is not implemented" libavcodec
Thu, 18 Sep 2008 16:36:19 +0000 michael Make pps/sps scaling_matrix initialization closer to the spec. libavcodec
Thu, 18 Sep 2008 16:02:51 +0000 superdump Zero 'idx' for each iteration of the coupling gain loop and as it is only used libavcodec
Thu, 18 Sep 2008 15:48:37 +0000 superdump Cosmetics: missing brackets libavcodec
Thu, 18 Sep 2008 15:35:08 +0000 superdump Cast the return value of get_bits() to signed integer such that the subtraction libavcodec
Thu, 18 Sep 2008 15:13:15 +0000 michael Ensure that extradata is not parsed twice. libavcodec
Thu, 18 Sep 2008 14:08:44 +0000 kostya add newline at the end of message libavcodec
Thu, 18 Sep 2008 13:17:44 +0000 kostya ZMBV encoder forgot to fill coded frame pointer libavcodec
Thu, 18 Sep 2008 05:20:54 +0000 kostya Factorize out code used for MS RLE format decoding in different decoders. libavcodec
Thu, 18 Sep 2008 03:08:33 +0000 conrad Remove duplication of TRANSPOSE8 macro, also removing some redundant load/stores libavcodec
Thu, 18 Sep 2008 03:08:13 +0000 conrad Make a separate macro for writing an entire block from registers to memory libavcodec
Thu, 18 Sep 2008 03:07:41 +0000 conrad Factorize SSE2_(Row|Column)_IDCT into one macro libavcodec
Wed, 17 Sep 2008 20:52:54 +0000 conrad Cosmetics: remove excessive blank lines libavcodec
Wed, 17 Sep 2008 19:49:31 +0000 conrad Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabled libavcodec
Wed, 17 Sep 2008 19:38:44 +0000 conrad Cosmetics: reindent libavcodec
Wed, 17 Sep 2008 19:30:51 +0000 conrad Rewrite SSE2 VP3 IDCT in inline asm libavcodec
Wed, 17 Sep 2008 19:30:33 +0000 conrad Rewrite MMX VP3 IDCT in inline asm libavcodec
Wed, 17 Sep 2008 19:30:03 +0000 conrad MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permutated correctly libavcodec
Wed, 17 Sep 2008 19:29:40 +0000 conrad Take idct permutation into account when initializing dequantization matrices libavcodec
Wed, 17 Sep 2008 19:26:37 +0000 vitor Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the libavcodec
Wed, 17 Sep 2008 06:13:07 +0000 voroshil Second-stage gain and Moving Average Predictor codebooks. libavcodec
Wed, 17 Sep 2008 06:05:12 +0000 voroshil Another set of approved changes for G.729: includes, formats structure, libavcodec
Tue, 16 Sep 2008 15:59:43 +0000 superdump Validate pulse position and error out if an invalid position is encountered. libavcodec
Tue, 16 Sep 2008 01:49:32 +0000 michael Only print "invalid new backstep" when it is really invalid. libavcodec
Tue, 16 Sep 2008 01:24:12 +0000 michael Fix regression test failure caused by golomb limit not being considered libavcodec
Tue, 16 Sep 2008 01:13:55 +0000 bcoudurier sync to latest x264 git, field was renamed libavcodec
Tue, 16 Sep 2008 00:31:32 +0000 michael Make decoder more robust by default against broken encoders. libavcodec
Mon, 15 Sep 2008 20:30:22 +0000 michael Correct the threshold of get_ur_golomb_jpegls() at which the optimized libavcodec
Sun, 14 Sep 2008 22:27:47 +0000 jbr cosmetics: fix indentation after r15321 libavcodec
Sun, 14 Sep 2008 22:25:50 +0000 jbr write actual min and max frame size to FLAC header. update regression test checksum. libavcodec
Sun, 14 Sep 2008 22:20:14 +0000 diego cosmetics: Fix indentation. libavcodec
Sun, 14 Sep 2008 22:18:50 +0000 diego Remove useless #ifdef around #include. libavcodec
Sun, 14 Sep 2008 21:39:54 +0000 jbr write MD5 checksum to FLAC header. update regression tests. libavcodec
Sun, 14 Sep 2008 20:00:36 +0000 jbr write number of samples in FLAC extradata. libavcodec
Sun, 14 Sep 2008 15:50:59 +0000 jbr Return error when trying to decode non-grayscale 16-bit PNM images. libavcodec
Sat, 13 Sep 2008 20:52:57 +0000 superdump Reindent after last commit libavcodec
Sat, 13 Sep 2008 20:51:36 +0000 superdump Apply pulses to unscaled coefficients rather than scaled. libavcodec
Sat, 13 Sep 2008 20:22:31 +0000 superdump Operands of '+' are not necessarily evaluated in order so r15311 was pointless. libavcodec
Sat, 13 Sep 2008 18:47:43 +0000 superdump Correct order of parsing for pulse scalefactor band and offset to match the libavcodec
Sat, 13 Sep 2008 16:56:58 +0000 vitor Cosmetics: line breaks libavcodec
Sat, 13 Sep 2008 16:49:05 +0000 vitor Simplify: use a single history buffer for gain and a single one for libavcodec
Sat, 13 Sep 2008 13:18:35 +0000 diego Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char & libavcodec
Fri, 12 Sep 2008 14:33:35 +0000 superdump Reindent after last commit libavcodec
Fri, 12 Sep 2008 14:32:49 +0000 superdump Only read some of TNS bitstream data in the case that the TNS filter order is libavcodec
Thu, 11 Sep 2008 19:10:26 +0000 vitor Cosmetics: align spec references libavcodec
Thu, 11 Sep 2008 19:06:54 +0000 vitor Rename function: s/colmult/apply_window/ libavcodec
Thu, 11 Sep 2008 08:13:23 +0000 diego misc spelling/wording/grammar fixes libavcodec
Thu, 11 Sep 2008 06:35:37 +0000 kostya Make it possible to disable loop filter in VC-1. libavcodec
Thu, 11 Sep 2008 01:22:34 +0000 superdump Correct pulse amplitude application - a negative or 0 coefficient implies the libavcodec
Thu, 11 Sep 2008 00:34:39 +0000 darkshikari Fix incorrect printing of brainfart cropping error in some cases in progressive mode. libavcodec
Wed, 10 Sep 2008 19:00:02 +0000 vitor Convert table to integer. libavcodec
Tue, 09 Sep 2008 19:20:20 +0000 vitor Convert two tables to signed decimal libavcodec
Tue, 09 Sep 2008 16:51:39 +0000 vitor Cosmetics: remove useless parentheses libavcodec
Tue, 09 Sep 2008 16:50:11 +0000 vitor Remove ChannelData.lev var and use ChannelData.level instead libavcodec
Tue, 09 Sep 2008 14:47:47 +0000 diego Add support for creating Simple Profile (I-frame only, no arithmetic coding) libavcodec
Tue, 09 Sep 2008 14:42:50 +0000 jai_menon vorbis_enc : set coded_frame->pts value to running sample count. libavcodec
Mon, 08 Sep 2008 23:47:50 +0000 aurel remove one more stuff under #if LIBAVCODEC_VERSION_INT libavcodec
Mon, 08 Sep 2008 19:05:46 +0000 jai_menon alac : fix case where bits_per_sample is not set. libavcodec
Mon, 08 Sep 2008 18:52:00 +0000 vitor Remove useless comment libavcodec
Mon, 08 Sep 2008 18:51:33 +0000 vitor Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an libavcodec
Mon, 08 Sep 2008 18:31:48 +0000 michael Remove deprecated avcodec_decode_audio() this one was not under #ifdef. libavcodec
Mon, 08 Sep 2008 18:29:08 +0000 michael avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_fmts. libavcodec
Mon, 08 Sep 2008 18:18:49 +0000 michael Rename error_resilience to error_recognition. libavcodec
Mon, 08 Sep 2008 18:18:29 +0000 vitor Pass directly variable 'a' to interp instead of evaluating it from num_blocks libavcodec
Mon, 08 Sep 2008 18:16:00 +0000 vitor Simplify if() in copy_and_dup() libavcodec
Mon, 08 Sep 2008 18:14:37 +0000 vitor Add av_cold attribute to decode_init() libavcodec
Mon, 08 Sep 2008 18:13:53 +0000 vitor Cosmetics: Make the two additional units in size more clear libavcodec
Mon, 08 Sep 2008 15:28:07 +0000 michael Remove DEFAULT_FRAME_RATE_BASE. libavcodec
Mon, 08 Sep 2008 15:24:16 +0000 michael Drop deprecated SAMPLE_FMT_S24. libavcodec
Mon, 08 Sep 2008 15:03:17 +0000 michael Remove stuff under #if LIBAVCODEC_VERSION_INT. libavcodec
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavcodec
Mon, 08 Sep 2008 13:37:12 +0000 michael Try to fix wma regression. libavcodec
Mon, 08 Sep 2008 05:17:17 +0000 diego Relicense as ISC with the authors' permission. libavcodec
Sun, 07 Sep 2008 21:02:28 +0000 diego Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission. libavcodec
Sun, 07 Sep 2008 20:21:15 +0000 vitor Check output buffer size before decoding. libavcodec