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