Mercurial > libavcodec.hg
graph
-
2 instructions less in h264_loop_filter_luma_mmx2() libavcodecFri, 03 Nov 2006 12:07:53 +0000, by michael
-
outputs bit spent on various encoding functions (motion vectors, overhead, etc) libavcodecThu, 02 Nov 2006 19:11:20 +0000, by gpoirier
-
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavcodecWed, 01 Nov 2006 22:39:58 +0000, by diego
-
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com libavcodecWed, 01 Nov 2006 21:09:14 +0000, by diego
-
merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3) libavcodecWed, 01 Nov 2006 19:34:30 +0000, by michael
-
Reenable AMD64 optimizations for cabac accidentially disabled in r6852 libavcodecWed, 01 Nov 2006 17:18:49 +0000, by reimar
-
Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change libavcodecWed, 01 Nov 2006 17:01:33 +0000, by diego
-
fix for disabling vorbis decoder but enabling vorbis encoder libavcodecMon, 30 Oct 2006 18:05:35 +0000, by ods15
-
dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3) libavcodecMon, 30 Oct 2006 02:19:55 +0000, by michael
-
Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under libavcodecSun, 29 Oct 2006 13:14:37 +0000, by diego
-
update copyright year, it looks odd otherwise :) libavcodecSat, 28 Oct 2006 20:18:18 +0000, by michael
-
CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the distortion becomes less relevant then the overhead of intra blocks libavcodecSat, 28 Oct 2006 20:00:05 +0000, by michael
-
I hope noone minds, adding myself to eval.c copyright... libavcodecSat, 28 Oct 2006 18:30:20 +0000, by ods15
-
use lambda/lmax instead of qscale/qmax as end check for vbv retry libavcodecSat, 28 Oct 2006 11:15:06 +0000, by michael
-
shut gcc warning, also makes sense for NAN to be returned if the loop was never executed libavcodecSat, 28 Oct 2006 07:03:24 +0000, by ods15
-
add support for while() loops again ugly syntax while(condition, statements) but very simple implementation libavcodecFri, 27 Oct 2006 22:35:55 +0000, by michael
-
possible bug of 'gte' being read as 'gt', same with 'lte' libavcodecFri, 27 Oct 2006 21:37:47 +0000, by ods15
-
adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by Michael libavcodecFri, 27 Oct 2006 19:53:41 +0000, by reynaldo
-
adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael libavcodecFri, 27 Oct 2006 19:50:31 +0000, by reynaldo
-
new optimized eval method, by seperating parsing and runtime libavcodecFri, 27 Oct 2006 16:42:16 +0000, by ods15
-
LZW decoder as separate module plus TIFF LZW support libavcodecThu, 26 Oct 2006 04:15:48 +0000, by kostya
-
Don't include inttypes.h/stdint.h directly, there is an abstraction in libavcodecTue, 24 Oct 2006 18:57:43 +0000, by diego
-
reverse my last change, it was wrong and broken libavcodecTue, 24 Oct 2006 10:13:26 +0000, by michael
-
merge 8 and 16bit functions, they are identical except the data type libavcodecTue, 24 Oct 2006 08:33:44 +0000, by michael
-
set v_edge_pos correctly for field picture mpeg2 libavcodecTue, 24 Oct 2006 07:33:39 +0000, by michael
-
Do not use a fake libavcodec/swscale.h, but always use the real one libavcodecMon, 23 Oct 2006 17:06:32 +0000, by lucabe
-
use the adjustment value present in FLV to crop VP6 video libavcodecSun, 22 Oct 2006 23:19:42 +0000, by aurel
-
use coded_width and coded_height instead of width and height libavcodecSun, 22 Oct 2006 18:33:09 +0000, by aurel
-
Protect code that uses CMOV instructions with HAVE_CMOV, libavcodecFri, 20 Oct 2006 17:53:19 +0000, by gpoirier
-
another instruction less in decode_significance_x86() -> 1% faster ion P3 libavcodecFri, 20 Oct 2006 10:00:28 +0000, by michael
-
reordering instructions a little in decode_significance_x86() -> 2 instructions less / 1% faster decode_residual on P3 libavcodecFri, 20 Oct 2006 00:51:04 +0000, by michael
-
factorize get_cabac asm (0.5% slower but its much cleaner) libavcodecFri, 20 Oct 2006 00:35:54 +0000, by michael
-
Fix PIC compilation, some defines were under #ifdef !PIC but used libavcodecThu, 19 Oct 2006 20:24:33 +0000, by diego
-
1 variable less in decode_cabac_residual() no speed change (but less vars means less things gcc can load and store redundantly) libavcodecThu, 19 Oct 2006 10:33:56 +0000, by michael
-
optimize sign decoding code in decode_residual() libavcodecThu, 19 Oct 2006 01:19:03 +0000, by michael
-
copy cabac context onto the stack for the c code in decode_cabac_residual() (15% faster on P3 but still slower then the current asm) libavcodecTue, 17 Oct 2006 23:59:21 +0000, by michael
-
x86 asm version of the decode significance loop (not 8x8) of decode_residual() 5% faster decode_residual() on P3 libavcodecTue, 17 Oct 2006 22:18:29 +0000, by michael
-
Implement sws_getCachedContext() in swscale emulation libavcodecTue, 17 Oct 2006 10:26:37 +0000, by lucabe
-
Fix crash with illegal instruction, cmov is available on 686 and later only. libavcodecMon, 16 Oct 2006 21:47:19 +0000, by diego
-
fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt come up with a better one quickly) libavcodecMon, 16 Oct 2006 11:11:20 +0000, by michael
-
this code will not work with PIC as it needs 7 registers and gcc doesnt support that in PIC libavcodecSun, 15 Oct 2006 20:50:05 +0000, by michael
-
shift CABACContext.range right, this reduces the number of shifts needed in get_cabac() and is slightly faster on P3 (and should be much faster on P4 as the P4 except the more recent variants lacks an integer shifter and so shifts have ~10 times longer latency then simple operations like adds) libavcodecSun, 15 Oct 2006 20:40:50 +0000, by michael
-
Have xvid encoder wrapper honnor -vtag option libavcodecSun, 15 Oct 2006 16:52:33 +0000, by gpoirier
-
Revert putting EXTRALIBS in common.mak, linking fails on MinGW. libavcodecSun, 15 Oct 2006 12:59:45 +0000, by diego
-
Ignore blocks with no samples and flags (but usually with MD5 sum) libavcodecSun, 15 Oct 2006 04:50:19 +0000, by kostya
-
Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failure libavcodecSat, 14 Oct 2006 17:04:50 +0000, by diego
-
Remove intrinsics checks, they are no longer used. libavcodecFri, 13 Oct 2006 16:04:41 +0000, by diego
-
dehack *ps_state indexing in the branchless decoder libavcodecFri, 13 Oct 2006 14:21:25 +0000, by michael
-
add "memory" to the clobber list we change memory so we need it, this also fixes some problems with gcc svn libavcodecThu, 12 Oct 2006 21:32:56 +0000, by michael
-
-1 is a valid return value in ratecontrol_1pass() -> 100l for takis libavcodecThu, 12 Oct 2006 20:55:42 +0000, by michael
-
prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_cabac() on P3) libavcodecThu, 12 Oct 2006 14:49:19 +0000, by michael
-
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavcodecThu, 12 Oct 2006 12:02:58 +0000, by bcoudurier
-
fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A users P sourceforge P net% libavcodecThu, 12 Oct 2006 11:54:24 +0000, by bcoudurier
-
Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h. libavcodecThu, 12 Oct 2006 11:51:34 +0000, by diego
-
adds some useful comments after some of the #else, #elseif, libavcodecThu, 12 Oct 2006 07:51:18 +0000, by gpoirier
-
slightly faster on P3 slightly slower on athlon and probably faster on P4 libavcodecWed, 11 Oct 2006 17:59:40 +0000, by michael
-
update doc, changelog, and increase libavcodec version for .cin files support libavcodecWed, 11 Oct 2006 17:14:02 +0000, by bcoudurier
-
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavcodecWed, 11 Oct 2006 16:57:00 +0000, by bcoudurier
-
moving lps state transition code a little up in the branched asm code (1% faster on P3) libavcodecWed, 11 Oct 2006 16:39:50 +0000, by michael
-
write cabac low and range variables as early as possible to prevent stalls from reading them before they where written, the P4 is said to disslike that alot, on P3 its 2% faster (START/STOP_TIMER over decode_residual) libavcodecWed, 11 Oct 2006 16:11:41 +0000, by michael
-
use ecx instead of cl (no speed change on P3 but might avoid partial register stalls on some cpus) libavcodecWed, 11 Oct 2006 15:20:08 +0000, by michael
-
make state transition tables global as they are constant and the code is slightly faster that way libavcodecWed, 11 Oct 2006 14:44:17 +0000, by michael
-
make lps_range a global table its constant anyway (saves 1 addition for accessing it) libavcodecWed, 11 Oct 2006 13:21:42 +0000, by michael
-
enable CMOV_IS_FAST as its faster or equal speed on every cpu (duron, athlon, PM, P3) from which ive seen benchmarks, it might be slower on P4 but noone has posted benchmarks ... libavcodecWed, 11 Oct 2006 12:23:40 +0000, by michael
-
Switch to the LGPL as agreed to by the author according to the libavcodecWed, 11 Oct 2006 07:47:59 +0000, by diego
-
moving another bit&1 out, this is as fast as with it in there, but it makes more sense with it outside of the loop libavcodecTue, 10 Oct 2006 06:56:51 +0000, by michael
-
move the &1 out of the asm so gcc can optimize it away in inlined cases (yes this is slightly faster) libavcodecTue, 10 Oct 2006 01:17:39 +0000, by michael
-
reading 8bit mem into a 8bit register needs 2 uops on P4, 8bit->32bit with zero extension needs just 1 libavcodecMon, 09 Oct 2006 21:57:10 +0000, by michael
-
reverse remainder of the failed attempt to optimize *state=c->mps_state[s] libavcodecMon, 09 Oct 2006 21:14:16 +0000, by michael
-
removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore libavcodecMon, 09 Oct 2006 18:29:46 +0000, by lu_zero
-
move outcommented START/STOP_TIMER to a hopefully better place for benchmarking ... libavcodecMon, 09 Oct 2006 18:20:00 +0000, by michael
-
drop failed attempt to optimize *state= c->mps_state[s]; libavcodecMon, 09 Oct 2006 15:52:17 +0000, by michael
-
first try of a handwritten get_cabac() for x86, this is 10-20% faster on P3 depening on if you try to subtract the START/STOP_TIMER overhead libavcodecMon, 09 Oct 2006 14:15:14 +0000, by michael
-
remove bytestream_end checks, seems to work fine without them and the bitstream reader doesnt check for the end either libavcodecMon, 09 Oct 2006 12:25:24 +0000, by michael
-
Non Altivec optimizations already present at the top libavcodecSun, 08 Oct 2006 13:55:02 +0000, by lu_zero
-
branchless renormalization (1% faster get_cabac) old branchless renormalization wasnt faster because gcc was scared of the shift variable (missusing bit variable now) libavcodecSun, 08 Oct 2006 13:20:22 +0000, by michael
-
Compilation fix: pix_abs16x16_c was undeclared. libavcodecSun, 08 Oct 2006 09:41:00 +0000, by diego
-
Compilation fix, printf gets redefined to please_use_av_log. libavcodecSun, 08 Oct 2006 09:38:22 +0000, by diego
-
renorm_cabac_decoder_once START/STOP_TIMER scores for athlon libavcodecSat, 07 Oct 2006 22:34:32 +0000, by michael
-
refill cabac variables in 16bit steps, 3% faster get_cabac() libavcodecSat, 07 Oct 2006 15:44:14 +0000, by michael
-
Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodecSat, 07 Oct 2006 15:30:46 +0000, by diego
-
Compilation fix, printf gets redefined to please_use_av_log. libavcodecSat, 07 Oct 2006 11:30:24 +0000, by diego
-
several x86 renorm_cabac_decoder_once optimizations libavcodecSat, 07 Oct 2006 11:15:10 +0000, by michael
-
cosmetics: Add backslashes to the last line of continued lines to make libavcodecSat, 07 Oct 2006 08:10:47 +0000, by diego
-
fix buffer underflows by reencoding the current frame with a higher QP libavcodecThu, 05 Oct 2006 19:27:18 +0000, by michael
-
Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the libavcodecThu, 05 Oct 2006 00:23:24 +0000, by diego
-
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs. libavcodecWed, 04 Oct 2006 21:42:31 +0000, by diego
-
don't try to inline cabac functions. gcc ignored the hint anyway, and forcing it would make h264 slower. libavcodecWed, 04 Oct 2006 07:16:10 +0000, by lorenm
-
Slightly simplify apiexample compilation command line. libavcodecTue, 03 Oct 2006 18:03:45 +0000, by diego
-
Remove unused variables and the corresponding warnings along with them. libavcodecTue, 03 Oct 2006 17:12:48 +0000, by diego
-
add vorbis_enc_data.h, remove codebook data from vorbis_enc.c libavcodecMon, 02 Oct 2006 06:56:39 +0000, by ods15
-
Original Commit: r114 | ods15 | 2006-10-01 21:38:37 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:52 +0000, by ods15
-
Original Commit: r113 | ods15 | 2006-10-01 21:35:47 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:49 +0000, by ods15
-
Original Commit: r112 | ods15 | 2006-10-01 20:48:39 +0200 (Sun, 01 Oct 2006) | 3 lines libavcodecMon, 02 Oct 2006 06:09:47 +0000, by ods15
-
Original Commit: r111 | ods15 | 2006-10-01 19:40:50 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:45 +0000, by ods15
-
Original Commit: r110 | ods15 | 2006-10-01 19:17:32 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:43 +0000, by ods15
-
Original Commit: r109 | ods15 | 2006-10-01 19:14:52 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:41 +0000, by ods15
-
Original Commit: r108 | ods15 | 2006-10-01 18:46:06 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:39 +0000, by ods15
-
Original Commit: r107 | ods15 | 2006-10-01 18:13:12 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:36 +0000, by ods15
-
Original Commit: r106 | ods15 | 2006-10-01 18:11:55 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:33 +0000, by ods15
-
Original Commit: r105 | ods15 | 2006-10-01 18:09:55 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:30 +0000, by ods15
-
Original Commit: r104 | ods15 | 2006-10-01 18:04:08 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:28 +0000, by ods15
-
Original Commit: r103 | ods15 | 2006-10-01 18:00:43 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:24 +0000, by ods15
-
Original Commit: r102 | ods15 | 2006-10-01 17:58:38 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:22 +0000, by ods15
-
Original Commit: r101 | ods15 | 2006-10-01 14:15:00 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:20 +0000, by ods15
-
Original Commit: r100 | ods15 | 2006-10-01 14:01:27 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:18 +0000, by ods15
-
Original Commit: r99 | ods15 | 2006-10-01 11:12:44 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:14 +0000, by ods15
-
Original Commit: r98 | ods15 | 2006-10-01 10:15:33 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:12 +0000, by ods15
-
Original Commit: r97 | ods15 | 2006-09-30 23:32:19 +0300 (Sat, 30 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:10 +0000, by ods15
-
Original Commit: r96 | ods15 | 2006-09-30 23:25:18 +0300 (Sat, 30 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:08 +0000, by ods15
-
Original Commit: r95 | ods15 | 2006-09-30 22:11:08 +0300 (Sat, 30 Sep 2006) | 3 lines libavcodecMon, 02 Oct 2006 06:09:06 +0000, by ods15
-
Original Commit: r94 | ods15 | 2006-09-30 22:09:33 +0300 (Sat, 30 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:04 +0000, by ods15
-
Original Commit: r93 | ods15 | 2006-09-30 22:02:21 +0300 (Sat, 30 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:02 +0000, by ods15
-
Original Commit: r92 | ods15 | 2006-09-30 12:13:47 +0300 (Sat, 30 Sep 2006) | 3 lines libavcodecMon, 02 Oct 2006 06:08:59 +0000, by ods15
-
Original Commit: r91 | ods15 | 2006-09-30 10:05:16 +0300 (Sat, 30 Sep 2006) | 4 lines libavcodecMon, 02 Oct 2006 06:08:57 +0000, by ods15
-
Original Commit: r90 | ods15 | 2006-09-29 22:14:40 +0300 (Fri, 29 Sep 2006) | 3 lines libavcodecMon, 02 Oct 2006 06:08:55 +0000, by ods15
-
Original Commit: r88 | ods15 | 2006-09-29 21:10:36 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:53 +0000, by ods15
-
Original Commit: r87 | ods15 | 2006-09-29 21:10:05 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:51 +0000, by ods15
-
Original Commit: r86 | ods15 | 2006-09-29 21:08:42 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:48 +0000, by ods15
-
Original Commit: r85 | ods15 | 2006-09-29 21:07:58 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:46 +0000, by ods15
-
Original Commit: r84 | ods15 | 2006-09-29 21:07:07 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:44 +0000, by ods15
-
Original Commit: r83 | ods15 | 2006-09-29 21:06:13 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:41 +0000, by ods15
-
Original Commit: r82 | ods15 | 2006-09-29 21:03:43 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:39 +0000, by ods15
-
Original Commit: r81 | ods15 | 2006-09-29 21:02:09 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:36 +0000, by ods15
-
Original Commit: r80 | ods15 | 2006-09-29 15:44:22 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:33 +0000, by ods15
-
Original Commit: r79 | ods15 | 2006-09-29 15:15:26 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:31 +0000, by ods15
-
Original Commit: r78 | ods15 | 2006-09-29 15:14:28 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:28 +0000, by ods15
-
Original Commit: r77 | ods15 | 2006-09-29 15:12:56 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:25 +0000, by ods15
-
Original Commit: r76 | ods15 | 2006-09-29 13:16:37 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:23 +0000, by ods15
-
Original Commit: r75 | ods15 | 2006-09-29 13:03:51 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:21 +0000, by ods15
-
Original Commit: r74 | ods15 | 2006-09-29 13:03:31 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:19 +0000, by ods15
-
Original Commit: r73 | ods15 | 2006-09-28 21:01:59 +0300 (Thu, 28 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:16 +0000, by ods15
-
Original Commit: r72 | ods15 | 2006-09-28 21:00:47 +0300 (Thu, 28 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:14 +0000, by ods15
-
Original Commit: r71 | ods15 | 2006-09-28 21:00:24 +0300 (Thu, 28 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:11 +0000, by ods15
-
Original Commit: r70 | ods15 | 2006-09-28 19:07:36 +0300 (Thu, 28 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:09 +0000, by ods15
-
Original Commit: r69 | ods15 | 2006-09-27 20:27:50 +0300 (Wed, 27 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:07 +0000, by ods15
-
Original Commit: r68 | ods15 | 2006-09-25 21:15:09 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:03 +0000, by ods15
-
Original Commit: r67 | ods15 | 2006-09-25 20:33:06 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:01 +0000, by ods15
-
Original Commit: r66 | ods15 | 2006-09-25 18:42:13 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:59 +0000, by ods15
-
Original Commit: r65 | ods15 | 2006-09-25 18:40:19 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:57 +0000, by ods15
-
Original Commit: r64 | ods15 | 2006-09-25 18:39:30 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:55 +0000, by ods15
-
Original Commit: r63 | ods15 | 2006-09-25 13:51:44 +0300 (Mon, 25 Sep 2006) | 3 lines libavcodecMon, 02 Oct 2006 06:07:53 +0000, by ods15
-
Original Commit: r62 | ods15 | 2006-09-25 13:12:07 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:51 +0000, by ods15
-
Original Commit: r61 | ods15 | 2006-09-25 13:10:56 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:49 +0000, by ods15
-
Original Commit: r60 | ods15 | 2006-09-25 12:46:30 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:46 +0000, by ods15
-
Original Commit: r59 | ods15 | 2006-09-24 17:40:40 +0300 (Sun, 24 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:44 +0000, by ods15
-
Original Commit: r58 | ods15 | 2006-09-24 17:35:28 +0300 (Sun, 24 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:42 +0000, by ods15
-
Original Commit: r56 | ods15 | 2006-09-24 13:55:01 +0300 (Sun, 24 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:40 +0000, by ods15
-
Original Commit: r55 | ods15 | 2006-09-24 13:54:43 +0300 (Sun, 24 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:38 +0000, by ods15
-
Original Commit: r54 | ods15 | 2006-09-24 13:54:12 +0300 (Sun, 24 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:36 +0000, by ods15
-
Original Commit: r52 | ods15 | 2006-09-23 17:38:43 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:34 +0000, by ods15
-
Original Commit: r51 | ods15 | 2006-09-23 16:32:30 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:32 +0000, by ods15
-
Original Commit: r50 | ods15 | 2006-09-23 16:24:51 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:30 +0000, by ods15
-
Original Commit: r49 | ods15 | 2006-09-23 12:52:21 +0300 (Sat, 23 Sep 2006) | 3 lines libavcodecMon, 02 Oct 2006 06:07:28 +0000, by ods15
-
Original Commit: r48 | ods15 | 2006-09-23 12:45:25 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:26 +0000, by ods15
-
Original Commit: r47 | ods15 | 2006-09-23 12:34:48 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:24 +0000, by ods15
-
Original Commit: r46 | ods15 | 2006-09-23 11:36:32 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:40 +0000, by ods15
-
Original Commit: r44 | ods15 | 2006-09-23 10:54:43 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:37 +0000, by ods15
-
Original Commit: r43 | ods15 | 2006-09-23 10:53:46 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:35 +0000, by ods15
-
Original Commit: r42 | ods15 | 2006-09-23 10:53:16 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:32 +0000, by ods15
-
Original Commit: r41 | ods15 | 2006-09-23 10:52:34 +0300 (Sat, 23 Sep 2006) | 4 lines libavcodecMon, 02 Oct 2006 05:56:30 +0000, by ods15
-
Original Commit: r40 | ods15 | 2006-09-23 09:36:30 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:27 +0000, by ods15
-
Original Commit: r39 | ods15 | 2006-09-23 09:36:11 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:25 +0000, by ods15
-
Original Commit: r38 | ods15 | 2006-09-23 09:02:34 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:23 +0000, by ods15
-
Original Commit: r37 | ods15 | 2006-09-23 08:43:43 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:21 +0000, by ods15
-
Original Commit: r36 | ods15 | 2006-09-23 08:43:09 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:18 +0000, by ods15
-
Original Commit: r35 | ods15 | 2006-09-22 18:53:22 +0300 (Fri, 22 Sep 2006) | 4 lines libavcodecMon, 02 Oct 2006 05:56:16 +0000, by ods15
-
Original Commit: r34 | ods15 | 2006-09-22 18:46:57 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:14 +0000, by ods15
-
Original Commit: r32 | ods15 | 2006-09-22 18:37:50 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:12 +0000, by ods15
-
Original Commit: r31 | ods15 | 2006-09-22 18:33:17 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:10 +0000, by ods15
-
Original Commit: r30 | ods15 | 2006-09-22 18:24:04 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:07 +0000, by ods15
-
Original Commit: r27 | ods15 | 2006-09-22 14:19:51 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:05 +0000, by ods15
-
Original Commit: r26 | ods15 | 2006-09-22 14:18:22 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:03 +0000, by ods15
-
Original Commit: r25 | ods15 | 2006-09-22 14:06:04 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:01 +0000, by ods15
-
Original Commit: r24 | ods15 | 2006-09-22 13:57:09 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:59 +0000, by ods15
-
Original Commit: r23 | ods15 | 2006-09-22 13:55:48 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:57 +0000, by ods15
-
Original Commit: r22 | ods15 | 2006-09-22 13:49:56 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:55 +0000, by ods15
-
Original Commit: r21 | ods15 | 2006-09-22 13:40:31 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:52 +0000, by ods15
-
Original Commit: r20 | ods15 | 2006-09-22 13:12:48 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:49 +0000, by ods15
-
Original Commit: r19 | ods15 | 2006-09-22 12:54:18 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:47 +0000, by ods15
-
Original Commit: r18 | ods15 | 2006-09-22 12:29:26 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:45 +0000, by ods15
-
Original Commit: r17 | ods15 | 2006-09-22 12:28:28 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:43 +0000, by ods15
-
Original Commit: r16 | ods15 | 2006-09-22 12:27:17 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:41 +0000, by ods15
-
Original Commit: r15 | ods15 | 2006-09-22 12:26:42 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:39 +0000, by ods15
-
Original Commit: r14 | ods15 | 2006-09-22 12:26:17 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:37 +0000, by ods15
-
Original Commit: r13 | ods15 | 2006-09-22 09:29:38 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:35 +0000, by ods15
-
Original Commit: r12 | ods15 | 2006-09-22 09:28:30 +0300 (Fri, 22 Sep 2006) | 5 lines libavcodecMon, 02 Oct 2006 05:55:33 +0000, by ods15
-
Original Commit: r11 | ods15 | 2006-09-17 19:41:28 +0300 (Sun, 17 Sep 2006) | 4 lines libavcodecMon, 02 Oct 2006 05:55:30 +0000, by ods15
-
Original Commit: r10 | ods15 | 2006-09-17 19:37:17 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:28 +0000, by ods15
-
Original Commit: r9 | ods15 | 2006-09-17 18:56:41 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:26 +0000, by ods15
-
Original Commit: r8 | ods15 | 2006-09-17 09:43:38 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:24 +0000, by ods15
-
Original Commit: r7 | ods15 | 2006-09-17 08:50:47 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:22 +0000, by ods15
-
Original Commit: r6 | ods15 | 2006-09-16 20:36:31 +0300 (Sat, 16 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:20 +0000, by ods15
-
Original Commit: r5 | ods15 | 2006-09-16 17:29:04 +0300 (Sat, 16 Sep 2006) | 4 lines libavcodecMon, 02 Oct 2006 05:55:18 +0000, by ods15
-
Original Commit: r4 | ods15 | 2006-09-16 15:36:03 +0300 (Sat, 16 Sep 2006) | 3 lines libavcodecMon, 02 Oct 2006 05:55:16 +0000, by ods15
-
Original Commit: r3 | ods15 | 2006-09-16 11:49:07 +0300 (Sat, 16 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:14 +0000, by ods15
-
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. libavcodecSun, 01 Oct 2006 21:25:17 +0000, by lorenm
-
remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead libavcodecSun, 01 Oct 2006 17:38:07 +0000, by ods15
-
100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_data.c libavcodecSun, 01 Oct 2006 13:45:17 +0000, by ods15
-
make some more functions global so they can be shared with vorbis_enc.c libavcodecSun, 01 Oct 2006 11:59:33 +0000, by ods15
-
make ready_floor1_list() shared for vorbis_enc.c libavcodecSun, 01 Oct 2006 11:11:30 +0000, by ods15
-
1l: correct argument order in avcodec_check_dimensions libavcodecSun, 01 Oct 2006 05:09:20 +0000, by kostya
-
palette (if we memcpy it into AVFrame) must be uint32_t libavcodecSat, 30 Sep 2006 23:49:09 +0000, by michael
-
marking AVPaletteControl as deprecated due to thread saftey amongth other issues (it doesnt work if theres any delay between demuxer and decoder) libavcodecSat, 30 Sep 2006 18:16:38 +0000, by michael
-
seems only 3 bits are used for the number of resolutions, some rv30 files have this set to 10 even though there are just 2 resolutions in the extradata libavcodecSat, 30 Sep 2006 16:00:27 +0000, by michael
-
support resolution switching, fixes rv20errors.rm libavcodecSat, 30 Sep 2006 11:31:15 +0000, by michael
-
fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv) libavcodecFri, 29 Sep 2006 23:34:42 +0000, by michael
-
Move the ratecontrol related code from mpegvideo.h to a separate header file. libavcodecFri, 29 Sep 2006 19:39:19 +0000, by takis
-
Reformat the output of the list of available AVOptions, by indenting the libavcodecFri, 29 Sep 2006 19:36:12 +0000, by takis
-
Remove the override of lmin and lmax, so the actual option value provided will libavcodecFri, 29 Sep 2006 19:34:53 +0000, by takis
-
Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and libavcodecFri, 29 Sep 2006 19:33:04 +0000, by takis
-
remove extraneous #ifdef CONFIG_ENCODERS/DECODERS libavcodecThu, 28 Sep 2006 22:03:52 +0000, by mru
-
Remove the "mblmax" OptionDef. The equally named AVOption takes over its libavcodecThu, 28 Sep 2006 17:46:25 +0000, by takis
-
Remove the "mblmin" OptionDef. The equally named AVOption takes over its libavcodecThu, 28 Sep 2006 17:45:51 +0000, by takis
-
return 0 from encode_picture() and estimate_qp() on success libavcodecWed, 27 Sep 2006 22:12:08 +0000, by mru
-
Break compatibility only when first part of version number changes, in this libavcodecWed, 27 Sep 2006 20:08:36 +0000, by takis
-
Fix compilation by postponing deprecation of ff_eval() until the next version libavcodecWed, 27 Sep 2006 11:09:35 +0000, by takis
-
fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000) libavcodecTue, 26 Sep 2006 22:23:33 +0000, by michael
-
Introduce ff_eval2 which is equivalent to ff_eval but does not log anything. libavcodecTue, 26 Sep 2006 22:01:33 +0000, by takis
-
fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000) libavcodecTue, 26 Sep 2006 20:24:13 +0000, by michael
-
remove get_le16 and get_le32, get_bits and get_bits_long can just be used directly. libavcodecMon, 25 Sep 2006 22:57:34 +0000, by reimar
-
Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same way. libavcodecMon, 25 Sep 2006 22:54:19 +0000, by reimar
-
Changes needed due to show_bits_long behaviour changes/fixes libavcodecMon, 25 Sep 2006 22:53:11 +0000, by reimar
-
Fix get_bits_long to work with ALT_BITSTREAM_READER_LE. libavcodecMon, 25 Sep 2006 22:47:55 +0000, by reimar
-
rename vector to vect to avoid clash with Apple gcc libavcodecMon, 25 Sep 2006 18:54:18 +0000, by aurel
-
Remove the "error" OptionDef. The equally named AVOption takes over its libavcodecFri, 22 Sep 2006 15:05:27 +0000, by takis
-
Remove the "mepc" OptionDef. The equally named AVOption takes over its function. libavcodecFri, 22 Sep 2006 15:04:56 +0000, by takis
-
Remove the "mb_threshold" OptionDef. The equally named AVOption takes over its libavcodecFri, 22 Sep 2006 13:55:56 +0000, by takis
-
Finally enable B-frame decoding as all known samples work perfect libavcodecThu, 21 Sep 2006 04:46:11 +0000, by kostya
-
For B-frames if the second reference frame signals intensity compensation libavcodecThu, 21 Sep 2006 04:44:35 +0000, by kostya
-
Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed libavcodecThu, 21 Sep 2006 04:38:47 +0000, by kostya
-
Zero number of current scan after decoding one picture. libavcodecThu, 21 Sep 2006 04:28:46 +0000, by kostya
-
set supported pixel formats for a few encoders (fixes crashes with grayscale) libavcodecWed, 20 Sep 2006 21:17:37 +0000, by michael
-
Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match libavcodecWed, 20 Sep 2006 08:39:56 +0000, by takis
-
Remove the "bf" OptionDef parameter so the equally named AVOption will take libavcodecWed, 20 Sep 2006 08:34:13 +0000, by takis
-
Inform the user that a certain AVOption is out of range. libavcodecWed, 20 Sep 2006 08:28:24 +0000, by takis
-
Correct the constraints of some AVOptions. These had a default value of zero, libavcodecWed, 20 Sep 2006 08:27:18 +0000, by takis
-
Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units. libavcodecMon, 18 Sep 2006 11:35:48 +0000, by takis
-
Correct the i_qfactor minimum, which was current set higher then the default libavcodecFri, 15 Sep 2006 21:57:19 +0000, by takis
-
Rename the AVOption's names to the shorter OptionDef names. libavcodecFri, 15 Sep 2006 10:57:20 +0000, by takis
-
remove unused, uninitialized free format frame size libavcodecFri, 15 Sep 2006 10:28:23 +0000, by bcoudurier
-
disable vp3 mmx idct for theora files to avoid artifacts libavcodecThu, 14 Sep 2006 22:13:23 +0000, by aurel
-
Synchronize the defaults specified in the AVOptions[] array to the defaults libavcodecThu, 14 Sep 2006 14:02:32 +0000, by takis
-
Allow parameter values (AVOptions) to use the 'k', 'M', 'G' libavcodecThu, 14 Sep 2006 11:23:41 +0000, by takis
-
Remove the LGPL exception clause as discussed on ffmpeg-devel libavcodecThu, 14 Sep 2006 00:38:03 +0000, by diego
-
replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) libavcodecWed, 13 Sep 2006 20:16:33 +0000, by aurel
-
corrects the type of the AVOption parameter "bugs", patch by Takis libavcodecWed, 13 Sep 2006 09:28:48 +0000, by gpoirier
-
adds descriptions to the libavcodec AVOptions array, taken from the libavcodecWed, 13 Sep 2006 09:03:13 +0000, by gpoirier
-
Enables back the mmx/sse optimized version of the vp3 idct. libavcodecTue, 12 Sep 2006 20:58:17 +0000, by aurel
-
Swap back and forward motion vectors to achieve correct picture libavcodecTue, 12 Sep 2006 04:35:11 +0000, by kostya
-
Set motion vectors used in B-frames to zero by default libavcodecTue, 12 Sep 2006 04:29:37 +0000, by kostya
-
2989l: Set avctx->has_b_frames value in header and don't change it libavcodecTue, 12 Sep 2006 04:13:00 +0000, by kostya
-
don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec) libavcodecMon, 11 Sep 2006 23:29:24 +0000, by aurel
-
adds doxygen docs to av_opt_set_defaults. Patch by Takis libavcodecSun, 10 Sep 2006 20:46:20 +0000, by gpoirier
-
Cleanup, from Emanuele Giaquinta <exg@gentoo.org> libavcodecSun, 10 Sep 2006 15:36:53 +0000, by lu_zero
-
Add official LGPL license headers to the files that were missing them. libavcodecSun, 10 Sep 2006 14:02:42 +0000, by diego
-
Disable B-frames decoding until they produce correct picture libavcodecSun, 10 Sep 2006 04:24:53 +0000, by kostya
-
rename vector to vect to avoid clash with Apple gcc libavcodecSat, 09 Sep 2006 22:53:44 +0000, by aurel
-
Drop unneeded checks before av_free() and change to av_freep() where it's more suitable. libavcodecSat, 09 Sep 2006 11:40:41 +0000, by kostya
-
[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header() libavcodecSat, 09 Sep 2006 11:28:02 +0000, by kostya
-
[Cosmetics] Remove some done TODOs/FIXMEs from comments libavcodecSat, 09 Sep 2006 11:23:44 +0000, by kostya
-
undefines a few temporary defines which were not undefined after their usage. libavcodecSat, 09 Sep 2006 08:49:28 +0000, by gpoirier
-
Handle the rest of known blocks (by skipping them) libavcodecThu, 07 Sep 2006 04:08:34 +0000, by kostya
-
Switch license from GPL to LGPL. The original author agreed to this as libavcodecWed, 06 Sep 2006 10:17:28 +0000, by diego
-
Fix buffer handling for stereo mace files, fixes some random sig11 libavcodecTue, 05 Sep 2006 21:17:30 +0000, by rtogni
-
Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg. libavcodecTue, 05 Sep 2006 13:50:36 +0000, by diego
-
Try to handle all chunks, previous scheme was not correct. libavcodecTue, 05 Sep 2006 07:31:53 +0000, by kostya
-
Handle raw blocks correctly (both updating pointer and storing to memory) libavcodecTue, 05 Sep 2006 07:29:26 +0000, by kostya
-
Exchange informal GPL notice by official license header. libavcodecMon, 04 Sep 2006 09:37:28 +0000, by diego
-
VC-1 Advanced Profile support (progressive only, tested on WVC1 samples) libavcodecMon, 04 Sep 2006 04:24:49 +0000, by kostya
-
* Restructuring the division of labor between DV codec and DV format libavcodecMon, 04 Sep 2006 03:33:11 +0000, by romansh
-
The license of this file is LGPL, as clarified by Fabrice. libavcodecSun, 03 Sep 2006 22:16:54 +0000, by diego
-
Add copyright notice from the Independent JPEG Group instead of referring libavcodecSun, 03 Sep 2006 16:15:29 +0000, by diego
-
Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7. libavcodecSun, 03 Sep 2006 15:59:08 +0000, by jbr
-
AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed version of put_h264_chroma_pixels_tab[0]) libavcodecSun, 03 Sep 2006 04:44:50 +0000, by kostya
-
Drop put_vc1_qpel_pixels_tab as they won't be needed anymore. libavcodecSat, 02 Sep 2006 04:58:51 +0000, by kostya
-
Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab libavcodecSat, 02 Sep 2006 04:53:49 +0000, by kostya
-
New function for chroma MC (will be used in VC-1) libavcodecSat, 02 Sep 2006 04:52:00 +0000, by kostya
-
snow cosmetics: merge the sliced and non-sliced versions of add_yblock libavcodecFri, 01 Sep 2006 22:02:38 +0000, by lorenm
-
fix snow 1pass rc: the qlog used and the one written to the bitstream weren't always the same. libavcodecFri, 01 Sep 2006 21:51:35 +0000, by lorenm
-
Align the input buffer in ffplay, introduce a public macro for aligned declarations libavcodecThu, 31 Aug 2006 19:14:00 +0000, by lu_zero
-
Proper fix for the corner case that would have been corrected before, praise&blame to me and exg in equal shares libavcodecThu, 31 Aug 2006 15:44:37 +0000, by lu_zero
-
Fix float_to_int16, unaligned case, broken by the previous commit libavcodecThu, 31 Aug 2006 15:15:14 +0000, by lu_zero
-
New qpel MC functions conforming to VC-1 standard. libavcodecThu, 31 Aug 2006 04:44:54 +0000, by kostya
-
Motion compensation for luma always use halfpel precision. libavcodecThu, 31 Aug 2006 04:39:27 +0000, by kostya
-
fix b pyramid in mp4 muxing if no dts are provided to the muxer libavcodecWed, 30 Aug 2006 21:18:17 +0000, by michael
-
use the A32_BITSTREAM_READER by default on ARM (faster) libavcodecMon, 28 Aug 2006 22:25:30 +0000, by aurel
-
force usage of ALT_BITSTREAM_READER where needed libavcodecMon, 28 Aug 2006 18:46:01 +0000, by aurel
-
move some functions to bitstream.h to avoid conflicts libavcodecMon, 28 Aug 2006 18:44:49 +0000, by aurel
-
Minimal support for the new pixel formats in libavcodec libavcodecMon, 28 Aug 2006 14:56:47 +0000, by lucabe
-
mmx implementation of deblocking strength decision. libavcodecMon, 28 Aug 2006 09:33:01 +0000, by lorenm
-
check the validity of the amount of the remaining bytes in the bitsteam before memcpy libavcodecSun, 27 Aug 2006 07:19:11 +0000, by michael
-
dont copy frame if the whole mp1/2/3 frame is available in one piece in the input libavcodecSat, 26 Aug 2006 18:56:24 +0000, by michael
-
another silly typo which surprisingly neither valgrind nor cmp of the file output cought libavcodecSat, 26 Aug 2006 17:29:31 +0000, by michael
-
remove duplicated parser, people who pass random gibblets of the bitstream into the decoder will have to pass it through a AVParser like for all other codecs too libavcodecSat, 26 Aug 2006 12:19:05 +0000, by michael
-
2nd try of skip_bits_long() for the ALT reader libavcodecSat, 26 Aug 2006 11:50:23 +0000, by michael
-
make A32 reader align its ptr during init no matter what missaligned mess is given to it libavcodecSat, 26 Aug 2006 11:37:33 +0000, by michael
-
2nd try for a skip_bits_long() for the A32 reader libavcodecSat, 26 Aug 2006 11:06:33 +0000, by michael
-
move align_get_bits() to .h to avoid conflicts between different bitstream readers in different codecs libavcodecSat, 26 Aug 2006 10:26:14 +0000, by michael
-
move variable declarations so that their scope is smaller libavcodecFri, 25 Aug 2006 13:58:27 +0000, by michael
-
reduce size of vlc table, thats slightly faster here libavcodecFri, 25 Aug 2006 12:26:34 +0000, by michael
-
cook shouldn't try to enforce the bitstream reader type libavcodecThu, 24 Aug 2006 21:59:20 +0000, by aurel
-
avoid a few if(x==0) checks in the inner loops libavcodecThu, 24 Aug 2006 11:18:41 +0000, by michael
-
optimize reorder_block() though this function seems to be executed too rarely for this to make much difference libavcodecThu, 24 Aug 2006 08:40:09 +0000, by michael
-
faster handling of zero coeffs in the low freq decode libavcodecThu, 24 Aug 2006 01:12:26 +0000, by michael
-
Alignment of the LT window, segfault fix patch by Baptiste Coudurier. libavcodecTue, 22 Aug 2006 16:23:56 +0000, by banan
-
MUL* for ARM code based on a patch by Siarhei Siamashka libavcodecTue, 22 Aug 2006 13:25:09 +0000, by michael
-
replace MULL with asm too, no significnat speedup but its probably better to not take any chances, some versions of gcc will almost certainly mess it up too if they can libavcodecTue, 22 Aug 2006 12:07:02 +0000, by michael
-
make high precission synth filter 3 times faster on x86 libavcodecTue, 22 Aug 2006 11:11:04 +0000, by michael
-
replace MULL by MULH + shift in dct32() (code is very slightly faster, and the compiler should be able to optimize the shift away on 64bit archs) libavcodecTue, 22 Aug 2006 06:24:59 +0000, by michael
-
reorder butterflies to reduce memory load/store libavcodecSun, 20 Aug 2006 22:18:26 +0000, by michael
-
Allow swscale emulation header to be included by C++ programs libavcodecSat, 19 Aug 2006 15:14:44 +0000, by lucabe
-
SIMD vector optimizations. 3% faster overall decoding. libavcodecSat, 19 Aug 2006 08:46:52 +0000, by banan
-
ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm. libavcodecFri, 18 Aug 2006 23:53:49 +0000, by lorenm
-
Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % libavcodecFri, 18 Aug 2006 07:55:08 +0000, by gpoirier
-
Move all internal -I parameters to the front of CFLAGS to avoid using external libavcodecThu, 17 Aug 2006 16:32:08 +0000, by diego
-
10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding the issue libavcodecTue, 15 Aug 2006 20:36:05 +0000, by lu_zero
-
Compile fix (for GCC<3.3) when encoders are disabled libavcodecTue, 15 Aug 2006 14:59:27 +0000, by gpoirier
-
Fix building with --disable-opts but MMX enabled. libavcodecSun, 13 Aug 2006 10:10:06 +0000, by diego
-
Clean up:make dsputil subfile names consistent libavcodecSun, 13 Aug 2006 08:26:43 +0000, by lu_zero
-
Support for MacIntel, last part: balign directives libavcodecSat, 12 Aug 2006 16:37:31 +0000, by gpoirier
-
Fix CHECK_BIDIR macro so it works with Intel's Compiler libavcodecSat, 12 Aug 2006 16:31:17 +0000, by gpoirier
-
Disable B-frames decoding until I return and finish their proper decoding. libavcodecFri, 11 Aug 2006 04:41:30 +0000, by kostya
-
keep in sync with dsputil, makes --disable-decoder=vorbis build libavcodecFri, 11 Aug 2006 02:56:32 +0000, by lu_zero
-
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse libavcodecThu, 10 Aug 2006 20:24:58 +0000, by michael
-
sse and 3dnow implementations of float->int conversion and mdct windowing. libavcodecThu, 10 Aug 2006 19:06:25 +0000, by lorenm
-
r5954 broke fft on cpus with 3dnow but without mm3dnow.h libavcodecThu, 10 Aug 2006 18:49:47 +0000, by lorenm
-
Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net> libavcodecThu, 10 Aug 2006 16:05:29 +0000, by lu_zero
-
Support for MacIntel, take xx: '/nop' illegal for old versions of GAS libavcodecThu, 10 Aug 2006 15:26:18 +0000, by gpoirier
-
Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.c libavcodecThu, 10 Aug 2006 11:29:57 +0000, by gpoirier
-
Support for Mac OS X Intel, part 3: binary integer constants: libavcodecThu, 10 Aug 2006 09:06:06 +0000, by gpoirier
-
gcc 2.95 and 3.4.x on x86 32bit without fomit-frame-pointer can't even find 5 registers for asm input. libavcodecWed, 09 Aug 2006 06:33:49 +0000, by lorenm
-
slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless movsxd) libavcodecTue, 08 Aug 2006 21:47:11 +0000, by lorenm
-
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus libavcodecTue, 08 Aug 2006 12:03:51 +0000, by michael
-
Fix some "'static' is not at beginning of declaration" warnings. libavcodecTue, 08 Aug 2006 10:24:26 +0000, by diego
-
Correct MC for B-frames and some improvements (not 100% complete though) libavcodecSun, 06 Aug 2006 03:44:31 +0000, by kostya
-
Bicubic interpolation requires two additional pixels for block libavcodecSun, 06 Aug 2006 03:42:39 +0000, by kostya
-
printf -> av_log, only occurs in DEBUG cases libavcodecFri, 04 Aug 2006 22:51:20 +0000, by melanson
-
Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo.org> for pointing out the issue and the patch libavcodecFri, 04 Aug 2006 19:03:01 +0000, by lu_zero
-
100l: intensity compensation must be also done in 4-MV mode libavcodecFri, 04 Aug 2006 03:31:01 +0000, by kostya
-
Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec: libavcodecThu, 03 Aug 2006 16:13:50 +0000, by lu_zero
-
avoid alignment hacks, luckly gcc does the right thing on arches different from x86 libavcodecThu, 03 Aug 2006 13:21:13 +0000, by lu_zero
-
10l, vorbis_inverse_coupling_sse() was really 3dnow libavcodecThu, 03 Aug 2006 07:09:29 +0000, by lorenm
-
another div -> fastdiv, another 2% faster vorbis. libavcodecThu, 03 Aug 2006 06:07:13 +0000, by lorenm
-
Looks like to be a good time to re-enable WMV3 decoder libavcodecThu, 03 Aug 2006 05:15:50 +0000, by kostya
-
Don't try to decode P-frames from old WMV3 variant until their format is figured libavcodecThu, 03 Aug 2006 05:09:36 +0000, by kostya
-
sse & sse2 implementations of vorbis channel coupling. libavcodecThu, 03 Aug 2006 03:18:47 +0000, by lorenm
-
int16_t is faster than int_fast16_t for division. libavcodecThu, 03 Aug 2006 02:18:07 +0000, by lorenm
-
Use bicubic MC (should also remove those ringing artifacts) when needed libavcodecSun, 30 Jul 2006 03:50:31 +0000, by kostya
-
Remove spurious references to Ogg Theora encoder, such a thing never existed. libavcodecSat, 29 Jul 2006 20:47:47 +0000, by diego
-
Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use) libavcodecSat, 29 Jul 2006 03:11:14 +0000, by kostya
-
Remove sws_global_init() from swscaler emulation libavcodecThu, 27 Jul 2006 12:31:31 +0000, by lucabe
-
Some B-frames support (parsing and decoding only, no motion compesation is done) libavcodecMon, 24 Jul 2006 04:24:53 +0000, by kostya
-
Do not crash when the first frame is not a keyframe (and thus none of the libavcodecSun, 23 Jul 2006 18:22:29 +0000, by reimar
-
Replace code for clipping MV vectors (which is wrong to use here) with clipping source coords. libavcodecSat, 22 Jul 2006 03:57:53 +0000, by kostya
-
Don't do non-uniform quantization on zero coeffs. libavcodecSat, 22 Jul 2006 03:54:00 +0000, by kostya
-
1000l: scale DC predictors instead of predicted value. libavcodecFri, 21 Jul 2006 04:06:06 +0000, by kostya
-
Set DC = 0 for skipped MB as it interferes DC prediction libavcodecFri, 21 Jul 2006 04:03:56 +0000, by kostya
-
Set correctly quantizer and transform mode when parsing frame header. libavcodecFri, 21 Jul 2006 03:58:48 +0000, by kostya
-
remove 166 useless underscores, and make this file valid c code as a result libavcodecWed, 19 Jul 2006 23:21:20 +0000, by michael
-
remove a few useless casts and avoid the useless t1/t2 variables libavcodecWed, 19 Jul 2006 23:17:18 +0000, by michael
-
disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tested with -f crc) and the theora spec does not allow different idcts not to mention the difference is quite vissible ... libavcodecWed, 19 Jul 2006 09:49:21 +0000, by michael
-
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil libavcodecWed, 19 Jul 2006 07:28:58 +0000, by lucabe
-
parse all QIS values (we still ignore them though ...) libavcodecMon, 17 Jul 2006 13:09:45 +0000, by michael
-
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%) libavcodecMon, 17 Jul 2006 10:44:53 +0000, by michael
-
attempt to implement xiphs useless and stupid quantization matrix mess libavcodecMon, 17 Jul 2006 09:51:59 +0000, by michael
-
replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for theora according to spec) libavcodecMon, 17 Jul 2006 08:09:08 +0000, by michael
-
some fixmes if someone ever wants to implement theora support correctly ... libavcodecSun, 16 Jul 2006 20:47:48 +0000, by michael
-
check how many bits are left after decoding extradata libavcodecSun, 16 Jul 2006 20:30:39 +0000, by michael
-
Modify preset compression levels to utilize log search. libavcodecSun, 16 Jul 2006 17:04:54 +0000, by jbr
-
Add lpc order search. This creates new compression levels 6 to 12. libavcodecSun, 16 Jul 2006 13:34:47 +0000, by jbr
-
Don't pass block[6][64] parameter to decode_p_mb as we always use s->block libavcodecSun, 16 Jul 2006 03:50:00 +0000, by kostya
-
avoid double copying of left border in luma prediction libavcodecFri, 14 Jul 2006 19:31:58 +0000, by stefang
-
optionally (use_lpc=2) support Cholesky factorization for finding the lpc coeficients libavcodecFri, 14 Jul 2006 18:48:38 +0000, by michael
-
replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use libavcodecThu, 13 Jul 2006 23:10:01 +0000, by mru
-
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just libavcodecTue, 11 Jul 2006 21:45:45 +0000, by diego
-
--enable/disable parsers. Warning: some combinations are broken. libavcodecSun, 09 Jul 2006 12:02:15 +0000, by mru
-
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) libavcodecSun, 09 Jul 2006 10:33:49 +0000, by michael
-
MVRANGE may occur in all frames and RESPIC in all but B-frames libavcodecSun, 09 Jul 2006 02:56:40 +0000, by kostya
-
Use s->first_slice_line in checks instead of s->mb_y libavcodecSun, 09 Jul 2006 02:44:05 +0000, by kostya
-
allows user-settable block size and fixes related typo libavcodecSat, 08 Jul 2006 16:39:58 +0000, by jbr
-
Sun mlib works fine. Remove comment stating otherwise. libavcodecSat, 08 Jul 2006 16:36:21 +0000, by mru
-
Remove bogus IPP section that is not referenced anywhere. libavcodecSat, 08 Jul 2006 15:29:33 +0000, by diego
-
set proper bits_per_sample value for ADPCM codecs libavcodecSat, 08 Jul 2006 07:14:00 +0000, by aurel
-
remove -fforce-addr as it to generate slightly slower code libavcodecFri, 07 Jul 2006 23:54:13 +0000, by mru
-
simplify the voc demuxer using av_get_bits_per_sample() libavcodecFri, 07 Jul 2006 22:42:36 +0000, by aurel
-
seems i forgot to commit this simplification ... libavcodecFri, 07 Jul 2006 22:41:43 +0000, by michael
-
av_get_bits_per_sample and due simplifications libavcodecFri, 07 Jul 2006 17:50:09 +0000, by bcoudurier
-
Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always use halfpel MC. libavcodecFri, 07 Jul 2006 05:02:01 +0000, by kostya
-
hopefully better for platforms not supporting misaligned read libavcodecThu, 06 Jul 2006 19:23:21 +0000, by stefang
-
make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be worth it libavcodecThu, 06 Jul 2006 19:21:00 +0000, by stefang
-
AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) libavcodecThu, 06 Jul 2006 15:04:46 +0000, by michael
-
add rounding bias earlier in the idct, avoids many adds libavcodecTue, 04 Jul 2006 22:43:35 +0000, by michael
-
Mark read-only data as const. Patch by stefan huehner org. libavcodecTue, 04 Jul 2006 19:15:47 +0000, by banan
-
return -1 on bitstream errors instead of continuing, as the following stuff almost always will be useless until the next startcode libavcodecTue, 04 Jul 2006 17:08:35 +0000, by michael
-
check cbp for validity, avoids possible out of array reads / segfaults libavcodecTue, 04 Jul 2006 16:42:22 +0000, by michael
-
Correctly choose global transform mode, MV mode and fix bitplane decoding libavcodecTue, 04 Jul 2006 15:39:21 +0000, by kostya
-
Optimizations suggested by Michael Niedermayer libavcodecTue, 04 Jul 2006 15:33:28 +0000, by kostya
-
cleanup macroblock layer: merged decode of skipped MBs libavcodecMon, 03 Jul 2006 18:43:45 +0000, by stefang
-
4-MV mode final fixes (now it works for non-exotic modes) libavcodecMon, 03 Jul 2006 17:21:18 +0000, by kostya
-
vc1_decode_intra_block() simplifications and corrections libavcodecMon, 03 Jul 2006 17:17:25 +0000, by kostya
-
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h libavcodecMon, 03 Jul 2006 10:52:07 +0000, by lucabe
-
porder patch by (Justin Ruggles jruggle a t earthlink d ot net) libavcodecMon, 03 Jul 2006 09:20:26 +0000, by michael
-
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) libavcodecMon, 03 Jul 2006 00:16:45 +0000, by michael
-
CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de) libavcodecSun, 02 Jul 2006 14:58:17 +0000, by michael
-
staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de) libavcodecSun, 02 Jul 2006 14:50:23 +0000, by michael
-
flac-lpc patch by (Justin Ruggles jruggle earthlink net) libavcodecSun, 02 Jul 2006 10:22:31 +0000, by michael
-
ff_fft_init now double checks that the system has mm3dnow.h before libavcodecSun, 02 Jul 2006 02:05:35 +0000, by banan
-
get rid of veccpy(), replace with simple assignment libavcodecSun, 02 Jul 2006 01:39:38 +0000, by mru
-
new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de) libavcodecSat, 01 Jul 2006 22:52:56 +0000, by michael
-
fill_mbaff_ref_list is missing a return statement, its return value libavcodecSat, 01 Jul 2006 17:33:48 +0000, by mru
-
Adjust AC prediction if (some) predictors are not available. libavcodecSat, 01 Jul 2006 07:22:29 +0000, by kostya
-
0xFFFF l of cola. Now P-frames are decoded almost without distortions. libavcodecSat, 01 Jul 2006 07:13:52 +0000, by kostya
-
Remove unused variable (and it wasn't free'd too) libavcodecSat, 01 Jul 2006 03:19:28 +0000, by kostya
-
Use MpegEncContext->mbskip_table instead of custom bitplane. libavcodecSat, 01 Jul 2006 03:17:54 +0000, by kostya
-
* Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no libavcodecFri, 30 Jun 2006 08:00:01 +0000, by gpoirier
-
Disable w53 and w97 cmp methods when snow encoder is disabled libavcodecFri, 30 Jun 2006 07:50:30 +0000, by gpoirier
-
Slightly reworked MC code, it gives better picture. libavcodecFri, 30 Jun 2006 03:19:31 +0000, by kostya
-
spelling fixes courtesy of "Herv«± W." H.O.W.aka.V+ffmpeg (at) gmail (dot) com libavcodecFri, 30 Jun 2006 02:47:36 +0000, by diego
-
Fix initialization of vc1_decoder (the same as wmv3_decoder). libavcodecThu, 29 Jun 2006 11:17:50 +0000, by kostya
-
Some optimization and fixes - mostly reworked MC and bitplanes. libavcodecThu, 29 Jun 2006 11:05:33 +0000, by kostya
-
This should make P-frames decoding work on x86 (by avoiding get_bits(0)) libavcodecThu, 29 Jun 2006 11:02:33 +0000, by kostya
-
flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net libavcodecTue, 27 Jun 2006 21:01:21 +0000, by michael
-
Added loop filtering as ersatz for overlap filter (improves picture quality for coarse quantization). libavcodecTue, 27 Jun 2006 15:37:48 +0000, by kostya
-
VC1 Intra blocks in P-frames use different zigzag table than I-frames. libavcodecTue, 27 Jun 2006 15:34:14 +0000, by kostya
-
Do not read full byte when less than 8 bits are still to be read. libavcodecTue, 27 Jun 2006 12:13:01 +0000, by reimar
-
Ignore overrun in spectral RLE decoding, fixes libavcodecTue, 27 Jun 2006 12:09:58 +0000, by reimar
-
VC-1 decoder with I-frames support and partial P-frames decoding libavcodecTue, 27 Jun 2006 03:11:51 +0000, by kostya
-
Rename VC9 to VC1 as there is no such thing as VC9 libavcodecTue, 27 Jun 2006 02:55:54 +0000, by kostya
-
stereo decorrelation support by (Justin Ruggles jruggle earthlink net>) libavcodecMon, 26 Jun 2006 06:00:07 +0000, by michael
-
cleanup patch from Diego Petten«Ò <flameeyes@gentoo.org> libavcodecSun, 25 Jun 2006 17:37:12 +0000, by lu_zero
-
first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder libavcodecSat, 24 Jun 2006 10:20:15 +0000, by michael
-
CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net libavcodecSat, 24 Jun 2006 09:25:21 +0000, by michael
-
fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com> libavcodecWed, 21 Jun 2006 00:21:26 +0000, by lu_zero
-
Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for pointing the issue libavcodecTue, 20 Jun 2006 10:35:30 +0000, by lu_zero
-
Add const to (mostly) char* and make some functions static, which aren't used libavcodecSun, 18 Jun 2006 11:33:14 +0000, by diego
-
Cosmetics: should not hurt performance, scream if are libavcodecSat, 17 Jun 2006 18:46:06 +0000, by lu_zero
-
Rename version from CVS to the more sensible HEAD. libavcodecSat, 17 Jun 2006 09:27:36 +0000, by diego
-
The AAC frame header uses 13 bits for the frame size, so the buffer should libavcodecFri, 16 Jun 2006 20:41:33 +0000, by mru
-
support doing motion estimation and compensation without any residual transform or coding libavcodecSun, 04 Jun 2006 21:54:58 +0000, by michael
-
put_pixels16_l2_altivec and avg_pixels16_l2_altivec libavcodecSat, 03 Jun 2006 22:18:03 +0000, by lu_zero
-
Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1 libavcodecSat, 03 Jun 2006 06:26:04 +0000, by corey
-
adpcm_ima & adpcm_yamaha: improved quantization libavcodecSat, 03 Jun 2006 04:38:11 +0000, by lorenm
-
Fixed a possible bug, checked against the assembly. libavcodecFri, 02 Jun 2006 07:50:12 +0000, by banan
-
Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless. libavcodecTue, 30 May 2006 19:45:12 +0000, by lorenm
-
Snow: scale predicted mv based on which reference frame the neighbors used. libavcodecTue, 30 May 2006 16:42:29 +0000, by lorenm
-
Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation. libavcodecTue, 30 May 2006 05:44:22 +0000, by lorenm
-
Snow: 10l. 1pass ratecontrol failed to set snow's internal quant. libavcodecTue, 30 May 2006 04:51:58 +0000, by lorenm
-
Make b_frame_strategy not fail on pass 2, but still print a notice. libavcodecMon, 29 May 2006 22:44:16 +0000, by corey
-
10000l don't reuse outer loop index in inner loops libavcodecMon, 29 May 2006 19:25:46 +0000, by rtogni
-
Remove all .cvsignore files, they are no longer necessary. libavcodecFri, 26 May 2006 15:37:11 +0000, by diego
-
Now MPlayer should understand Smacker audio and video codecs. libavcodecWed, 17 May 2006 03:03:53 +0000, by kostya
-
fix compilation of 3dnowext instinsincs, both on ia32 and AMD64. libavcodecTue, 16 May 2006 14:24:45 +0000, by gpoirier
-
Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for GCC, so use -m3dnow instead. libavcodecSun, 14 May 2006 22:00:03 +0000, by gpoirier
-
add quicktime uncompressed 8bit 4:2:2 support libavcodecSun, 14 May 2006 14:21:06 +0000, by bcoudurier
-
sanity checks, some might have been exploitable ... libavcodecSat, 13 May 2006 10:45:26 +0000, by michael
-
Cosmetics. Add the defines needed for debug output. libavcodecThu, 11 May 2006 00:28:30 +0000, by banan
-
cosmetics (initalize variables where they are used) libavcodecWed, 10 May 2006 11:05:03 +0000, by michael
-
decoders should (IMHO) not duplicate frames, the application can do this if it wants libavcodecWed, 10 May 2006 10:57:27 +0000, by michael
-
allow insane gop sizes if the user doesnt care about playable streams (doesnt want compliance to any standard) libavcodecTue, 09 May 2006 08:40:38 +0000, by michael
-
add outcommented chunk of code to handle stuffing MBs at the end of slices (IMHO the standard doesnt allow this and there are no real world files which need it) libavcodecMon, 08 May 2006 13:44:54 +0000, by michael
-
vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbalatoni at programozo dot hu> libavcodecSun, 07 May 2006 17:30:00 +0000, by bcoudurier
-
make zero motion vector threshold user setable libavcodecSun, 07 May 2006 11:48:07 +0000, by michael
-
reinit quant matrices if pps is overwritten by another of the same pps_id. libavcodecFri, 05 May 2006 18:08:01 +0000, by lorenm
-
clip_uint8 now return an uint8_t so no need to &0xFF libavcodecMon, 01 May 2006 00:28:36 +0000, by aurel
-
don't force asserts in release builds. 2% faster h264. libavcodecSat, 29 Apr 2006 00:43:15 +0000, by lorenm
-
use previous qscale for intra_dc_threshold check libavcodecFri, 28 Apr 2006 17:29:07 +0000, by michael
-
missmatch control for mpeg2 intra dequantization if bitexact=1 libavcodecFri, 28 Apr 2006 17:03:52 +0000, by michael
-
Revert bad ac3enc commit, the commited code was bigger and slower. libavcodecFri, 28 Apr 2006 14:19:11 +0000, by banan
-
Remove unused and unsupported Cyrix's "Extended MMX", libavcodecFri, 28 Apr 2006 07:46:13 +0000, by gpoirier
-
Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined. libavcodecThu, 27 Apr 2006 11:49:15 +0000, by diego
-
Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does libavcodecThu, 27 Apr 2006 02:33:27 +0000, by diego
-
cosmetics: Group all AMR variables together, add some newlines. libavcodecThu, 27 Apr 2006 02:23:42 +0000, by diego
-
Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false. libavcodecSun, 23 Apr 2006 21:11:31 +0000, by rtognimp
-
Patch to generate the ac3 window, based on code by Justin Ruggles. libavcodecSat, 22 Apr 2006 21:21:16 +0000, by banan
-
dtsdec.c copies one input packet at a time to a (static) buffer of size libavcodecThu, 20 Apr 2006 19:23:57 +0000, by rtognimp
-
make "size" variable in avpicture_alloc signed, since avpicture_get_size libavcodecWed, 19 Apr 2006 19:51:56 +0000, by reimar
-
gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-muenchen PIS de> libavcodecTue, 18 Apr 2006 03:48:30 +0000, by gpoirier
-
Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. libavcodecSat, 15 Apr 2006 15:05:53 +0000, by diego
-
ffv1 and ffvhuff havnt changed since a long time and noone proposed any libavcodecFri, 14 Apr 2006 10:37:40 +0000, by michael
-
AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net. libavcodecMon, 10 Apr 2006 12:12:26 +0000, by banan
-
Baptiste COUDURIER's padding patch (reworked by me a little bit). libavcodecMon, 10 Apr 2006 07:45:29 +0000, by lucabe
-
100l to loren. at least this fixes the compile error, but the code is still broken (decoding buggy/crashing) libavcodecSun, 09 Apr 2006 06:04:00 +0000, by rfelker
-
Add missing external declaration for kmvc codec libavcodecFri, 07 Apr 2006 21:08:34 +0000, by rtognimp
-
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ libavcodecFri, 07 Apr 2006 16:59:57 +0000, by kostya
-
mmx implementation of 3-point GMC. (5x faster than C) libavcodecTue, 04 Apr 2006 09:23:45 +0000, by lorenm
-
do UPDATE_CACHE only when needed (which should be VERY rare) libavcodecFri, 31 Mar 2006 17:43:28 +0000, by michael
-
warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>) libavcodecFri, 31 Mar 2006 13:06:24 +0000, by michael
-
move enum PixelFormat from libavcodec to libavutil libavcodecThu, 30 Mar 2006 16:24:38 +0000, by lucabe
-
dont forget table_size in the decode_frame return value libavcodecThu, 30 Mar 2006 14:13:03 +0000, by michael
-
- Add new file internal.h for common internal-use-only functions. libavcodecThu, 30 Mar 2006 04:33:05 +0000, by corey
-
EXTRALIBS already contains -lm, no need to add it explicitly. libavcodecWed, 29 Mar 2006 10:59:09 +0000, by diego
-
avoid if(i>=63) check at the end of decode_block() libavcodecWed, 29 Mar 2006 09:20:44 +0000, by michael
-
NuppelVideo/MythTVVideo support, including rtjpeg decoder libavcodecMon, 27 Mar 2006 22:22:50 +0000, by reimar
-
Don't use get_vlc2() when tree is one symbol. This fixes audio decoding libavcodecSat, 25 Mar 2006 15:37:08 +0000, by kostya
-
10l in 1.199 (write_back_motion with B-pyramid + spatial) libavcodecSat, 25 Mar 2006 09:46:43 +0000, by lorenm
-
simplified and slightly faster h264_chroma_mc8_mmx libavcodecSat, 25 Mar 2006 08:41:14 +0000, by lorenm
-
prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding (on an athlon-xp). libavcodecThu, 23 Mar 2006 21:54:46 +0000, by lorenm
-
prefetch pixels for future motion compensation. 2-5% faster h264. libavcodecThu, 23 Mar 2006 20:16:36 +0000, by lorenm
-
add MMX and SSE versions of ff_snow_inner_add_yblock libavcodecWed, 22 Mar 2006 12:08:35 +0000, by gpoirier
-
since Michael prefers to keep dsputil.h private to libavcodec libavcodecMon, 20 Mar 2006 22:48:08 +0000, by mru
-
Add the mmx and sse2 implementations of ff_snow_vertical_compose(). libavcodecMon, 20 Mar 2006 22:27:59 +0000, by gpoirier
-
fixing interlaced direct mode field select values libavcodecMon, 20 Mar 2006 01:18:56 +0000, by michael
-
make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't libavcodecFri, 17 Mar 2006 16:40:10 +0000, by corey
-
10l: Only set *compose97i *add_yblock to dsputils context if we are building with Snow enabled libavcodecFri, 17 Mar 2006 12:08:46 +0000, by gpoirier
-
First part of a series of speed-enchancing patches. libavcodecThu, 16 Mar 2006 19:18:18 +0000, by gpoirier
-
fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio array for illegal aspect ratios) libavcodecMon, 13 Mar 2006 23:46:47 +0000, by michael
-
fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...) libavcodecMon, 13 Mar 2006 23:29:00 +0000, by michael
-
seed iterative_me with mvs from conventional search. libavcodecMon, 13 Mar 2006 01:27:13 +0000, by lorenm
-
asserts to check if assumed conditions really are true libavcodecFri, 10 Mar 2006 22:00:36 +0000, by michael
-
fixing out of array access (only cosmetic, this should never have had a end user vissible effect) libavcodecFri, 10 Mar 2006 19:42:51 +0000, by michael
-
add assert to clarify that we know what we are doing libavcodecFri, 10 Mar 2006 19:10:46 +0000, by michael
-
Init simplification and 2% faster wma_decode_block on amd64 with tables use libavcodecWed, 08 Mar 2006 09:26:57 +0000, by banan
-
Proper mangling information for symbols in OS X Mach-O shared objects. libavcodecMon, 06 Mar 2006 22:06:33 +0000, by diego
-
I still don't think this should be here. Note: without this code DV encoder libavcodecMon, 06 Mar 2006 09:54:09 +0000, by romansh
-
use xorps instead of mulps to toggle the sign of a float, as suggested by Software Optimization Guide for AMD64 Processors. libavcodecSun, 05 Mar 2006 20:25:18 +0000, by gpoirier
-
Make faac_decode_frame return -1 on error and not 0 which avoids libavcodecSun, 05 Mar 2006 12:32:24 +0000, by mru
-
Make -xy help output consistent, output an empty line before and after. libavcodecSat, 04 Mar 2006 17:34:17 +0000, by diego
-
keyframe flag was wrong if SEIs followed the keyframe libavcodecSat, 04 Mar 2006 03:57:33 +0000, by lorenm
-
use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >) libavcodecTue, 28 Feb 2006 21:55:18 +0000, by aurel
-
Assign class 2 to most macroblocks by default, instead of a more conservative libavcodecTue, 28 Feb 2006 02:54:48 +0000, by romansh
-
64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch libavcodecMon, 27 Feb 2006 12:17:20 +0000, by banan
-
Not that we're that far from being an *initial* implementation, but libavcodecMon, 27 Feb 2006 05:04:05 +0000, by romansh
-
AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The libavcodecMon, 27 Feb 2006 04:50:06 +0000, by romansh
-
size[0-3] are not initialized (and can get random negative trash libavcodecSat, 25 Feb 2006 22:58:26 +0000, by michael
-
Give a hint about what is the expected the data type of command line options. libavcodecThu, 23 Feb 2006 10:07:41 +0000, by gpoirier
-
print a big warning if we mess up and run out of space ... libavcodecThu, 23 Feb 2006 00:16:45 +0000, by michael
-
added none/8bit/24bit audio formats and defaulting to s16 for now (once the system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE) libavcodecTue, 21 Feb 2006 22:05:13 +0000, by alex
-
ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not libavcodecMon, 20 Feb 2006 23:22:02 +0000, by diego
-
Increase maximum number of B-frames, necessary for H.264 encoding. libavcodecSun, 19 Feb 2006 22:44:35 +0000, by diego
-
Change license header to LGPL for consistency. libavcodecFri, 17 Feb 2006 19:48:11 +0000, by mellum
-
complete AVS playback system (from Creature Shock computer game), libavcodecFri, 17 Feb 2006 03:17:42 +0000, by melanson
-
increase audio buffer to 1second of 48khz float audio libavcodecMon, 13 Feb 2006 12:00:27 +0000, by alex
-
make TSCC endian-safe, PPC testing courtesy of Diego B. libavcodecSun, 12 Feb 2006 16:56:06 +0000, by melanson
-
dosbox native ZMBV decoder, courtesy of Kostya libavcodecSun, 12 Feb 2006 08:53:29 +0000, by melanson
-
complete American Laser Games MM playback system, courtesy of Peter Ross libavcodecSun, 12 Feb 2006 06:49:40 +0000, by melanson
-
tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE) libavcodecSun, 12 Feb 2006 02:15:19 +0000, by alex
-
Move libpostproc compilation to the top-level Makefile. libavcodecSat, 11 Feb 2006 21:42:11 +0000, by diego
-
Quote all installation paths to protect against spaces in the path. libavcodecSat, 11 Feb 2006 20:54:40 +0000, by diego
-
libpostproc installs into a different directory that needs to be created. libavcodecSat, 11 Feb 2006 20:53:55 +0000, by diego
-
Separate library install into static and shared installation. libavcodecSat, 11 Feb 2006 18:50:45 +0000, by diego
-
Separate header file installation from the general install target. libavcodecSat, 11 Feb 2006 17:44:06 +0000, by diego
-
Add installlib and install-headers targets like everywhere else. libavcodecSat, 11 Feb 2006 16:50:45 +0000, by diego
-
Install static libpostproc if CONFIG_PP is set. libavcodecSat, 11 Feb 2006 16:46:09 +0000, by diego
-
Install libpostproc headers if CONFIG_PP is set. libavcodecSat, 11 Feb 2006 16:17:27 +0000, by diego
-
Don't use pow/powf functions where we just need integer arithmetic. libavcodecFri, 10 Feb 2006 11:59:38 +0000, by al
-
h264: special case dc-only idct. ~1% faster overall libavcodecFri, 10 Feb 2006 06:55:25 +0000, by lorenm
-
use get_bits1/skip_bits[1] in ac3 and aac parsers libavcodecFri, 10 Feb 2006 01:19:54 +0000, by mru
-
bump version numbers and update docs for adts aac support libavcodecWed, 08 Feb 2006 01:11:48 +0000, by mru
-
create adts stream if CODEC_FLAG_GLOBAL_HEADER not set libavcodecWed, 08 Feb 2006 01:10:07 +0000, by mru
-
Fix broken cosmetics commit and add a check for valid headers. libavcodecMon, 06 Feb 2006 11:21:10 +0000, by banan
-
Correct the relation between floors of type 0 and block sizes. libavcodecSun, 05 Feb 2006 10:16:20 +0000, by al
-
Added support for vorbis files containing floor type 0. libavcodecSat, 04 Feb 2006 08:55:34 +0000, by al
-
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info) libavcodecThu, 02 Feb 2006 13:07:30 +0000, by michael
-
Set interlaced_frame and top_field_first according to coded_frame. libavcodecThu, 02 Feb 2006 09:24:13 +0000, by diego
-
JPEG-LS codec by (Kostya | kostya.forjunk gmail com) libavcodecThu, 02 Feb 2006 02:28:33 +0000, by michael
-
On MinGW it is not possible to build shared and static libraries at once. libavcodecMon, 30 Jan 2006 00:22:41 +0000, by diego
-
make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >) libavcodecSat, 28 Jan 2006 16:05:06 +0000, by aurel
-
Add a newline to b_frame_strategy error message. libavcodecFri, 27 Jan 2006 23:24:24 +0000, by corey
-
Remove obscure Makefile.bak entry from distclean rules. libavcodecThu, 26 Jan 2006 23:42:30 +0000, by diego
-
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it libavcodecWed, 25 Jan 2006 22:10:13 +0000, by diego
-
Remove all stray tabs and trailing whitespace, this time for good. libavcodecTue, 24 Jan 2006 10:33:14 +0000, by diego
-
Mjpeg interlaced decoding fix, height was wrong while decoding (/2). libavcodecMon, 23 Jan 2006 06:40:08 +0000, by banan
-
faster copy functions for lzo decoder that also need padding libavcodecSun, 22 Jan 2006 19:10:12 +0000, by reimar
-
Implement audio cutoff frequency to the vorbis encoder. libavcodecSat, 21 Jan 2006 17:09:23 +0000, by banan
-
Silence warnings, these came when some tables got declared as const. libavcodecFri, 20 Jan 2006 23:06:35 +0000, by banan
-
place SPS/PPS in extradata if GLOBAL_HEADER flag is set libavcodecFri, 20 Jan 2006 21:20:46 +0000, by mru
-
detect when iterative_me fails to converge, and stop searching libavcodecThu, 19 Jan 2006 09:21:39 +0000, by lorenm
-
Make clean/distclean consistent throughout all the Makefiles. libavcodecMon, 16 Jan 2006 14:59:54 +0000, by diego
-
10l, get_byte returning 0 on error can cause a hang. So let's try with 1 instead... libavcodecSun, 15 Jan 2006 21:33:06 +0000, by reimar
-
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. libavcodecSun, 15 Jan 2006 00:28:36 +0000, by diego
-
Define separate version number for libpostproc. libavcodecSat, 14 Jan 2006 18:17:19 +0000, by diego
-
Remove redundant --enable-shared-pp configure option and make the PP code libavcodecSat, 14 Jan 2006 18:07:36 +0000, by diego
-
Off by one fix to prevent possible segfault. Patch by jwestfall at surrealistic dot net. libavcodecSat, 14 Jan 2006 17:43:22 +0000, by banan
-
Move library name generation to configure, simplifies build system a bit more. libavcodecSat, 14 Jan 2006 15:54:58 +0000, by diego
-
Fix a bunch of spelling/grammar mistakes in doxygen comments and output. libavcodecSat, 14 Jan 2006 15:00:10 +0000, by diego
-
get_byte may not return -1 on error, since it can lead to a negative backptr. libavcodecSat, 14 Jan 2006 14:59:11 +0000, by reimar
-
Wrong state handling causing decompression errors in some cases libavcodecSat, 14 Jan 2006 12:55:20 +0000, by reimar
-
Create symbolic links for all library sonames and clean up Makefiles. libavcodecSat, 14 Jan 2006 03:39:02 +0000, by diego
-
Change this Makefile to be consistent with all the others. libavcodecFri, 13 Jan 2006 00:53:36 +0000, by diego
-
Update licensing information: The FSF changed postal address. libavcodecThu, 12 Jan 2006 22:43:26 +0000, by diego
-
Our own LZO (1X) implementation, under LGPL and optimized for readability. libavcodecThu, 12 Jan 2006 17:52:41 +0000, by reimar
-
faster iterative_me: avoid duplicate mc of neighboring blocks. libavcodecThu, 12 Jan 2006 05:47:52 +0000, by lorenm
-
Move Darwin shared library build peculiarities to configure. libavcodecThu, 12 Jan 2006 00:00:00 +0000, by diego
-
Parameter added for user to set the cutoff frequency when encoding with faac. libavcodecTue, 10 Jan 2006 20:07:29 +0000, by banan
-
CamStudio decoder, only 32 bit lzo mode is tested libavcodecMon, 09 Jan 2006 15:41:39 +0000, by reimar
-
10l: bidir_refine didn't save the new mvs. also improve speed. libavcodecMon, 09 Jan 2006 02:08:12 +0000, by lorenm
-
Make shared lib name handling consistent with the other Makefiles. libavcodecMon, 09 Jan 2006 02:05:17 +0000, by diego
-
get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h libavcodecSun, 08 Jan 2006 21:19:39 +0000, by banan
-
install dsputil.h, that is used by many filters in mplayer libavcodecSun, 08 Jan 2006 14:53:37 +0000, by nicodvb
-
use h264 MC functions for 2xX Xx2 blocks in snow too libavcodecSun, 08 Jan 2006 01:50:34 +0000, by michael
-
use h264 MC functions for rectangular blocks too libavcodecSat, 07 Jan 2006 18:34:19 +0000, by michael
-
Moving dv_anchor back to the global scope. This creates a tiny memory libavcodecFri, 06 Jan 2006 19:19:39 +0000, by romansh
-
Comment out WMV3 decoder for now, it crashes on every file and causes libavcodecFri, 06 Jan 2006 13:18:31 +0000, by diego
-
Dual mono stereo strems sound ok now, added sanity checks and removed libavcodecFri, 06 Jan 2006 12:41:57 +0000, by rtognimp
-
8x8 integer dct from x264 as cmp function (under CONFIG_GPL) libavcodecWed, 04 Jan 2006 16:31:23 +0000, by michael
-
Fix an out of array access and some minor cleanup of the code. libavcodecWed, 04 Jan 2006 12:48:10 +0000, by diego
-
TrueSpeech compatible audio decoder by Konstantin Shishkov libavcodecTue, 03 Jan 2006 02:30:38 +0000, by diego
-
fix some potential arithmetic overflows in pred_direct_motion() and libavcodecFri, 30 Dec 2005 23:47:41 +0000, by lorenm
-
this fixes compilation with gcc 2.95 which seems to not like array casting... special case inline of check_block which makes the array and passes it libavcodecFri, 30 Dec 2005 21:05:44 +0000, by mmu_man
-
second try of improved lambda/qp guessing for motion estimation RD in first pass libavcodecThu, 29 Dec 2005 15:46:23 +0000, by michael
-
4mv + iter ME 10l fix (still not bugfree but better) libavcodecThu, 29 Dec 2005 02:17:51 +0000, by michael
-
iterative overlapped block based motion estimation for snow libavcodecWed, 28 Dec 2005 15:43:53 +0000, by michael
-
Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?) libavcodecSun, 25 Dec 2005 22:38:21 +0000, by michael
-
support downscaling frames for dynamic b frame decission libavcodecSun, 25 Dec 2005 18:34:02 +0000, by michael
-
10l (didnt remove option from old ones after converting to AVOption) libavcodecSun, 25 Dec 2005 17:43:52 +0000, by michael
-
hmm did i mess the scaling of these up at some point? libavcodecSat, 24 Dec 2005 23:47:29 +0000, by michael
-
improved lambda/qp guessing for motion estimation RD in first pass libavcodecThu, 22 Dec 2005 14:17:54 +0000, by michael
-
COSMETICS: tabs --> spaces, some prettyprinting libavcodecThu, 22 Dec 2005 01:10:11 +0000, by diego
-
Add some comments to #ifdef #else #endif blocks and fix wrong ones. libavcodecWed, 21 Dec 2005 17:50:40 +0000, by diego
-
also autodetect xvid idct if bitexact is used libavcodecWed, 21 Dec 2005 15:51:45 +0000, by michael
-
10l to michael for breaking gcc 2.95 compile :) libavcodecTue, 20 Dec 2005 23:07:25 +0000, by rfelker
-
use correct qp & lambda for ME on the second pass libavcodecMon, 19 Dec 2005 13:41:27 +0000, by michael
-
unfinished jpeg-ls codec (feel free to finish it ...) libavcodecSun, 18 Dec 2005 13:17:44 +0000, by michael
-
fix custom matrix permutation if xvid idct is autoselected and you have bad luck libavcodecSun, 18 Dec 2005 02:23:19 +0000, by michael
-
bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by (Steve Lhomme | slhomme divxcorp com) libavcodecSat, 17 Dec 2005 11:31:56 +0000, by michael
-
wrong sizes, part of [PATCH] from DivX, Part 9: bitstream crashes from (Steve Lhomme | slhomme divxcorp com) libavcodecSat, 17 Dec 2005 11:29:34 +0000, by michael
-
correctly deal with the alpha channel in 32-bit QT RLE (courtesy of John libavcodecWed, 14 Dec 2005 08:02:03 +0000, by melanson
-
correctly handle very large Cinepak frames (courtesy of John Koleszar libavcodecWed, 14 Dec 2005 00:19:01 +0000, by melanson
-
This patch adds some support for non-joint stereo streams. It also libavcodecSun, 11 Dec 2005 00:56:39 +0000, by rtognimp
-
Add the rest of missing Reg_* macros to support both AMD-64 style regs and IA32 regs. libavcodecSat, 10 Dec 2005 22:53:44 +0000, by gpoirier
-
Cook compatibe decoder, patch by Benjamin Larsson libavcodecFri, 09 Dec 2005 16:08:18 +0000, by rtognimp
-
Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled depending on the configure system libavcodecMon, 21 Nov 2005 20:03:35 +0000, by gpoirier
-
Mark all 12 block unused when there are no coded blocks libavcodecSun, 20 Nov 2005 23:09:05 +0000, by iive
-
dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS uni-muenchen POIS de > libavcodecMon, 14 Nov 2005 22:17:29 +0000, by gpoirier
-
Correctly skip unknown matrices (patch by Matthieu Castet) and disable comment reading libavcodecSun, 13 Nov 2005 20:06:31 +0000, by alex
-
Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for Theora 3.4 and stream created by Elphel cameras are decodable. libavcodecSun, 13 Nov 2005 17:59:21 +0000, by alex
-
fixed long standing off-by-one bug (fixes playback on ppc) libavcodecSun, 13 Nov 2005 17:48:27 +0000, by alex
-
clear the whole vert_pred buffer for 24 bit decoding. libavcodecThu, 10 Nov 2005 18:05:45 +0000, by reimar
-
improvements by Reimar D«Óffinger; 24-bit decoding is not perfect, only libavcodecThu, 10 Nov 2005 13:54:32 +0000, by melanson
-
Put double-quotes around the install path in the "install-headers" section libavcodecMon, 07 Nov 2005 01:32:29 +0000, by diego
-
Two tables in truemotion1data.h were slightly different from VpVision libavcodecSat, 05 Nov 2005 19:03:07 +0000, by diego
-
Place qdm2 and truemotion2 in ifdef block so that they can be disabled libavcodecSat, 05 Nov 2005 00:00:24 +0000, by rtognimp
-
Make rle_code int everywhere instead of signed char. libavcodecFri, 28 Oct 2005 16:01:12 +0000, by reimar
-
faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx. libavcodecThu, 27 Oct 2005 06:45:29 +0000, by lorenm
-
avoid the registration of DECODERS if only CONFIG_DECODERS is not defined. libavcodecWed, 26 Oct 2005 12:51:10 +0000, by gpoirier
-
Add DTS_INC to the CFLAGS for DTS. This is only set by external configure libavcodecSun, 23 Oct 2005 18:16:53 +0000, by diego
-
Increase version because of QDM2 decoder addition libavcodecThu, 20 Oct 2005 20:04:45 +0000, by rtognimp
-
init_get_bits() requires size in bits, not bytes libavcodecWed, 19 Oct 2005 22:27:34 +0000, by rtognimp
-
revert useless patch that was supposed to fix DTS support (but the fix belongs to MPlayer, not FFmpeg) libavcodecWed, 19 Oct 2005 18:42:37 +0000, by gpoirier
-
Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg libavcodecSat, 15 Oct 2005 16:29:58 +0000, by rtognimp
-
Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POIS edu > libavcodecFri, 14 Oct 2005 18:17:47 +0000, by gpoirier
-
support for FLX and DTA extensions in the FLIC format, courtesy of libavcodecThu, 13 Oct 2005 04:35:31 +0000, by melanson
-
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov libavcodecThu, 13 Oct 2005 04:31:55 +0000, by melanson
-
set_se_golomb can only write 16bits, add a note about this (ok, maybe it's brain dead using it with more than 16bits, but..) libavcodecWed, 12 Oct 2005 22:43:12 +0000, by alex
-
h264 mmx weighted prediction. up to 3% overall speedup. libavcodecSun, 09 Oct 2005 23:38:52 +0000, by lorenm
-
Move all definitions of external dependencies into configure instead of libavcodecTue, 04 Oct 2005 11:19:08 +0000, by diego
-
sse2 16x16 sum squared diff (306=>268 cycles on a K8) libavcodecFri, 30 Sep 2005 02:31:47 +0000, by lorenm
-
support for building dynamic libraries on Mac OS X libavcodecMon, 26 Sep 2005 10:05:13 +0000, by diego
-
Fix some #ifdef to allow building amr_wb alone. libavcodecSat, 24 Sep 2005 17:42:56 +0000, by diego
-
fix some pointer to intger without cast warnings (patch by Michel Bardiaux) libavcodecWed, 21 Sep 2005 23:18:52 +0000, by aurel
-
replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ... libavcodecWed, 21 Sep 2005 21:17:09 +0000, by michael
-
Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer. libavcodecWed, 21 Sep 2005 08:14:17 +0000, by michael
-
Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h libavcodecMon, 19 Sep 2005 23:26:47 +0000, by diego
-
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. libavcodecSun, 18 Sep 2005 21:21:01 +0000, by diego
-
print more time_base fps stuff if av_log level is at debug or above libavcodecSun, 18 Sep 2005 14:45:17 +0000, by michael
-
check return value of decode_cabac_mb_dqp, it is INT_MIN on error. libavcodecSat, 17 Sep 2005 08:15:07 +0000, by reimar
-
convert some options in ffmpeg.c to AVOptions libavcodecMon, 12 Sep 2005 10:23:52 +0000, by michael
-
flags and named constants with type checking of course for AVOption libavcodecSun, 11 Sep 2005 14:22:42 +0000, by michael
-
Fix compile without CONFIG_GPL, misplaced #endif caused a missing }. libavcodecSat, 10 Sep 2005 19:30:40 +0000, by reimar
-
dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4 libavcodecSat, 10 Sep 2005 01:13:10 +0000, by michael
-
AVOption enumeration support and some flags to classify AVOptions libavcodecTue, 06 Sep 2005 21:32:18 +0000, by michael
-
Kill some compiler warnings. Compiled code verified identical after changes. libavcodecTue, 06 Sep 2005 21:25:35 +0000, by mru
-
fix emulated edge motion compensation when resolution%16!=0 libavcodecMon, 05 Sep 2005 17:07:52 +0000, by lorenm
-
simplify (d&a) and (d&~a) calculation, hint by skal libavcodecSat, 03 Sep 2005 09:17:30 +0000, by michael
-
add consts (this was in my local tree, dunno where it came from, probably forgoten from some const patch) libavcodecFri, 02 Sep 2005 21:13:19 +0000, by michael
-
Document "us" parameter for PCM conversion functions. libavcodecFri, 02 Sep 2005 20:04:03 +0000, by reimar
-
Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). libavcodecFri, 02 Sep 2005 19:16:48 +0000, by reimar
-
setting timebase in the encoder doesnt seem like a good idea libavcodecFri, 02 Sep 2005 17:12:16 +0000, by michael
-
fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net) libavcodecFri, 02 Sep 2005 11:08:49 +0000, by michael
-
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) libavcodecFri, 26 Aug 2005 19:05:44 +0000, by michael
-
Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de) libavcodecFri, 26 Aug 2005 15:41:28 +0000, by michael
-
prevent assert failures and infinite loops with broken streams libavcodecThu, 25 Aug 2005 00:01:57 +0000, by michael
-
time_base description by Rich Felker | dalias, aerifal cx libavcodecSun, 21 Aug 2005 22:31:01 +0000, by michael
-
vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net) libavcodecSun, 21 Aug 2005 20:27:00 +0000, by michael
-
Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-stuttgart de) libavcodecSun, 21 Aug 2005 19:50:22 +0000, by michael
-
automatically detect Cinepak data from Sega FILM/CPK files libavcodecSun, 14 Aug 2005 18:39:59 +0000, by melanson
-
minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavcodecSun, 14 Aug 2005 16:37:29 +0000, by michael
-
subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also fixes a few libavcodecSun, 14 Aug 2005 01:15:27 +0000, by michael
-
tinfoil patch: no array is written to in bulk before counts are libavcodecSat, 13 Aug 2005 20:48:47 +0000, by melanson
-
tinfoil patch: be more diligent about checking array boundaries before libavcodecSat, 13 Aug 2005 18:39:21 +0000, by melanson
-
tinfoil patch: validate motion vectors and do not free frame on exit if libavcodecSat, 13 Aug 2005 18:25:17 +0000, by melanson
-
tinfoil patch: make sure pixel_ptr never goes negative libavcodecSat, 13 Aug 2005 17:46:09 +0000, by melanson
-
tinfoil patch: accept no widths that are no multiples of 4 libavcodecSat, 13 Aug 2005 17:12:38 +0000, by melanson
-
tinfoil patch: make sure that pixel pointer does not go out of bounds libavcodecSat, 13 Aug 2005 16:59:01 +0000, by melanson
-
DV video encoder/decoder doesn't set keyframe and picture type properties patch by (Edward Hervey:bilboed,gmail com) libavcodecThu, 11 Aug 2005 01:28:04 +0000, by michael
-
mkstemp on win32 workaround by (Ivan Wong: email, ivanwong info) libavcodecSat, 06 Aug 2005 09:46:04 +0000, by michael
-
liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com) libavcodecFri, 05 Aug 2005 23:25:35 +0000, by michael
-
libavutil: Utility code from libavcodec moved to a separate library. libavcodecMon, 01 Aug 2005 20:07:05 +0000, by al
-
workaround 'colocated mv if colocated block is L1 predicted' bug in x264 libavcodecMon, 01 Aug 2005 14:47:07 +0000, by michael
-
try to check for nonsense time_base instead of setting fake one libavcodecSun, 31 Jul 2005 10:00:25 +0000, by michael
-
fixing colocated mv if colocated block is L1 predicted for the temporal direct case libavcodecWed, 27 Jul 2005 00:15:55 +0000, by michael
-
fixing colocated mv if colocated block is L1 predicted libavcodecTue, 26 Jul 2005 23:40:55 +0000, by michael
-
Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb uni-luebeck de) libavcodecMon, 25 Jul 2005 23:07:27 +0000, by michael
-
fix user data parsing code so it suppors pre1 and cvs libavcodecSun, 24 Jul 2005 09:28:24 +0000, by michael
-
reset restart_count when restart_interval is set and fill the libavcodecFri, 22 Jul 2005 08:48:00 +0000, by reimar
-
portable IEEE float/double read/write functions libavcodecTue, 19 Jul 2005 14:25:23 +0000, by michael
-
portable IEEE float/double read/write functions libavcodecTue, 19 Jul 2005 13:29:13 +0000, by michael
-
dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADDING_SIZE libavcodecSun, 17 Jul 2005 12:56:56 +0000, by michael
-
verify len field validity in mjpeg_decode_com() libavcodecSun, 17 Jul 2005 11:27:00 +0000, by michael
-
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) libavcodecSun, 17 Jul 2005 00:28:12 +0000, by michael
-
yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail com) libavcodecSat, 16 Jul 2005 11:18:42 +0000, by michael
-
Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com) libavcodecFri, 15 Jul 2005 06:51:36 +0000, by michael
-
check for CODEC_CAP_DELAY in audio decoders too libavcodecThu, 14 Jul 2005 15:30:39 +0000, by michael
-
fix infinite loop (suggested change by rjayne at convera dot com) libavcodecMon, 11 Jul 2005 22:34:34 +0000, by michael
-
patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-devel/files/patch-libavcodec::x264.c libavcodecSun, 10 Jul 2005 00:22:13 +0000, by michael
-
Here is the patch suggested by: unkaggregate, users sf net libavcodecSat, 09 Jul 2005 21:39:29 +0000, by michael
-
parenthesing to avoid compiler errors in the future - compared asm outputs, behaviour didnt changed libavcodecSat, 02 Jul 2005 19:39:58 +0000, by alex
-
Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbj©Ìrn Skj©Áret: cisc, broadpark no) libavcodecFri, 01 Jul 2005 09:37:35 +0000, by michael
-
IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org) libavcodecTue, 28 Jun 2005 22:46:36 +0000, by michael
-
WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk) libavcodecTue, 28 Jun 2005 14:56:16 +0000, by michael
-
support extracting sps/pps from bitstream and putting it in extradata libavcodecTue, 28 Jun 2005 08:13:23 +0000, by michael
-
fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0 libavcodecTue, 28 Jun 2005 06:45:41 +0000, by michael
-
x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com) libavcodecMon, 27 Jun 2005 00:55:29 +0000, by michael
-
support changing in bitstream global headers into extradata style and back libavcodecMon, 27 Jun 2005 00:04:03 +0000, by michael
-
tiny docs improvement which i apparebtly forgot to commit libavcodecSun, 26 Jun 2005 23:04:59 +0000, by michael
-
make decoder a little bit more tolerant to missing NAL units libavcodecSun, 19 Jun 2005 23:33:09 +0000, by michael
-
Communicate proper aliasing to gcc (needed for 4.1). libavcodecSun, 19 Jun 2005 21:46:14 +0000, by mellum
-
non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net) libavcodecThu, 09 Jun 2005 20:01:02 +0000, by michael
-
apiexample fix by (Chip: szarlada, freemail hu) libavcodecTue, 07 Jun 2005 20:57:15 +0000, by michael
-
uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavcodecTue, 07 Jun 2005 14:12:15 +0000, by michael
-
10l (dont read variables before they have been set) libavcodecSun, 05 Jun 2005 15:51:20 +0000, by michael
-
sort H.264 mmx dsp functions into their own file libavcodecThu, 02 Jun 2005 20:45:35 +0000, by lorenm
-
fix segfault if flush is called before the first frame libavcodecWed, 01 Jun 2005 12:03:25 +0000, by mru
-
merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron) libavcodecWed, 01 Jun 2005 11:56:58 +0000, by michael
-
get rid of 2 movq (680 -> 658 dezicycles on duron) libavcodecWed, 01 Jun 2005 11:36:32 +0000, by michael
-
avoid one transpose (730->680 dezicycles on duron) libavcodecWed, 01 Jun 2005 08:43:40 +0000, by michael
-
add rounding bias before the horizontal idct (765->730 dezicyles on duron) libavcodecWed, 01 Jun 2005 01:18:41 +0000, by michael
-
maxdepth is supposed to be a constant, its faster if its too large then if its non constant libavcodecMon, 30 May 2005 19:14:50 +0000, by michael
-
Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu) libavcodecSun, 29 May 2005 22:11:05 +0000, by michael
-
Better ARM support for mplayer/ffmpeg, ported from atty fork libavcodecThu, 26 May 2005 14:32:46 +0000, by michael
-
read loop filter limit values from Theora header, courtesy of Matthieu libavcodecTue, 24 May 2005 14:21:42 +0000, by melanson
-
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com) libavcodecSun, 22 May 2005 23:58:58 +0000, by michael
-
libgsm warper by (Alban Bedel: albeu, free fr) libavcodecSun, 22 May 2005 23:39:11 +0000, by michael
-
START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org) libavcodecSat, 21 May 2005 21:37:07 +0000, by michael
-
fix bugs in new loop filter code; also, refrain from filtering against libavcodecSat, 21 May 2005 19:31:16 +0000, by melanson
-
apply the loop filter to fragments as they are rendered into the final libavcodecSat, 21 May 2005 05:20:52 +0000, by melanson
-
another bitstream extraction to optimize: fixed-length motion vectors libavcodecSat, 21 May 2005 01:12:41 +0000, by melanson
-
read Huffman tables from Theora header (patch courtesy of libavcodecThu, 19 May 2005 23:59:10 +0000, by melanson
-
use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coefficient colleting/reordering libavcodecThu, 19 May 2005 10:48:36 +0000, by michael
-
replace unpack_token() with a series of lookup tables libavcodecThu, 19 May 2005 02:43:21 +0000, by melanson
-
install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>) libavcodecThu, 19 May 2005 00:17:50 +0000, by aurel
-
H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math) libavcodecWed, 18 May 2005 09:17:22 +0000, by lorenm
-
reduce size of Vp3Fragment from 32byte to 16byte libavcodecWed, 18 May 2005 09:07:26 +0000, by michael
-
replace get_superblock_run_length() with a VLC table libavcodecWed, 18 May 2005 00:11:49 +0000, by melanson
-
use VLCs for in place of get_fragment_run_length(), get_mode_code(), and libavcodecTue, 17 May 2005 23:39:23 +0000, by melanson
-
Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine libavcodecTue, 17 May 2005 22:47:34 +0000, by melanson
-
some optimizations gcc should have done (10% faster loop filter) libavcodecTue, 17 May 2005 20:50:47 +0000, by michael
-
SATURATE_U8 -> clip_uint8 (10% faster loop filter) libavcodecTue, 17 May 2005 20:30:22 +0000, by michael
-
Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu) libavcodecTue, 17 May 2005 19:02:43 +0000, by michael
-
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API libavcodecTue, 17 May 2005 18:28:40 +0000, by michael
-
remove permutation done to quant tables and then undone during idct libavcodecTue, 17 May 2005 09:18:49 +0000, by michael
-
disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill port the vp3 c idct libavcodecTue, 17 May 2005 09:11:48 +0000, by michael
-
clear blocks after each idct instead of per picture libavcodecTue, 17 May 2005 00:52:29 +0000, by michael
-
another try at decode_ref_pic_list_reordering() libavcodecSun, 15 May 2005 01:40:34 +0000, by michael
-
fill missing reference pictures with something to avoid assertion failure libavcodecSat, 14 May 2005 00:04:11 +0000, by michael
-
alignment fix by (G«¡bor Kov«¡cs >picard demoscene hu) libavcodecFri, 13 May 2005 12:00:12 +0000, by michael
-
10l (mb_type uninitalized and then changed and overwritten) libavcodecFri, 13 May 2005 08:17:25 +0000, by michael
-
support the LE reader, so it can be tested a little libavcodecWed, 11 May 2005 01:50:46 +0000, by michael
-
LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programozo hu) libavcodecWed, 11 May 2005 01:46:13 +0000, by michael
-
a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net] libavcodecTue, 10 May 2005 20:39:11 +0000, by michael
-
#defines for strict_std_compliance and split between inofficial extensions and non standarized things libavcodecSun, 08 May 2005 20:15:42 +0000, by michael
-
support BUILDSUF patch by <charles dot yates at pandora dot be> libavcodecSun, 08 May 2005 15:04:59 +0000, by mmu_man
-
fix block corruption caused by clear_blocks() optimization libavcodecSun, 08 May 2005 13:04:46 +0000, by michael
-
complain about mpeg4 limits only if codec_id == MPEG4 libavcodecSun, 08 May 2005 00:44:06 +0000, by michael
-
ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net) libavcodecSat, 07 May 2005 19:24:07 +0000, by michael
-
reverse 1 hunk from 1.96->1.97, fixes decoding of (MR1_BT_A.h264 and MR1_MW_A.264) libavcodecSat, 07 May 2005 11:07:47 +0000, by michael
-
fix decoding of conformace streams AUD_MW_E.264 and BA1_FT_C.264 again (there where last correctly decoded with h264.c rev 1.96) libavcodecFri, 06 May 2005 17:04:03 +0000, by michael
-
Even More spelling errors. patch by (Kevin Baragona <kevinmb500 gawab com) libavcodecThu, 05 May 2005 14:34:47 +0000, by michael
-
More spelling errors patch by (Kevin Baragona (kevinmb500 gawab com>) libavcodecThu, 05 May 2005 14:17:28 +0000, by michael
-
While adding stereo rematrixing, I came across something that needs to libavcodecThu, 05 May 2005 14:10:52 +0000, by michael
-
fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi' libavcodecThu, 05 May 2005 13:40:28 +0000, by michael
-
GCC4 fix by (Keenan Pepper (keenanpepper gmail com) libavcodecThu, 05 May 2005 12:37:38 +0000, by michael
-
fix storage of motion vectors for frames with more than 4096 macroblocks. libavcodecTue, 03 May 2005 21:49:18 +0000, by lorenm
-
print pix_fmt if its known instead of if the raw codec is used libavcodecMon, 25 Apr 2005 18:41:38 +0000, by michael
-
tighter snow slicing patch by (Yartrebo || yartrebo earthlink net) libavcodecMon, 25 Apr 2005 10:03:01 +0000, by michael
-
fix ref comparison in B-frame deblocker ('unused' and 'unavailable' were treated as different) libavcodecSun, 24 Apr 2005 21:06:22 +0000, by lorenm
-
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") libavcodecSun, 24 Apr 2005 17:21:11 +0000, by melanson
-
Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com) libavcodecSun, 24 Apr 2005 11:13:49 +0000, by michael
-
typo fix by ("Todd.Kirby" doubleshot pacbell net) libavcodecSun, 24 Apr 2005 11:08:07 +0000, by michael
-
Video-Galileo_small.rm fix by (matthieu castet # castet.matthieu free fr) libavcodecThu, 21 Apr 2005 21:27:03 +0000, by michael
-
avoid clearing block[] if its not used at all libavcodecThu, 21 Apr 2005 21:23:22 +0000, by michael
-
deblocking filter doesn't need to call fill_caches again. 1.4% faster decoding. libavcodecThu, 21 Apr 2005 20:38:42 +0000, by lorenm
-
Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com) libavcodecWed, 20 Apr 2005 09:42:47 +0000, by michael
-
remove superfluous CONFIG_ENCODERS (entire function is already wrapped) libavcodecTue, 19 Apr 2005 04:29:11 +0000, by melanson
-
avoid UPDATE_CACHE() in GET_RL_VLC() if not needed libavcodecMon, 18 Apr 2005 20:07:48 +0000, by michael
-
various fixes related to the non alt_bitstream_reader libavcodecMon, 18 Apr 2005 12:08:16 +0000, by michael
-
add an AMD64 specific implementation of rdtsc() libavcodecMon, 18 Apr 2005 11:24:20 +0000, by aurel
-
read 32bit instead of 64bit to avoid overreading and missalignments libavcodecSun, 17 Apr 2005 13:30:45 +0000, by michael
-
fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink net libavcodecSun, 17 Apr 2005 09:27:53 +0000, by michael
-
store the number of runs to avoid storing the last run value libavcodecFri, 15 Apr 2005 13:24:30 +0000, by michael
-
allow 2pass ratecontrol. also fixes psnr displayed by mencoder. libavcodecFri, 15 Apr 2005 05:54:47 +0000, by lorenm
-
replace complicated pointer dereference + index stuff by pointers in unpack_coeffs() libavcodecThu, 14 Apr 2005 20:54:03 +0000, by michael
-
Snow segfault bug in revision 1.43 patch by (Yartrebo /yartrebo earthlink net/) libavcodecWed, 13 Apr 2005 01:57:19 +0000, by michael
-
rescale coefficients during IDWT, that way the lifting steps are much simpler and faster libavcodecSun, 10 Apr 2005 14:21:53 +0000, by michael
-
increasing precission of the quantization parameter libavcodecSat, 09 Apr 2005 22:15:48 +0000, by michael
-
Fix upside-down picture for BGR24 images (fixes pig-loco-rgb.avi) libavcodecFri, 08 Apr 2005 21:34:48 +0000, by rtognimp
-
Fix colors for YV12 case (u/v planes are swapped) libavcodecThu, 07 Apr 2005 22:02:28 +0000, by rtognimp
-
CABAC support for MBAFF I frames patch by (Lo«Ác Le Loarer < lll+ffmpeg m4x org) libavcodecTue, 05 Apr 2005 18:29:26 +0000, by michael
-
CABAC support for MBAFF I frames patch by (Lo«Ác Le Loarer | lll+ffmpeg m4x org) libavcodecTue, 05 Apr 2005 01:35:22 +0000, by michael
-
printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se) libavcodecMon, 04 Apr 2005 21:47:50 +0000, by michael
-
merge vertical lifting steps and a little cleanup libavcodecMon, 04 Apr 2005 21:35:18 +0000, by michael
-
Typo errors patch by (QuickTime | ffmpeg gmail com> libavcodecMon, 04 Apr 2005 11:25:44 +0000, by michael
-
Snow Slicing patch by (Yartrebo) yartrebo earthlink net libavcodecSun, 03 Apr 2005 15:43:57 +0000, by michael
-
Autodesk Animator Studio Codec (AASC) video decoder, courtesy of libavcodecSun, 03 Apr 2005 05:02:08 +0000, by melanson
-
support some more color modes; patch by Kostya libavcodecFri, 01 Apr 2005 04:30:31 +0000, by melanson
-
motion estimation bitrate penalty compensation libavcodecSun, 27 Mar 2005 12:19:59 +0000, by michael
-
display deblocking strength in FF_DEBUG_PICT_INFO libavcodecSun, 27 Mar 2005 10:58:21 +0000, by lorenm
-
This is the second patch for MBAFF support, this adds the deblocking libavcodecSun, 27 Mar 2005 00:44:11 +0000, by michael
-
The cvs version 1.103 of h264.c brokes 13 conformance streams, this libavcodecSun, 27 Mar 2005 00:27:37 +0000, by michael
-
replace custom bitstream reader with get_bits/vlc() libavcodecSat, 26 Mar 2005 23:51:13 +0000, by michael
-
Winnov WNV1 video decoder, courtesy of Konstantin Shishkov libavcodecSat, 26 Mar 2005 20:32:55 +0000, by melanson
-
check mb/me_threshold range, fixes assertion failure libavcodecSat, 26 Mar 2005 18:10:44 +0000, by michael
-
create temporary file in current directory if it failed in /tmp libavcodecWed, 23 Mar 2005 19:19:59 +0000, by michael
-
support omiting various headers in mpeg4 as WMP seems to have difficulty with them libavcodecWed, 23 Mar 2005 11:39:38 +0000, by michael
-
04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp) libavcodecTue, 22 Mar 2005 18:28:15 +0000, by michael
-
B frames and CABAC/CAVLC selection by Erik Slagter (erik at slagter dot name) libavcodecSat, 19 Mar 2005 12:27:10 +0000, by mru
-
disable luma in postprocess filters patch by (Tuukka Toivonen |tuukkat ee.oulu fi) libavcodecSat, 19 Mar 2005 03:01:13 +0000, by michael
-
ogg has to be at the right of vorbis patch by ("V«¿ctor Paesa" wzrlpy hotmail com) libavcodecFri, 18 Mar 2005 02:13:13 +0000, by michael
-
add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org) libavcodecWed, 16 Mar 2005 19:11:58 +0000, by michael
-
set constant QP from AVCodecContext.global_quality. libavcodecWed, 16 Mar 2005 13:09:30 +0000, by mru
-
Set keyframe flag only on IDR-frames (needed for reordering across I-frames). libavcodecFri, 11 Mar 2005 02:14:44 +0000, by lorenm
-
replace custom bit-reading functions with FFmpeg's internal function; libavcodecThu, 10 Mar 2005 05:34:10 +0000, by melanson
-
Oops patch by (M«©ns Rullg«©rd <mru inprovide com>) libavcodecWed, 09 Mar 2005 19:46:31 +0000, by michael
-
H.264 encoding with x264 by (M«©ns Rullg«©rd <mru inprovide com>) libavcodecWed, 09 Mar 2005 03:04:56 +0000, by michael
-
fixing playback of xvid pretending to be divx (sample_vop_nc.avi) libavcodecTue, 08 Mar 2005 14:39:58 +0000, by michael
-
remove an assert that was breaking compilation on some gccs. libavcodecMon, 07 Mar 2005 09:05:33 +0000, by lorenm
-
AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>) libavcodecSun, 06 Mar 2005 23:20:53 +0000, by michael
-
MBAFF I slice no deblocking patch by (Loic >>lll+ffmpeg m4x org<<) libavcodecSun, 06 Mar 2005 23:02:25 +0000, by michael
-
indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net) libavcodecSun, 06 Mar 2005 20:07:41 +0000, by michael
-
improved detection of "AVC1" style H.264 patch by (M«©ns Rullg«©rd <mru inprovide com>) libavcodecSun, 06 Mar 2005 19:40:12 +0000, by michael
-
get rid of nasty exit()'s so the decoder will only warn the user before libavcodecSun, 06 Mar 2005 14:48:50 +0000, by melanson
-
decoder works fine now, when fed properly-sized chunks by the demuxer; libavcodecSun, 06 Mar 2005 07:00:24 +0000, by melanson
-
do not use a variable before proper initialization libavcodecSun, 06 Mar 2005 06:22:24 +0000, by melanson
-
first pass at ALAC decoder from David Hammerton; while David's original libavcodecSun, 06 Mar 2005 00:43:55 +0000, by melanson
-
Support for AMR Interface Format 2 patch by ("Torsten Martinsen" <tma gatehouse dk>) libavcodecSat, 05 Mar 2005 11:44:25 +0000, by michael
-
10l (fix reordering when B-frames are not present) libavcodecSat, 05 Mar 2005 00:14:21 +0000, by lorenm
-
H.264: decode arbitrary frame orders and allow B-frames as references. libavcodecFri, 04 Mar 2005 12:47:38 +0000, by lorenm
-
vismb: display 4x4 partition boundaries in H.264 libavcodecThu, 03 Mar 2005 06:57:17 +0000, by lorenm
-
cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc bug related to frexp() libavcodecWed, 02 Mar 2005 20:46:06 +0000, by michael
-
VP3 post-processing loop filter; disabled until the correct final step libavcodecTue, 01 Mar 2005 06:14:45 +0000, by melanson
-
indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian Jedruszkiewicz) libavcodecSun, 27 Feb 2005 23:43:24 +0000, by michael
-
shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>) libavcodecSat, 26 Feb 2005 03:36:04 +0000, by michael
-
kill warnings patch by (M«©ns Rullg«©rd <mru inprovide com>) libavcodecThu, 24 Feb 2005 19:08:50 +0000, by michael
-
- renaming the AC coding set variable names to more meaningful ones libavcodecWed, 23 Feb 2005 17:24:17 +0000, by michael
-
use av_free() instead of free() where it's meant to. libavcodecTue, 22 Feb 2005 11:37:03 +0000, by mmu_man
-
macromedia flavour adpcm decoding (used in flv and swf) libavcodecMon, 21 Feb 2005 19:27:32 +0000, by alex
-
removing --disable-risky patch by (Josh Varner <jlvarner gmail com>) libavcodecMon, 21 Feb 2005 17:50:48 +0000, by michael
-
Fix a crash when multiple metadata packets are present. libavcodecSun, 20 Feb 2005 23:21:50 +0000, by lorenm
-
Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>) libavcodecThu, 17 Feb 2005 19:03:12 +0000, by michael
-
remove goto and reindent patch by (Loic Le Loarer <lll+ffmpeg m4x org>) libavcodecWed, 16 Feb 2005 23:18:06 +0000, by michael
-
Off-by-one bug in libavcodec/idcinvideo.c, caused libavcodecWed, 16 Feb 2005 22:42:41 +0000, by michael
-
Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4) libavcodecTue, 15 Feb 2005 20:58:32 +0000, by rtognimp
-
optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab kepler.fjfi.cvut cz<) libavcodecMon, 07 Feb 2005 17:09:48 +0000, by michael
-
INTRA PCM macroblocks support patch by (Loic )lll+ffmpeg m4x org) libavcodecMon, 07 Feb 2005 00:10:28 +0000, by michael
-
emulate (idiotic) MS behavior for inconsistant dimensions libavcodecSun, 06 Feb 2005 18:43:06 +0000, by michael
-
seperate bitstream encoding skip from PASS1 flag libavcodecSun, 06 Feb 2005 10:36:07 +0000, by michael
-
Build libpostproc out of source directory patch by (James A. Morrison >ja2morri csclub.uwaterloo ca>) libavcodecFri, 04 Feb 2005 03:29:50 +0000, by michael
-
H.264 multiple slice support in CABAC patch by (Loic (lll+ffmpeg m4x org) libavcodecFri, 04 Feb 2005 02:47:45 +0000, by michael
-
- samples from mplayer ftp in the "adv" profile seem to have profile=2, libavcodecFri, 04 Feb 2005 02:20:38 +0000, by michael
-
merge a few shifts into the dequantization, faster and more accurate, lets hope it doesnt overflow libavcodecThu, 03 Feb 2005 03:28:27 +0000, by michael
-
mb_lmin/max to limit the per mb quality for the ratecontrol independant from the frame limits libavcodecWed, 02 Feb 2005 19:33:48 +0000, by michael
-
Border processing adaptive quant patch by (Christophe Massiot |cmassiot freebox fr) libavcodecWed, 02 Feb 2005 18:49:04 +0000, by michael
-
rtp_callback: send number of mb patch by (Johan Bilien {jobi via.ecp fr) libavcodecWed, 02 Feb 2005 18:14:59 +0000, by michael
-
faster, simpler and more accurate l3_unscale() libavcodecTue, 01 Feb 2005 23:43:07 +0000, by michael
-
Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de> libavcodecTue, 01 Feb 2005 15:13:27 +0000, by mmu_man
-
10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to support CODEC_ID_NONE) libavcodecTue, 01 Feb 2005 13:03:44 +0000, by michael
-
H.264 multiplce instance in reference list patch by (Loic <lll+ffmpeg m4x org ) libavcodecTue, 01 Feb 2005 11:26:11 +0000, by michael
-
correct long term picture management patch by (Loic <lll+ffmpeg m4x org>) libavcodecTue, 01 Feb 2005 11:12:53 +0000, by michael
-
support 32bit output for the mpeg audio decoder libavcodecMon, 31 Jan 2005 12:16:21 +0000, by michael
-
more accurate dequant of near zero coefficients libavcodecMon, 31 Jan 2005 04:06:47 +0000, by michael
-
100000l (typos in the #define for selecting the NORM6 method -> wasnt compiled, after fixing typos new method doesnt even compile -> swicth back to old until its fixed) libavcodecSun, 30 Jan 2005 22:28:11 +0000, by michael
-
- add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define in libavcodecSun, 30 Jan 2005 21:54:20 +0000, by michael
-
fixing missaligned memory accesses in fill_rectangle() libavcodecSun, 30 Jan 2005 02:16:50 +0000, by michael
-
require a few valid and equal mp3 headers for resync libavcodecSat, 29 Jan 2005 23:59:32 +0000, by michael
-
added a lock/unlock_lib pair to allow extern progs to serialize access to lavc. libavcodecSat, 29 Jan 2005 20:09:33 +0000, by mmu_man
-
exported ff_mpa_synth_filter for upcoming qdm2 decoder libavcodecFri, 28 Jan 2005 19:54:10 +0000, by alex
-
use dc tables from msmpeg4 instead of duplicating them patch by anonymous libavcodecWed, 26 Jan 2005 12:01:35 +0000, by michael
-
check norm6 vlc validity as there are some bit sequences which dont corespond to any codeword, the other vlc tables all seem to be huffman tables though libavcodecTue, 25 Jan 2005 01:29:10 +0000, by michael
-
norm-6 / diff-6 support (untested, parts of it just guessed as the spec is unclear) libavcodecMon, 24 Jan 2005 01:46:12 +0000, by michael
-
dont use several 100 mb memory for a tiny 120 element table libavcodecSun, 23 Jan 2005 22:54:51 +0000, by michael
-
mention table duplications, note, please avoid duplicating tables! libavcodecSun, 23 Jan 2005 22:10:55 +0000, by michael
-
preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier libavcodecSat, 22 Jan 2005 18:00:36 +0000, by alex
-
preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier libavcodecSat, 22 Jan 2005 17:52:01 +0000, by alex
-
Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>) libavcodecFri, 21 Jan 2005 22:16:05 +0000, by michael
-
H.264 b ref pic list order and long term pictures patch by (Loic Le Loarer <loic.le-loarer polytechnique org>) libavcodecWed, 19 Jan 2005 17:35:51 +0000, by michael
-
compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>) libavcodecWed, 19 Jan 2005 12:58:34 +0000, by michael
-
x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>) libavcodecTue, 18 Jan 2005 01:01:54 +0000, by michael
-
10l patch by (matthieu castet <castet.matthieu free fr>) libavcodecSun, 16 Jan 2005 22:11:47 +0000, by michael
-
1l, forgot to remove duplicated error message libavcodecSat, 15 Jan 2005 14:05:37 +0000, by rtognimp
-
Mention the l5 pp filter in 'mplayer -pphelp' output. libavcodecSat, 15 Jan 2005 10:34:49 +0000, by diego
-
Use avcodec_check_dimensions instead of custom hack libavcodecSat, 15 Jan 2005 00:07:38 +0000, by rtognimp
-
assertion about bits statistic and minor bits stat fix libavcodecFri, 14 Jan 2005 23:48:12 +0000, by michael
-
av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>) libavcodecWed, 12 Jan 2005 18:25:48 +0000, by michael
-
various security fixes and precautionary checks libavcodecWed, 12 Jan 2005 00:16:25 +0000, by michael
-
Quote path expression to take care of $(prefix) possibly containing spaces. libavcodecTue, 11 Jan 2005 08:16:04 +0000, by diego
-
Check pointers before writing to memory, fix possible integer overflows libavcodecSun, 09 Jan 2005 23:39:32 +0000, by rtognimp
-
10l: scratchpad could be allocated before its size was known. libavcodecSat, 08 Jan 2005 08:56:18 +0000, by lorenm
-
print "D" instead of "P" for dropable frames in flv with -debug 1 libavcodecThu, 06 Jan 2005 01:02:36 +0000, by michael
-
fixing decoding of http://mplayerhq.hu/~atmos4/ffrv20-crashing-atmos.rm libavcodecWed, 05 Jan 2005 02:36:10 +0000, by michael
-
fix decoding of http://mplayerhq.hu/~diego/problem.mov libavcodecWed, 05 Jan 2005 00:20:52 +0000, by michael
-
reduce stutter if we learn too late that the stream contains B-frames. libavcodecTue, 04 Jan 2005 10:26:47 +0000, by lorenm
-
Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>) libavcodecMon, 03 Jan 2005 16:13:52 +0000, by michael
-
Make -pphelp output consistent with the other instances of -xxx help. libavcodecMon, 03 Jan 2005 00:36:26 +0000, by diego
-
faster and slightly less accurate nearest neighbor resampler libavcodecFri, 31 Dec 2004 17:37:23 +0000, by michael
-
- correct several errors on the deblocking accross slice boundaries. libavcodecFri, 31 Dec 2004 00:07:17 +0000, by michael
-
Fix avc1 if there is nore than one nal per mov frame libavcodecThu, 30 Dec 2004 18:05:54 +0000, by rtognimp
-
imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t luc d0t ac.be>) libavcodecThu, 30 Dec 2004 14:48:01 +0000, by michael
-
Fix compilation when both amr_nb and amr_wb are enabled libavcodecWed, 29 Dec 2004 23:17:42 +0000, by rtognimp
-
common.c -> bitstream.c (and the single non bitstream func -> utils.c) libavcodecWed, 29 Dec 2004 17:50:25 +0000, by michael
-
implement B_DIRECT and B_SKIP macroblock types. libavcodecWed, 29 Dec 2004 04:17:52 +0000, by lorenm
-
vismv for h264 displayed incorrect motion vectors. libavcodecMon, 20 Dec 2004 03:03:37 +0000, by lorenm
-
fixes transcoding to vorbis with ffmpeg on big endian machines patch by (Sigbj©Ìrn Skj©Áret {sskjer-1 broadpark no}) libavcodecSat, 18 Dec 2004 16:20:42 +0000, by michael
-
fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>) libavcodecSat, 18 Dec 2004 03:07:15 +0000, by michael
-
fix timestamp prediction for low_delay mpeg streams libavcodecTue, 14 Dec 2004 12:04:45 +0000, by michael
-
x86 cpu capabilities detection rewrite / cleanup libavcodecMon, 13 Dec 2004 16:11:38 +0000, by michael
-
warn the user if the quantization code could overflow with the selected custom matrix and qp limits libavcodecSat, 11 Dec 2004 18:33:18 +0000, by michael
-
detect sse on athlon-xp patch by (matthieu castet <castet >.< matthieu >at< free >.< fr>) libavcodecSun, 05 Dec 2004 23:26:43 +0000, by michael
-
fix some codec_id values so that new ones can be added at the end of the subsets without breaking binary compatibility libavcodecSun, 28 Nov 2004 15:33:15 +0000, by michael
-
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) libavcodecSat, 27 Nov 2004 18:10:06 +0000, by michael
-
fix for build on IRIX by (Michel Bardiaux {mbardiaux peaktime be}) libavcodecThu, 25 Nov 2004 19:26:46 +0000, by michael
-
fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>) libavcodecThu, 25 Nov 2004 19:17:27 +0000, by michael
-
YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>) libavcodecWed, 24 Nov 2004 22:54:16 +0000, by michael
-
Fixed typo which caused incorrect motion prediction in B-frames. patch by (Loren Merritt <lorenm ta u tod washington tod edu>) libavcodecWed, 24 Nov 2004 22:50:49 +0000, by michael
-
check num_entries too to avoid reading over the array end and dont check i>0 it must be >0 there libavcodecWed, 24 Nov 2004 00:15:49 +0000, by michael
-
Fixes a segfault when flushing delayed B-frames on the 2nd pass. patch by (Loren Merritt <lorenm.u@washington@edu>) libavcodecTue, 23 Nov 2004 23:58:54 +0000, by michael
-
BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more generic "if HAVE_THREADS" libavcodecSun, 21 Nov 2004 18:04:56 +0000, by mmu_man
-
whitespace cleanup patch by (James A. Morrison <ja2morri>@<csclub>dot<uwaterloo>point<ca>) libavcodecSun, 21 Nov 2004 01:47:36 +0000, by michael
-
workaround apps which dont provided correctly padded streams libavcodecFri, 19 Nov 2004 20:49:12 +0000, by michael
-
native QPEG video decoder, courtesy of Konstantin Shishkov libavcodecWed, 17 Nov 2004 03:45:53 +0000, by melanson
-
extradata and FF_INPUT_BUFFER_PADDING_SIZE doc libavcodecMon, 15 Nov 2004 15:53:53 +0000, by michael
-
plane predicted non-interlacd rgb decodeing fix libavcodecSun, 14 Nov 2004 15:46:34 +0000, by michael
-
merge pam_decode_frame() into pnm_decode_frame() libavcodecFri, 12 Nov 2004 23:38:43 +0000, by michael
-
When bswap_32 is a macro, png images fail to decode properly, patch by (Milan Cutka <cutka>at<szm>dot<sk>) libavcodecFri, 12 Nov 2004 09:48:06 +0000, by michael
-
porting png support from -f image to -f image2 libavcodecTue, 09 Nov 2004 23:31:46 +0000, by michael
-
switch ffv1 to the put/get_symbol() from snow libavcodecSun, 31 Oct 2004 12:22:00 +0000, by michael
-
Fix mjpeg-b (padding bytes can exist between end of sos and image data) libavcodecFri, 29 Oct 2004 20:45:47 +0000, by rtognimp
-
H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) libavcodecThu, 28 Oct 2004 10:12:57 +0000, by michael
-
YUV420P to YUV422 conversion routine by (Danny Laarmans <dlaarmans at androme dot com>) libavcodecWed, 27 Oct 2004 21:42:26 +0000, by michael
-
Miro VideoXL (VIXL) decoder, courtesy of Konstantin Shishkov libavcodecWed, 27 Oct 2004 04:30:48 +0000, by melanson
-
fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavcodecMon, 25 Oct 2004 01:16:13 +0000, by michael
-
INT MIN/MAX patch by (Bohdan Horst <nexus at irc dot pl>) libavcodecSun, 24 Oct 2004 13:20:32 +0000, by michael
-
small typo patch by (Gildas Bazin <gbazin at altern dot org>) libavcodecFri, 22 Oct 2004 19:55:57 +0000, by michael
-
H.264 CABAC + B-frames patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecFri, 22 Oct 2004 18:30:50 +0000, by michael
-
100l (dont reset the sample position at the block end) libavcodecThu, 21 Oct 2004 20:01:32 +0000, by michael
-
make most resample filter parameters selectable at runtime libavcodecThu, 21 Oct 2004 03:11:34 +0000, by michael
-
make filter size, int32/int16 and a few other things selectable at compiletime libavcodecWed, 20 Oct 2004 18:02:34 +0000, by michael
-
gcc 3.4.3 preversions do not appreciate invalid instruction and operand combinations anymore patch by (Aurelien Jacobs <aurel at gnuage dot org>) libavcodecSun, 17 Oct 2004 20:27:11 +0000, by michael
-
Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov libavcodecTue, 12 Oct 2004 12:47:49 +0000, by melanson
-
missaliged clear_blocks() and h264 not complied but referenced fix patch by (Roine Gustafsson <roine at users dot sourceforge dot net>) and me libavcodecMon, 11 Oct 2004 22:47:09 +0000, by michael
-
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) libavcodecMon, 11 Oct 2004 02:19:29 +0000, by michael
-
Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka <cutka at szm dot sk>) libavcodecFri, 08 Oct 2004 10:37:45 +0000, by michael
-
segfault in amr decoder fix patch by (Richard van der Hoff - richvdh0) libavcodecTue, 05 Oct 2004 19:44:26 +0000, by michael
-
Altivec test on AmigaOS4 patch by (Chip <szarlada at freemail dot hu>) libavcodecTue, 05 Oct 2004 18:36:15 +0000, by michael
-
Build process: libpostproc patch by (Franti?ek Dvo?«¡k <valtri at users dot sourceforge dot net>) libavcodecTue, 05 Oct 2004 17:43:10 +0000, by michael
-
h.264 ref list reordering bugfix patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecSun, 03 Oct 2004 22:01:21 +0000, by michael
-
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodecFri, 01 Oct 2004 14:38:32 +0000, by michael
-
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodecFri, 01 Oct 2004 13:32:13 +0000, by michael
-
* these vars could be either static or extern (compilation fix gcc-3.5) libavcodecThu, 30 Sep 2004 15:02:07 +0000, by kabi
-
dont just resample half of the data sometimes libavcodecTue, 28 Sep 2004 21:11:09 +0000, by michael
-
support for Sierra Online audio files and Apple QuickDraw codec, libavcodecTue, 28 Sep 2004 03:09:49 +0000, by melanson
-
if audio is PCM, push it through (sync is not perfect yet) libavcodecTue, 28 Sep 2004 03:04:36 +0000, by melanson
-
move h264 idct to its own file and call via function pointer in DspContext libavcodecMon, 27 Sep 2004 19:47:17 +0000, by michael
-
set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0) libavcodecMon, 27 Sep 2004 02:39:55 +0000, by michael
-
assertion when playing AVC/H.264 streams fix by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecSat, 25 Sep 2004 10:06:31 +0000, by michael
-
H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecSat, 25 Sep 2004 09:59:36 +0000, by michael
-
Zlib encoder: fix image orientation (was flipped), 100l in deflate error libavcodecThu, 23 Sep 2004 22:20:17 +0000, by rtognimp
-
merge predict_plane() with DWTELEM->8bit conversation (21% faster) libavcodecThu, 23 Sep 2004 12:20:41 +0000, by michael
-
segfault fix by (Kostya <cannonball at bw-team dot com>) libavcodecThu, 23 Sep 2004 09:42:25 +0000, by michael
-
* simplification patch by Jeffrey Ryan Muizelaar libavcodecWed, 22 Sep 2004 05:04:18 +0000, by romansh
-
Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet finished, but at least the picture can be recognized libavcodecTue, 21 Sep 2004 17:37:28 +0000, by alex
-
greyscale decoding (option to skip u,v planes) support libavcodecTue, 21 Sep 2004 17:31:46 +0000, by alex
-
check if the user specified timestamps are strictly monotone libavcodecMon, 20 Sep 2004 13:47:47 +0000, by michael
-
consistent use of types patch by (D Richard Felker III <dalias at aerifal dot cx>) libavcodecSun, 19 Sep 2004 14:43:09 +0000, by michael
-
simplify getsymbol patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecFri, 17 Sep 2004 23:51:36 +0000, by michael
-
huffyuv writes to AVCodecContext.stats_out only once every 32 frames, libavcodecFri, 17 Sep 2004 11:21:52 +0000, by michael
-
warning the user about possible incompatibilities libavcodecFri, 17 Sep 2004 11:17:17 +0000, by michael
-
(non)interlaced huffyuv patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecFri, 17 Sep 2004 10:57:57 +0000, by michael
-
h264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau at caps-entreprise dot com>) libavcodecThu, 16 Sep 2004 19:05:22 +0000, by michael
-
10l (scene change pict_type was wrong after coded_frame fix) patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecThu, 16 Sep 2004 17:36:39 +0000, by michael
-
IBM Ultimotion video decoder, courtesy of Konstantin Shishkov libavcodecThu, 16 Sep 2004 03:31:41 +0000, by melanson
-
* I was finally convinced. And besides, if err it's better to err with libavcodecTue, 14 Sep 2004 06:58:24 +0000, by romansh
-
AVC (H264 in mp4 files, fourcc avc1) support libavcodecMon, 13 Sep 2004 21:20:55 +0000, by rtognimp
-
100l (forgot to set the 8x8 mc functions, so ME did use the mpeg ones ...) libavcodecSun, 12 Sep 2004 23:09:54 +0000, by michael
-
use pointer arithmetic in mc_block(), 25% faster libavcodecSun, 12 Sep 2004 10:51:02 +0000, by michael
-
put the warning to the right place to avoid crashes libavcodecFri, 10 Sep 2004 15:38:14 +0000, by alex
-
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster libavcodecMon, 06 Sep 2004 03:17:31 +0000, by michael
-
Always write VOL control parameters, needed by old xvid patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecFri, 03 Sep 2004 02:32:39 +0000, by michael
-
optional non spec compliant optimizations for mpeg1 libavcodecThu, 02 Sep 2004 15:46:03 +0000, by michael
-
h264 deblocking crash patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecThu, 02 Sep 2004 10:49:54 +0000, by michael
-
quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, but can be extended to other block sizes easily) libavcodecThu, 26 Aug 2004 20:04:54 +0000, by michael
-
typo fix by (Marcin 'Morgoth' Kurek <morgoth6 at box43 dot pl>) libavcodecWed, 25 Aug 2004 22:35:04 +0000, by michael
-
bsd patch by (Bohdan Horst <nexus at irc dot pl>) libavcodecWed, 25 Aug 2004 00:01:34 +0000, by michael
-
ffmpeg short conversion got fixed somewhere, no need to workaround it - fixes amplitude bug libavcodecSun, 22 Aug 2004 12:40:57 +0000, by alex
-
new opensource lossy/lossless audio codec based on speech compression techniques (actually based on bonk) libavcodecSat, 21 Aug 2004 19:19:35 +0000, by alex
-
k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>) libavcodecThu, 19 Aug 2004 19:01:40 +0000, by michael
-
enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavcodecThu, 19 Aug 2004 10:55:48 +0000, by michael
-
Get H.264 frame rate from SPS/VUI patch by (M«©ns Rullg«©rd <mru at kth dot se>) libavcodecMon, 16 Aug 2004 22:48:05 +0000, by michael
-
TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov libavcodecSat, 14 Aug 2004 15:08:09 +0000, by melanson
-
Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>) libavcodecFri, 13 Aug 2004 15:30:42 +0000, by michael
-
10l (dont store 2 different things at the same place ...) libavcodecWed, 11 Aug 2004 19:32:34 +0000, by michael
-
improved magnitude coding, 0.2% lower bitrate (foreman@352x288 qscale 1 and 8) libavcodecMon, 02 Aug 2004 17:53:57 +0000, by michael
-
fix one file, will probably break some others but i cant find any samples which need this ... libavcodecMon, 02 Aug 2004 13:03:58 +0000, by michael
-
simpler delta decreasing algorithm patch by (Jeff Muizelaar <jrmuizel at student dot cs dot uwaterloo dot ca>) libavcodecMon, 02 Aug 2004 10:42:21 +0000, by michael
-
various subband encoders (all either worse or complicated so they are commented out) libavcodecMon, 02 Aug 2004 01:03:52 +0000, by michael
-
use parent sample to predict significance & magnitude libavcodecTue, 27 Jul 2004 13:40:16 +0000, by michael
-
Add UYVY support to libavcodec/raw.c patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavcodecMon, 26 Jul 2004 16:39:01 +0000, by michael
-
libdts support improvements by (Aurelien Jacobs) libavcodecMon, 26 Jul 2004 16:36:36 +0000, by michael
-
UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavcodecSun, 25 Jul 2004 10:01:36 +0000, by michael
-
* patch from James Morrison (getting rid of broken code) libavcodecFri, 23 Jul 2004 20:10:44 +0000, by romansh
-
- Support empty GOB's (no mb's) and skip all mb's libavcodecThu, 22 Jul 2004 10:23:28 +0000, by michael
-
miscalculation of header_bits when using the -thread option bugfix, patch by (Christophe Massiot <cmassiot at freebox dot fr>) libavcodecTue, 20 Jul 2004 17:13:08 +0000, by michael
-
XviD Support patch by (Adam Thayer <krevnik at comcast dot net>) libavcodecFri, 16 Jul 2004 19:48:30 +0000, by michael
-
Avoid segfault on ffmpeg "buffer flush" in mpeg12.c patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavcodecFri, 16 Jul 2004 18:36:39 +0000, by michael
-
moving Doxyfile from ffmpeg/libavcodec to ffmpeg libavcodecThu, 15 Jul 2004 15:14:13 +0000, by michael
-
libdts support by (Benjamin Zores <ben at geexbox dot org>) libavcodecWed, 14 Jul 2004 01:32:14 +0000, by michael
-
Don't include config.h from assembly, because the mplayer developers libavcodecSat, 10 Jul 2004 23:22:47 +0000, by mellum
-
buglet in libpostproc Makefile patch by (Brendan Kehoe <brendan at zen dot org>) libavcodecSat, 10 Jul 2004 16:24:11 +0000, by michael
-
av_resample_close in avcodec.h patch by ("William Juwono" <william.juwono at sensestream dot com>) libavcodecThu, 08 Jul 2004 10:46:28 +0000, by michael
-
ugly missing lrintf workaround by ("Steven M. Schultz" <sms at 2bsd dot com>) libavcodecMon, 05 Jul 2004 19:19:04 +0000, by michael
-
shape-adaptive diamond + prediction crash patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodecMon, 05 Jul 2004 02:21:38 +0000, by michael
-
Ignore palette for grayscale files, all my samples are inverted with libavcodecSun, 27 Jun 2004 16:06:15 +0000, by rtognimp
-
use libmpeg2 idct to decode xvid videos unless the user forced some other idct libavcodecFri, 25 Jun 2004 19:14:23 +0000, by michael
-
transmeta crusoe mmx detection by "Nobody/Anonymous - nobody" / sf feature request tracker libavcodecThu, 24 Jun 2004 22:13:44 +0000, by michael
-
1000l to myself for FFMIN(...,0) instead of ...,6) libavcodecSat, 19 Jun 2004 01:25:02 +0000, by michael
-
1000l to the ffsvq3 author, our default bitstream reader is only guranteed to be able to read 25bit at a time libavcodecSat, 19 Jun 2004 01:14:13 +0000, by michael
-
polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample filters libavcodecThu, 17 Jun 2004 15:43:23 +0000, by michael
-
cut-n-paste error slipped through the cracks... thanks to DJ Hartman for libavcodecWed, 16 Jun 2004 02:53:12 +0000, by melanson
-
the ongoing struggle for encoding conditionals libavcodecSun, 13 Jun 2004 00:10:07 +0000, by melanson
-
mpeg2 chroma422/444 support, may be slower, may be faster for other codecs libavcodecFri, 11 Jun 2004 07:59:12 +0000, by iive
-
fix initialization bug in which execution overwrites essential data libavcodecFri, 11 Jun 2004 02:24:08 +0000, by melanson
-
attempt to create some separation in the FLAC system with respect to libavcodecThu, 10 Jun 2004 04:13:43 +0000, by melanson
-
make ffmpeg/libavcodec/liba52/crc.c compile on systems where no inttypes.h patch by (Chip <szarlada at freemail dot hu>) libavcodecWed, 09 Jun 2004 01:57:47 +0000, by michael
-
gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>) libavcodecTue, 08 Jun 2004 17:01:17 +0000, by michael
-
hadamard/AltiVec: fix to compiler fix, again by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecTue, 08 Jun 2004 02:41:41 +0000, by michael
-
noise preserving sum of squares comparission function libavcodecMon, 07 Jun 2004 03:23:31 +0000, by michael
-
Building with faad2-cvs fix by ("Steven M. Schultz" <sms at 2bsd dot com>) libavcodecSun, 06 Jun 2004 03:52:42 +0000, by michael
-
optional and disabled by default memalign hack for SSE/SSE2 on that alternative OS libavcodecSun, 06 Jun 2004 03:45:53 +0000, by michael
-
sample_rate and channels in aac audio patch by (Luca Abeni <lucabe72 at email dot it>) libavcodecSat, 05 Jun 2004 22:36:43 +0000, by michael
-
mini-fix for compatibility with other compilers by (Hauke Duden <H.NS.Duden at gmx dot net>) libavcodecSat, 05 Jun 2004 22:33:47 +0000, by michael
-
avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels8_altivec, hadamard fix by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecSat, 05 Jun 2004 22:29:37 +0000, by michael
-
hadamard/AltiVec: fix to compiler fix by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecSat, 05 Jun 2004 22:26:03 +0000, by michael
-
remove AltiVec.linux warning patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecSat, 05 Jun 2004 22:23:55 +0000, by michael
-
change qscale -> lambda for the motion estimation libavcodecThu, 03 Jun 2004 19:29:47 +0000, by michael
-
10l fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavcodecMon, 31 May 2004 23:44:02 +0000, by michael
-
Add support for qtrle4 (16 colors/gray levels) libavcodecMon, 31 May 2004 20:18:08 +0000, by rtognimp
-
h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) libavcodecSun, 30 May 2004 20:37:15 +0000, by michael
-
Newer version, using a vectorized version of the libavcodecFri, 28 May 2004 13:31:38 +0000, by michael
-
mmx optimized version of the per line/accurate deblock filter libavcodecThu, 27 May 2004 21:42:00 +0000, by michael
-
accurate/slow (per line instead of per block) deblock filter spport which is identical to what is recommanded in the mpeg4 spec libavcodecThu, 27 May 2004 15:57:20 +0000, by michael
-
altivec optimizations and horizontal filter fix by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecWed, 26 May 2004 20:15:15 +0000, by michael
-
10l fixes by ("Debabrata Banerjee" <davatar at comcast dot net>) libavcodecWed, 26 May 2004 20:04:49 +0000, by michael
-
rpza resolution fix, courtesy of Todd Kirby (doubleshot at pacbell.net) libavcodecWed, 26 May 2004 02:42:41 +0000, by melanson
-
avcodec_find is in no header file, and appearently not used or very usefull so lets make it static ... libavcodecTue, 25 May 2004 18:17:25 +0000, by michael
-
warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodecTue, 25 May 2004 18:07:25 +0000, by michael
-
oops, forgot to commit that change from the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodecFri, 21 May 2004 14:29:25 +0000, by michael
-
rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot be>) libavcodecTue, 18 May 2004 17:23:49 +0000, by michael
-
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodecTue, 18 May 2004 17:09:46 +0000, by michael
-
* reimplementation using mutexes and condition variables. libavcodecTue, 18 May 2004 01:53:43 +0000, by romansh
-
moving motion estimation specific variables from MpegEncContext -> MotionEstContext libavcodecTue, 11 May 2004 01:38:46 +0000, by michael
-
reduce dependancy between motion estimation and MpegEncContext libavcodecTue, 11 May 2004 00:58:08 +0000, by michael
-
dummy avcodec_thread_init() to avoid linking issues libavcodecMon, 10 May 2004 23:38:53 +0000, by michael
-
p frame encoding, only with 0,0 motion vectors yet though libavcodecSun, 09 May 2004 15:50:08 +0000, by michael
-
using pointers so the code could eventually be used for P frames libavcodecSat, 08 May 2004 14:15:45 +0000, by michael
-
buffer hints, use reget_buffer, removed copy from previous frame libavcodecFri, 07 May 2004 21:34:33 +0000, by rtognimp
-
first pass at a Sorenson Video 1 (SVQ1) encoder libavcodecFri, 07 May 2004 03:10:11 +0000, by melanson
-
support decoding mpeg4 with buggy dc clipping libavcodecWed, 05 May 2004 19:53:40 +0000, by michael
-
use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 64*32/32 libavcodecTue, 04 May 2004 02:58:30 +0000, by michael
-
move the 0x80 vector outside of the function, thus saving the compiler libavcodecTue, 27 Apr 2004 04:06:24 +0000, by melanson
-
separate out put_signed_pixels_clamped() into its own function and libavcodecTue, 27 Apr 2004 03:58:06 +0000, by melanson
-
disable hadamard for gcc below 3.3 - better fix awaited libavcodecMon, 26 Apr 2004 08:51:56 +0000, by alex
-
use the AVV macro from gcc_fixes.h instead ifdefs libavcodecMon, 26 Apr 2004 08:48:28 +0000, by alex
-
100l, and another one because it boils out with ICE under gcc 3.2.3 libavcodecMon, 26 Apr 2004 08:30:56 +0000, by alex
-
fix decoding with quant matrixes which contain elements <16 libavcodecSun, 25 Apr 2004 19:03:35 +0000, by michael
-
move __align16 some place where non-MMX machines can see it libavcodecSun, 25 Apr 2004 04:06:09 +0000, by melanson
-
correct MMX-optimized variant of VP3 IDCT, with comments (thank you libavcodecSun, 25 Apr 2004 03:26:24 +0000, by melanson
-
support reusing mb types and field select values of the source file, but use motion vectors just as additional predictors libavcodecSun, 25 Apr 2004 02:09:47 +0000, by michael
-
add the minimal documentation to make this decoder useful libavcodecSat, 24 Apr 2004 19:30:49 +0000, by melanson
-
License change and cpu detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) libavcodecSat, 24 Apr 2004 15:23:50 +0000, by michael
-
vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) libavcodecSat, 24 Apr 2004 15:16:23 +0000, by michael
-
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodecSat, 24 Apr 2004 11:51:38 +0000, by michael
-
libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer) libavcodecSat, 24 Apr 2004 03:02:40 +0000, by michael
-
VIS optimized motion compensation code. by (David S. Miller <davem at redhat dot com>) libavcodecFri, 23 Apr 2004 23:38:54 +0000, by michael
-
h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodecFri, 23 Apr 2004 19:44:27 +0000, by michael
-
h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodecFri, 23 Apr 2004 19:36:52 +0000, by michael
-
reuse motion vectors/mb types/field select values of the source video, if the SSE for a macroblock which is predicted with these values is below me_threshold libavcodecFri, 23 Apr 2004 19:06:30 +0000, by michael
-
better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecThu, 22 Apr 2004 13:21:59 +0000, by michael
-
hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecTue, 20 Apr 2004 17:05:12 +0000, by michael
-
fix y scale of mv vissualization of interlaced MVs libavcodecSun, 18 Apr 2004 18:30:05 +0000, by michael
-
passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like motion vectors can be passed from the decoder to the encoder libavcodecSat, 17 Apr 2004 19:41:49 +0000, by michael
-
forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecFri, 16 Apr 2004 12:47:37 +0000, by michael
-
fixed buffering for low bitrates patch by (Hauke Duden <H.NS.Duden at gmx dot net>) libavcodecFri, 16 Apr 2004 01:48:05 +0000, by michael
-
unify table indexing (motion_val,dc_val,ac_val,coded_block changed) libavcodecFri, 16 Apr 2004 01:01:45 +0000, by michael
-
assert(time_incr >= 0) so its clear that this MUST be the case libavcodecTue, 13 Apr 2004 13:17:35 +0000, by michael
-
progressive P frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodecSun, 11 Apr 2004 16:28:31 +0000, by michael
-
verbosity patch by (Allen Day <allenday at ucla dot edu>) libavcodecSun, 11 Apr 2004 13:50:42 +0000, by michael
-
fixing alignment problems -> SSE2 support enabled again in libavcodec (from ffdshow / milan_cutka) libavcodecFri, 09 Apr 2004 16:32:49 +0000, by michael
-
writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs dot org>) libavcodecFri, 09 Apr 2004 15:04:51 +0000, by michael
-
Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at thirdcontact dot com>) libavcodecFri, 09 Apr 2004 14:57:39 +0000, by michael
-
aac decoding patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>) libavcodecFri, 09 Apr 2004 14:53:41 +0000, by michael
-
padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>) libavcodecThu, 08 Apr 2004 18:54:40 +0000, by michael
-
fix global header passing from demuxer to decoder libavcodecSun, 04 Apr 2004 17:55:59 +0000, by michael
-
pts hack (correct solution would be to pass the pts from the encoder to the muxer) libavcodecSun, 04 Apr 2004 17:06:30 +0000, by michael
-
remove function call from muxer->encoder and cleanly pass global headers libavcodecSun, 04 Apr 2004 15:19:20 +0000, by michael
-
fix obnoxious ogg_packet passing from encoder to muxer libavcodecSun, 04 Apr 2004 14:39:20 +0000, by michael
-
kill obnoxious ogg_packet passing from demuxer to decoder libavcodecSun, 04 Apr 2004 02:07:15 +0000, by michael
-
nicer looking arrows for the motion vector vissualization libavcodecSat, 03 Apr 2004 01:55:24 +0000, by michael
-
split stream into valid mp3 frames, at least flv & nut absolutely need this, but probably most other formats too libavcodecThu, 01 Apr 2004 17:07:06 +0000, by michael
-
ensure that the bitstream buffers for encoding partitioned frames are aligned libavcodecFri, 26 Mar 2004 21:58:55 +0000, by michael
-
h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodecFri, 26 Mar 2004 19:35:53 +0000, by michael
-
always parse APP* as it sometimes contains startcodes which confuse the decoder otherwise libavcodecFri, 26 Mar 2004 02:06:34 +0000, by michael
-
* some significant clean-up of the dv_decode_ac (it looks real libavcodecThu, 25 Mar 2004 01:46:40 +0000, by romansh
-
Compile fix by (Chip <szarlada at freemail dot hu>) libavcodecMon, 22 Mar 2004 12:07:02 +0000, by michael
-
static allocation rewrite (old code was plain a broken mess) libavcodecSun, 21 Mar 2004 21:58:14 +0000, by michael
-
do loop filter immediatly after each macroblock is decoded instead of after a frame is decoded libavcodecSat, 20 Mar 2004 16:40:20 +0000, by michael
-
h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodecFri, 19 Mar 2004 21:21:17 +0000, by michael
-
h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot luc dot ac dot be>) libavcodecThu, 18 Mar 2004 22:45:37 +0000, by michael
-
* removing casualties of battle of the wits and English language libavcodecThu, 18 Mar 2004 04:19:34 +0000, by romansh
-
1000000l (using uninitalized variable for initalizing bits per MV table) libavcodecTue, 16 Mar 2004 16:57:27 +0000, by michael
-
use pan_scan to remove some weight, proper pan_scan offset reading libavcodecTue, 16 Mar 2004 15:38:40 +0000, by iive
-
mpeg12 fix 10l of aspect calucalations, return gop perser to print debug info, and make mpeg1_seq_header hot overwrite height/width libavcodecMon, 15 Mar 2004 16:41:15 +0000, by iive
-
move MPV_common_init after parsing stream parameters, matrix rebuild libavcodecMon, 15 Mar 2004 00:08:24 +0000, by iive
-
* DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-) libavcodecSun, 14 Mar 2004 23:45:42 +0000, by romansh
-
* DV decoder simplifications. Now it looks to be 6% faster. At least libavcodecSun, 14 Mar 2004 22:09:58 +0000, by romansh
-
don't fetch the size of SEQH unless SEQH was found libavcodecSun, 14 Mar 2004 15:04:21 +0000, by melanson
-
minor VMD system update; still not perfect, but should not crash either libavcodecSun, 14 Mar 2004 04:08:11 +0000, by melanson
-
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> libavcodecSun, 14 Mar 2004 04:04:08 +0000, by melanson
-
fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>) libavcodecSat, 13 Mar 2004 21:43:24 +0000, by michael
-
be smarter about the variable size of the extra SVQ3 data libavcodecSat, 13 Mar 2004 21:26:54 +0000, by melanson
-
smarten up the SVQ3 extradata decoder without changing the external API libavcodecSat, 13 Mar 2004 20:07:38 +0000, by melanson
-
* moving some of the commonly used bit reading/writing functions libavcodecFri, 12 Mar 2004 23:39:38 +0000, by romansh
-
disable lames leading zero "feature", fixes a few more flv encoding issues libavcodecWed, 10 Mar 2004 00:43:24 +0000, by michael
-
find_start_code() optimization (about 2x faster now) this may improve decoding speed with multiple threads libavcodecTue, 09 Mar 2004 15:23:14 +0000, by michael
-
use optimized VP3 functions where appropriate libavcodecMon, 08 Mar 2004 02:18:19 +0000, by melanson
-
cut over to using new VP3 DSP functions and remove the old ones; bring libavcodecMon, 08 Mar 2004 02:15:13 +0000, by melanson
-
seperated out the C-based VP3 DSP functions into a different file; also libavcodecMon, 08 Mar 2004 02:13:45 +0000, by melanson
-
fix motion compensation with (x+1/2,y+1/2) MVs libavcodecFri, 05 Mar 2004 18:44:04 +0000, by michael
-
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodecWed, 03 Mar 2004 15:41:21 +0000, by michael
-
initial chroma_format changes,xvmc tweaks and codec_cap libavcodecMon, 01 Mar 2004 14:55:21 +0000, by iive
-
attribute_used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov)) libavcodecMon, 01 Mar 2004 12:46:20 +0000, by michael
-
attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov)) libavcodecSun, 29 Feb 2004 22:10:18 +0000, by michael
-
interlaced mpeg4 + edge emu fix (fixes decoding of mermaid.avi) libavcodecSun, 29 Feb 2004 00:37:36 +0000, by michael
-
int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>) libavcodecSat, 28 Feb 2004 16:41:23 +0000, by michael
-
Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>) libavcodecSat, 28 Feb 2004 15:03:53 +0000, by michael
-
export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk dot fraunhofer dot de>) libavcodecWed, 25 Feb 2004 18:29:17 +0000, by michael
-
use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 libavcodecWed, 25 Feb 2004 17:35:52 +0000, by michael
-
av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodecWed, 25 Feb 2004 02:47:53 +0000, by michael
-
set AVFrame.pts based upon framerate if its 0 libavcodecWed, 25 Feb 2004 02:05:50 +0000, by michael
-
av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodecMon, 23 Feb 2004 21:18:29 +0000, by michael
-
av_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodecMon, 23 Feb 2004 16:07:30 +0000, by michael
-
(f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get libavcodecSun, 22 Feb 2004 00:31:19 +0000, by michael
-
w32threads by (Gildas Bazin <gbazin at altern dot org>) libavcodecThu, 19 Feb 2004 20:29:26 +0000, by michael
-
auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>) libavcodecWed, 18 Feb 2004 19:15:19 +0000, by michael
-
crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix dot inf dot upol dot cz>) libavcodecWed, 18 Feb 2004 04:10:52 +0000, by michael
-
flac decoder by (Alex Beregszaszi <alex at fsn dot hu>) libavcodecWed, 18 Feb 2004 01:22:05 +0000, by michael
-
normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>)) libavcodecSat, 14 Feb 2004 13:37:58 +0000, by michael
-
mpeg4 b frame + adaptive quantization assertion failure fix libavcodecSat, 14 Feb 2004 03:49:43 +0000, by michael
-
multithreaded spatial complexity calculation for i frames libavcodecSat, 14 Feb 2004 03:21:03 +0000, by michael
-
activate the memcpy special case for the byte aligned case in ff_copy_bits(), wasnt working before because of a incorrectly used pbBufPtr() libavcodecFri, 13 Feb 2004 21:07:31 +0000, by michael
-
replace a few pbBufPtr() by put_bits_count(), one of them was actually wrong libavcodecFri, 13 Feb 2004 20:59:48 +0000, by michael
-
simplify MV availability check / dont use below last row MV which is always zero libavcodecFri, 13 Feb 2004 18:39:43 +0000, by michael
-
ppc chroma mess workaround (real bug is that the motion compensation code assumes that 2*uvlinesize == linesize and fixing this would mean a slowdown) libavcodecThu, 12 Feb 2004 16:21:21 +0000, by michael
-
* gotta setup coded_frame for encoding. avcodec.h says that for decoding libavcodecTue, 10 Feb 2004 20:48:09 +0000, by romansh
-
* Initial implementation of the G.726 ADPCM audio codec. libavcodecSat, 07 Feb 2004 08:20:00 +0000, by romansh
-
analyze the gradient of the error surface to avoid a few checks in the quantizing noise shaper libavcodecFri, 06 Feb 2004 03:56:05 +0000, by michael
-
initial commit for Quicktime Animation (RLE) video decoder; bit depths libavcodecThu, 05 Feb 2004 05:22:44 +0000, by melanson
-
cleanup ugly code (also appearently works around a bug gcc 3.4 which fails compiling it) by (mru at kth dot se (M«©ns Rullg«©rd)) libavcodecWed, 04 Feb 2004 16:03:10 +0000, by michael
-
fixes by Gildas Bazin <gbazin at altern dot org> libavcodecWed, 04 Feb 2004 15:49:55 +0000, by michael
-
added support for EA ADPCM and SMJPEG IMA ADPCM libavcodecTue, 03 Feb 2004 04:27:17 +0000, by melanson
-
vsad16_mmx2 only applies if encoders are turned on libavcodecSat, 31 Jan 2004 20:41:07 +0000, by melanson
-
these functions (get_bit_count and align_put_bits) are referenced even libavcodecSat, 31 Jan 2004 20:37:46 +0000, by melanson
-
SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>) libavcodecThu, 29 Jan 2004 01:15:25 +0000, by michael
-
first coded vs. first displayed pts (segfault & pts fix if b frames are used) libavcodecTue, 27 Jan 2004 13:55:34 +0000, by michael
-
int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodecMon, 26 Jan 2004 19:09:47 +0000, by michael
-
Use reget buffer instead of copying from prev frame libavcodecSun, 25 Jan 2004 16:43:09 +0000, by rtognimp
-
freebsd fix for mpeg12.c (moving INT64_MAX to common.h) libavcodecSun, 25 Jan 2004 11:13:56 +0000, by alex
-
optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 and http://www.alicestreet.com/ffh263.html libavcodecSat, 24 Jan 2004 23:47:33 +0000, by michael
-
closed gop support & flags2 as all bits in flags are used libavcodecThu, 22 Jan 2004 19:48:28 +0000, by michael
-
inttypes.h patch by (Chip <szarlada at freemail dot hu>) libavcodecThu, 22 Jan 2004 12:09:14 +0000, by michael
-
removing broken framerate conversation hack in mpeg1/2 libavcodecSun, 18 Jan 2004 21:41:44 +0000, by michael
-
fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmp libavcodecWed, 14 Jan 2004 02:21:39 +0000, by michael
-
grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb)) libavcodecSat, 10 Jan 2004 19:54:12 +0000, by michael
-
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise libavcodecSat, 10 Jan 2004 16:04:55 +0000, by michael
-
more sane inttypes emulation behavior if libavcodec is used outside ffmpeg libavcodecSat, 10 Jan 2004 12:53:07 +0000, by michael
-
inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at androme dot be>) libavcodecFri, 09 Jan 2004 18:00:31 +0000, by michael
-
lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodecThu, 08 Jan 2004 23:51:23 +0000, by michael
-
optimize compute_antialias() and add a floating point based alternative (2x faster) libavcodecThu, 08 Jan 2004 21:08:57 +0000, by michael
-
uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>) libavcodecThu, 08 Jan 2004 18:44:36 +0000, by michael
-
frame rate emulation "fix" by (Mean <fixounet at free dot fr>) libavcodecSun, 04 Jan 2004 17:43:28 +0000, by michael
-
non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecSun, 04 Jan 2004 17:13:14 +0000, by michael
-
warn the user if we had to clip some dct coefficient due to a crappy format which doenst support the whole needed range (msmpeg4/wmv mostly but mpeg1 too to a lesser extend) libavcodecSun, 04 Jan 2004 14:43:52 +0000, by michael
-
denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>) libavcodecSat, 03 Jan 2004 20:14:45 +0000, by michael
-
first pass at Sierra VMD A/V decoders; video looks great, audio is not libavcodecFri, 02 Jan 2004 04:45:06 +0000, by melanson
-
off-by-1 error in the never-before-tested embedded string code libavcodecFri, 02 Jan 2004 02:31:53 +0000, by melanson
-
print vbv buffer size & bitrate when decoding with -debug 1 libavcodecThu, 01 Jan 2004 02:56:35 +0000, by michael
-
motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecTue, 30 Dec 2003 02:12:12 +0000, by michael
-
lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodecMon, 22 Dec 2003 19:42:28 +0000, by michael
-
initial predictors are not sent to the output in QT IMA; fix stereo QT libavcodecTue, 16 Dec 2003 01:17:58 +0000, by melanson
-
added End Of File handling to return last picture for MPEG1/2/4 libavcodecMon, 15 Dec 2003 14:40:37 +0000, by bellard
-
cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecSun, 14 Dec 2003 17:47:23 +0000, by michael
-
Here are juste two added #ifdef CONFIG_ENCODERS to allow libavcodecSat, 13 Dec 2003 02:14:18 +0000, by michael
-
set AVCodecContext.width/height before get_buffer() libavcodecThu, 11 Dec 2003 11:17:54 +0000, by michael
-
fixed potential problem if aspect_ratio_info == 0 for MPEG stream - fixed aspect ratio problem if CODEC_ID_MPEG2VIDEO is used to decode an MPEG1 stream (which is the recommended codec id for mpeg video) libavcodecWed, 10 Dec 2003 11:18:36 +0000, by bellard
-
100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l libavcodecTue, 09 Dec 2003 14:03:55 +0000, by michael
-
move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecTue, 09 Dec 2003 01:49:56 +0000, by michael
-
set has_b_frames correctly, fixes rv20 dr1 with mplayer libavcodecThu, 04 Dec 2003 19:15:37 +0000, by michael
-
this should make the decoder safe for big-endian platforms libavcodecThu, 04 Dec 2003 14:14:43 +0000, by melanson
-
initial support for Duck TrueMotion v1 (think of it as On2 VP1); only libavcodecWed, 03 Dec 2003 04:22:15 +0000, by melanson
-
split ff_h263_decode_mb() into h263 and mpeg4 versions libavcodecWed, 03 Dec 2003 01:16:35 +0000, by michael
-
h263 MV prediction doesnt match mpeg4, for some slices configurations (fixes RV20 MVs) libavcodecMon, 01 Dec 2003 20:04:14 +0000, by michael
-
dont read from b frames if draw_horiz_band==NULL libavcodecThu, 27 Nov 2003 13:38:00 +0000, by michael
-
* 3x encoding speedup. Finally we seem to be on par with libdv libavcodecThu, 27 Nov 2003 01:40:13 +0000, by romansh
-
- Add reget_buffer() function to AVCodecContext libavcodecWed, 26 Nov 2003 20:57:15 +0000, by rtognimp
-
16x8 MV vissualization by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecTue, 25 Nov 2003 00:35:18 +0000, by michael
-
theora alpha3 support (with maintaining backward compatibility, maybe we should remove all backward compatibility codes after final theora release?) libavcodecSun, 23 Nov 2003 18:49:53 +0000, by alex
-
finally working with old theora bitstream (flipped image), the only sample I have is decoded successfully (theora.ogg) libavcodecSun, 23 Nov 2003 18:43:09 +0000, by alex
-
small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge dot net>) libavcodecWed, 12 Nov 2003 22:01:13 +0000, by michael
-
exported mpa_decode_header for new parser API libavcodecMon, 10 Nov 2003 15:21:16 +0000, by bellard
-
100l: sometime palette was not copied to output frame libavcodecWed, 05 Nov 2003 23:27:23 +0000, by rtognimp
-
* fixes for broken builds on Solaris, OS2 and all bingendian libavcodecTue, 04 Nov 2003 19:35:43 +0000, by romansh
-
av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodecMon, 03 Nov 2003 18:06:54 +0000, by michael
-
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodecMon, 03 Nov 2003 13:26:22 +0000, by michael
-
Fix some palette related defines, bump build number libavcodecSun, 02 Nov 2003 21:53:28 +0000, by rtognimp
-
* DV demuxer is now capable of decoding auxilary audio stream. So, libavcodecFri, 31 Oct 2003 22:26:26 +0000, by romansh
-
initalize various uninitalized variables and avoid coded_picture_number as its not always correct (later should be reversed after fixing the picture_number mess) libavcodecThu, 30 Oct 2003 21:05:00 +0000, by michael
-
100l (SAR is written as height/width instead of width/height in the MPEG1 standard) libavcodecThu, 30 Oct 2003 19:55:44 +0000, by michael
-
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) libavcodecThu, 30 Oct 2003 05:40:58 +0000, by melanson
-
dumping funny numbers from first zygo i frame header libavcodecWed, 29 Oct 2003 17:30:13 +0000, by michael
-
added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler handling of raw transport streams in ffserver and RTP - better solutions are welcomed) libavcodecWed, 29 Oct 2003 14:08:18 +0000, by bellard
-
XvMC speedup by removing one memcpy and doing MB packing libavcodecMon, 27 Oct 2003 23:22:43 +0000, by iive
-
make convert_matrix() independant of MpegEncContext libavcodecMon, 27 Oct 2003 14:37:30 +0000, by michael
-
AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>) libavcodecSun, 26 Oct 2003 10:14:05 +0000, by michael
-
block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>) libavcodecSun, 26 Oct 2003 09:49:45 +0000, by michael
-
reorder table instead of wasting instructions to reorder the input to match the table libavcodecSat, 25 Oct 2003 21:59:28 +0000, by michael
-
support Cinepak files with funky (not divisible by 4) resolutions libavcodecSat, 25 Oct 2003 15:22:34 +0000, by melanson
-
* adding integer/floating point AAN implementations for DCT 2-4-8 libavcodecSat, 25 Oct 2003 00:32:54 +0000, by romansh
-
Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) libavcodecFri, 24 Oct 2003 20:09:30 +0000, by michael
-
rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>) libavcodecFri, 24 Oct 2003 19:59:43 +0000, by michael
-
inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference for the dct itself should be even bigger) libavcodecThu, 23 Oct 2003 12:59:21 +0000, by michael
-
4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd supports that but we emulate it ... libavcodecThu, 23 Oct 2003 12:41:54 +0000, by michael
-
optionally merge postscale into quantization table for the float aan dct libavcodecThu, 23 Oct 2003 09:11:56 +0000, by michael
-
move blocks away MpegEncContext (7.4 -> 5.8k) libavcodecWed, 22 Oct 2003 12:01:21 +0000, by michael
-
move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown) libavcodecWed, 22 Oct 2003 11:23:39 +0000, by michael
-
move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slightly faster now, dont ask my why ... libavcodecWed, 22 Oct 2003 10:59:39 +0000, by michael
-
dynamic alloc of picture structs instead of putting them in MpegEncContext libavcodecTue, 21 Oct 2003 19:55:31 +0000, by michael
-
use continued fractions to approximate a fraction if its numerator or denominator is too large libavcodecMon, 20 Oct 2003 22:33:53 +0000, by michael
-
gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodecSun, 19 Oct 2003 21:05:41 +0000, by michael
-
- Moving -Wall from the individual Makefiles to configure (and only libavcodecSat, 18 Oct 2003 18:47:06 +0000, by michael
-
* providing MPEG codecs with a generic fields in AVFrame to use. libavcodecSat, 18 Oct 2003 03:19:44 +0000, by romansh
-
emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set libavcodecFri, 17 Oct 2003 18:56:01 +0000, by michael
-
* original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE libavcodecThu, 16 Oct 2003 18:27:48 +0000, by romansh
-
picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least libavcodecThu, 16 Oct 2003 00:21:54 +0000, by michael
-
replace file to remove nasty DOS CRs and hard tabs libavcodecWed, 15 Oct 2003 03:14:14 +0000, by melanson
-
added CRI ADX and XA ADPCM audio modules, courtesy of BERO libavcodecTue, 14 Oct 2003 04:40:53 +0000, by melanson
-
disable encoders where appropriate (patch courtesy of BERO libavcodecTue, 14 Oct 2003 04:15:53 +0000, by melanson
-
fix the case where all vlc codes are 8 bits long (repeat=256) libavcodecMon, 13 Oct 2003 19:38:34 +0000, by michael
-
dont check if the ac esc 3 could have been stored as vlc as this detects only very few errors allthough it detects several buggy encoders libavcodecMon, 13 Oct 2003 11:13:10 +0000, by michael
-
removed the obsolete and unused parameters of init_put_bits libavcodecSun, 12 Oct 2003 21:25:00 +0000, by alex
-
theora decoding support (only keyframes for now, because by theora the frame isn't flipped so the motion vectors are getting screwed up) libavcodecSat, 11 Oct 2003 17:44:21 +0000, by alex
-
optimised versions of the get_pixels, diff_pixels, and bswap_buf libavcodecSat, 11 Oct 2003 16:43:51 +0000, by melanson
-
recommit (of patch, as cvslog msg didnt apply cleanly) libavcodecSat, 11 Oct 2003 08:25:23 +0000, by michael
-
use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken libavcodecTue, 07 Oct 2003 11:32:40 +0000, by michaelni
-
This patch marks frames used in RPZA decoder as reference frames, from libavcodecSun, 05 Oct 2003 21:48:16 +0000, by tmmm
-
added solid color vectors; basic PAL8, 4x2-vector video (as in libavcodecSat, 04 Oct 2003 17:47:22 +0000, by tmmm
-
Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>) libavcodecSat, 04 Oct 2003 09:53:34 +0000, by michaelni
-
experimental half-pel motion compensation for C planes, courtesy of Dr. libavcodecThu, 02 Oct 2003 04:19:56 +0000, by tmmm
-
optionally try to encode each MB with MV=<0,0> and choose the one with better RD libavcodecThu, 02 Oct 2003 00:24:34 +0000, by michaelni
-
* preAlpha DV encoding support -- there's still a truckload libavcodecWed, 01 Oct 2003 23:34:46 +0000, by romansh
-
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & libavcodecWed, 01 Oct 2003 04:39:38 +0000, by tmmm
-
rate distortion optimal cbp support (h263/mpeg4 non intra only) libavcodecTue, 30 Sep 2003 22:18:43 +0000, by michaelni
-
* DV handling was streamlined for both muxing/demuxing and libavcodecMon, 29 Sep 2003 17:54:07 +0000, by romansh
-
avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) libavcodecMon, 29 Sep 2003 15:44:59 +0000, by michaelni
-
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodecSun, 28 Sep 2003 22:53:25 +0000, by michaelni
-
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>) libavcodecSun, 28 Sep 2003 20:34:11 +0000, by michaelni
-
slight quality improvement ( < +0.04 PSNR) for high bitrate videos with trellis quantization libavcodecWed, 24 Sep 2003 19:45:57 +0000, by michaelni
-
fix Interplay DPCM (frames are intracoded, predictors do not carry libavcodecFri, 19 Sep 2003 04:41:02 +0000, by tmmm
-
MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it's libavcodecFri, 19 Sep 2003 04:00:32 +0000, by tmmm
-
video looks beautiful now, many thanks to Alexander Belyakov libavcodecThu, 18 Sep 2003 03:30:08 +0000, by tmmm
-
wrong, wrong, wrong...coded bits are read in the opposite direction libavcodecWed, 17 Sep 2003 05:17:31 +0000, by tmmm
-
another non const static, maybe its thread save now libavcodecMon, 15 Sep 2003 19:18:28 +0000, by michaelni
-
Ministry of English Composition fixes (courtesy of Diego Biurrun libavcodecSun, 14 Sep 2003 16:52:34 +0000, by tmmm
-
change pixel identifier conflict with AltiVec headers (patch courtesy of libavcodecSun, 14 Sep 2003 16:11:01 +0000, by tmmm
-
Use asms instead of builtins when compiling for generic Alpha. Less libavcodecSat, 13 Sep 2003 10:07:46 +0000, by mellum
-
* patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COM libavcodecFri, 12 Sep 2003 18:25:04 +0000, by romansh
-
xan_wc3 decoder now works correctly; added a bunch of output libavcodecThu, 11 Sep 2003 05:46:25 +0000, by tmmm
-
AVI stream header FCC / more reliable detection of old xvid files libavcodecWed, 10 Sep 2003 23:40:55 +0000, by michaelni
-
detect avcodec_open() on an already opened AVCodecContext libavcodecWed, 10 Sep 2003 08:20:14 +0000, by michaelni
-
use const data - began to make code more portable libavcodecTue, 09 Sep 2003 22:56:25 +0000, by bellard
-
--disable-risky fix by (Luca Abeni <lucabe72 at email dot it>) libavcodecTue, 09 Sep 2003 19:46:21 +0000, by michaelni
-
Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>) libavcodecTue, 09 Sep 2003 19:03:14 +0000, by michaelni
-
update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?) libavcodecMon, 08 Sep 2003 22:49:26 +0000, by bellard
-
changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is absolete libavcodecMon, 08 Sep 2003 22:03:29 +0000, by bellard
-
removed os_support.h as most of libavcodec is os independant - most of the time only libavformat needs OS dependant features libavcodecMon, 08 Sep 2003 21:04:11 +0000, by bellard
-
New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM libavcodecMon, 08 Sep 2003 04:10:59 +0000, by tmmm
-
MingW patches by (Glenn Maynard <g_sf at zewt dot org>) libavcodecThu, 04 Sep 2003 08:21:27 +0000, by michaelni
-
initial commit for Id RoQ and Interplay MVE multimedia subsystems libavcodecTue, 02 Sep 2003 04:32:02 +0000, by tmmm
-
bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrate libavcodecFri, 29 Aug 2003 19:42:23 +0000, by michaelni
-
fixed audio frame buffering problem (should correct problems on some streams) - faster synthesis filter - prototype 'parse_only' support libavcodecThu, 28 Aug 2003 13:38:06 +0000, by bellard
-
100l (forget to reset me.skip for b frames) libavcodecTue, 26 Aug 2003 22:26:18 +0000, by michaelni
-
* ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem libavcodecTue, 26 Aug 2003 22:05:12 +0000, by romansh
-
oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in the other sucks, especially if they are in different directories (MPlayer/main/libavcodec vs. ffmpeg/libavcodec) libavcodecMon, 25 Aug 2003 22:54:53 +0000, by michaelni
-
xvid edge bug (if i understand the mpeg4 spec correctly) autodetection libavcodecMon, 25 Aug 2003 12:50:15 +0000, by michaelni
-
export int64_t_C as it is needed by libavformat.h libavcodecSun, 24 Aug 2003 16:00:34 +0000, by bellard
-
when changing version, please keep my changes (win32 compile fix) libavcodecSun, 24 Aug 2003 13:57:42 +0000, by bellard
-
PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl> libavcodecFri, 22 Aug 2003 14:59:04 +0000, by michaelni
-
AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) libavcodecWed, 20 Aug 2003 07:57:00 +0000, by michaelni
-
fix AVFrame.reference (the frames are used for decoding future frames so it should be !=0) libavcodecTue, 19 Aug 2003 16:18:48 +0000, by michaelni
-
fixing thread safety, this may cause alignment problms (if it does than the stuff should be moved to MpegEncContext) libavcodecFri, 15 Aug 2003 19:58:27 +0000, by michaelni
-
* fixing a regression in mpeg encoder (not setting pix_fmt), libavcodecTue, 12 Aug 2003 18:20:29 +0000, by romansh
-
Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se> libavcodecMon, 11 Aug 2003 20:27:17 +0000, by al3x
-
skip ext header missing message for msmpeg4v2 libavcodecSun, 10 Aug 2003 21:11:45 +0000, by michaelni
-
endian-conscious fix, courtesy of Sebastian Jedruszkiewicz libavcodecFri, 08 Aug 2003 00:12:18 +0000, by tmmm
-
Add GNU header, remove X includes, add more check for xvmc render packet libavcodecTue, 29 Jul 2003 14:15:28 +0000, by iive
-
namespace fix (triggered by gcc-alivec-bugfix + gentoo or so) by (Magnus Damm <damm at opensource dot se>) libavcodecTue, 29 Jul 2003 10:26:34 +0000, by michaelni
-
patch for flv deblocking by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodecTue, 29 Jul 2003 09:58:47 +0000, by michaelni
-
fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they arent buggy) libavcodecWed, 16 Jul 2003 18:12:14 +0000, by michaelni
-
golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster) libavcodecSun, 13 Jul 2003 11:06:45 +0000, by michaelni
-
added the official VP3 IDCT (C implementation) as well as a grayscale libavcodecThu, 10 Jul 2003 05:16:25 +0000, by tmmm
-
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodecWed, 09 Jul 2003 23:10:59 +0000, by michaelni
-
1) remove TBL support in PPC performance. It's much more useful to use the libavcodecWed, 09 Jul 2003 20:18:13 +0000, by michaelni
-
the reference sw doesnt like some legal headers ... libavcodecMon, 07 Jul 2003 20:17:44 +0000, by michaelni
-
Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change libavcodecMon, 07 Jul 2003 11:19:18 +0000, by al3x
-
merge U and V statistics, 33% reduction in memory requirement, compression rate better for some files worse for others, worst compression rate loss 0.05% libavcodecSat, 05 Jul 2003 14:18:07 +0000, by michaelni
-
memleak fix by (Jake Page <jake at CS dot Stanford dot EDU>) libavcodecSat, 05 Jul 2003 08:31:08 +0000, by michaelni
-
uniformization (now it uses the same trace functions as h264, defined in common.h) libavcodecFri, 04 Jul 2003 20:26:04 +0000, by al3x
-
PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecFri, 04 Jul 2003 09:39:05 +0000, by michaelni
-
Mpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodecThu, 03 Jul 2003 23:29:00 +0000, by michaelni
-
20% less memory needed for 8bit AC state (worst compression rate loss was 0.2%, all other files had <=0.1% loss) libavcodecWed, 02 Jul 2003 10:45:04 +0000, by michaelni
-
moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big? libavcodecSun, 29 Jun 2003 19:11:55 +0000, by al3x
-
PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecSun, 29 Jun 2003 00:39:57 +0000, by michaelni
-
build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>) libavcodecSun, 29 Jun 2003 00:23:30 +0000, by michaelni
-
- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!) libavcodecFri, 27 Jun 2003 15:05:29 +0000, by tmmm
-
blinking blocks around thin vertical lines and dots bugfix libavcodecThu, 26 Jun 2003 11:31:34 +0000, by michaelni
-
DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodecMon, 23 Jun 2003 22:32:15 +0000, by michaelni
-
the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodecSat, 21 Jun 2003 01:11:31 +0000, by michaelni
-
make ff_emulated_edge_mc() independant of MpegEncContext libavcodecWed, 18 Jun 2003 22:00:23 +0000, by michaelni
-
lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes libavcodecTue, 17 Jun 2003 22:48:51 +0000, by michaelni
-
fixed segfault if sequence header has not been found before slice decoding libavcodecMon, 16 Jun 2003 14:09:18 +0000, by bellard
-
* removed redundant includes (they were even wrongly used) libavcodecFri, 13 Jun 2003 09:36:13 +0000, by kabi
-
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga libavcodecFri, 13 Jun 2003 08:31:40 +0000, by nickols_k
-
reducing memory consumption (reducing number of contexts and other stuff, no noticeable loss in compression rate) libavcodecMon, 09 Jun 2003 23:55:16 +0000, by michaelni
-
FFV1 codec (our very simple lossless intra only codec, compresses much better then huffyuv) libavcodecMon, 09 Jun 2003 02:24:51 +0000, by michaelni
-
revising and fixing motion vectors, squished block unpacking bug that libavcodecSat, 31 May 2003 07:56:58 +0000, by tmmm
-
fix mpeg1/2 decoding if there are no 0 bytes after the bitstream libavcodecFri, 30 May 2003 00:02:25 +0000, by michaelni
-
set pix_fmt in rv10 patch by (James Stembridge <jstembridge at users dot sourceforge dot net>) libavcodecMon, 26 May 2003 21:40:58 +0000, by michaelni
-
rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's libavcodecMon, 26 May 2003 17:44:24 +0000, by tmmm
-
truncated h263 decoding support / H263-ES "demuxer" libavcodecThu, 22 May 2003 14:12:22 +0000, by michaelni
-
altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>) libavcodecWed, 21 May 2003 17:50:57 +0000, by michaelni
-
CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecTue, 20 May 2003 00:42:14 +0000, by michaelni
-
fix subtle logic problem in block unpacker that leads to incorrect token libavcodecMon, 19 May 2003 01:22:46 +0000, by tmmm
-
improving 3IV1 support (still far from perfect) note, disabled as it requires some checks in the inner loops which would slow things down a tiny bit libavcodecSun, 18 May 2003 00:07:17 +0000, by michaelni
-
seems i guessed correctly (last 411 chroma block isnt scaled but cut and reordered) libavcodecFri, 16 May 2003 21:47:02 +0000, by michaelni
-
moving the svq3 motion compensation stuff to dsputil (this also means that existing optimized halfpel code is used now ...) libavcodecThu, 15 May 2003 23:30:03 +0000, by michaelni
-
libmpeg2 style bitstream reader 17 vs 16 bit bugfix libavcodecWed, 14 May 2003 22:38:58 +0000, by michaelni
-
aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>) libavcodecWed, 14 May 2003 17:46:55 +0000, by michaelni
-
fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me libavcodecWed, 14 May 2003 15:12:13 +0000, by michaelni
-
make sh4 IDCT optional, so the user can choose libavcodecWed, 14 May 2003 12:32:17 +0000, by michaelni
-
sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) libavcodecWed, 14 May 2003 12:18:49 +0000, by michaelni
-
AMR-NB audio support patch by (<joca at rixmail dot se>) libavcodecWed, 14 May 2003 11:40:16 +0000, by michaelni
-
some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it) libavcodecWed, 14 May 2003 10:54:25 +0000, by michaelni
-
decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodecWed, 14 May 2003 01:08:02 +0000, by michaelni
-
bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodecWed, 14 May 2003 00:32:22 +0000, by michaelni
-
small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co dot jp>) and the return idea by arpi libavcodecTue, 13 May 2003 23:38:51 +0000, by michaelni
-
100l (document buffer padding requirements) libavcodecMon, 12 May 2003 23:03:00 +0000, by michaelni
-
fix image buffer leak on keyframes, add more error condition checks libavcodecMon, 12 May 2003 04:28:35 +0000, by tmmm
-
* fixing a bug in avpicture_layout (PAL8 wasn't handled properly) libavcodecMon, 12 May 2003 02:53:43 +0000, by romansh
-
ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodecSun, 11 May 2003 11:26:35 +0000, by michaelni
-
fix motion vector decoding bug and reinstate interframes libavcodecSun, 11 May 2003 04:47:45 +0000, by tmmm
-
squashed a bunch of subtle array indexing bugs, fixed block mapping libavcodecSat, 10 May 2003 21:46:17 +0000, by tmmm
-
dump the shady binary search logic (the part that binary searches libavcodecSat, 10 May 2003 16:06:33 +0000, by tmmm
-
change the way the ImageDescription is passed to the decoder libavcodecSat, 10 May 2003 04:30:29 +0000, by tmmm
-
correct the custom coding mode alphabet, add some validation on the libavcodecThu, 08 May 2003 02:01:17 +0000, by tmmm
-
more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodecWed, 07 May 2003 23:32:45 +0000, by michaelni
-
* introducing new public interface in imgconvert.c libavcodecWed, 07 May 2003 19:01:45 +0000, by romansh
-
looking better all the time! motion compensation is starting to work libavcodecWed, 07 May 2003 12:28:36 +0000, by tmmm
-
fixed buffer allocation logic (hopefully) so that decoder does not crash libavcodecWed, 07 May 2003 02:30:37 +0000, by tmmm
-
fix decoder so that ffmpeg does not crash, at least not right away libavcodecTue, 06 May 2003 03:11:20 +0000, by tmmm
-
Tiny patch for OpenBSD by (Bj«Órn Sandell <biorn at dce dot chalmers dot se>) libavcodecMon, 05 May 2003 23:22:56 +0000, by michaelni
-
making it nicer to the client who doesn't expect errors messages in stdout libavcodecThu, 01 May 2003 22:45:09 +0000, by romansh
-
10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers) libavcodecSun, 27 Apr 2003 01:11:26 +0000, by michaelni
-
loss fixes (thanks to Daniel Serpell) - shrink22 fix libavcodecMon, 21 Apr 2003 15:01:37 +0000, by bellard
-
accurate YUV to RGB and RGB to YUV conversions - added comments libavcodecMon, 21 Apr 2003 12:12:58 +0000, by bellard
-
YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support libavcodecSun, 20 Apr 2003 16:18:44 +0000, by bellard
-
new YUV formats for correct JPEG YUV support - added automatic pixel format conversion guessing (minimize loss and size) libavcodecSun, 20 Apr 2003 16:15:43 +0000, by bellard
-
code redundancy reduction, courtesy of suxen_drol -at- hotmail.com libavcodecSat, 19 Apr 2003 13:30:09 +0000, by tmmm
-
better? default thresholds, if this is worse for any files, then tell us ASAP libavcodecFri, 18 Apr 2003 12:50:00 +0000, by michaelni
-
Utility functions (CRC calc & float->int converters) libavcodecWed, 16 Apr 2003 20:03:07 +0000, by arpi_esp
-
Changes for SPARC/Solaris compatibility. Now it should be possible to libavcodecTue, 15 Apr 2003 22:29:37 +0000, by romansh
-
faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net) libavcodecSat, 12 Apr 2003 22:49:54 +0000, by michaelni
-
some checks to avoid segfaults if the decoder is feeded with junk libavcodecFri, 11 Apr 2003 22:53:03 +0000, by michaelni
-
#undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodecThu, 10 Apr 2003 18:02:17 +0000, by michaelni
-
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture libavcodecThu, 10 Apr 2003 13:18:38 +0000, by michaelni
-
fixing slice decoding, dunno why the regression tests didnt catch that ... libavcodecThu, 10 Apr 2003 01:39:53 +0000, by michaelni
-
fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>) libavcodecSun, 06 Apr 2003 19:45:02 +0000, by michaelni
-
Fix for buggy (?) g++ (bailling out for beosaudio.cpp) libavcodecSat, 05 Apr 2003 12:11:10 +0000, by mmu_man
-
support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>) libavcodecFri, 04 Apr 2003 13:45:45 +0000, by michaelni
-
msmpeg4 2pass support & some related cleanup libavcodecWed, 02 Apr 2003 09:57:34 +0000, by michaelni
-
mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodecMon, 31 Mar 2003 01:49:18 +0000, by michaelni
-
simplify slice encoding (variance of packet size is practically identical) libavcodecSun, 30 Mar 2003 16:22:08 +0000, by michaelni
-
faster C linear blend & interpolate deinterlacers libavcodecSat, 29 Mar 2003 14:06:24 +0000, by michaelni
-
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>) libavcodecFri, 28 Mar 2003 14:05:55 +0000, by michaelni
-
I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>) libavcodecWed, 26 Mar 2003 23:25:18 +0000, by michaelni
-
binary compatibility fix (workaround for r.147, r.148) libavcodecMon, 24 Mar 2003 08:52:32 +0000, by nickols_k
-
new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodecFri, 21 Mar 2003 22:50:54 +0000, by michaelni
-
better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read libavcodecThu, 20 Mar 2003 17:52:30 +0000, by michaelni
-
error resilience cleanup (its faster too...) libavcodecThu, 20 Mar 2003 01:00:57 +0000, by michaelni
-
clear_blocks_mmi() optimization by BroadQ (and patch by Leon van Stuivenberg <leonvs at iae dot nl>) libavcodecTue, 18 Mar 2003 20:08:57 +0000, by michaelni
-
merging a small amount of the changes from BroadQ, the rest is either not clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later) libavcodecTue, 18 Mar 2003 17:22:23 +0000, by michaelni
-
rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>) libavcodecSun, 16 Mar 2003 21:03:20 +0000, by michaelni
-
cleaner & more flexible edge bug workaround libavcodecSat, 15 Mar 2003 20:47:09 +0000, by michaelni
-
per context frame_rate_base, this should finally fix frame_rate related av sync issues libavcodecWed, 12 Mar 2003 15:16:19 +0000, by michaelni
-
restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavcodecTue, 11 Mar 2003 12:09:13 +0000, by michaelni
-
* 'externaly' visible option list begins avoptions_ prefix libavcodecMon, 10 Mar 2003 11:48:33 +0000, by kabi
-
Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodecFri, 07 Mar 2003 12:37:49 +0000, by michaelni
-
more cosmetics so that doxygen output is readable ... libavcodecThu, 06 Mar 2003 15:56:56 +0000, by michaelni
-
altivec compilation fixes by (Magnus Damm <damm at opensource dot se>) libavcodecThu, 06 Mar 2003 12:06:00 +0000, by michaelni
-
doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;) libavcodecThu, 06 Mar 2003 10:21:57 +0000, by michaelni
-
mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why) libavcodecWed, 05 Mar 2003 20:03:15 +0000, by michaelni
-
field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...) libavcodecWed, 05 Mar 2003 17:48:19 +0000, by michaelni
-
extended option for h263+ patch by (fixounet at free dot fr) with some minor modifications libavcodecWed, 05 Mar 2003 16:10:13 +0000, by michaelni
-
MpegEncContext.(i)dct_* -> DspContext.(i)dct_* libavcodecMon, 03 Mar 2003 14:54:00 +0000, by michaelni
-
fixing padding bug autodetection for some rare files, closes bug #647941 libavcodecFri, 28 Feb 2003 01:59:56 +0000, by michaelni
-
support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>) libavcodecThu, 27 Feb 2003 23:26:31 +0000, by michaelni
-
user specified motion estimation range limit libavcodecThu, 27 Feb 2003 22:56:07 +0000, by michaelni
-
move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) libavcodecWed, 26 Feb 2003 17:26:20 +0000, by michaelni
-
* fixed IMA WAV decoding (though still might not be fully correct) libavcodecMon, 24 Feb 2003 13:26:41 +0000, by kabi
-
huffyuv v1 tables, as they are essential and the only possible way for decding of v1 files they very likely cant be copyrighted ... libavcodecMon, 24 Feb 2003 09:49:37 +0000, by michaelni
-
round readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit blocks libavcodecMon, 24 Feb 2003 00:05:17 +0000, by michaelni
-
32 vs. 64bit bugfix by (Dave Huang (dahanc)) libavcodecSat, 22 Feb 2003 13:44:16 +0000, by michaelni
-
reverse incorrect stride < (width+7)&~7 fix libavcodecThu, 20 Feb 2003 17:30:51 +0000, by michaelni
-
sync with mplayerxp. Fixes some 405.avi related flaws libavcodecThu, 20 Feb 2003 16:14:12 +0000, by nickols_k
-
more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) libavcodecSun, 16 Feb 2003 23:05:38 +0000, by michaelni
-
check for qscale==0 (fixes 1/0 on one corrupted stream) libavcodecMon, 10 Feb 2003 22:43:30 +0000, by michaelni
-
Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>) libavcodecSun, 09 Feb 2003 00:37:50 +0000, by michaelni
-
direct blocksize in bframes fix (might fix qpel+bframe bug) libavcodecSat, 08 Feb 2003 18:23:39 +0000, by michaelni
-
Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images libavcodecSat, 08 Feb 2003 15:34:25 +0000, by philipjsg
-
mpeg1 bframe encoding patch by (Rapha«³l LEGRAND) with some modifications by me libavcodecSat, 08 Feb 2003 12:00:57 +0000, by michaelni
-
cliping MVs, i dunno if its correct but it looks better then without it libavcodecTue, 04 Feb 2003 01:32:25 +0000, by michaelni
-
handle odd image sizes when using subsampled chroma (useful for JPEG images) libavcodecSun, 02 Feb 2003 19:53:01 +0000, by bellard
-
fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and Colin Leroy <colin at colino dot net>) libavcodecSat, 01 Feb 2003 00:18:50 +0000, by michaelni
-
win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have a better solution ? libavcodecTue, 28 Jan 2003 14:50:26 +0000, by bellard
-
drawing cute arrows instead of lame lines for motion vector visualization libavcodecSun, 26 Jan 2003 23:11:08 +0000, by michaelni
-
Altivec on non darwin systems patch by Romain Dolbeau libavcodecSun, 26 Jan 2003 22:29:47 +0000, by bellard
-
use av_malloc() functions - added av_strdup and av_realloc() libavcodecThu, 23 Jan 2003 23:03:09 +0000, by bellard
-
C implementation of the median deinterlacer (seems to be the only one libavcodecThu, 23 Jan 2003 04:19:24 +0000, by rfelker
-
reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY) libavcodecThu, 23 Jan 2003 01:20:47 +0000, by michaelni
-
fixed dependancy generation (I want the case where SRC_PATH is not . to work too - very useful if you have different gcc versions to test at the same time...) - fixed -msse stuff libavcodecWed, 22 Jan 2003 09:35:03 +0000, by bellard
-
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops libavcodecTue, 21 Jan 2003 17:34:12 +0000, by michaelni
-
More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecMon, 20 Jan 2003 22:50:14 +0000, by michaelni
-
img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodecMon, 20 Jan 2003 22:41:48 +0000, by michaelni
-
added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case libavcodecMon, 20 Jan 2003 22:26:19 +0000, by bellard
-
trying to fix mb skip bug in mpeg1/2 if slices are not used libavcodecMon, 20 Jan 2003 20:37:24 +0000, by michaelni
-
fixing yuv422 -> yuv420p (i need that for the vceq videos ...) libavcodecMon, 20 Jan 2003 20:33:08 +0000, by michaelni
-
Function renaming. Solves some namespace conflicts libavcodecMon, 20 Jan 2003 16:33:47 +0000, by nickols_k
-
PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecSun, 19 Jan 2003 19:00:45 +0000, by michaelni
-
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (M«©ns Rullg«©rd)) libavcodecSun, 19 Jan 2003 18:30:29 +0000, by michaelni
-
sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined, libavcodecSun, 19 Jan 2003 12:06:36 +0000, by mellum
-
- removed nonsense *.d dependancy stuff, there was already a better 'make dep' support in it libavcodecFri, 17 Jan 2003 22:40:00 +0000, by arpi_esp
-
AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodecThu, 16 Jan 2003 21:54:55 +0000, by michaelni
-
AUtomatic dependency generation. Runs on Linux (at least). Probably should libavcodecTue, 14 Jan 2003 15:30:42 +0000, by philipjsg
-
padding bug autodetection improvement 2nd try libavcodecMon, 13 Jan 2003 13:20:21 +0000, by michaelni
-
dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodecSun, 12 Jan 2003 13:29:24 +0000, by michaelni
-
average motion vector rounding like the reference says and not what the standard says libavcodecSun, 12 Jan 2003 12:16:36 +0000, by michaelni
-
sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) (with some modifications) libavcodecSat, 11 Jan 2003 22:32:56 +0000, by michaelni
-
add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) libavcodecSat, 11 Jan 2003 21:04:47 +0000, by michaelni
-
altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodecSat, 11 Jan 2003 20:51:03 +0000, by michaelni
-
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavcodecSat, 11 Jan 2003 20:34:38 +0000, by michaelni
-
added missing formats in all functions - added monoblack, monowhite and gray8 support for most conversions libavcodecSat, 11 Jan 2003 04:54:38 +0000, by bellard
-
build update - avpicture_fill() returns the image size libavcodecSat, 11 Jan 2003 04:51:31 +0000, by bellard
-
changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu libavcodecSat, 11 Jan 2003 00:13:18 +0000, by bellard
-
simplified code (need automatic testing) - added primitive new format support. libavcodecSat, 11 Jan 2003 00:08:48 +0000, by bellard
-
moved avcodec_get_chroma_sub_sample() to imgconvert.c libavcodecSat, 11 Jan 2003 00:07:06 +0000, by bellard
-
new image formats - suppressed ill defined formats (endianness, unless specified, is always the one of the CPU) - added avcodec_get_pix_fmt_name() libavcodecSat, 11 Jan 2003 00:04:36 +0000, by bellard
-
workaround dropable p frame after first frame bug libavcodecThu, 09 Jan 2003 01:43:31 +0000, by michaelni
-
suppressed redundant math.h - suppressed M_PI redefinition libavcodecTue, 07 Jan 2003 22:43:16 +0000, by bellard
-
fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and wma decoding libavcodecTue, 07 Jan 2003 18:15:48 +0000, by bellard
-
enabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please tell me if you have better ideas for intrinsic naming or Makefile support) libavcodecTue, 07 Jan 2003 17:48:14 +0000, by bellard
-
added define for builtins use - inverse fix by Romain Dolbeau libavcodecTue, 07 Jan 2003 17:41:43 +0000, by bellard
-
gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didnt check) libavcodecTue, 07 Jan 2003 11:07:15 +0000, by michaelni
-
oops : better error resilience - should fix most wma decoding problems libavcodecMon, 06 Jan 2003 22:47:42 +0000, by bellard
-
* first shot for generaly usable option parser for codecs libavcodecMon, 06 Jan 2003 18:06:51 +0000, by kabi
-
slowdown / gcc 2.95.* bug workaround (this should be reversed as soon as gcc 2.95.* support is droped) libavcodecSun, 05 Jan 2003 19:53:07 +0000, by michaelni
-
negative linesize support (so mplayer -flip works) libavcodecSun, 05 Jan 2003 17:59:26 +0000, by michaelni
-
pts encoding fix patch by (Thomas Jarosch <tomj at simonv dot com>) libavcodecSun, 05 Jan 2003 17:17:14 +0000, by michaelni
-
warnings patch by (bubu <bubu at bubu dot net>) libavcodecWed, 01 Jan 2003 15:10:45 +0000, by michaelni
-
xvid build 3 still has the padding wrong in 1/8 of the cases :((((( libavcodecSun, 29 Dec 2002 01:27:50 +0000, by michaelni
-
fixes crash patch by (Mark Hills <mark at pogo dot org dot uk>) libavcodecSat, 21 Dec 2002 15:54:21 +0000, by michaelni
-
support dumping the qscale stuff to the screen libavcodecWed, 18 Dec 2002 09:23:24 +0000, by michaelni
-
mlib fix patch by (Juergen Keil <jk at tools dot de>) libavcodecSun, 15 Dec 2002 22:42:59 +0000, by michaelni
-
fixing playback of DaveMatthews_Crash_PocketPC.avi libavcodecWed, 11 Dec 2002 08:56:28 +0000, by michaelni
-
practically disabling altivec resampling code (some ppl said its broken) patch by (Dieter Shirley <dieters at schemasoft dot com>) libavcodecFri, 06 Dec 2002 17:58:21 +0000, by michaelni
-
fixing aspect (hopefully, i couldnt reproduce the bug) libavcodecFri, 06 Dec 2002 15:01:48 +0000, by michaelni
-
drop b frames if there are no reference frames libavcodecThu, 05 Dec 2002 11:33:43 +0000, by michaelni
-
fixing files where the first frame isn a keyframe libavcodecWed, 04 Dec 2002 22:16:24 +0000, by michaelni
-
new PSNR code (now works with chroma, b frames, ...) libavcodecWed, 04 Dec 2002 21:13:02 +0000, by michaelni
-
print a warning if something allocates 0 bytes libavcodecWed, 04 Dec 2002 12:42:25 +0000, by michaelni
-
use spatial error concealment if we dont have a previous frame libavcodecWed, 04 Dec 2002 11:25:53 +0000, by michaelni
-
* two functions to handle allocation of static data more simple libavcodecTue, 03 Dec 2002 19:40:35 +0000, by kabi
-
Simplify an expression and eliminate a compile warning libavcodecSat, 30 Nov 2002 17:14:07 +0000, by philipjsg
-
via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>) libavcodecTue, 26 Nov 2002 16:26:58 +0000, by michaelni
-
apiexample doesnt send complete frames to the codec libavcodecTue, 26 Nov 2002 16:16:04 +0000, by michaelni
-
altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodecTue, 26 Nov 2002 09:21:01 +0000, by michaelni
-
fixing h263+ slices if the padding at the end of the frame is >7 && <16 && there are no zero bytes afterwards libavcodecTue, 26 Nov 2002 08:56:10 +0000, by michaelni
-
dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>) libavcodecTue, 26 Nov 2002 00:54:27 +0000, by michaelni
-
via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>) libavcodecMon, 25 Nov 2002 16:58:41 +0000, by michaelni
-
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) libavcodecSat, 23 Nov 2002 10:58:05 +0000, by michael
-
moving init of some variables (hurry_up,...) to MPV_frame_start() libavcodecSat, 23 Nov 2002 09:12:57 +0000, by michaelni
-
altivec optimizations patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodecTue, 19 Nov 2002 23:22:29 +0000, by michaelni
-
YV12 support (warning this is experimental & wont work with offical huffyuv but there is a approx. 20% speed & compression gain) libavcodecThu, 14 Nov 2002 22:25:20 +0000, by michaelni
-
16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled) libavcodecThu, 14 Nov 2002 19:46:14 +0000, by michaelni
-
* not checking for get_buffer_callback - it would be user's error libavcodecThu, 14 Nov 2002 18:43:49 +0000, by kabi
-
* init for inv_zigzag_direct16 moved to init block libavcodecTue, 12 Nov 2002 10:05:21 +0000, by kabi
-
* using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodecMon, 11 Nov 2002 10:04:45 +0000, by kabi
-
* using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodecMon, 11 Nov 2002 09:44:59 +0000, by kabi
-
* using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodecMon, 11 Nov 2002 09:43:43 +0000, by kabi
-
* using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodecMon, 11 Nov 2002 09:40:17 +0000, by kabi
-
10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback libavcodecSun, 10 Nov 2002 18:45:36 +0000, by arpi_esp
-
avoid duplicate ";" warnings (based upon a patch by mru at users dot sourceforge dot net (M«©ns Rullg«©rd)) libavcodecSun, 10 Nov 2002 11:24:27 +0000, by michaelni
-
hurry_up>=5 -> skip everything except header & set pict_type&key_frame libavcodecSun, 10 Nov 2002 10:54:07 +0000, by michaelni
-
cleanup (breaks compatibility, requested by fabrice) libavcodecFri, 08 Nov 2002 18:35:39 +0000, by michaelni
-
lrintf detection (based upon a patch by Fran«®ois Revol <revol at free dot fr>) libavcodecTue, 05 Nov 2002 00:07:05 +0000, by michaelni
-
vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>) libavcodecMon, 04 Nov 2002 20:57:08 +0000, by michaelni
-
fixed some bugs in app parser - some jfif and adobe jpgs fixed libavcodecSat, 02 Nov 2002 22:49:13 +0000, by al3x
-
Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>) libavcodecSat, 02 Nov 2002 11:28:08 +0000, by michaelni
-
added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support libavcodecSat, 02 Nov 2002 10:39:22 +0000, by michaelni
-
fixing msmpeg4v3 with mb_height % slice_height != 0 libavcodecFri, 01 Nov 2002 18:55:03 +0000, by michaelni
-
put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate them libavcodecThu, 31 Oct 2002 16:11:03 +0000, by michaelni
-
disabling compilation of .so if its not needed, gcc 3.1 seems to have problems with it libavcodecThu, 31 Oct 2002 10:21:44 +0000, by michael
-
using fewer registers ... to workaround something libavcodecThu, 31 Oct 2002 01:42:59 +0000, by michael
-
fixing another assert q>0.0 issue caused by variance < 0, this fix allso changes the inter/intra decission very slightly -> all regression checksums need to be updated libavcodecThu, 31 Oct 2002 00:48:05 +0000, by michaelni
-
fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized) libavcodecThu, 31 Oct 2002 00:07:13 +0000, by bellard
-
fixing q>0.0 assert failure caused by overflow of variance for b frames libavcodecWed, 30 Oct 2002 22:55:07 +0000, by michaelni
-
change qscale type to int8 and fix qscale ordering libavcodecWed, 30 Oct 2002 20:50:31 +0000, by michael
-
exporting the internal qscale table, this allso fixes the ordering libavcodecWed, 30 Oct 2002 20:41:40 +0000, by michaelni
-
NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de> libavcodecWed, 30 Oct 2002 20:31:04 +0000, by al3x
-
using same numbers for cpuCaps as libmpeg2 & liba52 libavcodecWed, 30 Oct 2002 01:59:51 +0000, by michael
-
added lrintf for non ISOC libcs (fixme: find a better test) libavcodecTue, 29 Oct 2002 22:38:21 +0000, by bellard
-
avoid name clash - fixed again block size selection libavcodecTue, 29 Oct 2002 22:27:30 +0000, by bellard
-
-fomit-frame-pointer is needed for the PIC code libavcodecTue, 29 Oct 2002 11:21:43 +0000, by michael
-
using fewer registers (fixes compilation bug hopefully) libavcodecTue, 29 Oct 2002 09:16:06 +0000, by michael
-
FOURCC removed, using ff_get_fourcc instead (should be big-endian safe), workarounded a restart interval bug (Spectralfan.mov) (rst support should be rewritten and moved from decode_sos) libavcodecMon, 28 Oct 2002 16:29:40 +0000, by al3x
-
added new fft/mdct code - added fft-test program libavcodecMon, 28 Oct 2002 00:51:48 +0000, by bellard
-
3rd 10l - don't let it read data beyond the end of frame libavcodecSun, 27 Oct 2002 19:20:02 +0000, by arpi_esp
-
reworked decode_frame marker searching, fixes many non-working samples libavcodecSun, 27 Oct 2002 17:59:35 +0000, by al3x
-
mergeing inter & intra rl_length tables (50% smaller & no meassureable difference in filesize/quality) libavcodecSun, 27 Oct 2002 12:20:58 +0000, by michaelni
-
dsputil mmi cleanup patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodecSun, 27 Oct 2002 09:20:48 +0000, by michaelni
-
handle direct rendering buffer allocation failure libavcodecSun, 27 Oct 2002 00:02:23 +0000, by michaelni
-
segfault fix patch by (Juergen Keil <jk at tools dot de>) libavcodecSat, 26 Oct 2002 18:56:43 +0000, by michaelni
-
fixing decoding of streams with no keyframe at the start libavcodecFri, 25 Oct 2002 16:06:32 +0000, by michaelni
-
idct_permutation_type variable, so the permutation type can quickly be identified libavcodecFri, 25 Oct 2002 13:39:47 +0000, by michaelni
-
fixing msmpeg4v3 encoding at bitrates <128k libavcodecSun, 20 Oct 2002 17:02:41 +0000, by michaelni
-
fixing alt_scan for the first frame (variable was reset) libavcodecWed, 16 Oct 2002 17:23:18 +0000, by michaelni
-
mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata) libavcodecMon, 14 Oct 2002 12:21:54 +0000, by michaelni
-
better/cleaner error resilience (done in a 2nd pass after decoding) libavcodecSun, 13 Oct 2002 13:16:04 +0000, by michaelni
-
Move Alpha optimized IDCT to own file. Based on a patch by M«©ns libavcodecFri, 11 Oct 2002 23:01:16 +0000, by mellum
-
support buffers containing more than one frame libavcodecWed, 09 Oct 2002 12:35:22 +0000, by bellard
-
minimum support for YUV411P (new combined scaler/converter will handle that better...) libavcodecTue, 08 Oct 2002 17:42:33 +0000, by bellard
-
16x{8,16} {avg,put}_pixels support patch by (Juergen Keil <jk at tools dot de>) libavcodecTue, 08 Oct 2002 12:09:23 +0000, by michaelni
-
10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer) libavcodecMon, 07 Oct 2002 23:08:42 +0000, by arpi_esp
-
* Fix dct_unquantize_h263_axp for changed block_last_index indexing. libavcodecMon, 07 Oct 2002 02:03:21 +0000, by mellum
-
Make compilable again after DCT cleanup. It gives wrong results, libavcodecSat, 05 Oct 2002 00:57:42 +0000, by mellum
-
Fix for source dir != build dir. Patch provided by M«©ns Rullg«©rd. libavcodecFri, 04 Oct 2002 23:32:40 +0000, by mellum
-
moved dct init out from mpv_common_init to dct_common_init (for less-uglier way for dv) libavcodecFri, 04 Oct 2002 20:59:29 +0000, by al3x
-
in fact IDCT248 needs to be normalized as I suspected libavcodecThu, 03 Oct 2002 21:03:59 +0000, by bellard
-
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodecThu, 03 Oct 2002 20:57:19 +0000, by michaelni
-
first version of IDCT248 for DV decoding support libavcodecThu, 03 Oct 2002 13:41:33 +0000, by bellard
-
move scantable init from block-decode to header parser libavcodecTue, 01 Oct 2002 23:47:04 +0000, by michaelni
-
rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) ) libavcodecTue, 01 Oct 2002 19:29:10 +0000, by michaelni
-
fixing rv10, this isnt the cleanest solution (parsing the packet header in the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution libavcodecMon, 30 Sep 2002 21:36:43 +0000, by michaelni
-
forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>) libavcodecMon, 30 Sep 2002 10:06:17 +0000, by michaelni
-
convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame) libavcodecMon, 30 Sep 2002 09:19:54 +0000, by michaelni
-
indenting preprocessor stuff, as its completly unreadable otherwise libavcodecSun, 29 Sep 2002 23:39:30 +0000, by michaelni
-
idct permutation cleanup, idct can be selected per context now libavcodecSun, 29 Sep 2002 22:44:22 +0000, by michaelni
-
Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win libavcodecSun, 29 Sep 2002 15:14:28 +0000, by mellum
-
autodetect UMP4 (by adding a fourcc field to AVCodecContext) libavcodecThu, 26 Sep 2002 23:27:22 +0000, by michaelni
-
automatically detect broken opendivx codec and workaround, so bug=1 shouldnt be needed anymore for mpeg4 files, if there still are files which need bug=1 then tell me ... libavcodecThu, 26 Sep 2002 22:37:33 +0000, by michaelni
-
ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodecTue, 24 Sep 2002 23:57:17 +0000, by michaelni
-
darkness masking (lumi masking does only bright stuff now) libavcodecTue, 24 Sep 2002 10:53:59 +0000, by michaelni
-
fixing ac prediction encoding with adaptive quantization libavcodecTue, 24 Sep 2002 09:15:46 +0000, by michaelni
-
fixing variance scaling for b frames (messed adaptive quants up) libavcodecMon, 23 Sep 2002 15:16:09 +0000, by michaelni
-
adaptive quantization (lumi/temporal & spatial complexity masking) libavcodecMon, 23 Sep 2002 14:56:11 +0000, by michaelni
-
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodecMon, 23 Sep 2002 08:44:24 +0000, by michaelni
-
fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) libavcodecThu, 19 Sep 2002 22:14:53 +0000, by arpi_esp
-
fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully libavcodecThu, 19 Sep 2002 20:22:39 +0000, by michaelni
-
* Remove -finline-limit=8000 (not supported by gcc 2.95) libavcodecThu, 19 Sep 2002 16:06:25 +0000, by mellum
-
fixing *pixels_tab stuff (hopefully, as its untested ...) libavcodecThu, 19 Sep 2002 10:26:49 +0000, by michaelni
-
Synthesize pixels16 functions from pixels functions. libavcodecFri, 13 Sep 2002 23:27:01 +0000, by mellum
-
aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars) libavcodecFri, 13 Sep 2002 19:31:32 +0000, by al3x
-
10l (field select readed at the wrong place ...) libavcodecFri, 13 Sep 2002 11:47:57 +0000, by michaelni
-
Due to version renumbering, Alpha builtins aren't supported in thegcc libavcodecFri, 13 Sep 2002 10:56:51 +0000, by mellum
-
fixing 1/0 if the headers are incomplete (like what M$ encoder generates) libavcodecFri, 13 Sep 2002 07:46:06 +0000, by michaelni
-
vbv parameter parsing (more skiping actually ;) ) libavcodecThu, 12 Sep 2002 15:02:47 +0000, by michaelni
-
statistics for forw & back p-MBs instead of just one counter for both libavcodecThu, 12 Sep 2002 12:26:09 +0000, by michaelni
-
reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$ libavcodecWed, 11 Sep 2002 07:26:43 +0000, by michaelni
-
fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox dot ru>) libavcodecSat, 07 Sep 2002 10:57:51 +0000, by michaelni
-
optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them libavcodecSat, 07 Sep 2002 00:16:30 +0000, by michaelni
-
support decoding of the last mpeg "packet" even if no startcode is immedeatly afterwards (fixes bugs with mpeg in avi) libavcodecFri, 06 Sep 2002 22:30:16 +0000, by michaelni
-
fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now) libavcodecThu, 05 Sep 2002 13:23:11 +0000, by michaelni
-
fixing encoding at high QPs (was broken after the dct accuracy increase due to too small inverse table) libavcodecMon, 02 Sep 2002 16:56:29 +0000, by michaelni
-
new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight modification by me libavcodecMon, 02 Sep 2002 09:51:52 +0000, by michaelni
-
altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodecMon, 02 Sep 2002 08:48:12 +0000, by michaelni
-
oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) libavcodecSun, 01 Sep 2002 18:07:56 +0000, by michaelni
-
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org> libavcodecSun, 01 Sep 2002 14:30:55 +0000, by arpi
-
dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) libavcodecSun, 01 Sep 2002 07:40:31 +0000, by michaelni
-
be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) libavcodecSun, 01 Sep 2002 07:26:43 +0000, by michaelni
-
croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me libavcodecSun, 01 Sep 2002 07:19:38 +0000, by michaelni
-
sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>) libavcodecFri, 30 Aug 2002 18:17:20 +0000, by michaelni
-
patch by Heliodoro Tammaro <helio at interactives dot org> libavcodecFri, 30 Aug 2002 00:05:28 +0000, by michaelni
-
slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG) libavcodecThu, 29 Aug 2002 23:55:32 +0000, by michaelni
-
use extradata for h263_long_vector mode detection libavcodecWed, 28 Aug 2002 21:47:28 +0000, by michaelni
-
first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodecWed, 28 Aug 2002 13:14:36 +0000, by michaelni
-
working around undefined behavior of get-vlc if the vlc s invalid libavcodecWed, 28 Aug 2002 12:23:12 +0000, by michaelni
-
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) libavcodecWed, 28 Aug 2002 08:15:30 +0000, by michaelni
-
mpeg4 interlaced decoding support (not completly implemented/tested due to lack of samples) libavcodecTue, 27 Aug 2002 16:28:19 +0000, by michaelni
-
forgot the const bits in 2pass curve matching (patch (with rounding removed) by R«±mi Guyomarch <rguyom at pobox dot com>) libavcodecMon, 26 Aug 2002 08:14:36 +0000, by michaelni
-
NAN doesnt exist on FreeBSD patch by (R«±mi Guyomarch <rguyom at pobox dot com>) libavcodecSun, 25 Aug 2002 22:54:43 +0000, by michaelni
-
error concealment needs the mbintra_table so it should allways be allocated libavcodecSat, 24 Aug 2002 13:24:43 +0000, by michaelni
-
removed -W -Wall -g and other gcc-specific warning/debug options libavcodecThu, 22 Aug 2002 23:29:45 +0000, by arpi
-
darwin patches by Heliodoro Tammaro <helio at interactives dot org> libavcodecWed, 21 Aug 2002 19:18:02 +0000, by michaelni
-
dont trash mm0, its still used in the next iteration of the loop (fixes strange horizontal lines on some blocks in b frames on mmx only cpus) libavcodecTue, 20 Aug 2002 19:23:06 +0000, by michaelni
-
same dc skip behavior for chroma & luma elimination, its confusing otherwise imho libavcodecSun, 18 Aug 2002 00:42:58 +0000, by michaelni
-
skip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT(input coeffs !=0) == 0 problems which cause catastrophic error accumulation at qp=1 libavcodecSat, 17 Aug 2002 20:10:27 +0000, by michaelni
-
patch by (Volker Moell <volker-ml at die-moells dot de>) libavcodecTue, 13 Aug 2002 18:51:11 +0000, by michaelni
-
hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though) libavcodecSun, 04 Aug 2002 19:28:27 +0000, by michaelni
-
supporting rare overflow mess even with error_resilience>=0 libavcodecSun, 04 Aug 2002 16:46:18 +0000, by michaelni
-
last_picture should be never == NULL (it was with dr1) this might fix a segfault with error concealment libavcodecSun, 04 Aug 2002 16:05:05 +0000, by michaelni
-
10l found by R«±mi Guyomarch <rguyom at pobox dot com> libavcodecThu, 01 Aug 2002 23:23:48 +0000, by michaelni
-
b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>) libavcodecWed, 31 Jul 2002 08:01:29 +0000, by michaelni
-
dump bits per frame / qp / frame complexity support libavcodecSat, 27 Jul 2002 14:48:44 +0000, by michaelni
-
handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl> libavcodecSat, 27 Jul 2002 08:27:02 +0000, by michaelni
-
Add conversions to and from RGBA32 and BGRA32. libavcodecSat, 27 Jul 2002 03:08:04 +0000, by philipjsg
-
different edge positions fixed with edge emu / dr1 libavcodecThu, 25 Jul 2002 20:22:36 +0000, by michaelni
-
added proposed API for parse_only mode to extract compressed frames from compressed streams libavcodecThu, 25 Jul 2002 16:25:36 +0000, by bellard
-
this include isn;t longer need and now generate a lot of warnings patch by Bohdan Horst <nexus at hoth.amu.edu.pl> libavcodecTue, 23 Jul 2002 09:44:34 +0000, by michaelni
-
adpcm encoding patch by Fran«®ois Revol <revol at free dot fr> libavcodecMon, 22 Jul 2002 01:44:08 +0000, by michaelni
-
YUV410P to YUV420P patch by Fran«®ois Revol <revol at free dot fr> libavcodecSun, 21 Jul 2002 07:54:53 +0000, by michaelni
-
beos/mov/adpcm patch by Fran«®ois Revol <revol at free dot fr> libavcodecSat, 20 Jul 2002 20:05:50 +0000, by michaelni
-
BeOS patches by "shatty" <shatty at myrealbox.com> libavcodecFri, 19 Jul 2002 22:23:40 +0000, by michaelni
-
largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net> libavcodecThu, 18 Jul 2002 20:27:09 +0000, by michaelni
-
use edge emu for encoding of width or height %16!=0 files libavcodecWed, 17 Jul 2002 23:32:31 +0000, by michaelni
-
larger edge emu buffer (might have been too small) libavcodecWed, 17 Jul 2002 13:25:01 +0000, by michaelni
-
interlaced mpeg2 fix ... replacing linesize>>1 by uvlinesize brainlessly wasnt a good idea libavcodecWed, 17 Jul 2002 11:04:26 +0000, by michaelni
-
exporting mbskip_table after it has been allocated libavcodecTue, 16 Jul 2002 11:45:14 +0000, by michaelni
-
Remove support for variable BSIZE and INCR, as sub_pixels_* is no libavcodecSat, 13 Jul 2002 16:29:11 +0000, by mellum
-
return buf_size again, i hope kabi is finally happy now ;) libavcodecSat, 13 Jul 2002 15:03:47 +0000, by michaelni
-
don't exit decoder after decoding first field -> fixes angels.avi interlacing libavcodecThu, 11 Jul 2002 23:34:06 +0000, by arpi_esp
-
Change licence to LGPL since there are no objections from side of original author libavcodecThu, 11 Jul 2002 15:03:41 +0000, by nickols_k
-
adding ff prefix to avoid global name conficts with xvid (patch by Marko Kreen <marko at l-t.ee>) libavcodecWed, 10 Jul 2002 21:01:45 +0000, by michaelni
-
returning the number of consumed bytes (2nd try) libavcodecWed, 10 Jul 2002 20:21:00 +0000, by michaelni
-
return the number of consumed bytes instead of 0 or buf_size libavcodecWed, 10 Jul 2002 10:25:11 +0000, by michaelni
-
c std doesnt like negative shifts -> use asm libavcodecTue, 09 Jul 2002 19:22:50 +0000, by michaelni
-
new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler) libavcodecTue, 09 Jul 2002 10:35:10 +0000, by michaelni
-
Make dct_unquantize_h263 work on systems without MVI extension. libavcodecWed, 03 Jul 2002 23:30:32 +0000, by mellum
-
Update and activate dct_unquantize_h263_mvi. Thanks to M«©ns Rullg«©rd libavcodecWed, 03 Jul 2002 03:01:06 +0000, by mellum
-
Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to libavcodecTue, 02 Jul 2002 02:22:46 +0000, by mellum
-
Assembly version of put_pixels. This is currently the function that libavcodecMon, 01 Jul 2002 23:47:01 +0000, by mellum
-
Implement put_pixels_clamped and add_pixels_clamped in Assembler. This libavcodecMon, 01 Jul 2002 04:26:07 +0000, by mellum
-
colorspace converter tests (memory corruption tests at different width/src/dst) libavcodecSat, 29 Jun 2002 15:01:23 +0000, by michael
-
* turned into debug message - it's annoying when watching mjpeg files libavcodecThu, 27 Jun 2002 13:21:16 +0000, by kabi
-
init dc_scale tables to defaults (fixes mjpeg sig11) libavcodecTue, 25 Jun 2002 10:15:42 +0000, by michaelni
-
Ugly hack to make the assembler accept MVI instructions. libavcodecMon, 24 Jun 2002 22:22:39 +0000, by mellum
-
Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more libavcodecMon, 24 Jun 2002 21:17:22 +0000, by mellum
-
fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc prediction as mpeg4 just cuz they changed it a bit from msmpeg4v3 libavcodecSat, 22 Jun 2002 15:52:25 +0000, by michaelni
-
reverted to inttypes.h since it gives problems on some unixes libavcodecThu, 13 Jun 2002 23:36:30 +0000, by bellard
-
move unaligned access macros to dsputil.h - added unaligned 32 bit store libavcodecTue, 11 Jun 2002 13:43:27 +0000, by bellard
-
put codec registering in another file so that the user can install the codecs he wants libavcodecTue, 11 Jun 2002 13:41:41 +0000, by bellard
-
put memory functions in a separate file so that the user can redefinite them without modifying the library libavcodecTue, 11 Jun 2002 13:41:01 +0000, by bellard
-
added installlib target to install static libraries and includes libavcodecTue, 11 Jun 2002 13:39:47 +0000, by bellard
-
do not export internal functions - use stdint.h libavcodecTue, 11 Jun 2002 13:38:54 +0000, by bellard
-
passing avctx->flags so that grayscale only decoding works with mpeg1/2 too libavcodecSun, 09 Jun 2002 13:43:53 +0000, by michaelni
-
in libavcodec/Makefile there is in line 110: "distclean: clean<binary char>" libavcodecFri, 07 Jun 2002 22:01:03 +0000, by arpi_esp
-
removed unused code - began to merge alpha specific stuff - added mac macros for suitable CPUs libavcodecWed, 05 Jun 2002 14:25:06 +0000, by bellard
-
avoid name clash with libjpeg - added missing externs libavcodecTue, 04 Jun 2002 12:58:40 +0000, by bellard
-
added missing externs (we were lucky that commons are used) libavcodecTue, 04 Jun 2002 12:56:04 +0000, by bellard
-
* implemented remaing avg_ pixel functions (these are not used offen) libavcodecMon, 03 Jun 2002 17:31:46 +0000, by kabi
-
new field for communicating with external postprocessing libavcodecMon, 03 Jun 2002 07:01:42 +0000, by nickols_k
-
gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at users.sourceforge.net>) libavcodecSun, 02 Jun 2002 16:06:41 +0000, by michaelni
-
10l found&patch by D Richard Felker III <dalias at aerifal.cx> libavcodecSun, 02 Jun 2002 15:49:21 +0000, by michaelni
-
typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>) libavcodecSun, 02 Jun 2002 15:31:30 +0000, by michaelni
-
b_quant_offset (unfinished, should be 0 for now) libavcodecSun, 02 Jun 2002 12:24:26 +0000, by michaelni
-
* removed MANGLE from macros for setting constants libavcodecThu, 30 May 2002 15:14:56 +0000, by kabi
-
* using unrolled loops seems to help to MMX Celerons libavcodecWed, 29 May 2002 20:00:10 +0000, by kabi
-
* reenabled original xy2 put routine - rounding error is really bad with libavcodecWed, 29 May 2002 19:57:21 +0000, by kabi
-
* code with new PAVGB for MMX only CPU splited into separate file libavcodecWed, 29 May 2002 17:16:22 +0000, by kabi
-
* new mmx code - based upon http://aggregate.org/MAGIC libavcodecWed, 29 May 2002 14:29:48 +0000, by kabi
-
* started to cleanup name clashes for onetime compilation libavcodecMon, 27 May 2002 16:42:14 +0000, by kabi
-
* for this moment bswap.h included ahead of HAVE_AV_CONFIG_H check libavcodecMon, 27 May 2002 09:17:21 +0000, by kabi
-
* undefine local defines when they are no longer needed libavcodecMon, 27 May 2002 08:37:13 +0000, by kabi
-
* compatibilized declaration with its original definition libavcodecMon, 27 May 2002 08:34:24 +0000, by kabi
-
don't use inttypes.h - use inline function for bswap_64() libavcodecSun, 26 May 2002 15:24:32 +0000, by bellard
-
Add an av_abort macro that aborts, but also prints out the location of the abort. libavcodecFri, 24 May 2002 01:16:08 +0000, by philipjsg
-
* always baling even though it seems to produce sometime worse libavcodecThu, 23 May 2002 15:57:28 +0000, by kabi
-
applied 64bit patch from Ulrich Hecht <uli at suse dot de> libavcodecThu, 23 May 2002 15:33:23 +0000, by alex
-
* somewhat more advanced test suit for dsp code - for now i386 only libavcodecThu, 23 May 2002 13:34:22 +0000, by kabi
-
* fixed contrains and avoid usage of scale index access libavcodecThu, 23 May 2002 10:10:14 +0000, by kabi
-
* added simple test main - see comments about how to libavcodecThu, 23 May 2002 10:09:33 +0000, by kabi
-
using 1 operand less and slightly faster put_pixels_y2 libavcodecWed, 22 May 2002 23:18:59 +0000, by michaelni
-
* fix for -fPIC compilation - compiles with 2.95.2 as well - any libavcodecWed, 22 May 2002 20:46:24 +0000, by kabi
-
workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this) libavcodecTue, 21 May 2002 23:13:57 +0000, by michaelni
-
fixed incorrect global gain - slightly increased precision of n^(4/3) table libavcodecTue, 21 May 2002 21:07:47 +0000, by glantau
-
* avoid conflicts with non-ffmpeg config.h and also it's consistent libavcodecTue, 21 May 2002 18:56:03 +0000, by kabi
-
removed unused stuff - added dsputil_set_bit_exact() support for easier testing libavcodecMon, 20 May 2002 16:37:58 +0000, by glantau
-
mpeg1/2 identifier - fixed frame rate for some bad mpeg1 streams libavcodecMon, 20 May 2002 16:24:39 +0000, by glantau
-
removed useless header includes - use av memory functions libavcodecSat, 18 May 2002 23:03:29 +0000, by glantau
-
added VPATH support for multiple dir compilation libavcodecSat, 18 May 2002 23:01:20 +0000, by glantau
-
put all integer init code to compute n^(4/3) - memory alloc and header fixes libavcodecSat, 18 May 2002 22:58:08 +0000, by glantau
-
added proper memory handling functions - fixed include paths libavcodecSat, 18 May 2002 22:56:25 +0000, by glantau
-
tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added comment about rounding bug in some functions (need to correct or suppress them for regression tests) libavcodecSat, 18 May 2002 22:49:11 +0000, by glantau
-
print frame decoding time support (x86 only) libavcodecThu, 16 May 2002 22:01:30 +0000, by michaelni
-
- repeat_pict meaning changed, now it signals the extra delay for the libavcodecTue, 14 May 2002 19:56:42 +0000, by pulento
-
* Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it. libavcodecTue, 14 May 2002 02:36:23 +0000, by philipjsg
-
- repeat_pict added to AVCodecContext to signal if the decoder must repeat libavcodecSun, 12 May 2002 02:55:48 +0000, by pulento
-
* Don't allocate 0 bytes of memory. It upsets electricFence! libavcodecThu, 09 May 2002 01:24:27 +0000, by philipjsg
-
* Fix a problem with the first sample when down sampling. libavcodecThu, 09 May 2002 01:23:49 +0000, by philipjsg
-
* Start using enumerated types (makes debugging much easier) libavcodecThu, 09 May 2002 01:22:30 +0000, by philipjsg
-
clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25) libavcodecTue, 07 May 2002 17:55:02 +0000, by al3x
-
added support for various app headers, and writin FFmpeg comment libavcodecTue, 07 May 2002 17:21:38 +0000, by al3x
-
- Segfault fixed when liba52 dynamic library isn't found. libavcodecMon, 06 May 2002 21:34:50 +0000, by pulento
-
there are divx5? encoded files without a userdata section but with b-frames :( libavcodecMon, 06 May 2002 13:15:05 +0000, by michaelni
-
segfault fix for b-frame encoding with height%16!=0 libavcodecSun, 05 May 2002 19:03:24 +0000, by michaelni
-
3dnow temporal denoiser bugfix by R«±mi Guyomarch <rguyom@pobox.com> libavcodecSun, 05 May 2002 11:08:59 +0000, by michael
-
ar -s has portability problems, anyway rc is enough without s -- suggested by Atmosfear libavcodecFri, 03 May 2002 18:46:55 +0000, by arpi_esp
-
C4=16383 for the c version too and even for some outcommented code libavcodecThu, 02 May 2002 13:35:33 +0000, by michaelni
-
- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. libavcodecThu, 02 May 2002 04:39:45 +0000, by pulento
-
Support for external huffman table and various fixes by Alex Beregszaszi <alex@naxine.org> libavcodecWed, 01 May 2002 18:12:04 +0000, by arpi_esp
-
fixing msmpeg4v3 dc-scale for quantizers 24-31 libavcodecTue, 30 Apr 2002 01:29:29 +0000, by michaelni
-
detecting xvid/divx4/opendivx and set low_delay flag libavcodecSat, 27 Apr 2002 14:10:47 +0000, by michaelni
-
fixed msmpeg4 infinite loop if buggy stream libavcodecSat, 27 Apr 2002 12:30:26 +0000, by michaelni
-
* fixes problem with -funroll-loops and buggy gcc compiler libavcodecWed, 24 Apr 2002 12:18:59 +0000, by kabi
-
* using some small char buffer - needed for sprintf libavcodecMon, 22 Apr 2002 19:57:26 +0000, by kabi
-
postprocess array increased to handle images up to 2048x1536 libavcodecSat, 20 Apr 2002 21:17:26 +0000, by arpi_esp
-
much better ME for b frames (a bit slow though) libavcodecFri, 19 Apr 2002 03:25:20 +0000, by michaelni
-
- ME setting moved to AVCodecContext/MpegEncContext, no longer a global. libavcodecSun, 14 Apr 2002 18:57:51 +0000, by pulento
-
- Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for libavcodecTue, 09 Apr 2002 04:52:49 +0000, by pulento
-
- PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it. libavcodecTue, 09 Apr 2002 00:37:06 +0000, by pulento
-
- Commented out PIX_FMT_ANY by now. It seems that not all codecs are setting libavcodecTue, 09 Apr 2002 00:08:39 +0000, by pulento
-
- Added force_pts to av_write_packet() to be able to force PTS, this helps libavcodecSun, 07 Apr 2002 21:44:29 +0000, by pulento
-
fixing msmpeg4v2 bugs (is bugfree now afaik) libavcodecFri, 05 Apr 2002 16:51:12 +0000, by michaelni
-
dump_stream support (nicely formated 0s and 1s) libavcodecThu, 04 Apr 2002 20:04:10 +0000, by michaelni
-
emms was missing, found by juanjo but he didnt commit it?! libavcodecThu, 04 Apr 2002 19:50:46 +0000, by michaelni
-
multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>) libavcodecMon, 01 Apr 2002 13:24:47 +0000, by michaelni
-
msmpeg4v2 header parser & some dump bits code behind #if 0 libavcodecFri, 29 Mar 2002 02:07:25 +0000, by michaelni
-
using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines aren't exported in the public interface, and the flagged method matches the way as qscale forcing work libavcodecThu, 28 Mar 2002 23:07:54 +0000, by arpi_esp