Mercurial > libavcodec.hg
graph
-
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