Mercurial > libavcodec.hg
graph
-
add "memory" to the clobber list we change memory so we need it, this also fixes some problems with gcc svn libavcodec2006-10-12, by michael
-
-1 is a valid return value in ratecontrol_1pass() -> 100l for takis libavcodec2006-10-12, by michael
-
prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_cabac() on P3) libavcodec2006-10-12, by michael
-
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavcodec2006-10-12, by bcoudurier
-
fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A users P sourceforge P net% libavcodec2006-10-12, by bcoudurier
-
Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h. libavcodec2006-10-12, by diego
-
slightly faster on P3 slightly slower on athlon and probably faster on P4 libavcodec2006-10-11, by michael
-
update doc, changelog, and increase libavcodec version for .cin files support libavcodec2006-10-11, by bcoudurier
-
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavcodec2006-10-11, by bcoudurier
-
moving lps state transition code a little up in the branched asm code (1% faster on P3) libavcodec2006-10-11, by michael
-
use ecx instead of cl (no speed change on P3 but might avoid partial register stalls on some cpus) libavcodec2006-10-11, by michael
-
make state transition tables global as they are constant and the code is slightly faster that way libavcodec2006-10-11, by michael
-
make lps_range a global table its constant anyway (saves 1 addition for accessing it) libavcodec2006-10-11, by michael
-
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 libavcodec2006-10-10, by michael
-
move the &1 out of the asm so gcc can optimize it away in inlined cases (yes this is slightly faster) libavcodec2006-10-10, by michael
-
reading 8bit mem into a 8bit register needs 2 uops on P4, 8bit->32bit with zero extension needs just 1 libavcodec2006-10-09, by michael
-
reverse remainder of the failed attempt to optimize *state=c->mps_state[s] libavcodec2006-10-09, by michael
-
move outcommented START/STOP_TIMER to a hopefully better place for benchmarking ... libavcodec2006-10-09, by michael
-
remove bytestream_end checks, seems to work fine without them and the bitstream reader doesnt check for the end either libavcodec2006-10-09, by michael
-
Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec2006-10-07, by diego
-
cosmetics: Add backslashes to the last line of continued lines to make libavcodec2006-10-07, by diego
-
fix buffer underflows by reencoding the current frame with a higher QP libavcodec2006-10-05, by michael
-
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs. libavcodec2006-10-04, by diego
-
don't try to inline cabac functions. gcc ignored the hint anyway, and forcing it would make h264 slower. libavcodec2006-10-04, by lorenm
-
Remove unused variables and the corresponding warnings along with them. libavcodec2006-10-03, by diego
-
Original Commit: r114 | ods15 | 2006-10-01 21:38:37 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r113 | ods15 | 2006-10-01 21:35:47 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r112 | ods15 | 2006-10-01 20:48:39 +0200 (Sun, 01 Oct 2006) | 3 lines libavcodec2006-10-02, by ods15
-
Original Commit: r111 | ods15 | 2006-10-01 19:40:50 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r110 | ods15 | 2006-10-01 19:17:32 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r109 | ods15 | 2006-10-01 19:14:52 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r108 | ods15 | 2006-10-01 18:46:06 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r107 | ods15 | 2006-10-01 18:13:12 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r106 | ods15 | 2006-10-01 18:11:55 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r105 | ods15 | 2006-10-01 18:09:55 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r104 | ods15 | 2006-10-01 18:04:08 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r103 | ods15 | 2006-10-01 18:00:43 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r102 | ods15 | 2006-10-01 17:58:38 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r101 | ods15 | 2006-10-01 14:15:00 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r100 | ods15 | 2006-10-01 14:01:27 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r99 | ods15 | 2006-10-01 11:12:44 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r98 | ods15 | 2006-10-01 10:15:33 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r97 | ods15 | 2006-09-30 23:32:19 +0300 (Sat, 30 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r96 | ods15 | 2006-09-30 23:25:18 +0300 (Sat, 30 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r95 | ods15 | 2006-09-30 22:11:08 +0300 (Sat, 30 Sep 2006) | 3 lines libavcodec2006-10-02, by ods15
-
Original Commit: r94 | ods15 | 2006-09-30 22:09:33 +0300 (Sat, 30 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r93 | ods15 | 2006-09-30 22:02:21 +0300 (Sat, 30 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r92 | ods15 | 2006-09-30 12:13:47 +0300 (Sat, 30 Sep 2006) | 3 lines libavcodec2006-10-02, by ods15
-
Original Commit: r91 | ods15 | 2006-09-30 10:05:16 +0300 (Sat, 30 Sep 2006) | 4 lines libavcodec2006-10-02, by ods15
-
Original Commit: r90 | ods15 | 2006-09-29 22:14:40 +0300 (Fri, 29 Sep 2006) | 3 lines libavcodec2006-10-02, by ods15
-
Original Commit: r88 | ods15 | 2006-09-29 21:10:36 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r87 | ods15 | 2006-09-29 21:10:05 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r86 | ods15 | 2006-09-29 21:08:42 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r85 | ods15 | 2006-09-29 21:07:58 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r84 | ods15 | 2006-09-29 21:07:07 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r83 | ods15 | 2006-09-29 21:06:13 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r82 | ods15 | 2006-09-29 21:03:43 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r81 | ods15 | 2006-09-29 21:02:09 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r80 | ods15 | 2006-09-29 15:44:22 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r79 | ods15 | 2006-09-29 15:15:26 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r78 | ods15 | 2006-09-29 15:14:28 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r77 | ods15 | 2006-09-29 15:12:56 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r76 | ods15 | 2006-09-29 13:16:37 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r75 | ods15 | 2006-09-29 13:03:51 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r74 | ods15 | 2006-09-29 13:03:31 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r73 | ods15 | 2006-09-28 21:01:59 +0300 (Thu, 28 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r72 | ods15 | 2006-09-28 21:00:47 +0300 (Thu, 28 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r71 | ods15 | 2006-09-28 21:00:24 +0300 (Thu, 28 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r70 | ods15 | 2006-09-28 19:07:36 +0300 (Thu, 28 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r69 | ods15 | 2006-09-27 20:27:50 +0300 (Wed, 27 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r68 | ods15 | 2006-09-25 21:15:09 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r67 | ods15 | 2006-09-25 20:33:06 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r66 | ods15 | 2006-09-25 18:42:13 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r65 | ods15 | 2006-09-25 18:40:19 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r64 | ods15 | 2006-09-25 18:39:30 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r63 | ods15 | 2006-09-25 13:51:44 +0300 (Mon, 25 Sep 2006) | 3 lines libavcodec2006-10-02, by ods15
-
Original Commit: r62 | ods15 | 2006-09-25 13:12:07 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r61 | ods15 | 2006-09-25 13:10:56 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r60 | ods15 | 2006-09-25 12:46:30 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r59 | ods15 | 2006-09-24 17:40:40 +0300 (Sun, 24 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r58 | ods15 | 2006-09-24 17:35:28 +0300 (Sun, 24 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r56 | ods15 | 2006-09-24 13:55:01 +0300 (Sun, 24 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r55 | ods15 | 2006-09-24 13:54:43 +0300 (Sun, 24 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r54 | ods15 | 2006-09-24 13:54:12 +0300 (Sun, 24 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r52 | ods15 | 2006-09-23 17:38:43 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r51 | ods15 | 2006-09-23 16:32:30 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r50 | ods15 | 2006-09-23 16:24:51 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r49 | ods15 | 2006-09-23 12:52:21 +0300 (Sat, 23 Sep 2006) | 3 lines libavcodec2006-10-02, by ods15
-
Original Commit: r48 | ods15 | 2006-09-23 12:45:25 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r47 | ods15 | 2006-09-23 12:34:48 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r46 | ods15 | 2006-09-23 11:36:32 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r44 | ods15 | 2006-09-23 10:54:43 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r43 | ods15 | 2006-09-23 10:53:46 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r42 | ods15 | 2006-09-23 10:53:16 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r41 | ods15 | 2006-09-23 10:52:34 +0300 (Sat, 23 Sep 2006) | 4 lines libavcodec2006-10-02, by ods15
-
Original Commit: r40 | ods15 | 2006-09-23 09:36:30 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r39 | ods15 | 2006-09-23 09:36:11 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r38 | ods15 | 2006-09-23 09:02:34 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r37 | ods15 | 2006-09-23 08:43:43 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r36 | ods15 | 2006-09-23 08:43:09 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r35 | ods15 | 2006-09-22 18:53:22 +0300 (Fri, 22 Sep 2006) | 4 lines libavcodec2006-10-02, by ods15
-
Original Commit: r34 | ods15 | 2006-09-22 18:46:57 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r32 | ods15 | 2006-09-22 18:37:50 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r31 | ods15 | 2006-09-22 18:33:17 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r30 | ods15 | 2006-09-22 18:24:04 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r27 | ods15 | 2006-09-22 14:19:51 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r26 | ods15 | 2006-09-22 14:18:22 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r25 | ods15 | 2006-09-22 14:06:04 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r24 | ods15 | 2006-09-22 13:57:09 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r23 | ods15 | 2006-09-22 13:55:48 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r22 | ods15 | 2006-09-22 13:49:56 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r21 | ods15 | 2006-09-22 13:40:31 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r20 | ods15 | 2006-09-22 13:12:48 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r19 | ods15 | 2006-09-22 12:54:18 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r18 | ods15 | 2006-09-22 12:29:26 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r17 | ods15 | 2006-09-22 12:28:28 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r16 | ods15 | 2006-09-22 12:27:17 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r15 | ods15 | 2006-09-22 12:26:42 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r14 | ods15 | 2006-09-22 12:26:17 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r13 | ods15 | 2006-09-22 09:29:38 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r12 | ods15 | 2006-09-22 09:28:30 +0300 (Fri, 22 Sep 2006) | 5 lines libavcodec2006-10-02, by ods15
-
Original Commit: r11 | ods15 | 2006-09-17 19:41:28 +0300 (Sun, 17 Sep 2006) | 4 lines libavcodec2006-10-02, by ods15
-
Original Commit: r10 | ods15 | 2006-09-17 19:37:17 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r9 | ods15 | 2006-09-17 18:56:41 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r8 | ods15 | 2006-09-17 09:43:38 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r7 | ods15 | 2006-09-17 08:50:47 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r6 | ods15 | 2006-09-16 20:36:31 +0300 (Sat, 16 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r5 | ods15 | 2006-09-16 17:29:04 +0300 (Sat, 16 Sep 2006) | 4 lines libavcodec2006-10-02, by ods15
-
Original Commit: r4 | ods15 | 2006-09-16 15:36:03 +0300 (Sat, 16 Sep 2006) | 3 lines libavcodec2006-10-02, by ods15
-
Original Commit: r3 | ods15 | 2006-09-16 11:49:07 +0300 (Sat, 16 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. libavcodec2006-10-01, by lorenm
-
remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead libavcodec2006-10-01, by ods15
-
100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_data.c libavcodec2006-10-01, by ods15
-
make some more functions global so they can be shared with vorbis_enc.c libavcodec2006-10-01, by ods15
-
fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv) libavcodec2006-09-29, by michael
-
Move the ratecontrol related code from mpegvideo.h to a separate header file. libavcodec2006-09-29, by takis
-
Reformat the output of the list of available AVOptions, by indenting the libavcodec2006-09-29, by takis
-
Remove the override of lmin and lmax, so the actual option value provided will libavcodec2006-09-29, by takis
-
Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and libavcodec2006-09-29, by takis
-
Remove the "mblmax" OptionDef. The equally named AVOption takes over its libavcodec2006-09-28, by takis
-
Remove the "mblmin" OptionDef. The equally named AVOption takes over its libavcodec2006-09-28, by takis
-
Break compatibility only when first part of version number changes, in this libavcodec2006-09-27, by takis
-
Fix compilation by postponing deprecation of ff_eval() until the next version libavcodec2006-09-27, by takis
-
Introduce ff_eval2 which is equivalent to ff_eval but does not log anything. libavcodec2006-09-26, by takis
-
remove get_le16 and get_le32, get_bits and get_bits_long can just be used directly. libavcodec2006-09-25, by reimar
-
Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same way. libavcodec2006-09-25, by reimar
-
Remove the "error" OptionDef. The equally named AVOption takes over its libavcodec2006-09-22, by takis
-
Remove the "mepc" OptionDef. The equally named AVOption takes over its function. libavcodec2006-09-22, by takis
-
Remove the "mb_threshold" OptionDef. The equally named AVOption takes over its libavcodec2006-09-22, by takis
-
For B-frames if the second reference frame signals intensity compensation libavcodec2006-09-21, by kostya
-
Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed libavcodec2006-09-21, by kostya
-
set supported pixel formats for a few encoders (fixes crashes with grayscale) libavcodec2006-09-20, by michael
-
Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match libavcodec2006-09-20, by takis
-
Remove the "bf" OptionDef parameter so the equally named AVOption will take libavcodec2006-09-20, by takis
-
Correct the constraints of some AVOptions. These had a default value of zero, libavcodec2006-09-20, by takis
-
Correct the i_qfactor minimum, which was current set higher then the default libavcodec2006-09-15, by takis
-
Synchronize the defaults specified in the AVOptions[] array to the defaults libavcodec2006-09-14, by takis
-
replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) libavcodec2006-09-13, by aurel
-
corrects the type of the AVOption parameter "bugs", patch by Takis libavcodec2006-09-13, by gpoirier
-
adds descriptions to the libavcodec AVOptions array, taken from the libavcodec2006-09-13, by gpoirier
-
don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec) libavcodec2006-09-11, by aurel
-
Add official LGPL license headers to the files that were missing them. libavcodec2006-09-10, by diego
-
Drop unneeded checks before av_free() and change to av_freep() where it's more suitable. libavcodec2006-09-09, by kostya
-
[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header() libavcodec2006-09-09, by kostya
-
undefines a few temporary defines which were not undefined after their usage. libavcodec2006-09-09, by gpoirier
-
Switch license from GPL to LGPL. The original author agreed to this as libavcodec2006-09-06, by diego
-
Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg. libavcodec2006-09-05, by diego
-
Handle raw blocks correctly (both updating pointer and storing to memory) libavcodec2006-09-05, by kostya
-
VC-1 Advanced Profile support (progressive only, tested on WVC1 samples) libavcodec2006-09-04, by kostya
-
* Restructuring the division of labor between DV codec and DV format libavcodec2006-09-04, by romansh
-
Add copyright notice from the Independent JPEG Group instead of referring libavcodec2006-09-03, by diego
-
Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7. libavcodec2006-09-03, by jbr
-
AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed version of put_h264_chroma_pixels_tab[0]) libavcodec2006-09-03, by kostya
-
Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab libavcodec2006-09-02, by kostya
-
snow cosmetics: merge the sliced and non-sliced versions of add_yblock libavcodec2006-09-01, by lorenm
-
fix snow 1pass rc: the qlog used and the one written to the bitstream weren't always the same. libavcodec2006-09-01, by lorenm
-
Align the input buffer in ffplay, introduce a public macro for aligned declarations libavcodec2006-08-31, by lu_zero
-
Proper fix for the corner case that would have been corrected before, praise&blame to me and exg in equal shares libavcodec2006-08-31, by lu_zero
-
check the validity of the amount of the remaining bytes in the bitsteam before memcpy libavcodec2006-08-27, by michael
-
dont copy frame if the whole mp1/2/3 frame is available in one piece in the input libavcodec2006-08-26, by michael
-
another silly typo which surprisingly neither valgrind nor cmp of the file output cought libavcodec2006-08-26, by michael
-
make A32 reader align its ptr during init no matter what missaligned mess is given to it libavcodec2006-08-26, by michael
-
move align_get_bits() to .h to avoid conflicts between different bitstream readers in different codecs libavcodec2006-08-26, by michael
-
optimize reorder_block() though this function seems to be executed too rarely for this to make much difference libavcodec2006-08-24, by michael
-
Alignment of the LT window, segfault fix patch by Baptiste Coudurier. libavcodec2006-08-22, by banan
-
Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % libavcodec2006-08-18, by gpoirier
-
Move all internal -I parameters to the front of CFLAGS to avoid using external libavcodec2006-08-17, by diego
-
10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding the issue libavcodec2006-08-15, by lu_zero
-
Disable B-frames decoding until I return and finish their proper decoding. libavcodec2006-08-11, by kostya
-
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse libavcodec2006-08-10, by michael
-
sse and 3dnow implementations of float->int conversion and mdct windowing. libavcodec2006-08-10, by lorenm