Mercurial > libavcodec.hg
graph
-
rename always_inline to av_always_inline and move to common.h libavcodecFri, 08 Dec 2006 00:35:08 +0000, by mru
-
ff_check_alignment to warn the user about a missaligned stack libavcodecThu, 07 Dec 2006 18:33:00 +0000, by michael
-
Making rem6 and div6 globally visible and thus adding prefixes. libavcodecThu, 07 Dec 2006 09:59:05 +0000, by takis
-
use the standard INT64_C() macro for 64-bit constants libavcodecWed, 06 Dec 2006 23:46:11 +0000, by mru
-
Add "mixed_refs" description suggested by Loren Merritt and update accompanying libavcodecWed, 06 Dec 2006 17:04:23 +0000, by takis
-
Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments. libavcodecWed, 06 Dec 2006 08:24:29 +0000, by takis
-
Export symbols of several H.264 intra prediction functions libavcodecWed, 06 Dec 2006 08:17:43 +0000, by takis
-
fix crash when decoding a truncated H264 slice libavcodecTue, 05 Dec 2006 22:18:19 +0000, by gpoirier
-
Change NAL unit type defines to an enum and move to a header file for usage libavcodecTue, 05 Dec 2006 21:52:15 +0000, by takis
-
10l umh search needs hex size 2 now after the last change libavcodecTue, 05 Dec 2006 12:35:47 +0000, by michael
-
make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2 libavcodecTue, 05 Dec 2006 12:34:52 +0000, by michael
-
Fix some obvious mistakes in the option descriptions. libavcodecMon, 04 Dec 2006 12:04:53 +0000, by diego
-
Move BE_*/LE_*/ST*/LD* macros to a common place. Some further libavcodecSun, 03 Dec 2006 16:35:30 +0000, by reimar
-
Another hack to allow the Cinepak decoder to detect both types of deviant Cinepak libavcodecSat, 02 Dec 2006 22:27:18 +0000, by melanson
-
Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca Barbato libavcodecSat, 02 Dec 2006 14:50:42 +0000, by gpoirier
-
10e6l FastUVMC was done right but in the wrong place libavcodecSat, 02 Dec 2006 12:55:29 +0000, by kostya
-
remove pretty much useless skiping of some predictors libavcodecFri, 01 Dec 2006 20:38:54 +0000, by michael
-
mjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime libavcodecFri, 01 Dec 2006 14:06:21 +0000, by bcoudurier
-
add bytestream big endian 16/32 writing functions libavcodecFri, 01 Dec 2006 14:01:50 +0000, by bcoudurier
-
cosmetic (prevent name clashes of variables in a macro with surrounding code) libavcodecFri, 01 Dec 2006 09:46:52 +0000, by michael
-
1 step diamond search around the median MV predictor libavcodecThu, 30 Nov 2006 22:44:22 +0000, by michael
-
cleanup the #ifdef mess in encoder/decoder/parser registration libavcodecTue, 28 Nov 2006 23:55:24 +0000, by aurel
-
100l: Initialize dc_scale with current quantizer for adv I frames libavcodecSun, 26 Nov 2006 04:53:36 +0000, by kostya
-
Implement DELTA_FLI opcodes correctly. Patch by Steven Johnson libavcodecFri, 24 Nov 2006 00:16:32 +0000, by alex
-
support byte_run=0 case in DELTA_FLI (this case means only skip pixels) libavcodecThu, 23 Nov 2006 23:50:08 +0000, by alex
-
10l memory corruption bug found by Steven Johnson libavcodecThu, 23 Nov 2006 22:57:20 +0000, by alex
-
flac: allow reading of full metadata headers from extradata libavcodecThu, 23 Nov 2006 22:22:03 +0000, by aurel
-
bring AC3 encoder output up to input volume level libavcodecThu, 23 Nov 2006 22:21:01 +0000, by gpoirier
-
fix bitstream to be correctly decoded by quicktime libavcodecWed, 22 Nov 2006 13:53:22 +0000, by bcoudurier