Mon, 10 Mar 2003 10:40:26 +0000 |
michaelni |
more fixes
libavcodec
|
Mon, 10 Mar 2003 10:36:17 +0000 |
michaelni |
bug workaround
libavcodec
|
Sun, 09 Mar 2003 16:07:19 +0000 |
al3x |
simplified
libavcodec
|
Sat, 08 Mar 2003 23:43:34 +0000 |
michaelni |
looks better IMHO
libavcodec
|
Sat, 08 Mar 2003 01:40:52 +0000 |
michaelni |
merging fourcc with codec_tag
libavcodec
|
Fri, 07 Mar 2003 13:49:10 +0000 |
kabi |
* support FF_MM_FORCE
libavcodec
|
Fri, 07 Mar 2003 13:48:02 +0000 |
kabi |
* more generic avoption_parse
libavcodec
|
Fri, 07 Mar 2003 12:37:49 +0000 |
michaelni |
Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)
libavcodec
|
Thu, 06 Mar 2003 15:56:56 +0000 |
michaelni |
more cosmetics so that doxygen output is readable ...
libavcodec
|
Thu, 06 Mar 2003 14:42:07 +0000 |
michaelni |
typo
libavcodec
|
Thu, 06 Mar 2003 14:37:37 +0000 |
michaelni |
doxy / cosmetics
libavcodec
|
Thu, 06 Mar 2003 13:51:18 +0000 |
michaelni |
doxy / cosmetics
libavcodec
|
Thu, 06 Mar 2003 13:22:51 +0000 |
michaelni |
typos & cosmetics
libavcodec
|
Thu, 06 Mar 2003 12:06:00 +0000 |
michaelni |
altivec compilation fixes by (Magnus Damm <damm at opensource dot se>)
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Thu, 06 Mar 2003 11:25:55 +0000 |
michaelni |
doxy
libavcodec
|
Thu, 06 Mar 2003 10:26:19 +0000 |
michaelni |
cosmetics
libavcodec
|
Thu, 06 Mar 2003 10:21:57 +0000 |
michaelni |
doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
libavcodec
|
Thu, 06 Mar 2003 10:08:15 +0000 |
michaelni |
more dox
libavcodec
|
Thu, 06 Mar 2003 02:04:54 +0000 |
michaelni |
more idiot proof dox
libavcodec
|
Wed, 05 Mar 2003 23:55:52 +0000 |
michaelni |
ff_block_permute() dox
libavcodec
|
Wed, 05 Mar 2003 20:13:11 +0000 |
michaelni |
cleanup
libavcodec
|
Wed, 05 Mar 2003 20:03:15 +0000 |
michaelni |
mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why)
libavcodec
|
Wed, 05 Mar 2003 17:53:33 +0000 |
michaelni |
10l
libavcodec
|
Wed, 05 Mar 2003 17:48:19 +0000 |
michaelni |
field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...)
libavcodec
|
Wed, 05 Mar 2003 16:10:13 +0000 |
michaelni |
extended option for h263+ patch by (fixounet at free dot fr) with some minor modifications
libavcodec
|
Tue, 04 Mar 2003 13:05:14 +0000 |
michaelni |
typo (fixes wmv1 regression test in c)
libavcodec
|
Mon, 03 Mar 2003 17:13:26 +0000 |
kabi |
* minor optimalization
libavcodec
|
Mon, 03 Mar 2003 14:54:00 +0000 |
michaelni |
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
libavcodec
|
Sat, 01 Mar 2003 00:16:00 +0000 |
michaelni |
fixing inaccurate frame_rate
libavcodec
|
Fri, 28 Feb 2003 16:06:40 +0000 |
michaelni |
10l
libavcodec
|
Fri, 28 Feb 2003 13:07:07 +0000 |
michaelni |
h263(+) clenaup & bugfixes
libavcodec
|
Fri, 28 Feb 2003 01:59:56 +0000 |
michaelni |
fixing padding bug autodetection for some rare files, closes bug #647941
libavcodec
|
Thu, 27 Feb 2003 23:26:31 +0000 |
michaelni |
support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>)
libavcodec
|
Thu, 27 Feb 2003 22:56:07 +0000 |
michaelni |
user specified motion estimation range limit
libavcodec
|
Wed, 26 Feb 2003 17:26:20 +0000 |
michaelni |
move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)
libavcodec
|
Tue, 25 Feb 2003 09:56:56 +0000 |
bellard |
added DTG active format information
libavcodec
|
Mon, 24 Feb 2003 13:41:57 +0000 |
kabi |
* using const buffers for reading
libavcodec
|
Mon, 24 Feb 2003 13:28:22 +0000 |
kabi |
* const arrays
libavcodec
|
Mon, 24 Feb 2003 13:26:41 +0000 |
kabi |
* fixed IMA WAV decoding (though still might not be fully correct)
libavcodec
|
Mon, 24 Feb 2003 09:49:37 +0000 |
michaelni |
huffyuv v1 tables, as they are essential and the only possible way for decding of v1 files they very likely cant be copyrighted ...
libavcodec
|
Mon, 24 Feb 2003 09:41:02 +0000 |
michaelni |
get_vlc2() "docs"
libavcodec
|
Mon, 24 Feb 2003 00:05:17 +0000 |
michaelni |
round readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit blocks
libavcodec
|
Sat, 22 Feb 2003 13:44:16 +0000 |
michaelni |
32 vs. 64bit bugfix by (Dave Huang (dahanc))
libavcodec
|
Thu, 20 Feb 2003 17:30:51 +0000 |
michaelni |
reverse incorrect stride < (width+7)&~7 fix
libavcodec
|
Thu, 20 Feb 2003 16:14:12 +0000 |
nickols_k |
sync with mplayerxp. Fixes some 405.avi related flaws
libavcodec
|
Tue, 18 Feb 2003 19:10:57 +0000 |
kabi |
* using $(MAKE)
libavcodec
|
Tue, 18 Feb 2003 17:35:49 +0000 |
michaelni |
fixing 410 -> 420
libavcodec
|
Tue, 18 Feb 2003 11:48:57 +0000 |
kabi |
* sync with main liba52 sources
libavcodec
|
Tue, 18 Feb 2003 09:33:21 +0000 |
kabi |
* update cleanup rules (Steven M. Schultz)
libavcodec
|
Sun, 16 Feb 2003 23:05:38 +0000 |
michaelni |
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)
libavcodec
|
Fri, 14 Feb 2003 21:27:25 +0000 |
michaelni |
moving postprocess to ffmpeg/libavcodec
libavcodec
|
Fri, 14 Feb 2003 01:47:10 +0000 |
michaelni |
improving parsing of incomplete headers
libavcodec
|
Tue, 11 Feb 2003 21:13:30 +0000 |
michael |
avoid #include "../
libavcodec
|
Tue, 11 Feb 2003 21:12:16 +0000 |
michael |
#ifdef c++
libavcodec
|
Tue, 11 Feb 2003 16:57:55 +0000 |
kabi |
* prototypes at one place
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Mon, 10 Feb 2003 22:43:30 +0000 |
michaelni |
check for qscale==0 (fixes 1/0 on one corrupted stream)
libavcodec
|
Mon, 10 Feb 2003 17:52:01 +0000 |
michaelni |
dos2unix
libavcodec
|
Mon, 10 Feb 2003 10:45:41 +0000 |
kabi |
* check for potentialy problematic field len
libavcodec
|
Mon, 10 Feb 2003 09:41:44 +0000 |
kabi |
* opts compilation
libavcodec
|
Mon, 10 Feb 2003 09:40:23 +0000 |
kabi |
* still unfinished code for Options
libavcodec
|
Mon, 10 Feb 2003 09:38:38 +0000 |
kabi |
* still unfinished code for Options
libavcodec
|
Mon, 10 Feb 2003 09:35:32 +0000 |
kabi |
* static,const,compiler warning cleanup
libavcodec
|
Sun, 09 Feb 2003 16:58:47 +0000 |
tmmm |
register cyuv with allcodecs.c
libavcodec
|
Sun, 09 Feb 2003 16:20:25 +0000 |
bellard |
added paletted 8 bit format support
libavcodec
|
Sun, 09 Feb 2003 00:37:50 +0000 |
michaelni |
Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>)
libavcodec
|
Sat, 08 Feb 2003 18:23:39 +0000 |
michaelni |
direct blocksize in bframes fix (might fix qpel+bframe bug)
libavcodec
|
Sat, 08 Feb 2003 15:34:25 +0000 |
philipjsg |
Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images
libavcodec
|
Sat, 08 Feb 2003 12:00:57 +0000 |
michaelni |
mpeg1 bframe encoding patch by (Rapha¸«³l LEGRAND) with some modifications by me
libavcodec
|
Fri, 07 Feb 2003 16:44:48 +0000 |
michaelni |
b frame segfault fix (+-1 bug)
libavcodec
|
Tue, 04 Feb 2003 01:32:25 +0000 |
michaelni |
cliping MVs, i dunno if its correct but it looks better then without it
libavcodec
|
Sun, 02 Feb 2003 23:34:30 +0000 |
michaelni |
divx503 decoding fix
libavcodec
|
Sun, 02 Feb 2003 19:53:01 +0000 |
bellard |
handle odd image sizes when using subsampled chroma (useful for JPEG images)
libavcodec
|
Sat, 01 Feb 2003 20:57:37 +0000 |
bellard |
dependencies are only build with make depend
libavcodec
|
Sat, 01 Feb 2003 00:18:50 +0000 |
michaelni |
fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and Colin Leroy <colin at colino dot net>)
libavcodec
|
Wed, 29 Jan 2003 22:44:34 +0000 |
michaelni |
100000l
libavcodec
|
Wed, 29 Jan 2003 15:50:07 +0000 |
michaelni |
bugfix
libavcodec
|
Wed, 29 Jan 2003 12:00:11 +0000 |
michaelni |
--disable-risky support
libavcodec
|
Tue, 28 Jan 2003 20:20:38 +0000 |
kabi |
* headers valid for C++ compilers
libavcodec
|
Tue, 28 Jan 2003 14:50:26 +0000 |
bellard |
win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have a better solution ?
libavcodec
|
Tue, 28 Jan 2003 14:37:44 +0000 |
bellard |
win32: added vsnprintf
libavcodec
|
Tue, 28 Jan 2003 09:26:00 +0000 |
michaelni |
10l / 4mv segfault fix
libavcodec
|
Mon, 27 Jan 2003 20:39:29 +0000 |
michaelni |
optimizing av_log2
libavcodec
|
Mon, 27 Jan 2003 09:21:30 +0000 |
bellard |
DV audio decoder by Roman Shaposhnick
libavcodec
|
Sun, 26 Jan 2003 23:11:08 +0000 |
michaelni |
drawing cute arrows instead of lame lines for motion vector visualization
libavcodec
|
Sun, 26 Jan 2003 23:09:12 +0000 |
michaelni |
feeding doxygen
libavcodec
|
Sun, 26 Jan 2003 22:29:47 +0000 |
bellard |
Altivec on non darwin systems patch by Romain Dolbeau
libavcodec
|
Thu, 23 Jan 2003 23:18:42 +0000 |
bellard |
removed warning
libavcodec
|
Thu, 23 Jan 2003 23:03:09 +0000 |
bellard |
use av_malloc() functions - added av_strdup and av_realloc()
libavcodec
|
Thu, 23 Jan 2003 22:59:06 +0000 |
bellard |
undefine malloc macros
libavcodec
|
Thu, 23 Jan 2003 04:19:24 +0000 |
rfelker |
C implementation of the median deinterlacer (seems to be the only one
libavcodec
|
Thu, 23 Jan 2003 01:20:47 +0000 |
michaelni |
reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY)
libavcodec
|
Wed, 22 Jan 2003 09:35:03 +0000 |
bellard |
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
libavcodec
|
Tue, 21 Jan 2003 21:30:48 +0000 |
michaelni |
cleanup
libavcodec
|
Tue, 21 Jan 2003 17:34:12 +0000 |
michaelni |
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops
libavcodec
|
Mon, 20 Jan 2003 22:50:14 +0000 |
michaelni |
More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Mon, 20 Jan 2003 22:41:48 +0000 |
michaelni |
img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>)
libavcodec
|
Mon, 20 Jan 2003 22:26:19 +0000 |
bellard |
added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case
libavcodec
|
Mon, 20 Jan 2003 20:37:24 +0000 |
michaelni |
trying to fix mb skip bug in mpeg1/2 if slices are not used
libavcodec
|
Mon, 20 Jan 2003 20:33:08 +0000 |
michaelni |
fixing yuv422 -> yuv420p (i need that for the vceq videos ...)
libavcodec
|
Mon, 20 Jan 2003 19:04:39 +0000 |
kabi |
* code for parsing options
libavcodec
|
Mon, 20 Jan 2003 18:43:31 +0000 |
nickols_k |
reverse
libavcodec
|
Mon, 20 Jan 2003 16:33:47 +0000 |
nickols_k |
Function renaming. Solves some namespace conflicts
libavcodec
|
Sun, 19 Jan 2003 20:04:35 +0000 |
michaelni |
align
libavcodec
|
Sun, 19 Jan 2003 19:00:45 +0000 |
michaelni |
PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Sun, 19 Jan 2003 18:30:29 +0000 |
michaelni |
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (M¸«©ns Rullg¸«©rd))
libavcodec
|
Sun, 19 Jan 2003 17:55:13 +0000 |
michaelni |
finetuneing thresholds/factors
libavcodec
|
Sun, 19 Jan 2003 12:06:36 +0000 |
mellum |
sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined,
libavcodec
|
Sat, 18 Jan 2003 01:37:42 +0000 |
michaelni |
bugs
libavcodec
|
Fri, 17 Jan 2003 22:40:00 +0000 |
arpi_esp |
- removed nonsense *.d dependancy stuff, there was already a better 'make dep' support in it
libavcodec
|
Thu, 16 Jan 2003 21:54:55 +0000 |
michaelni |
AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Wed, 15 Jan 2003 19:21:21 +0000 |
michaelni |
fixing DCTELEM != short
libavcodec
|
Wed, 15 Jan 2003 18:05:23 +0000 |
michaelni |
more compare functions (rd & bit)
libavcodec
|
Tue, 14 Jan 2003 19:25:05 +0000 |
michaelni |
10l
libavcodec
|
Tue, 14 Jan 2003 15:30:42 +0000 |
philipjsg |
AUtomatic dependency generation. Runs on Linux (at least). Probably should
libavcodec
|
Mon, 13 Jan 2003 13:20:21 +0000 |
michaelni |
padding bug autodetection improvement 2nd try
libavcodec
|
Mon, 13 Jan 2003 12:57:39 +0000 |
michaelni |
better padding/stuffing bug autodetection
libavcodec
|
Mon, 13 Jan 2003 12:55:05 +0000 |
michaelni |
gmc1 segfault fix (found by kabi)
libavcodec
|
Sun, 12 Jan 2003 13:29:24 +0000 |
michaelni |
dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
libavcodec
|
Sun, 12 Jan 2003 13:13:52 +0000 |
michaelni |
/* align 16 */
libavcodec
|
Sun, 12 Jan 2003 12:16:36 +0000 |
michaelni |
average motion vector rounding like the reference says and not what the standard says
libavcodec
|
Sun, 12 Jan 2003 00:48:29 +0000 |
michaelni |
get_format()
libavcodec
|
Sat, 11 Jan 2003 22:32:56 +0000 |
michaelni |
sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) (with some modifications)
libavcodec
|
Sat, 11 Jan 2003 21:04:47 +0000 |
michaelni |
add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>)
libavcodec
|
Sat, 11 Jan 2003 20:51:03 +0000 |
michaelni |
altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
libavcodec
|
Sat, 11 Jan 2003 20:34:38 +0000 |
michaelni |
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
libavcodec
|
Sat, 11 Jan 2003 04:54:38 +0000 |
bellard |
added missing formats in all functions - added monoblack, monowhite and gray8 support for most conversions
libavcodec
|
Sat, 11 Jan 2003 04:52:39 +0000 |
bellard |
moved avpicture_xxx to imgconvert
libavcodec
|
Sat, 11 Jan 2003 04:51:31 +0000 |
bellard |
build update - avpicture_fill() returns the image size
libavcodec
|
Sat, 11 Jan 2003 00:13:18 +0000 |
bellard |
changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu
libavcodec
|
Sat, 11 Jan 2003 00:08:48 +0000 |
bellard |
simplified code (need automatic testing) - added primitive new format support.
libavcodec
|
Sat, 11 Jan 2003 00:07:06 +0000 |
bellard |
moved avcodec_get_chroma_sub_sample() to imgconvert.c
libavcodec
|
Sat, 11 Jan 2003 00:04:36 +0000 |
bellard |
new image formats - suppressed ill defined formats (endianness, unless specified, is always the one of the CPU) - added avcodec_get_pix_fmt_name()
libavcodec
|
Fri, 10 Jan 2003 13:35:15 +0000 |
mellum |
Implement sad8x8 and sad16x16 with pix_abs.
libavcodec
|
Thu, 09 Jan 2003 22:10:57 +0000 |
michaelni |
typo (noticed by kabi)
libavcodec
|
Thu, 09 Jan 2003 20:42:37 +0000 |
michaelni |
qpel fix
libavcodec
|
Thu, 09 Jan 2003 11:37:08 +0000 |
michaelni |
fixed wmv2 slices
libavcodec
|
Thu, 09 Jan 2003 01:43:31 +0000 |
michaelni |
workaround dropable p frame after first frame bug
libavcodec
|
Wed, 08 Jan 2003 18:47:49 +0000 |
bellard |
altivec patches by Romain Dolbeau
libavcodec
|
Tue, 07 Jan 2003 23:49:40 +0000 |
bellard |
suppressed getopt.h
libavcodec
|
Tue, 07 Jan 2003 23:47:09 +0000 |
bellard |
tests link all libavcodec
libavcodec
|
Tue, 07 Jan 2003 22:51:32 +0000 |
bellard |
suppressed pix_norm_altivec
libavcodec
|
Tue, 07 Jan 2003 22:43:16 +0000 |
bellard |
suppressed redundant math.h - suppressed M_PI redefinition
libavcodec
|
Tue, 07 Jan 2003 22:38:25 +0000 |
bellard |
generic M_PI define
libavcodec
|
Tue, 07 Jan 2003 18:15:48 +0000 |
bellard |
fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and wma decoding
libavcodec
|
Tue, 07 Jan 2003 18:15:14 +0000 |
bellard |
removed redundant includes
libavcodec
|
Tue, 07 Jan 2003 17:48:14 +0000 |
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)
libavcodec
|
Tue, 07 Jan 2003 17:46:08 +0000 |
bellard |
align fixes for sse/altivec
libavcodec
|
Tue, 07 Jan 2003 17:45:24 +0000 |
bellard |
enabled SSE fft on x86
libavcodec
|
Tue, 07 Jan 2003 17:44:21 +0000 |
bellard |
use av_malloc instead of malloc
libavcodec
|
Tue, 07 Jan 2003 17:43:50 +0000 |
bellard |
compile fixes
libavcodec
|
Tue, 07 Jan 2003 17:41:43 +0000 |
bellard |
added define for builtins use - inverse fix by Romain Dolbeau
libavcodec
|
Tue, 07 Jan 2003 13:00:38 +0000 |
michaelni |
PIC / ebx fix
libavcodec
|
Tue, 07 Jan 2003 11:59:34 +0000 |
michaelni |
more gcc bug workarounds
libavcodec
|
Tue, 07 Jan 2003 11:07:15 +0000 |
michaelni |
gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didnt check)
libavcodec
|
Mon, 06 Jan 2003 22:47:42 +0000 |
bellard |
oops : better error resilience - should fix most wma decoding problems
libavcodec
|
Mon, 06 Jan 2003 18:09:27 +0000 |
kabi |
* avoid usage of next/last buffer after flush
libavcodec
|
Mon, 06 Jan 2003 18:06:51 +0000 |
kabi |
* first shot for generaly usable option parser for codecs
libavcodec
|
Mon, 06 Jan 2003 09:55:52 +0000 |
michaelni |
1000l (push & esp) using mangle now ...
libavcodec
|
Mon, 06 Jan 2003 01:20:37 +0000 |
michaelni |
b frame segfault fix
libavcodec
|
Sun, 05 Jan 2003 20:59:29 +0000 |
michaelni |
qpel in b frames bugfixes
libavcodec
|
Sun, 05 Jan 2003 19:53:07 +0000 |
michaelni |
slowdown / gcc 2.95.* bug workaround (this should be reversed as soon as gcc 2.95.* support is droped)
libavcodec
|
Sun, 05 Jan 2003 19:10:42 +0000 |
michael |
YUV 411/422/444 support for pp
libavcodec
|
Sun, 05 Jan 2003 17:59:26 +0000 |
michaelni |
negative linesize support (so mplayer -flip works)
libavcodec
|
Sun, 05 Jan 2003 17:17:14 +0000 |
michaelni |
pts encoding fix patch by (Thomas Jarosch <tomj at simonv dot com>)
libavcodec
|
Sun, 05 Jan 2003 15:57:10 +0000 |
michaelni |
qpel in mmx2/3dnow
libavcodec
|
Fri, 03 Jan 2003 23:21:52 +0000 |
michaelni |
mpeg4 header encoding bugfix
libavcodec
|
Thu, 02 Jan 2003 12:48:09 +0000 |
michaelni |
pre motion estimation cleanup/bugfix
libavcodec
|
Thu, 02 Jan 2003 01:29:35 +0000 |
michaelni |
motion estimation pre pass
libavcodec
|
Wed, 01 Jan 2003 16:47:31 +0000 |
michaelni |
bugfix
libavcodec
|
Wed, 01 Jan 2003 15:10:45 +0000 |
michaelni |
warnings patch by (bubu <bubu at bubu dot net>)
libavcodec
|
Wed, 01 Jan 2003 14:36:20 +0000 |
michaelni |
shape adaptive diamonds for EPZS
libavcodec
|
Wed, 01 Jan 2003 00:42:18 +0000 |
michaelni |
trellis quantization for mpeg1
libavcodec
|
Tue, 31 Dec 2002 22:58:41 +0000 |
michaelni |
more optimized trellis quantizer
libavcodec
|
Tue, 31 Dec 2002 17:23:56 +0000 |
michaelni |
trellis quantization
libavcodec
|
Mon, 30 Dec 2002 23:00:02 +0000 |
faust3 |
10l another int i missing (without ^M)
libavcodec
|
Mon, 30 Dec 2002 12:36:28 +0000 |
michael |
10l (int i)
libavcodec
|
Mon, 30 Dec 2002 00:28:42 +0000 |
michaelni |
correcter mpeg4 headers
libavcodec
|
Sun, 29 Dec 2002 23:31:52 +0000 |
michael |
cleaning corners of green dirt ;)
libavcodec
|
Sun, 29 Dec 2002 22:35:46 +0000 |
michaelni |
removing PIX_FMT_ANY
libavcodec
|
Sun, 29 Dec 2002 22:20:03 +0000 |
michaelni |
better set pix_fmt explicitly
libavcodec
|
Sun, 29 Dec 2002 01:27:50 +0000 |
michaelni |
xvid build 3 still has the padding wrong in 1/8 of the cases :(((((
libavcodec
|
Sun, 29 Dec 2002 00:57:23 +0000 |
michael |
buffer alloc cleanup / 10l
libavcodec
|
Fri, 27 Dec 2002 23:51:46 +0000 |
michaelni |
qpel encoding
libavcodec
|
Sun, 22 Dec 2002 22:34:42 +0000 |
al3x |
disabled aspect code due to it is extra buggy
libavcodec
|
Sat, 21 Dec 2002 15:54:21 +0000 |
michaelni |
fixes crash patch by (Mark Hills <mark at pogo dot org dot uk>)
libavcodec
|
Thu, 19 Dec 2002 18:59:45 +0000 |
kabi |
* fix for empty image queue
libavcodec
|
Wed, 18 Dec 2002 10:09:43 +0000 |
michaelni |
mb qp limits
libavcodec
|
Wed, 18 Dec 2002 09:23:24 +0000 |
michaelni |
support dumping the qscale stuff to the screen
libavcodec
|
Tue, 17 Dec 2002 11:25:29 +0000 |
michaelni |
more debug output
libavcodec
|
Sun, 15 Dec 2002 22:42:59 +0000 |
michaelni |
mlib fix patch by (Juergen Keil <jk at tools dot de>)
libavcodec
|
Wed, 11 Dec 2002 08:56:28 +0000 |
michaelni |
fixing playback of DaveMatthews_Crash_PocketPC.avi
libavcodec
|
Mon, 09 Dec 2002 18:54:09 +0000 |
kabi |
* fill codec_id in codec_open
libavcodec
|
Mon, 09 Dec 2002 14:33:20 +0000 |
michaelni |
100l
libavcodec
|
Mon, 09 Dec 2002 12:03:43 +0000 |
michaelni |
AVVideoFrame -> AVFrame
libavcodec
|
Mon, 09 Dec 2002 00:29:17 +0000 |
michaelni |
cleanup / messup?
libavcodec
|
Mon, 09 Dec 2002 00:06:15 +0000 |
michaelni |
correct mpeg4 vo type
libavcodec
|
Sun, 08 Dec 2002 21:29:37 +0000 |
michaelni |
remove fake wmv2 codec
libavcodec
|
Sat, 07 Dec 2002 11:38:26 +0000 |
michaelni |
ump4 decoding fixed
libavcodec
|
Fri, 06 Dec 2002 17:58:21 +0000 |
michaelni |
practically disabling altivec resampling code (some ppl said its broken) patch by (Dieter Shirley <dieters at schemasoft dot com>)
libavcodec
|
Fri, 06 Dec 2002 17:39:32 +0000 |
michaelni |
fixing api-example
libavcodec
|
Fri, 06 Dec 2002 16:19:25 +0000 |
michaelni |
aspect ratio encoding for mpeg1
libavcodec
|
Fri, 06 Dec 2002 16:04:30 +0000 |
michaelni |
mpeg1&2 aspect decoding
libavcodec
|
Fri, 06 Dec 2002 15:01:48 +0000 |
michaelni |
fixing aspect (hopefully, i couldnt reproduce the bug)
libavcodec
|
Fri, 06 Dec 2002 13:30:13 +0000 |
michaelni |
fixing 2pass assert failure
libavcodec
|
Fri, 06 Dec 2002 11:56:49 +0000 |
michaelni |
missing "\" (found by nick)
libavcodec
|
Thu, 05 Dec 2002 22:22:53 +0000 |
michaelni |
better? scene change detection
libavcodec
|
Thu, 05 Dec 2002 19:18:13 +0000 |
michaelni |
fixing hq + adaptive quant
libavcodec
|
Thu, 05 Dec 2002 11:33:43 +0000 |
michaelni |
drop b frames if there are no reference frames
libavcodec
|
Wed, 04 Dec 2002 22:16:24 +0000 |
michaelni |
fixing files where the first frame isn a keyframe
libavcodec
|
Wed, 04 Dec 2002 21:13:02 +0000 |
michaelni |
new PSNR code (now works with chroma, b frames, ...)
libavcodec
|
Wed, 04 Dec 2002 12:42:25 +0000 |
michaelni |
print a warning if something allocates 0 bytes
libavcodec
|
Wed, 04 Dec 2002 12:36:18 +0000 |
michaelni |
workaround old xvid bug
libavcodec
|
Wed, 04 Dec 2002 12:09:27 +0000 |
michaelni |
specific debug output support
libavcodec
|
Wed, 04 Dec 2002 11:47:24 +0000 |
michaelni |
fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use unescaped symbols but not esc1 or esc2 if they are shorter than esc3, andjust beause its logical to use the shortest possible vlc doesnt mean encoders do that)
libavcodec
|
Wed, 04 Dec 2002 11:25:53 +0000 |
michaelni |
use spatial error concealment if we dont have a previous frame
libavcodec
|
Wed, 04 Dec 2002 10:04:03 +0000 |
michaelni |
cleanup
libavcodec
|
Tue, 03 Dec 2002 19:40:35 +0000 |
kabi |
* two functions to handle allocation of static data more simple
libavcodec
|
Tue, 03 Dec 2002 15:42:17 +0000 |
al3x |
10l fix
libavcodec
|
Tue, 03 Dec 2002 11:07:41 +0000 |
michaelni |
100l (sad8x8_x2 had params in wrong order)
libavcodec
|
Tue, 03 Dec 2002 01:14:34 +0000 |
michaelni |
100l (mixing chroma & luma linesize)
libavcodec
|
Sat, 30 Nov 2002 17:14:07 +0000 |
philipjsg |
Simplify an expression and eliminate a compile warning
libavcodec
|
Wed, 27 Nov 2002 01:20:42 +0000 |
mellum |
Kludge around compilation failure on Alpha.
libavcodec
|
Tue, 26 Nov 2002 16:26:58 +0000 |
michaelni |
via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>)
libavcodec
|
Tue, 26 Nov 2002 16:16:04 +0000 |
michaelni |
apiexample doesnt send complete frames to the codec
libavcodec
|
Tue, 26 Nov 2002 09:21:01 +0000 |
michaelni |
altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
libavcodec
|
Tue, 26 Nov 2002 08:58:24 +0000 |
mmu_man |
Avoid "unused variable 'c'" warning.
libavcodec
|
Tue, 26 Nov 2002 08:56:10 +0000 |
michaelni |
fixing h263+ slices if the padding at the end of the frame is >7 && <16 && there are no zero bytes afterwards
libavcodec
|
Tue, 26 Nov 2002 04:29:40 +0000 |
philipjsg |
Add some rudimentary support for sparc64
libavcodec
|
Tue, 26 Nov 2002 00:54:27 +0000 |
michaelni |
dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>)
libavcodec
|
Mon, 25 Nov 2002 16:58:41 +0000 |
michaelni |
via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>)
libavcodec
|
Mon, 25 Nov 2002 09:57:58 +0000 |
michaelni |
10l
libavcodec
|
Mon, 25 Nov 2002 09:23:19 +0000 |
michaelni |
fixing aspect
libavcodec
|
Sat, 23 Nov 2002 10:58:05 +0000 |
michael |
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
libavcodec
|
Sat, 23 Nov 2002 09:12:57 +0000 |
michaelni |
moving init of some variables (hurry_up,...) to MPV_frame_start()
libavcodec
|
Fri, 22 Nov 2002 07:53:06 +0000 |
kabi |
* altivec and pix_norm patch by Brian Foley
libavcodec
|
Fri, 22 Nov 2002 07:27:13 +0000 |
kabi |
* Ogg/Vorbis patch by Mark Hills
libavcodec
|
Fri, 22 Nov 2002 07:24:28 +0000 |
kabi |
* remaining part of John Ryland's patch
libavcodec
|
Wed, 20 Nov 2002 15:18:11 +0000 |
al3x |
mjpegb support (need more samples)
libavcodec
|