Wed, 21 Sep 2005 23:18:52 +0000 |
aurel |
fix some pointer to intger without cast warnings (patch by Michel Bardiaux)
libavcodec
|
Wed, 21 Sep 2005 23:09:16 +0000 |
aurel |
fix unused variable warnings
libavcodec
|
Wed, 21 Sep 2005 21:17:09 +0000 |
michael |
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 ...
libavcodec
|
Wed, 21 Sep 2005 08:14:17 +0000 |
michael |
Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.
libavcodec
|
Tue, 20 Sep 2005 21:43:45 +0000 |
michael |
changing a few options to AVOptions
libavcodec
|
Tue, 20 Sep 2005 18:51:12 +0000 |
michael |
precautionary checks
libavcodec
|
Tue, 20 Sep 2005 12:57:20 +0000 |
michael |
dont print NULL
libavcodec
|
Mon, 19 Sep 2005 23:26:47 +0000 |
diego |
Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h
libavcodec
|
Mon, 19 Sep 2005 12:03:51 +0000 |
michael |
set pts for h.263 decoding
libavcodec
|
Sun, 18 Sep 2005 21:21:01 +0000 |
diego |
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.
libavcodec
|
Sun, 18 Sep 2005 14:45:17 +0000 |
michael |
print more time_base fps stuff if av_log level is at debug or above
libavcodec
|
Sat, 17 Sep 2005 08:15:07 +0000 |
reimar |
check return value of decode_cabac_mb_dqp, it is INT_MIN on error.
libavcodec
|
Wed, 14 Sep 2005 21:05:24 +0000 |
mru |
set more x264 encoding parameters
libavcodec
|
Mon, 12 Sep 2005 19:16:07 +0000 |
michael |
the people want lower case ...
libavcodec
|
Mon, 12 Sep 2005 18:24:48 +0000 |
michael |
dont include opt.h in avcodec.h
libavcodec
|
Mon, 12 Sep 2005 16:30:47 +0000 |
diego |
CAREFULL --> CAREFUL typo fix
libavcodec
|
Mon, 12 Sep 2005 12:07:08 +0000 |
michael |
converting a few more options to AVOptions
libavcodec
|
Mon, 12 Sep 2005 10:23:52 +0000 |
michael |
convert some options in ffmpeg.c to AVOptions
libavcodec
|
Sun, 11 Sep 2005 23:19:57 +0000 |
michael |
avoid stdio.h
libavcodec
|
Sun, 11 Sep 2005 14:39:33 +0000 |
michael |
missing include noticed by g0th
libavcodec
|
Sun, 11 Sep 2005 14:22:42 +0000 |
michael |
flags and named constants with type checking of course for AVOption
libavcodec
|
Sun, 11 Sep 2005 11:10:25 +0000 |
michael |
AVOption API improvments
libavcodec
|
Sat, 10 Sep 2005 23:00:13 +0000 |
michael |
add xvid idcts to dct-test
libavcodec
|
Sat, 10 Sep 2005 19:30:40 +0000 |
reimar |
Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.
libavcodec
|
Sat, 10 Sep 2005 19:03:37 +0000 |
michael |
remove unused table entries
libavcodec
|
Sat, 10 Sep 2005 17:09:54 +0000 |
michael |
select xvid idct for xvid files if possible
libavcodec
|
Sat, 10 Sep 2005 17:01:30 +0000 |
michael |
xvids mmx&mmx2 idcts
libavcodec
|
Sat, 10 Sep 2005 01:13:10 +0000 |
michael |
dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4
libavcodec
|
Wed, 07 Sep 2005 19:15:48 +0000 |
alex |
use av_log in debug mode
libavcodec
|
Tue, 06 Sep 2005 21:32:18 +0000 |
michael |
AVOption enumeration support and some flags to classify AVOptions
libavcodec
|
Tue, 06 Sep 2005 21:25:35 +0000 |
mru |
Kill some compiler warnings. Compiled code verified identical after changes.
libavcodec
|
Tue, 06 Sep 2005 15:02:43 +0000 |
michael |
a few more raw yuv fourccs
libavcodec
|
Tue, 06 Sep 2005 12:51:56 +0000 |
michael |
AVOption first try
libavcodec
|
Mon, 05 Sep 2005 17:07:52 +0000 |
lorenm |
fix emulated edge motion compensation when resolution%16!=0
libavcodec
|
Mon, 05 Sep 2005 10:26:11 +0000 |
michael |
set a few variables correctly
libavcodec
|
Mon, 05 Sep 2005 09:28:46 +0000 |
michael |
AV_LOG_DEBUG vs. AV_LOG_ERROR
libavcodec
|
Sun, 04 Sep 2005 09:04:52 +0000 |
michael |
fixme note
libavcodec
|
Sun, 04 Sep 2005 09:03:01 +0000 |
michael |
pts must be in time_base units
libavcodec
|
Sat, 03 Sep 2005 20:36:24 +0000 |
michael |
print fourcc in a readable form if possible
libavcodec
|
Sat, 03 Sep 2005 09:17:30 +0000 |
michael |
simplify (d&a) and (d&~a) calculation, hint by skal
libavcodec
|
Fri, 02 Sep 2005 21:13:19 +0000 |
michael |
add consts (this was in my local tree, dunno where it came from, probably forgoten from some const patch)
libavcodec
|
Fri, 02 Sep 2005 20:04:03 +0000 |
reimar |
Document "us" parameter for PCM conversion functions.
libavcodec
|
Fri, 02 Sep 2005 19:16:48 +0000 |
reimar |
Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).
libavcodec
|
Fri, 02 Sep 2005 17:12:16 +0000 |
michael |
setting timebase in the encoder doesnt seem like a good idea
libavcodec
|
Fri, 02 Sep 2005 11:08:49 +0000 |
michael |
fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net)
libavcodec
|
Fri, 02 Sep 2005 08:30:26 +0000 |
michael |
lowres support
libavcodec
|
Thu, 01 Sep 2005 00:15:12 +0000 |
michael |
error concealment fix
libavcodec
|
Tue, 30 Aug 2005 20:03:19 +0000 |
michael |
optimizations
libavcodec
|
Fri, 26 Aug 2005 19:05:44 +0000 |
michael |
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de)
libavcodec
|
Fri, 26 Aug 2005 15:41:28 +0000 |
michael |
Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de)
libavcodec
|
Thu, 25 Aug 2005 00:01:57 +0000 |
michael |
prevent assert failures and infinite loops with broken streams
libavcodec
|
Sun, 21 Aug 2005 22:31:01 +0000 |
michael |
time_base description by Rich Felker | dalias, aerifal cx
libavcodec
|
Sun, 21 Aug 2005 22:17:41 +0000 |
michael |
reducing minimum supported picture size
libavcodec
|
Sun, 21 Aug 2005 20:27:00 +0000 |
michael |
vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net)
libavcodec
|
Sun, 21 Aug 2005 19:50:22 +0000 |
michael |
Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-stuttgart de)
libavcodec
|
Sun, 21 Aug 2005 15:44:59 +0000 |
michael |
segfault fix
libavcodec
|
Tue, 16 Aug 2005 07:53:03 +0000 |
michael |
automatically remove mess
libavcodec
|
Mon, 15 Aug 2005 15:58:21 +0000 |
michael |
parse pict_type for streams in avi
libavcodec
|
Sun, 14 Aug 2005 18:39:59 +0000 |
melanson |
automatically detect Cinepak data from Sega FILM/CPK files
libavcodec
|
Sun, 14 Aug 2005 16:37:29 +0000 |
michael |
minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
libavcodec
|
Sun, 14 Aug 2005 15:42:40 +0000 |
mru |
kill a bunch of compiler warnings
libavcodec
|
Sun, 14 Aug 2005 01:15:27 +0000 |
michael |
subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also fixes a few
libavcodec
|
Sat, 13 Aug 2005 21:34:24 +0000 |
michael |
set pix_fmt
libavcodec
|
Sat, 13 Aug 2005 20:48:47 +0000 |
melanson |
tinfoil patch: no array is written to in bulk before counts are
libavcodec
|
Sat, 13 Aug 2005 18:49:01 +0000 |
melanson |
removed a bunch of unused, sub-optimal code
libavcodec
|
Sat, 13 Aug 2005 18:39:21 +0000 |
melanson |
tinfoil patch: be more diligent about checking array boundaries before
libavcodec
|
Sat, 13 Aug 2005 18:25:17 +0000 |
melanson |
tinfoil patch: validate motion vectors and do not free frame on exit if
libavcodec
|
Sat, 13 Aug 2005 17:46:09 +0000 |
melanson |
tinfoil patch: make sure pixel_ptr never goes negative
libavcodec
|
Sat, 13 Aug 2005 17:12:38 +0000 |
melanson |
tinfoil patch: accept no widths that are no multiples of 4
libavcodec
|
Sat, 13 Aug 2005 16:59:01 +0000 |
melanson |
tinfoil patch: make sure that pixel pointer does not go out of bounds
libavcodec
|
Sat, 13 Aug 2005 13:45:42 +0000 |
mru |
fix building in separate directory
libavcodec
|
Sat, 13 Aug 2005 09:12:09 +0000 |
michael |
security fixes
libavcodec
|
Thu, 11 Aug 2005 01:28:04 +0000 |
michael |
DV video encoder/decoder doesn't set keyframe and picture type properties patch by (Edward Hervey:bilboed,gmail com)
libavcodec
|
Sat, 06 Aug 2005 09:46:04 +0000 |
michael |
mkstemp on win32 workaround by (Ivan Wong: email, ivanwong info)
libavcodec
|
Fri, 05 Aug 2005 23:25:35 +0000 |
michael |
liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com)
libavcodec
|
Fri, 05 Aug 2005 19:15:34 +0000 |
alex |
10l
libavcodec
|
Thu, 04 Aug 2005 22:46:27 +0000 |
michael |
segfault fix
libavcodec
|
Mon, 01 Aug 2005 20:07:05 +0000 |
al |
libavutil: Utility code from libavcodec moved to a separate library.
libavcodec
|
Mon, 01 Aug 2005 20:01:41 +0000 |
michael |
fix assertion failure for mpeg2 encoding
libavcodec
|
Mon, 01 Aug 2005 14:47:07 +0000 |
michael |
workaround 'colocated mv if colocated block is L1 predicted' bug in x264
libavcodec
|
Sun, 31 Jul 2005 10:51:04 +0000 |
michael |
A.B.C versions
libavcodec
|
Sun, 31 Jul 2005 10:00:25 +0000 |
michael |
try to check for nonsense time_base instead of setting fake one
libavcodec
|
Sat, 30 Jul 2005 16:15:36 +0000 |
michael |
check time_base.den for mpeg4
libavcodec
|
Wed, 27 Jul 2005 13:16:35 +0000 |
michael |
motion vector limit for mpeg2
libavcodec
|
Wed, 27 Jul 2005 07:29:20 +0000 |
diego |
Reduce verbosity.
libavcodec
|
Wed, 27 Jul 2005 00:15:55 +0000 |
michael |
fixing colocated mv if colocated block is L1 predicted for the temporal direct case
libavcodec
|
Tue, 26 Jul 2005 23:40:55 +0000 |
michael |
fixing colocated mv if colocated block is L1 predicted
libavcodec
|
Mon, 25 Jul 2005 23:07:27 +0000 |
michael |
Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb uni-luebeck de)
libavcodec
|
Mon, 25 Jul 2005 14:35:01 +0000 |
michael |
thread mess check for avcodec_open/close()
libavcodec
|
Sun, 24 Jul 2005 09:28:24 +0000 |
michael |
fix user data parsing code so it suppors pre1 and cvs
libavcodec
|
Sat, 23 Jul 2005 11:16:18 +0000 |
michael |
minor user data reading bugfix
libavcodec
|
Fri, 22 Jul 2005 09:01:47 +0000 |
reimar |
Add missing +1 in bounds check.
libavcodec
|
Fri, 22 Jul 2005 08:48:00 +0000 |
reimar |
reset restart_count when restart_interval is set and fill the
libavcodec
|
Tue, 19 Jul 2005 14:25:23 +0000 |
michael |
portable IEEE float/double read/write functions
libavcodec
|
Tue, 19 Jul 2005 13:29:13 +0000 |
michael |
portable IEEE float/double read/write functions
libavcodec
|
Sun, 17 Jul 2005 12:56:56 +0000 |
michael |
dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADDING_SIZE
libavcodec
|
Sun, 17 Jul 2005 11:27:00 +0000 |
michael |
verify len field validity in mjpeg_decode_com()
libavcodec
|
Sun, 17 Jul 2005 09:22:51 +0000 |
michael |
10l (forgot to commit this yesterday)
libavcodec
|
Sun, 17 Jul 2005 00:28:12 +0000 |
michael |
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)
libavcodec
|
Sat, 16 Jul 2005 11:18:42 +0000 |
michael |
yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail com)
libavcodec
|
Fri, 15 Jul 2005 06:51:36 +0000 |
michael |
Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com)
libavcodec
|
Thu, 14 Jul 2005 21:57:22 +0000 |
michael |
more fine grained skip_frame
libavcodec
|
Thu, 14 Jul 2005 21:39:36 +0000 |
michael |
skip_idct
libavcodec
|
Thu, 14 Jul 2005 15:30:39 +0000 |
michael |
check for CODEC_CAP_DELAY in audio decoders too
libavcodec
|
Thu, 14 Jul 2005 14:34:39 +0000 |
michael |
ffmpeg version should be "CVS"
libavcodec
|
Mon, 11 Jul 2005 23:39:47 +0000 |
michael |
check len (should fix #1165694)
libavcodec
|
Mon, 11 Jul 2005 22:56:23 +0000 |
michael |
fix segfault (bug #1165640)
libavcodec
|
Mon, 11 Jul 2005 22:34:34 +0000 |
michael |
fix infinite loop (suggested change by rjayne at convera dot com)
libavcodec
|
Mon, 11 Jul 2005 22:15:03 +0000 |
michael |
fix decoding of (broken) files with f_code=0
libavcodec
|
Mon, 11 Jul 2005 00:43:21 +0000 |
michael |
segfault fix
libavcodec
|
Sun, 10 Jul 2005 00:22:13 +0000 |
michael |
patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-devel/files/patch-libavcodec::x264.c
libavcodec
|
Sat, 09 Jul 2005 21:39:29 +0000 |
michael |
Here is the patch suggested by: unkaggregate, users sf net
libavcodec
|
Sat, 02 Jul 2005 19:43:23 +0000 |
alex |
100l - this has only worked on big endian
libavcodec
|
Sat, 02 Jul 2005 19:39:58 +0000 |
alex |
parenthesing to avoid compiler errors in the future - compared asm outputs, behaviour didnt changed
libavcodec
|
Sat, 02 Jul 2005 19:28:32 +0000 |
alex |
print 'not working' message
libavcodec
|
Sat, 02 Jul 2005 19:10:30 +0000 |
alex |
1l
libavcodec
|
Fri, 01 Jul 2005 09:37:35 +0000 |
michael |
Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjrn Skjret: cisc, broadpark no)
libavcodec
|
Wed, 29 Jun 2005 08:41:01 +0000 |
michael |
off by 1 error bugfix
libavcodec
|
Tue, 28 Jun 2005 22:46:36 +0000 |
michael |
IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org)
libavcodec
|
Tue, 28 Jun 2005 14:56:16 +0000 |
michael |
WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk)
libavcodec
|
Tue, 28 Jun 2005 08:13:23 +0000 |
michael |
support extracting sps/pps from bitstream and putting it in extradata
libavcodec
|
Tue, 28 Jun 2005 06:45:41 +0000 |
michael |
fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0
libavcodec
|
Mon, 27 Jun 2005 23:13:10 +0000 |
michael |
check mb_y
libavcodec
|
Mon, 27 Jun 2005 09:37:16 +0000 |
michael |
keep decoding nal units after an error
libavcodec
|
Mon, 27 Jun 2005 00:55:29 +0000 |
michael |
x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)
libavcodec
|
Mon, 27 Jun 2005 00:04:03 +0000 |
michael |
support changing in bitstream global headers into extradata style and back
libavcodec
|
Sun, 26 Jun 2005 23:04:59 +0000 |
michael |
tiny docs improvement which i apparebtly forgot to commit
libavcodec
|
Thu, 23 Jun 2005 20:24:25 +0000 |
gpoirier |
GCC4 fix
libavcodec
|
Sun, 19 Jun 2005 23:33:09 +0000 |
michael |
make decoder a little bit more tolerant to missing NAL units
libavcodec
|
Sun, 19 Jun 2005 21:46:14 +0000 |
mellum |
Communicate proper aliasing to gcc (needed for 4.1).
libavcodec
|
Fri, 17 Jun 2005 15:02:53 +0000 |
diego |
spelling fixes
libavcodec
|
Fri, 17 Jun 2005 08:24:35 +0000 |
lorenm |
H.264 lossless mode
libavcodec
|
Thu, 09 Jun 2005 20:01:02 +0000 |
michael |
non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net)
libavcodec
|
Wed, 08 Jun 2005 00:40:41 +0000 |
lorenm |
typo in cabac tables
libavcodec
|
Tue, 07 Jun 2005 20:57:15 +0000 |
michael |
apiexample fix by (Chip: szarlada, freemail hu)
libavcodec
|
Tue, 07 Jun 2005 14:12:15 +0000 |
michael |
uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
libavcodec
|
Sun, 05 Jun 2005 15:51:20 +0000 |
michael |
10l (dont read variables before they have been set)
libavcodec
|
Sat, 04 Jun 2005 15:49:54 +0000 |
mru |
remove mixed code/declarations
libavcodec
|
Fri, 03 Jun 2005 13:59:38 +0000 |
bellard |
subtitle codec type support
libavcodec
|
Thu, 02 Jun 2005 21:15:20 +0000 |
lorenm |
decode H.264 with 8x8 transform.
libavcodec
|
Thu, 02 Jun 2005 20:45:35 +0000 |
lorenm |
sort H.264 mmx dsp functions into their own file
libavcodec
|
Wed, 01 Jun 2005 21:19:00 +0000 |
michael |
adding a few const
libavcodec
|
Wed, 01 Jun 2005 18:04:01 +0000 |
michael |
100l for myself (breaking amd64)
libavcodec
|
Wed, 01 Jun 2005 12:03:25 +0000 |
mru |
fix segfault if flush is called before the first frame
libavcodec
|
Wed, 01 Jun 2005 11:56:58 +0000 |
michael |
merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron)
libavcodec
|
Wed, 01 Jun 2005 11:36:32 +0000 |
michael |
get rid of 2 movq (680 -> 658 dezicycles on duron)
libavcodec
|
Wed, 01 Jun 2005 08:43:40 +0000 |
michael |
avoid one transpose (730->680 dezicycles on duron)
libavcodec
|
Wed, 01 Jun 2005 04:51:46 +0000 |
lorenm |
10l (symbol mangling)
libavcodec
|
Wed, 01 Jun 2005 01:18:41 +0000 |
michael |
add rounding bias before the horizontal idct (765->730 dezicyles on duron)
libavcodec
|
Tue, 31 May 2005 22:48:33 +0000 |
lorenm |
MMX for H.264 iDCT (adapted from x264)
libavcodec
|
Mon, 30 May 2005 22:02:00 +0000 |
michael |
decrease V_NB_BITS if possible
libavcodec
|
Mon, 30 May 2005 20:34:05 +0000 |
michael |
more trivial optimizations
libavcodec
|
Mon, 30 May 2005 20:34:02 +0000 |
mru |
enable x264 multi-threading
libavcodec
|
Mon, 30 May 2005 19:14:50 +0000 |
michael |
maxdepth is supposed to be a constant, its faster if its too large then if its non constant
libavcodec
|
Mon, 30 May 2005 15:03:06 +0000 |
michael |
optimizations
libavcodec
|
Mon, 30 May 2005 00:07:52 +0000 |
michael |
faster float->short conversation
libavcodec
|
Sun, 29 May 2005 22:50:22 +0000 |
michael |
ilog() -> av_log2()
libavcodec
|
Sun, 29 May 2005 22:11:05 +0000 |
michael |
Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)
libavcodec
|
Sun, 29 May 2005 18:18:13 +0000 |
lorenm |
decode h264 end-of-slice flag
libavcodec
|
Thu, 26 May 2005 14:40:20 +0000 |
michael |
cleanup
libavcodec
|
Thu, 26 May 2005 14:32:46 +0000 |
michael |
Better ARM support for mplayer/ffmpeg, ported from atty fork
libavcodec
|
Thu, 26 May 2005 08:57:13 +0000 |
michael |
AV_LOG_DEBUG is not a good default ...
libavcodec
|
Wed, 25 May 2005 08:05:41 +0000 |
hzoli |
MMX code for (put|avg)_h264_chroma_mc8
libavcodec
|
Tue, 24 May 2005 14:21:42 +0000 |
melanson |
read loop filter limit values from Theora header, courtesy of Matthieu
libavcodec
|
Sun, 22 May 2005 23:58:58 +0000 |
michael |
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)
libavcodec
|
Sun, 22 May 2005 23:39:11 +0000 |
michael |
libgsm warper by (Alban Bedel: albeu, free fr)
libavcodec
|
Sat, 21 May 2005 22:20:26 +0000 |
michael |
fix max b frames with b frame strategy 1
libavcodec
|
Sat, 21 May 2005 21:37:07 +0000 |
michael |
START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org)
libavcodec
|
Sat, 21 May 2005 19:31:16 +0000 |
melanson |
fix bugs in new loop filter code; also, refrain from filtering against
libavcodec
|
Sat, 21 May 2005 07:43:49 +0000 |
michael |
remove unused vp3 related function pointers
libavcodec
|
Sat, 21 May 2005 07:35:15 +0000 |
michael |
disable broken loop filter optimization
libavcodec
|
Sat, 21 May 2005 05:20:52 +0000 |
melanson |
apply the loop filter to fragments as they are rendered into the final
libavcodec
|
Sat, 21 May 2005 04:43:36 +0000 |
melanson |
render by the slice rather than the plane
libavcodec
|
Sat, 21 May 2005 02:06:27 +0000 |
melanson |
clean up some warnings and dead code
libavcodec
|
Sat, 21 May 2005 01:17:20 +0000 |
michael |
1.) LGPL license mentioned
libavcodec
|
Sat, 21 May 2005 01:12:41 +0000 |
melanson |
another bitstream extraction to optimize: fixed-length motion vectors
libavcodec
|
Thu, 19 May 2005 23:59:10 +0000 |
melanson |
read Huffman tables from Theora header (patch courtesy of
libavcodec
|
Thu, 19 May 2005 19:11:40 +0000 |
lorenm |
memory leak
libavcodec
|
Thu, 19 May 2005 11:45:10 +0000 |
mru |
accept old extradata format
libavcodec
|
Thu, 19 May 2005 11:41:41 +0000 |
mru |
fix decoding of multi-channel vorbis streams
libavcodec
|
Thu, 19 May 2005 10:48:36 +0000 |
michael |
use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coefficient colleting/reordering
libavcodec
|
Thu, 19 May 2005 04:48:06 +0000 |
lorenm |
fix crash on negative POC
libavcodec
|
Thu, 19 May 2005 02:43:21 +0000 |
melanson |
replace unpack_token() with a series of lookup tables
libavcodec
|
Thu, 19 May 2005 00:17:50 +0000 |
aurel |
install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>)
libavcodec
|
Wed, 18 May 2005 19:42:42 +0000 |
michael |
fix mpeg2 chroma_420_type
libavcodec
|
Wed, 18 May 2005 17:14:59 +0000 |
melanson |
fix 4MV MC and reinstate new MC VLC
libavcodec
|
Wed, 18 May 2005 14:05:17 +0000 |
mru |
fix shared libpostproc build
libavcodec
|
Wed, 18 May 2005 09:17:22 +0000 |
lorenm |
H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math)
libavcodec
|
Wed, 18 May 2005 09:07:26 +0000 |
michael |
reduce size of Vp3Fragment from 32byte to 16byte
libavcodec
|
Wed, 18 May 2005 08:48:11 +0000 |
michael |
optimizing rle decoding loops a little
libavcodec
|
Wed, 18 May 2005 07:59:07 +0000 |
michael |
disabling buggy optimizations
libavcodec
|
Wed, 18 May 2005 00:11:49 +0000 |
melanson |
replace get_superblock_run_length() with a VLC table
libavcodec
|
Tue, 17 May 2005 23:39:23 +0000 |
melanson |
use VLCs for in place of get_fragment_run_length(), get_mode_code(), and
libavcodec
|
Tue, 17 May 2005 23:09:59 +0000 |
melanson |
signature has an 'x'
libavcodec
|
Tue, 17 May 2005 22:47:34 +0000 |
melanson |
Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine
libavcodec
|
Tue, 17 May 2005 20:50:47 +0000 |
michael |
some optimizations gcc should have done (10% faster loop filter)
libavcodec
|
Tue, 17 May 2005 20:30:22 +0000 |
michael |
SATURATE_U8 -> clip_uint8 (10% faster loop filter)
libavcodec
|
Tue, 17 May 2005 19:02:43 +0000 |
michael |
Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)
libavcodec
|
Tue, 17 May 2005 18:28:40 +0000 |
michael |
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
libavcodec
|
Tue, 17 May 2005 11:36:07 +0000 |
michael |
remove duplicate zigzag tables
libavcodec
|
Tue, 17 May 2005 11:31:57 +0000 |
michael |
fix idct permutation
libavcodec
|
Tue, 17 May 2005 11:12:04 +0000 |
michael |
porting vp3 idct over to lavc idct api
libavcodec
|
Tue, 17 May 2005 09:18:49 +0000 |
michael |
remove permutation done to quant tables and then undone during idct
libavcodec
|
Tue, 17 May 2005 09:11:48 +0000 |
michael |
disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill port the vp3 c idct
libavcodec
|
Tue, 17 May 2005 08:46:40 +0000 |
michael |
fix last coeff
libavcodec
|
Tue, 17 May 2005 00:52:29 +0000 |
michael |
clear blocks after each idct instead of per picture
libavcodec
|
Mon, 16 May 2005 23:11:38 +0000 |
iive |
parse and save hrd_fullness and range_map
libavcodec
|
Mon, 16 May 2005 21:49:18 +0000 |
michael |
some benchmarking code
libavcodec
|
Mon, 16 May 2005 17:22:36 +0000 |
michael |
various 10l fixes for the loop filter
libavcodec
|
Mon, 16 May 2005 14:55:22 +0000 |
iive |
whitespace cosmetics
libavcodec
|
Mon, 16 May 2005 09:29:13 +0000 |
michael |
fix dequant matrix
libavcodec
|
Sun, 15 May 2005 01:40:34 +0000 |
michael |
another try at decode_ref_pic_list_reordering()
libavcodec
|
Sat, 14 May 2005 21:02:49 +0000 |
mru |
work with latest svn of x264
libavcodec
|
Sat, 14 May 2005 15:34:49 +0000 |
michael |
preserve parse context
libavcodec
|
Sat, 14 May 2005 00:04:11 +0000 |
michael |
fill missing reference pictures with something to avoid assertion failure
libavcodec
|
Fri, 13 May 2005 23:11:32 +0000 |
michael |
10l (%f vs. %Ld)
libavcodec
|
Fri, 13 May 2005 21:06:44 +0000 |
mru |
fix theora header parsing
libavcodec
|
Fri, 13 May 2005 21:04:16 +0000 |
mru |
remove/replace non-ascii characters
libavcodec
|
Fri, 13 May 2005 18:10:23 +0000 |
mru |
change extradata format for vorbis
libavcodec
|
Fri, 13 May 2005 12:00:12 +0000 |
michael |
alignment fix by (Gbor Kovcs >picard demoscene hu)
libavcodec
|
Fri, 13 May 2005 08:17:25 +0000 |
michael |
10l (mb_type uninitalized and then changed and overwritten)
libavcodec
|
Thu, 12 May 2005 23:34:23 +0000 |
michael |
typo found by Chengji Zhao
libavcodec
|
Thu, 12 May 2005 18:54:03 +0000 |
michael |
arm alignment fix
libavcodec
|
Thu, 12 May 2005 15:13:19 +0000 |
iive |
few bistream fixes and verbosity tweaks
libavcodec
|
Thu, 12 May 2005 10:15:19 +0000 |
michael |
sanity check
libavcodec
|
Thu, 12 May 2005 08:44:17 +0000 |
michael |
some asserts()
libavcodec
|
Thu, 12 May 2005 01:31:11 +0000 |
michael |
b_frame_strategy sanity check
libavcodec
|
Wed, 11 May 2005 23:51:44 +0000 |
diego |
Add missing pp=ac to pp_help.
libavcodec
|
Wed, 11 May 2005 17:13:42 +0000 |
michael |
fixing decoding of AlanKay-245.asf
libavcodec
|
Wed, 11 May 2005 16:42:15 +0000 |
mru |
theora decoding using libtheora
libavcodec
|
Wed, 11 May 2005 01:50:46 +0000 |
michael |
support the LE reader, so it can be tested a little
libavcodec
|
Wed, 11 May 2005 01:46:13 +0000 |
michael |
LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programozo hu)
libavcodec
|
Tue, 10 May 2005 21:02:20 +0000 |
michael |
typo
libavcodec
|
Tue, 10 May 2005 20:39:11 +0000 |
michael |
a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net]
libavcodec
|
Tue, 10 May 2005 19:54:38 +0000 |
michael |
optimization
libavcodec
|
Tue, 10 May 2005 10:05:44 +0000 |
michael |
change macros to inline functions
libavcodec
|
Sun, 08 May 2005 20:15:42 +0000 |
michael |
#defines for strict_std_compliance and split between inofficial extensions and non standarized things
libavcodec
|
Sun, 08 May 2005 18:48:19 +0000 |
michael |
fix PIC
libavcodec
|
Sun, 08 May 2005 15:04:59 +0000 |
mmu_man |
support BUILDSUF patch by <charles dot yates at pandora dot be>
libavcodec
|
Sun, 08 May 2005 13:04:46 +0000 |
michael |
fix block corruption caused by clear_blocks() optimization
libavcodec
|
Sun, 08 May 2005 09:58:41 +0000 |
michael |
overflow fix
libavcodec
|
Sun, 08 May 2005 00:44:06 +0000 |
michael |
complain about mpeg4 limits only if codec_id == MPEG4
libavcodec
|
Sat, 07 May 2005 19:24:07 +0000 |
michael |
ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net)
libavcodec
|
Sat, 07 May 2005 16:35:24 +0000 |
michael |
minor optimization of the h264 loop filter
libavcodec
|
Sat, 07 May 2005 11:07:47 +0000 |
michael |
reverse 1 hunk from 1.96->1.97, fixes decoding of (MR1_BT_A.h264 and MR1_MW_A.264)
libavcodec
|
Fri, 06 May 2005 17:04:03 +0000 |
michael |
fix decoding of conformace streams AUD_MW_E.264 and BA1_FT_C.264 again (there where last correctly decoded with h264.c rev 1.96)
libavcodec
|
Fri, 06 May 2005 14:36:15 +0000 |
michael |
set time_base for variable fps too
libavcodec
|
Thu, 05 May 2005 20:05:41 +0000 |
michael |
check for error
libavcodec
|
Thu, 05 May 2005 14:34:47 +0000 |
michael |
Even More spelling errors. patch by (Kevin Baragona <kevinmb500 gawab com)
libavcodec
|
Thu, 05 May 2005 14:17:28 +0000 |
michael |
More spelling errors patch by (Kevin Baragona (kevinmb500 gawab com>)
libavcodec
|
Thu, 05 May 2005 14:10:52 +0000 |
michael |
While adding stereo rematrixing, I came across something that needs to
libavcodec
|
Thu, 05 May 2005 13:40:28 +0000 |
michael |
fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi'
libavcodec
|
Thu, 05 May 2005 12:37:38 +0000 |
michael |
GCC4 fix by (Keenan Pepper (keenanpepper gmail com)
libavcodec
|
Tue, 03 May 2005 21:49:18 +0000 |
lorenm |
fix storage of motion vectors for frames with more than 4096 macroblocks.
libavcodec
|
Tue, 03 May 2005 06:53:59 +0000 |
lorenm |
clear the DPB after seeking.
libavcodec
|
Mon, 02 May 2005 22:14:42 +0000 |
michael |
put most codecs under ifdefs
libavcodec
|
Mon, 02 May 2005 19:26:18 +0000 |
michael |
#ifdefs around most register_avcodec
libavcodec
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavcodec
|
Mon, 25 Apr 2005 18:41:38 +0000 |
michael |
print pix_fmt if its known instead of if the raw codec is used
libavcodec
|
Mon, 25 Apr 2005 18:29:06 +0000 |
michael |
PIX_FMT_NONE and related fixes
libavcodec
|
Mon, 25 Apr 2005 10:03:01 +0000 |
michael |
tighter snow slicing patch by (Yartrebo || yartrebo earthlink net)
libavcodec
|
Mon, 25 Apr 2005 01:01:41 +0000 |
lorenm |
MMX for H.264 deblocking filter
libavcodec
|
Mon, 25 Apr 2005 00:57:48 +0000 |
michael |
avoid unneeded clear_blocks()
libavcodec
|
Mon, 25 Apr 2005 00:10:11 +0000 |
michael |
extract from the subid the options
libavcodec
|
Sun, 24 Apr 2005 22:08:31 +0000 |
michael |
fixing broken_rv20_1mb_.rm
libavcodec
|
Sun, 24 Apr 2005 21:06:22 +0000 |
lorenm |
fix ref comparison in B-frame deblocker ('unused' and 'unavailable' were treated as different)
libavcodec
|
Sun, 24 Apr 2005 17:21:11 +0000 |
melanson |
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
libavcodec
|
Sun, 24 Apr 2005 11:13:49 +0000 |
michael |
Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com)
libavcodec
|
Sun, 24 Apr 2005 11:08:07 +0000 |
michael |
typo fix by ("Todd.Kirby" doubleshot pacbell net)
libavcodec
|
Thu, 21 Apr 2005 21:27:03 +0000 |
michael |
Video-Galileo_small.rm fix by (matthieu castet # castet.matthieu free fr)
libavcodec
|
Thu, 21 Apr 2005 21:23:22 +0000 |
michael |
avoid clearing block[] if its not used at all
libavcodec
|
Thu, 21 Apr 2005 20:38:42 +0000 |
lorenm |
deblocking filter doesn't need to call fill_caches again. 1.4% faster decoding.
libavcodec
|
Wed, 20 Apr 2005 20:31:04 +0000 |
michael |
mpeg2_fast_decode_block_intra()
libavcodec
|
Wed, 20 Apr 2005 10:16:19 +0000 |
michael |
simplify
libavcodec
|
Wed, 20 Apr 2005 10:05:15 +0000 |
michael |
remove duplicate clip to 8bit function
libavcodec
|
Wed, 20 Apr 2005 09:52:04 +0000 |
michael |
buffer overflows
libavcodec
|
Wed, 20 Apr 2005 09:42:47 +0000 |
michael |
Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com)
libavcodec
|
Tue, 19 Apr 2005 11:37:01 +0000 |
michael |
optimizing non_intra ac coeff decode
libavcodec
|
Tue, 19 Apr 2005 04:29:11 +0000 |
melanson |
remove superfluous CONFIG_ENCODERS (entire function is already wrapped)
libavcodec
|
Mon, 18 Apr 2005 20:07:48 +0000 |
michael |
avoid UPDATE_CACHE() in GET_RL_VLC() if not needed
libavcodec
|
Mon, 18 Apr 2005 12:08:16 +0000 |
michael |
various fixes related to the non alt_bitstream_reader
libavcodec
|
Mon, 18 Apr 2005 11:24:20 +0000 |
aurel |
add an AMD64 specific implementation of rdtsc()
libavcodec
|
Sun, 17 Apr 2005 21:41:16 +0000 |
diego |
gcc 4 compilation fix
libavcodec
|
Sun, 17 Apr 2005 13:30:45 +0000 |
michael |
read 32bit instead of 64bit to avoid overreading and missalignments
libavcodec
|
Sun, 17 Apr 2005 09:27:53 +0000 |
michael |
fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink net
libavcodec
|
Fri, 15 Apr 2005 13:24:30 +0000 |
michael |
store the number of runs to avoid storing the last run value
libavcodec
|
Fri, 15 Apr 2005 05:54:47 +0000 |
lorenm |
allow 2pass ratecontrol. also fixes psnr displayed by mencoder.
libavcodec
|
Thu, 14 Apr 2005 20:54:03 +0000 |
michael |
replace complicated pointer dereference + index stuff by pointers in unpack_coeffs()
libavcodec
|
Thu, 14 Apr 2005 20:30:08 +0000 |
michael |
minor optimization
libavcodec
|
Thu, 14 Apr 2005 18:33:26 +0000 |
michael |
optimizing unpack_coeffs()
libavcodec
|
Wed, 13 Apr 2005 01:57:19 +0000 |
michael |
Snow segfault bug in revision 1.43 patch by (Yartrebo /yartrebo earthlink net/)
libavcodec
|
Tue, 12 Apr 2005 22:20:02 +0000 |
mru |
s/u_char/uint8_t/
libavcodec
|
Sun, 10 Apr 2005 14:21:53 +0000 |
michael |
rescale coefficients during IDWT, that way the lifting steps are much simpler and faster
libavcodec
|
Sat, 09 Apr 2005 22:15:48 +0000 |
michael |
increasing precission of the quantization parameter
libavcodec
|
Sat, 09 Apr 2005 19:48:59 +0000 |
michael |
fix QROOT != 8
libavcodec
|
Fri, 08 Apr 2005 21:34:48 +0000 |
rtognimp |
Fix upside-down picture for BGR24 images (fixes pig-loco-rgb.avi)
libavcodec
|
Thu, 07 Apr 2005 22:02:28 +0000 |
rtognimp |
Fix colors for YV12 case (u/v planes are swapped)
libavcodec
|
Tue, 05 Apr 2005 18:29:26 +0000 |
michael |
CABAC support for MBAFF I frames patch by (Loc Le Loarer < lll+ffmpeg m4x org)
libavcodec
|
Tue, 05 Apr 2005 17:59:05 +0000 |
michael |
10% faster unpack_coeffs
libavcodec
|
Tue, 05 Apr 2005 09:37:43 +0000 |
michael |
fixing lossless snow
libavcodec
|
Tue, 05 Apr 2005 01:35:22 +0000 |
michael |
CABAC support for MBAFF I frames patch by (Loc Le Loarer | lll+ffmpeg m4x org)
libavcodec
|
Mon, 04 Apr 2005 21:47:50 +0000 |
michael |
printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se)
libavcodec
|
Mon, 04 Apr 2005 21:35:18 +0000 |
michael |
merge vertical lifting steps and a little cleanup
libavcodec
|
Mon, 04 Apr 2005 11:25:44 +0000 |
michael |
Typo errors patch by (QuickTime | ffmpeg gmail com>
libavcodec
|
Sun, 03 Apr 2005 17:34:31 +0000 |
iive |
reinitialize on aspect change,
libavcodec
|
Sun, 03 Apr 2005 15:43:57 +0000 |
michael |
Snow Slicing patch by (Yartrebo) yartrebo earthlink net
libavcodec
|
Sun, 03 Apr 2005 05:02:08 +0000 |
melanson |
Autodesk Animator Studio Codec (AASC) video decoder, courtesy of
libavcodec
|
Fri, 01 Apr 2005 04:30:31 +0000 |
melanson |
support some more color modes; patch by Kostya
libavcodec
|
Mon, 28 Mar 2005 20:40:21 +0000 |
melanson |
free that last frame
libavcodec
|
Mon, 28 Mar 2005 18:05:25 +0000 |
melanson |
Westwood SND1 decoder, courtesy of Kostya
libavcodec
|
Sun, 27 Mar 2005 12:19:59 +0000 |
michael |
motion estimation bitrate penalty compensation
libavcodec
|
Sun, 27 Mar 2005 10:58:21 +0000 |
lorenm |
display deblocking strength in FF_DEBUG_PICT_INFO
libavcodec
|
Sun, 27 Mar 2005 10:54:16 +0000 |
lorenm |
allow 16 refs with B-frames
libavcodec
|
Sun, 27 Mar 2005 00:44:11 +0000 |
michael |
This is the second patch for MBAFF support, this adds the deblocking
libavcodec
|
Sun, 27 Mar 2005 00:27:37 +0000 |
michael |
The cvs version 1.103 of h264.c brokes 13 conformance streams, this
libavcodec
|
Sat, 26 Mar 2005 23:51:13 +0000 |
michael |
replace custom bitstream reader with get_bits/vlc()
libavcodec
|
Sat, 26 Mar 2005 23:50:14 +0000 |
michael |
make reverse[] non static
libavcodec
|
Sat, 26 Mar 2005 20:32:55 +0000 |
melanson |
Winnov WNV1 video decoder, courtesy of Konstantin Shishkov
libavcodec
|
Sat, 26 Mar 2005 18:10:44 +0000 |
michael |
check mb/me_threshold range, fixes assertion failure
libavcodec
|
Sat, 26 Mar 2005 17:01:49 +0000 |
michael |
more checks, fixes assertion failure
libavcodec
|
Wed, 23 Mar 2005 19:19:59 +0000 |
michael |
create temporary file in current directory if it failed in /tmp
libavcodec
|
Wed, 23 Mar 2005 14:10:22 +0000 |
diego |
Replace stray spaces by a tab.
libavcodec
|
Wed, 23 Mar 2005 11:39:38 +0000 |
michael |
support omiting various headers in mpeg4 as WMP seems to have difficulty with them
libavcodec
|
Tue, 22 Mar 2005 18:28:15 +0000 |
michael |
04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp)
libavcodec
|
Sat, 19 Mar 2005 13:10:09 +0000 |
michael |
alignment fix
libavcodec
|
Sat, 19 Mar 2005 12:30:01 +0000 |
mru |
indentation fix
libavcodec
|
Sat, 19 Mar 2005 12:27:10 +0000 |
mru |
B frames and CABAC/CAVLC selection by Erik Slagter (erik at slagter dot name)
libavcodec
|
Sat, 19 Mar 2005 03:01:13 +0000 |
michael |
disable luma in postprocess filters patch by (Tuukka Toivonen |tuukkat ee.oulu fi)
libavcodec
|
Fri, 18 Mar 2005 02:13:13 +0000 |
michael |
ogg has to be at the right of vorbis patch by ("Vctor Paesa" wzrlpy hotmail com)
libavcodec
|
Thu, 17 Mar 2005 21:35:50 +0000 |
michael |
10l typo
libavcodec
|
Wed, 16 Mar 2005 19:11:58 +0000 |
michael |
add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)
libavcodec
|
Wed, 16 Mar 2005 13:09:30 +0000 |
mru |
set constant QP from AVCodecContext.global_quality.
libavcodec
|
Tue, 15 Mar 2005 21:05:34 +0000 |
lorenm |
slice-based idwt (10% faster decoding)
libavcodec
|
Sat, 12 Mar 2005 03:10:44 +0000 |
lorenm |
10l (compile fix)
libavcodec
|
Fri, 11 Mar 2005 02:14:44 +0000 |
lorenm |
Set keyframe flag only on IDR-frames (needed for reordering across I-frames).
libavcodec
|
Thu, 10 Mar 2005 05:34:10 +0000 |
melanson |
replace custom bit-reading functions with FFmpeg's internal function;
libavcodec
|
Wed, 09 Mar 2005 23:48:17 +0000 |
michael |
optimize & simplify
libavcodec
|
Wed, 09 Mar 2005 19:46:31 +0000 |
michael |
Oops patch by (Mns Rullgrd <mru inprovide com>)
libavcodec
|
Wed, 09 Mar 2005 03:04:56 +0000 |
michael |
H.264 encoding with x264 by (Mns Rullgrd <mru inprovide com>)
libavcodec
|
Tue, 08 Mar 2005 20:35:27 +0000 |
michael |
(10l) supported pix_fmts forgotten
libavcodec
|
Tue, 08 Mar 2005 14:39:58 +0000 |
michael |
fixing playback of xvid pretending to be divx (sample_vop_nc.avi)
libavcodec
|
Mon, 07 Mar 2005 09:05:33 +0000 |
lorenm |
remove an assert that was breaking compilation on some gccs.
libavcodec
|
Sun, 06 Mar 2005 23:20:53 +0000 |
michael |
AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)
libavcodec
|
Sun, 06 Mar 2005 23:02:25 +0000 |
michael |
MBAFF I slice no deblocking patch by (Loic >>lll+ffmpeg m4x org<<)
libavcodec
|
Sun, 06 Mar 2005 22:49:46 +0000 |
michael |
group audio codec ids
libavcodec
|
Sun, 06 Mar 2005 20:07:41 +0000 |
michael |
indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net)
libavcodec
|
Sun, 06 Mar 2005 19:59:37 +0000 |
michael |
spam
libavcodec
|
Sun, 06 Mar 2005 19:40:12 +0000 |
michael |
improved detection of "AVC1" style H.264 patch by (Mns Rullgrd <mru inprovide com>)
libavcodec
|
Sun, 06 Mar 2005 14:48:50 +0000 |
melanson |
get rid of nasty exit()'s so the decoder will only warn the user before
libavcodec
|
Sun, 06 Mar 2005 14:42:10 +0000 |
mellum |
-freduce-all-givs has been removed from gcc
libavcodec
|
Sun, 06 Mar 2005 07:00:24 +0000 |
melanson |
decoder works fine now, when fed properly-sized chunks by the demuxer;
libavcodec
|
Sun, 06 Mar 2005 06:22:24 +0000 |
melanson |
do not use a variable before proper initialization
libavcodec
|
Sun, 06 Mar 2005 00:43:55 +0000 |
melanson |
first pass at ALAC decoder from David Hammerton; while David's original
libavcodec
|
Sat, 05 Mar 2005 11:44:25 +0000 |
michael |
Support for AMR Interface Format 2 patch by ("Torsten Martinsen" <tma gatehouse dk>)
libavcodec
|
Sat, 05 Mar 2005 03:37:19 +0000 |
michael |
typo
libavcodec
|
Sat, 05 Mar 2005 03:36:32 +0000 |
michael |
mpeg-es bitrate parsing
libavcodec
|
Sat, 05 Mar 2005 00:14:21 +0000 |
lorenm |
10l (fix reordering when B-frames are not present)
libavcodec
|
Fri, 04 Mar 2005 12:47:38 +0000 |
lorenm |
H.264: decode arbitrary frame orders and allow B-frames as references.
libavcodec
|
Thu, 03 Mar 2005 12:12:44 +0000 |
lorenm |
oops, other half of the vismv patch
libavcodec
|
Thu, 03 Mar 2005 07:21:23 +0000 |
lorenm |
vismv didn't display 8x8 mvs in H.264
libavcodec
|
Thu, 03 Mar 2005 06:57:17 +0000 |
lorenm |
vismb: display 4x4 partition boundaries in H.264
libavcodec
|
Thu, 03 Mar 2005 02:24:20 +0000 |
michael |
04-vp3 fix(by matthieu castet).patch
libavcodec
|
Wed, 02 Mar 2005 20:46:06 +0000 |
michael |
cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc bug related to frexp()
libavcodec
|
Tue, 01 Mar 2005 06:14:45 +0000 |
melanson |
VP3 post-processing loop filter; disabled until the correct final step
libavcodec
|
Tue, 01 Mar 2005 02:24:58 +0000 |
melanson |
go LOCO, courtesy of Kostya Shishkov
libavcodec
|
Mon, 28 Feb 2005 05:27:21 +0000 |
lorenm |
10l (deallocated memory again)
libavcodec
|
Sun, 27 Feb 2005 23:43:24 +0000 |
michael |
indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian Jedruszkiewicz)
libavcodec
|
Sun, 27 Feb 2005 08:56:26 +0000 |
henry |
support for negative strides
libavcodec
|
Sat, 26 Feb 2005 03:40:29 +0000 |
michael |
10l (shorten.o missing)
libavcodec
|
Sat, 26 Feb 2005 03:36:04 +0000 |
michael |
shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)
libavcodec
|
Fri, 25 Feb 2005 15:06:21 +0000 |
michael |
set supported pix_fmts
libavcodec
|
Fri, 25 Feb 2005 07:40:29 +0000 |
lorenm |
In-loop deblocking for B-frames.
libavcodec
|
Thu, 24 Feb 2005 19:08:50 +0000 |
michael |
kill warnings patch by (Mns Rullgrd <mru inprovide com>)
libavcodec
|
Thu, 24 Feb 2005 16:39:03 +0000 |
michael |
-strict -1 comment fix
libavcodec
|
Thu, 24 Feb 2005 15:18:02 +0000 |
michael |
01-makefile_fix_updated.patch
libavcodec
|
Thu, 24 Feb 2005 09:27:46 +0000 |
lorenm |
10l in implicit_weight_table
libavcodec
|
Wed, 23 Feb 2005 17:24:17 +0000 |
michael |
- renaming the AC coding set variable names to more meaningful ones
libavcodec
|
Tue, 22 Feb 2005 11:37:03 +0000 |
mmu_man |
use av_free() instead of free() where it's meant to.
libavcodec
|
Mon, 21 Feb 2005 19:27:32 +0000 |
alex |
macromedia flavour adpcm decoding (used in flv and swf)
libavcodec
|
Mon, 21 Feb 2005 17:52:23 +0000 |
alex |
10l
libavcodec
|
Mon, 21 Feb 2005 17:50:48 +0000 |
michael |
removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)
libavcodec
|
Sun, 20 Feb 2005 23:21:50 +0000 |
lorenm |
Fix a crash when multiple metadata packets are present.
libavcodec
|
Thu, 17 Feb 2005 19:03:12 +0000 |
michael |
Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>)
libavcodec
|
Thu, 17 Feb 2005 19:00:42 +0000 |
michael |
buffer overflows
libavcodec
|
Thu, 17 Feb 2005 00:00:20 +0000 |
michael |
memleak fix
libavcodec
|
Wed, 16 Feb 2005 23:18:06 +0000 |
michael |
remove goto and reindent patch by (Loic Le Loarer <lll+ffmpeg m4x org>)
libavcodec
|
Wed, 16 Feb 2005 22:42:41 +0000 |
michael |
Off-by-one bug in libavcodec/idcinvideo.c, caused
libavcodec
|
Tue, 15 Feb 2005 20:58:32 +0000 |
rtognimp |
Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4)
libavcodec
|
Sun, 13 Feb 2005 23:36:04 +0000 |
michael |
buffer overflow
libavcodec
|
Mon, 07 Feb 2005 17:09:48 +0000 |
michael |
optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab kepler.fjfi.cvut cz<)
libavcodec
|
Mon, 07 Feb 2005 00:10:28 +0000 |
michael |
INTRA PCM macroblocks support patch by (Loic )lll+ffmpeg m4x org)
libavcodec
|
Sun, 06 Feb 2005 18:43:06 +0000 |
michael |
emulate (idiotic) MS behavior for inconsistant dimensions
libavcodec
|
Sun, 06 Feb 2005 17:01:07 +0000 |
michael |
support skiping some bitstream encoding
libavcodec
|
Sun, 06 Feb 2005 10:36:07 +0000 |
michael |
seperate bitstream encoding skip from PASS1 flag
libavcodec
|
Fri, 04 Feb 2005 11:53:35 +0000 |
michael |
10l (use of deallocated memory)
libavcodec
|
Fri, 04 Feb 2005 03:29:50 +0000 |
michael |
Build libpostproc out of source directory patch by (James A. Morrison >ja2morri csclub.uwaterloo ca>)
libavcodec
|
Fri, 04 Feb 2005 02:47:45 +0000 |
michael |
H.264 multiple slice support in CABAC patch by (Loic (lll+ffmpeg m4x org)
libavcodec
|
Fri, 04 Feb 2005 02:20:38 +0000 |
michael |
- samples from mplayer ftp in the "adv" profile seem to have profile=2,
libavcodec
|
Thu, 03 Feb 2005 03:28:27 +0000 |
michael |
merge a few shifts into the dequantization, faster and more accurate, lets hope it doesnt overflow
libavcodec
|
Wed, 02 Feb 2005 22:38:28 +0000 |
michael |
optimizing imdct12
libavcodec
|
Wed, 02 Feb 2005 19:33:48 +0000 |
michael |
mb_lmin/max to limit the per mb quality for the ratecontrol independant from the frame limits
libavcodec
|
Wed, 02 Feb 2005 18:49:04 +0000 |
michael |
Border processing adaptive quant patch by (Christophe Massiot |cmassiot freebox fr)
libavcodec
|
Wed, 02 Feb 2005 18:14:59 +0000 |
michael |
rtp_callback: send number of mb patch by (Johan Bilien {jobi via.ecp fr)
libavcodec
|
Wed, 02 Feb 2005 01:37:33 +0000 |
michael |
optimize antialias
libavcodec
|
Tue, 01 Feb 2005 23:43:07 +0000 |
michael |
faster, simpler and more accurate l3_unscale()
libavcodec
|
Tue, 01 Feb 2005 21:27:18 +0000 |
michael |
optimizing imdct36()
libavcodec
|
Tue, 01 Feb 2005 18:36:51 +0000 |
michael |
make keyframe default for AVFrames
libavcodec
|
Tue, 01 Feb 2005 15:13:27 +0000 |
mmu_man |
Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de>
libavcodec
|
Tue, 01 Feb 2005 13:03:44 +0000 |
michael |
10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to support CODEC_ID_NONE)
libavcodec
|
Tue, 01 Feb 2005 11:26:11 +0000 |
michael |
H.264 multiplce instance in reference list patch by (Loic <lll+ffmpeg m4x org )
libavcodec
|
Tue, 01 Feb 2005 11:12:53 +0000 |
michael |
correct long term picture management patch by (Loic <lll+ffmpeg m4x org>)
libavcodec
|
Tue, 01 Feb 2005 10:03:55 +0000 |
michael |
- a lot less overflows when decoding frames
libavcodec
|
Tue, 01 Feb 2005 09:51:49 +0000 |
michael |
Documentation patch by anonymous
libavcodec
|
Mon, 31 Jan 2005 22:34:02 +0000 |
rtognimp |
Add 32bit RGB support
libavcodec
|
Mon, 31 Jan 2005 21:26:20 +0000 |
michael |
10000l vbr mp3 fix
libavcodec
|
Mon, 31 Jan 2005 12:16:21 +0000 |
michael |
support 32bit output for the mpeg audio decoder
libavcodec
|
Mon, 31 Jan 2005 04:06:47 +0000 |
michael |
more accurate dequant of near zero coefficients
libavcodec
|
Mon, 31 Jan 2005 03:14:22 +0000 |
michael |
10l (missing overflow check)
libavcodec
|
Sun, 30 Jan 2005 22:28:11 +0000 |
michael |
100000l (typos in the #define for selecting the NORM6 method -> wasnt compiled, after fixing typos new method doesnt even compile -> swicth back to old until its fixed)
libavcodec
|
Sun, 30 Jan 2005 21:54:20 +0000 |
michael |
- add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define in
libavcodec
|
Sun, 30 Jan 2005 16:34:57 +0000 |
michael |
In that patch:
libavcodec
|
Sun, 30 Jan 2005 14:10:30 +0000 |
michael |
10l (didnt test code after cvs up ...)
libavcodec
|
Sun, 30 Jan 2005 14:04:56 +0000 |
michael |
dithering for the mpeg audio decoder
libavcodec
|
Sun, 30 Jan 2005 02:16:50 +0000 |
michael |
fixing missaligned memory accesses in fill_rectangle()
libavcodec
|
Sat, 29 Jan 2005 23:59:32 +0000 |
michael |
require a few valid and equal mp3 headers for resync
libavcodec
|
Sat, 29 Jan 2005 20:09:33 +0000 |
mmu_man |
added a lock/unlock_lib pair to allow extern progs to serialize access to lavc.
libavcodec
|
Fri, 28 Jan 2005 19:54:10 +0000 |
alex |
exported ff_mpa_synth_filter for upcoming qdm2 decoder
libavcodec
|
Fri, 28 Jan 2005 11:21:57 +0000 |
michael |
make decode012() static inline
libavcodec
|
Wed, 26 Jan 2005 17:04:34 +0000 |
michael |
10l (negative strides)
libavcodec
|
Wed, 26 Jan 2005 12:01:35 +0000 |
michael |
use dc tables from msmpeg4 instead of duplicating them patch by anonymous
libavcodec
|
Tue, 25 Jan 2005 01:40:58 +0000 |
michael |
dont duplicate decode012()
libavcodec
|
Tue, 25 Jan 2005 01:29:10 +0000 |
michael |
check norm6 vlc validity as there are some bit sequences which dont corespond to any codeword, the other vlc tables all seem to be huffman tables though
libavcodec
|
Mon, 24 Jan 2005 23:01:18 +0000 |
michael |
Fixes:
libavcodec
|
Mon, 24 Jan 2005 01:56:53 +0000 |
michael |
more 10l typos
libavcodec
|
Mon, 24 Jan 2005 01:46:12 +0000 |
michael |
norm-6 / diff-6 support (untested, parts of it just guessed as the spec is unclear)
libavcodec
|
Mon, 24 Jan 2005 00:35:18 +0000 |
michael |
fixing many bugs in bitplane_decoding()
libavcodec
|
Sun, 23 Jan 2005 22:54:51 +0000 |
michael |
dont use several 100 mb memory for a tiny 120 element table
libavcodec
|
Sun, 23 Jan 2005 22:49:41 +0000 |
michael |
1000000000l typos
libavcodec
|
Sun, 23 Jan 2005 22:10:55 +0000 |
michael |
mention table duplications, note, please avoid duplicating tables!
libavcodec
|
Sun, 23 Jan 2005 21:36:24 +0000 |
rtognimp |
Check pointers before writing to memory
libavcodec
|
Sun, 23 Jan 2005 19:11:02 +0000 |
michael |
simplify
libavcodec
|
Sun, 23 Jan 2005 18:09:06 +0000 |
michael |
avoid buf_size == 0 checks in every decoder
libavcodec
|
Sun, 23 Jan 2005 17:59:01 +0000 |
michael |
more detailed error messages
libavcodec
|
Sun, 23 Jan 2005 16:18:10 +0000 |
michael |
10l
libavcodec
|
Sun, 23 Jan 2005 14:07:25 +0000 |
michael |
framerate check
libavcodec
|
Sun, 23 Jan 2005 14:03:13 +0000 |
michael |
simplify deblock
libavcodec
|
Sun, 23 Jan 2005 11:08:18 +0000 |
michael |
use clip_uint8()
libavcodec
|
Sun, 23 Jan 2005 03:49:36 +0000 |
michael |
simplify
libavcodec
|
Sat, 22 Jan 2005 18:00:36 +0000 |
alex |
preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier
libavcodec
|
Sat, 22 Jan 2005 17:52:01 +0000 |
alex |
preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier
libavcodec
|
Fri, 21 Jan 2005 23:47:03 +0000 |
michael |
count errors instead of printing 2^31
libavcodec
|
Fri, 21 Jan 2005 22:16:05 +0000 |
michael |
Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>)
libavcodec
|
Thu, 20 Jan 2005 00:30:20 +0000 |
michael |
jpeg style yuv fixes
libavcodec
|
Wed, 19 Jan 2005 17:35:51 +0000 |
michael |
H.264 b ref pic list order and long term pictures patch by (Loic Le Loarer <loic.le-loarer polytechnique org>)
libavcodec
|
Wed, 19 Jan 2005 13:24:43 +0000 |
michael |
div by zero aspect fix
libavcodec
|
Wed, 19 Jan 2005 13:03:38 +0000 |
michael |
svq3_get_se_golomb() fix
libavcodec
|
Wed, 19 Jan 2005 12:58:34 +0000 |
michael |
compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>)
libavcodec
|
Tue, 18 Jan 2005 01:01:54 +0000 |
michael |
x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>)
libavcodec
|
Mon, 17 Jan 2005 18:25:32 +0000 |
michael |
simplify
libavcodec
|
Sun, 16 Jan 2005 22:11:47 +0000 |
michael |
10l patch by (matthieu castet <castet.matthieu free fr>)
libavcodec
|
Sat, 15 Jan 2005 20:04:41 +0000 |
michael |
simplify
libavcodec
|
Sat, 15 Jan 2005 19:05:26 +0000 |
michael |
simplify, null pointer, selftest
libavcodec
|
Sat, 15 Jan 2005 14:59:47 +0000 |
rtognimp |
Decode MP3 in ADU format
libavcodec
|
Sat, 15 Jan 2005 14:05:37 +0000 |
rtognimp |
1l, forgot to remove duplicated error message
libavcodec
|
Sat, 15 Jan 2005 10:34:49 +0000 |
diego |
Mention the l5 pp filter in 'mplayer -pphelp' output.
libavcodec
|
Sat, 15 Jan 2005 00:07:38 +0000 |
rtognimp |
Use avcodec_check_dimensions instead of custom hack
libavcodec
|
Fri, 14 Jan 2005 23:48:12 +0000 |
michael |
assertion about bits statistic and minor bits stat fix
libavcodec
|
Thu, 13 Jan 2005 11:59:19 +0000 |
michael |
10l (dont modify the input picture pts)
libavcodec
|
Wed, 12 Jan 2005 18:25:48 +0000 |
michael |
av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)
libavcodec
|
Wed, 12 Jan 2005 11:14:12 +0000 |
michael |
10l (gcc 2.95 fix)
libavcodec
|
Wed, 12 Jan 2005 01:44:02 +0000 |
michael |
disallow strcat
libavcodec
|
Wed, 12 Jan 2005 00:59:42 +0000 |
michael |
dissallow sprintf
libavcodec
|
Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavcodec
|
Tue, 11 Jan 2005 08:16:04 +0000 |
diego |
Quote path expression to take care of $(prefix) possibly containing spaces.
libavcodec
|
Tue, 11 Jan 2005 03:18:08 +0000 |
michael |
fixing selftest
libavcodec
|
Mon, 10 Jan 2005 23:41:25 +0000 |
michael |
picture heap corruption fix
libavcodec
|
Sun, 09 Jan 2005 23:39:32 +0000 |
rtognimp |
Check pointers before writing to memory, fix possible integer overflows
libavcodec
|
Sun, 09 Jan 2005 00:48:37 +0000 |
lorenm |
10l (obmc_scratchpad not always initialize)
libavcodec
|
Sat, 08 Jan 2005 08:56:18 +0000 |
lorenm |
10l: scratchpad could be allocated before its size was known.
libavcodec
|
Fri, 07 Jan 2005 05:56:07 +0000 |
lorenm |
H.264 weighted prediction.
libavcodec
|
Thu, 06 Jan 2005 01:02:36 +0000 |
michael |
print "D" instead of "P" for dropable frames in flv with -debug 1
libavcodec
|
Thu, 06 Jan 2005 00:54:03 +0000 |
michael |
RV30/RV40 demuxing (untested)
libavcodec
|
Wed, 05 Jan 2005 02:36:10 +0000 |
michael |
fixing decoding of http://mplayerhq.hu/~atmos4/ffrv20-crashing-atmos.rm
libavcodec
|
Wed, 05 Jan 2005 00:20:52 +0000 |
michael |
fix decoding of http://mplayerhq.hu/~diego/problem.mov
libavcodec
|
Tue, 04 Jan 2005 10:26:47 +0000 |
lorenm |
reduce stutter if we learn too late that the stream contains B-frames.
libavcodec
|
Tue, 04 Jan 2005 01:12:48 +0000 |
lorenm |
Sort B-frames into display order.
libavcodec
|
Mon, 03 Jan 2005 16:13:52 +0000 |
michael |
Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>)
libavcodec
|
Mon, 03 Jan 2005 00:36:26 +0000 |
diego |
Make -pphelp output consistent with the other instances of -xxx help.
libavcodec
|
Sat, 01 Jan 2005 23:02:09 +0000 |
michael |
WV1F support
libavcodec
|
Fri, 31 Dec 2004 17:37:23 +0000 |
michael |
faster and slightly less accurate nearest neighbor resampler
libavcodec
|
Fri, 31 Dec 2004 14:02:35 +0000 |
michael |
10l
libavcodec
|
Fri, 31 Dec 2004 12:58:46 +0000 |
michael |
special case for filter_length==1
libavcodec
|
Fri, 31 Dec 2004 00:07:17 +0000 |
michael |
- correct several errors on the deblocking accross slice boundaries.
libavcodec
|
Thu, 30 Dec 2004 18:05:54 +0000 |
rtognimp |
Fix avc1 if there is nore than one nal per mov frame
libavcodec
|
Thu, 30 Dec 2004 14:48:01 +0000 |
michael |
imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t luc d0t ac.be>)
libavcodec
|
Wed, 29 Dec 2004 23:17:42 +0000 |
rtognimp |
Fix compilation when both amr_nb and amr_wb are enabled
libavcodec
|
Wed, 29 Dec 2004 17:50:25 +0000 |
michael |
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
libavcodec
|
Wed, 29 Dec 2004 12:14:14 +0000 |
michael |
motion_val doxy
libavcodec
|
Wed, 29 Dec 2004 04:17:52 +0000 |
lorenm |
implement B_DIRECT and B_SKIP macroblock types.
libavcodec
|
Mon, 20 Dec 2004 03:03:37 +0000 |
lorenm |
vismv for h264 displayed incorrect motion vectors.
libavcodec
|
Sun, 19 Dec 2004 12:26:54 +0000 |
michael |
better motion_subsample_log2 docs
libavcodec
|
Sat, 18 Dec 2004 16:20:42 +0000 |
michael |
fixes transcoding to vorbis with ffmpeg on big endian machines patch by (Sigbjrn Skjret {sskjer-1 broadpark no})
libavcodec
|
Sat, 18 Dec 2004 03:49:07 +0000 |
michael |
add multi slice support
libavcodec
|
Sat, 18 Dec 2004 03:07:15 +0000 |
michael |
fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>)
libavcodec
|
Tue, 14 Dec 2004 20:17:23 +0000 |
michael |
quantizer overflow warning + AAN dct fix
libavcodec
|
Tue, 14 Dec 2004 12:04:45 +0000 |
michael |
fix timestamp prediction for low_delay mpeg streams
libavcodec
|
Mon, 13 Dec 2004 16:11:38 +0000 |
michael |
x86 cpu capabilities detection rewrite / cleanup
libavcodec
|
Mon, 13 Dec 2004 11:41:59 +0000 |
michael |
another try at fixing rv20 ...
libavcodec
|
Sun, 12 Dec 2004 14:19:54 +0000 |
michael |
flush remaining data from parser at EOF
libavcodec
|
Sat, 11 Dec 2004 18:33:18 +0000 |
michael |
warn the user if the quantization code could overflow with the selected custom matrix and qp limits
libavcodec
|
Thu, 09 Dec 2004 22:04:15 +0000 |
michael |
uppercase codec_tag=AVC1 support
libavcodec
|
Thu, 09 Dec 2004 01:01:11 +0000 |
michael |
out of buffer access fix
libavcodec
|
Wed, 08 Dec 2004 18:02:56 +0000 |
michael |
more flexible frame skip decission
libavcodec
|
Wed, 08 Dec 2004 11:46:16 +0000 |
michael |
frame skip support
libavcodec
|
Tue, 07 Dec 2004 13:14:37 +0000 |
michael |
rv20 encoding
libavcodec
|
Mon, 06 Dec 2004 22:44:03 +0000 |
michael |
seeking in rm
libavcodec
|
Mon, 06 Dec 2004 17:21:17 +0000 |
michael |
rv10 thread safety fix / rv10 ffplay fix
libavcodec
|
Sun, 05 Dec 2004 23:26:43 +0000 |
michael |
detect sse on athlon-xp patch by (matthieu castet <castet >.< matthieu >at< free >.< fr>)
libavcodec
|
Sun, 05 Dec 2004 23:21:39 +0000 |
michael |
next try at fixing rv20 decoding
libavcodec
|
Tue, 30 Nov 2004 21:50:16 +0000 |
michael |
raw rgb flip fix
libavcodec
|
Sun, 28 Nov 2004 19:19:39 +0000 |
lorenm |
fix interlacing check in v1 huffyuv.
libavcodec
|
Sun, 28 Nov 2004 18:29:38 +0000 |
lorenm |
split ffhuffyuv into 2 codecs:
libavcodec
|
Sun, 28 Nov 2004 15:33:15 +0000 |
michael |
fix some codec_id values so that new ones can be added at the end of the subsets without breaking binary compatibility
libavcodec
|
Sun, 28 Nov 2004 14:58:50 +0000 |
michael |
10l (dont use codec_id for error simulation)
libavcodec
|
Sat, 27 Nov 2004 18:10:06 +0000 |
michael |
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>)
libavcodec
|
Sat, 27 Nov 2004 03:54:18 +0000 |
lorenm |
new option: context_model
libavcodec
|
Thu, 25 Nov 2004 19:26:46 +0000 |
michael |
fix for build on IRIX by (Michel Bardiaux {mbardiaux peaktime be})
libavcodec
|
Thu, 25 Nov 2004 19:17:27 +0000 |
michael |
fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>)
libavcodec
|
Wed, 24 Nov 2004 22:54:16 +0000 |
michael |
YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>)
libavcodec
|
Wed, 24 Nov 2004 22:50:49 +0000 |
michael |
Fixed typo which caused incorrect motion prediction in B-frames. patch by (Loren Merritt <lorenm ta u tod washington tod edu>)
libavcodec
|
Wed, 24 Nov 2004 00:15:49 +0000 |
michael |
check num_entries too to avoid reading over the array end and dont check i>0 it must be >0 there
libavcodec
|
Tue, 23 Nov 2004 23:58:54 +0000 |
michael |
Fixes a segfault when flushing delayed B-frames on the 2nd pass. patch by (Loren Merritt <lorenm.u@washington@edu>)
libavcodec
|
Sun, 21 Nov 2004 18:04:56 +0000 |
mmu_man |
BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more generic "if HAVE_THREADS"
libavcodec
|
Sun, 21 Nov 2004 01:47:36 +0000 |
michael |
whitespace cleanup patch by (James A. Morrison <ja2morri>@<csclub>dot<uwaterloo>point<ca>)
libavcodec
|
Fri, 19 Nov 2004 20:49:12 +0000 |
michael |
workaround apps which dont provided correctly padded streams
libavcodec
|
Fri, 19 Nov 2004 18:19:36 +0000 |
michael |
fixing rv20201002
libavcodec
|
Fri, 19 Nov 2004 16:57:47 +0000 |
michael |
rv20103001 support
libavcodec
|
Fri, 19 Nov 2004 13:08:25 +0000 |
michael |
reset ref_index
libavcodec
|
Fri, 19 Nov 2004 11:37:03 +0000 |
michael |
fix parser
libavcodec
|
Wed, 17 Nov 2004 03:45:53 +0000 |
melanson |
native QPEG video decoder, courtesy of Konstantin Shishkov
libavcodec
|
Tue, 16 Nov 2004 13:40:56 +0000 |
michael |
overflow fix
libavcodec
|
Mon, 15 Nov 2004 15:53:53 +0000 |
michael |
extradata and FF_INPUT_BUFFER_PADDING_SIZE doc
libavcodec
|
Sun, 14 Nov 2004 22:05:21 +0000 |
michael |
attribute_used
libavcodec
|
Sun, 14 Nov 2004 15:46:34 +0000 |
michael |
plane predicted non-interlacd rgb decodeing fix
libavcodec
|
Sat, 13 Nov 2004 01:05:12 +0000 |
michael |
automatic workaround for another padding bug
libavcodec
|
Fri, 12 Nov 2004 23:38:43 +0000 |
michael |
merge pam_decode_frame() into pnm_decode_frame()
libavcodec
|
Fri, 12 Nov 2004 22:55:29 +0000 |
michael |
pnm parser
libavcodec
|
Fri, 12 Nov 2004 09:48:06 +0000 |
michael |
When bswap_32 is a macro, png images fail to decode properly, patch by (Milan Cutka <cutka>at<szm>dot<sk>)
libavcodec
|
Fri, 12 Nov 2004 02:05:26 +0000 |
michael |
av_resample_compensate() doxy
libavcodec
|
Fri, 12 Nov 2004 01:21:34 +0000 |
michael |
H261 fixing and cleaning:
libavcodec
|
Thu, 11 Nov 2004 18:09:28 +0000 |
michael |
move p*m from image/lavf -> image2/lavc
libavcodec
|
Thu, 11 Nov 2004 10:33:11 +0000 |
michael |
10l (CONFIG_ZLIB)
libavcodec
|
Tue, 09 Nov 2004 23:31:46 +0000 |
michael |
porting png support from -f image to -f image2
libavcodec
|
Mon, 08 Nov 2004 23:36:32 +0000 |
michael |
fix image stream copy
libavcodec
|
Sat, 06 Nov 2004 19:11:34 +0000 |
michael |
cbr audio muxing fix
libavcodec
|
Sun, 31 Oct 2004 12:22:00 +0000 |
michael |
switch ffv1 to the put/get_symbol() from snow
libavcodec
|
Sun, 31 Oct 2004 10:08:50 +0000 |
michael |
switch ffv1 from CABAC to the range coder
libavcodec
|
Sun, 31 Oct 2004 02:51:39 +0000 |
michael |
remove debug stuff
libavcodec
|
Sun, 31 Oct 2004 00:42:43 +0000 |
michael |
segfault fix
libavcodec
|
Sat, 30 Oct 2004 02:16:27 +0000 |
michael |
CABAC -> range coder
libavcodec
|
Sat, 30 Oct 2004 01:43:37 +0000 |
michael |
range coder
libavcodec
|
Fri, 29 Oct 2004 20:45:47 +0000 |
rtognimp |
Fix mjpeg-b (padding bytes can exist between end of sos and image data)
libavcodec
|
Thu, 28 Oct 2004 18:42:31 +0000 |
michael |
cleanup
libavcodec
|
Thu, 28 Oct 2004 18:17:48 +0000 |
michael |
simplify ff_h261_reorder_mb_index
libavcodec
|
Thu, 28 Oct 2004 17:34:14 +0000 |
michael |
simplify
libavcodec
|
Thu, 28 Oct 2004 17:21:34 +0000 |
michael |
fix and cleanup h261 mb_type selection
libavcodec
|
Thu, 28 Oct 2004 12:12:33 +0000 |
michael |
cleanup
libavcodec
|
Thu, 28 Oct 2004 10:12:57 +0000 |
michael |
H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)
libavcodec
|
Wed, 27 Oct 2004 21:42:26 +0000 |
michael |
YUV420P to YUV422 conversion routine by (Danny Laarmans <dlaarmans at androme dot com>)
libavcodec
|
Wed, 27 Oct 2004 04:30:48 +0000 |
melanson |
Miro VideoXL (VIXL) decoder, courtesy of Konstantin Shishkov
libavcodec
|
Tue, 26 Oct 2004 12:47:56 +0000 |
michael |
stride align cleanup
libavcodec
|
Tue, 26 Oct 2004 03:12:21 +0000 |
michael |
optimization
libavcodec
|
Mon, 25 Oct 2004 15:37:13 +0000 |
michael |
type fix
libavcodec
|
Mon, 25 Oct 2004 15:27:56 +0000 |
michael |
type fix
libavcodec
|
Mon, 25 Oct 2004 01:16:13 +0000 |
michael |
fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
libavcodec
|
Sun, 24 Oct 2004 22:37:29 +0000 |
michael |
mjpeg parser
libavcodec
|
Sun, 24 Oct 2004 13:20:32 +0000 |
michael |
INT MIN/MAX patch by (Bohdan Horst <nexus at irc dot pl>)
libavcodec
|
Sun, 24 Oct 2004 02:59:36 +0000 |
michael |
optimzation
libavcodec
|
Sun, 24 Oct 2004 02:08:45 +0000 |
michael |
optimization
libavcodec
|
Sat, 23 Oct 2004 21:13:31 +0000 |
michael |
fix CABAC+LOOP missmatch
libavcodec
|
Sat, 23 Oct 2004 19:12:21 +0000 |
michael |
cbp_table cleanup
libavcodec
|
Sat, 23 Oct 2004 15:59:01 +0000 |
michael |
cleanup of decode_cabac_residual()
libavcodec
|
Sat, 23 Oct 2004 12:07:57 +0000 |
michael |
decode intra cabac mb_type cleanup
libavcodec
|
Fri, 22 Oct 2004 19:55:57 +0000 |
michael |
small typo patch by (Gildas Bazin <gbazin at altern dot org>)
libavcodec
|
Fri, 22 Oct 2004 18:30:50 +0000 |
michael |
H.264 CABAC + B-frames patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Fri, 22 Oct 2004 02:04:30 +0000 |
romansh |
* Introducing IIDC1394 grabbing interface.
libavcodec
|
Thu, 21 Oct 2004 21:07:40 +0000 |
michael |
user selectble cutoff frequency
libavcodec
|
Thu, 21 Oct 2004 20:01:32 +0000 |
michael |
100l (dont reset the sample position at the block end)
libavcodec
|
Thu, 21 Oct 2004 03:11:34 +0000 |
michael |
make most resample filter parameters selectable at runtime
libavcodec
|
Wed, 20 Oct 2004 19:06:29 +0000 |
michael |
optimization
libavcodec
|
Wed, 20 Oct 2004 18:02:34 +0000 |
michael |
make filter size, int32/int16 and a few other things selectable at compiletime
libavcodec
|
Wed, 20 Oct 2004 12:04:08 +0000 |
michael |
10l
libavcodec
|
Mon, 18 Oct 2004 23:07:18 +0000 |
michael |
fix constrained parameters flag
libavcodec
|
Mon, 18 Oct 2004 03:02:48 +0000 |
michael |
infinte recursion fix
libavcodec
|
Sun, 17 Oct 2004 20:27:11 +0000 |
michael |
gcc 3.4.3 preversions do not appreciate invalid instruction and operand combinations anymore patch by (Aurelien Jacobs <aurel at gnuage dot org>)
libavcodec
|
Fri, 15 Oct 2004 11:48:50 +0000 |
michael |
xvid fake divx version workaround
libavcodec
|
Fri, 15 Oct 2004 02:37:04 +0000 |
michael |
support strictly enforcing gop size
libavcodec
|
Thu, 14 Oct 2004 12:24:16 +0000 |
michael |
fix forcing of individual frame types
libavcodec
|
Tue, 12 Oct 2004 12:47:49 +0000 |
melanson |
Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov
libavcodec
|
Tue, 12 Oct 2004 07:16:14 +0000 |
rfelker |
1000l
libavcodec
|
Mon, 11 Oct 2004 22:47:09 +0000 |
michael |
missaliged clear_blocks() and h264 not complied but referenced fix patch by (Roine Gustafsson <roine at users dot sourceforge dot net>) and me
libavcodec
|
Mon, 11 Oct 2004 02:19:29 +0000 |
michael |
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>)
libavcodec
|
Sat, 09 Oct 2004 12:02:19 +0000 |
michael |
lowres 4mv
libavcodec
|
Fri, 08 Oct 2004 22:57:39 +0000 |
michael |
h.261 loop filter fix
libavcodec
|
Fri, 08 Oct 2004 21:45:29 +0000 |
michael |
nonsense removial
libavcodec
|
Fri, 08 Oct 2004 10:37:45 +0000 |
michael |
Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka <cutka at szm dot sk>)
libavcodec
|
Wed, 06 Oct 2004 08:50:46 +0000 |
kabi |
* fixing a few of gcc 'clean-code' warnings
libavcodec
|
Tue, 05 Oct 2004 19:44:26 +0000 |
michael |
segfault in amr decoder fix patch by (Richard van der Hoff - richvdh0)
libavcodec
|
Tue, 05 Oct 2004 18:36:15 +0000 |
michael |
Altivec test on AmigaOS4 patch by (Chip <szarlada at freemail dot hu>)
libavcodec
|
Tue, 05 Oct 2004 17:43:10 +0000 |
michael |
Build process: libpostproc patch by (Franti?ek Dvo?k <valtri at users dot sourceforge dot net>)
libavcodec
|
Sun, 03 Oct 2004 22:01:21 +0000 |
michael |
h.264 ref list reordering bugfix patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Fri, 01 Oct 2004 14:38:32 +0000 |
michael |
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Fri, 01 Oct 2004 13:32:13 +0000 |
michael |
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Fri, 01 Oct 2004 12:31:11 +0000 |
michael |
do not call (av_)abort()
libavcodec
|
Thu, 30 Sep 2004 15:02:07 +0000 |
kabi |
* these vars could be either static or extern (compilation fix gcc-3.5)
libavcodec
|
Wed, 29 Sep 2004 23:12:16 +0000 |
michael |
broken mess removial
libavcodec
|
Tue, 28 Sep 2004 23:31:59 +0000 |
michael |
10l (wrong variable)
libavcodec
|
Tue, 28 Sep 2004 21:11:09 +0000 |
michael |
dont just resample half of the data sometimes
libavcodec
|
Tue, 28 Sep 2004 05:38:36 +0000 |
michael |
100l (signed vs. unsigend)
libavcodec
|
Tue, 28 Sep 2004 03:09:49 +0000 |
melanson |
support for Sierra Online audio files and Apple QuickDraw codec,
libavcodec
|
Tue, 28 Sep 2004 03:04:36 +0000 |
melanson |
if audio is PCM, push it through (sync is not perfect yet)
libavcodec
|
Mon, 27 Sep 2004 21:09:41 +0000 |
michael |
10l forgot to commit
libavcodec
|
Mon, 27 Sep 2004 19:47:17 +0000 |
michael |
move h264 idct to its own file and call via function pointer in DspContext
libavcodec
|
Mon, 27 Sep 2004 17:46:07 +0000 |
michael |
dont print "vop not coded" by default
libavcodec
|
Mon, 27 Sep 2004 11:50:56 +0000 |
michael |
lowres width/height cleanup 3rd try
libavcodec
|
Mon, 27 Sep 2004 10:06:10 +0000 |
michael |
lowres fixes for the parser
libavcodec
|
Mon, 27 Sep 2004 03:19:24 +0000 |
michael |
10l (segfault)
libavcodec
|
Mon, 27 Sep 2004 03:17:26 +0000 |
michael |
10l
libavcodec
|
Mon, 27 Sep 2004 02:39:55 +0000 |
michael |
set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0)
libavcodec
|
Sun, 26 Sep 2004 23:01:42 +0000 |
michael |
lowres chroma fix
libavcodec
|
Sun, 26 Sep 2004 21:28:31 +0000 |
michael |
lowres slice fix
libavcodec
|
Sun, 26 Sep 2004 17:36:53 +0000 |
michael |
porting optimizations from 4x4 dct to 8x8
libavcodec
|
Sun, 26 Sep 2004 16:33:39 +0000 |
michael |
optimizing 4x4 idct
libavcodec
|
Sun, 26 Sep 2004 13:03:43 +0000 |
michael |
lowres slice fix
libavcodec
|
Sun, 26 Sep 2004 11:05:35 +0000 |
michael |
low resolution interlaced support
libavcodec
|
Sun, 26 Sep 2004 10:01:40 +0000 |
michael |
1/8 resolution decoding
libavcodec
|
Sun, 26 Sep 2004 09:00:37 +0000 |
michael |
low resolution decoding fix
libavcodec
|
Sun, 26 Sep 2004 00:18:12 +0000 |
michael |
1/4 resolution decoding
libavcodec
|
Sat, 25 Sep 2004 23:18:58 +0000 |
michael |
1/2 resolution decoding
libavcodec
|
Sat, 25 Sep 2004 10:06:31 +0000 |
michael |
assertion when playing AVC/H.264 streams fix by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Sat, 25 Sep 2004 09:59:36 +0000 |
michael |
H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Fri, 24 Sep 2004 20:35:59 +0000 |
michael |
trellis quantization for h263(p)
libavcodec
|
Fri, 24 Sep 2004 18:12:43 +0000 |
michael |
unused
libavcodec
|
Fri, 24 Sep 2004 17:30:04 +0000 |
michael |
100l
libavcodec
|
Thu, 23 Sep 2004 22:20:17 +0000 |
rtognimp |
Zlib encoder: fix image orientation (was flipped), 100l in deflate error
libavcodec
|
Thu, 23 Sep 2004 12:20:41 +0000 |
michael |
merge predict_plane() with DWTELEM->8bit conversation (21% faster)
libavcodec
|
Thu, 23 Sep 2004 09:42:25 +0000 |
michael |
segfault fix by (Kostya <cannonball at bw-team dot com>)
libavcodec
|
Wed, 22 Sep 2004 05:04:18 +0000 |
romansh |
* simplification patch by Jeffrey Ryan Muizelaar
libavcodec
|
Tue, 21 Sep 2004 23:10:10 +0000 |
michael |
8 -> FRAC_BITS
libavcodec
|
Tue, 21 Sep 2004 17:37:28 +0000 |
alex |
Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet finished, but at least the picture can be recognized
libavcodec
|
Tue, 21 Sep 2004 17:31:46 +0000 |
alex |
greyscale decoding (option to skip u,v planes) support
libavcodec
|
Mon, 20 Sep 2004 13:47:47 +0000 |
michael |
check if the user specified timestamps are strictly monotone
libavcodec
|
Sun, 19 Sep 2004 16:38:54 +0000 |
michael |
av_rescale with user specified rounding
libavcodec
|
Sun, 19 Sep 2004 14:43:09 +0000 |
michael |
consistent use of types patch by (D Richard Felker III <dalias at aerifal dot cx>)
libavcodec
|
Fri, 17 Sep 2004 23:51:36 +0000 |
michael |
simplify getsymbol patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Fri, 17 Sep 2004 11:21:52 +0000 |
michael |
huffyuv writes to AVCodecContext.stats_out only once every 32 frames,
libavcodec
|
Fri, 17 Sep 2004 11:17:17 +0000 |
michael |
warning the user about possible incompatibilities
libavcodec
|
Fri, 17 Sep 2004 10:57:57 +0000 |
michael |
(non)interlaced huffyuv patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Thu, 16 Sep 2004 19:05:22 +0000 |
michael |
h264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau at caps-entreprise dot com>)
libavcodec
|
Thu, 16 Sep 2004 17:36:39 +0000 |
michael |
10l (scene change pict_type was wrong after coded_frame fix) patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Thu, 16 Sep 2004 03:31:41 +0000 |
melanson |
IBM Ultimotion video decoder, courtesy of Konstantin Shishkov
libavcodec
|
Wed, 15 Sep 2004 12:23:45 +0000 |
michael |
10l
libavcodec
|
Wed, 15 Sep 2004 01:55:04 +0000 |
michael |
per picture psnr
libavcodec
|
Wed, 15 Sep 2004 00:35:18 +0000 |
michael |
changing size segfault fix
libavcodec
|
Tue, 14 Sep 2004 18:35:03 +0000 |
michael |
comment fix
libavcodec
|
Tue, 14 Sep 2004 17:17:12 +0000 |
michael |
qprd + mpeg2 segfault fix
libavcodec
|
Tue, 14 Sep 2004 06:58:24 +0000 |
romansh |
* I was finally convinced. And besides, if err it's better to err with
libavcodec
|
Mon, 13 Sep 2004 21:20:55 +0000 |
rtognimp |
AVC (H264 in mp4 files, fourcc avc1) support
libavcodec
|
Mon, 13 Sep 2004 12:37:39 +0000 |
michael |
pre_cmp fix
libavcodec
|
Mon, 13 Sep 2004 03:27:53 +0000 |
michael |
H.261 decoder improvements
libavcodec
|
Sun, 12 Sep 2004 23:09:54 +0000 |
michael |
100l (forgot to set the 8x8 mc functions, so ME did use the mpeg ones ...)
libavcodec
|
Sun, 12 Sep 2004 21:32:36 +0000 |
michael |
use h264 MC code if possible
libavcodec
|
Sun, 12 Sep 2004 17:35:54 +0000 |
michael |
10l (gcc 2.95 compilation)
libavcodec
|
Sun, 12 Sep 2004 10:51:02 +0000 |
michael |
use pointer arithmetic in mc_block(), 25% faster
libavcodec
|
Fri, 10 Sep 2004 19:40:55 +0000 |
michael |
get/set_sr_golomb() cleanup
libavcodec
|
Fri, 10 Sep 2004 18:54:02 +0000 |
michael |
mess cleanup
libavcodec
|
Fri, 10 Sep 2004 15:38:14 +0000 |
alex |
put the warning to the right place to avoid crashes
libavcodec
|
Wed, 08 Sep 2004 18:49:12 +0000 |
michael |
h264_qpel8_hv_lowpass_mmx2/3dnow
libavcodec
|
Wed, 08 Sep 2004 18:25:45 +0000 |
michael |
h264_qpel4_hv_lowpass_mmx2/3dnow
libavcodec
|
Wed, 08 Sep 2004 17:59:22 +0000 |
alex |
new signed golomb routines
libavcodec
|
Wed, 08 Sep 2004 17:57:25 +0000 |
alex |
try to select w/h from tables
libavcodec
|
Wed, 08 Sep 2004 10:07:08 +0000 |
michael |
10l (wrong coded_picture)
libavcodec
|
Wed, 08 Sep 2004 00:52:49 +0000 |
michael |
optimization
libavcodec
|
Tue, 07 Sep 2004 22:56:50 +0000 |
michael |
optimization
libavcodec
|
Tue, 07 Sep 2004 17:22:37 +0000 |
michael |
optimization
libavcodec
|
Tue, 07 Sep 2004 01:48:45 +0000 |
michael |
h264 luma motion compensation in mmx2/3dnow
libavcodec
|
Mon, 06 Sep 2004 10:32:47 +0000 |
michael |
useless
libavcodec
|
Mon, 06 Sep 2004 03:17:31 +0000 |
michael |
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
libavcodec
|
Sun, 05 Sep 2004 21:46:16 +0000 |
michael |
20% faster predict_plane()
libavcodec
|
Sat, 04 Sep 2004 11:19:37 +0000 |
alex |
more decorrelation types
libavcodec
|
Fri, 03 Sep 2004 02:32:39 +0000 |
michael |
Always write VOL control parameters, needed by old xvid patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Thu, 02 Sep 2004 18:46:41 +0000 |
michael |
typo
libavcodec
|
Thu, 02 Sep 2004 15:46:03 +0000 |
michael |
optional non spec compliant optimizations for mpeg1
libavcodec
|
Thu, 02 Sep 2004 15:30:46 +0000 |
michael |
optional non spec compliant optimizations
libavcodec
|
Thu, 02 Sep 2004 10:49:54 +0000 |
michael |
h264 deblocking crash patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Tue, 31 Aug 2004 16:28:49 +0000 |
michael |
10l (keyframes and context resets)
libavcodec
|
Sat, 28 Aug 2004 14:24:48 +0000 |
michael |
cleanup
libavcodec
|
Sat, 28 Aug 2004 14:08:50 +0000 |
michael |
10l
libavcodec
|
Sat, 28 Aug 2004 12:28:53 +0000 |
melanson |
8-bit mode corrections
libavcodec
|
Fri, 27 Aug 2004 21:16:51 +0000 |
michael |
merge decode_subband() and dequantize()
libavcodec
|
Fri, 27 Aug 2004 20:33:16 +0000 |
michael |
11% faster decode_subband()
libavcodec
|
Fri, 27 Aug 2004 20:15:32 +0000 |
michael |
5% faster decode_subband()
libavcodec
|
Fri, 27 Aug 2004 19:52:32 +0000 |
michael |
46% faster decode_subband()
libavcodec
|
Fri, 27 Aug 2004 01:06:58 +0000 |
michael |
50% faster decode_subband()
libavcodec
|
Thu, 26 Aug 2004 22:46:15 +0000 |
michael |
yuv median encoding 10l fix
libavcodec
|
Thu, 26 Aug 2004 20:04:54 +0000 |
michael |
quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, but can be extended to other block sizes easily)
libavcodec
|
Wed, 25 Aug 2004 22:35:04 +0000 |
michael |
typo fix by (Marcin 'Morgoth' Kurek <morgoth6 at box43 dot pl>)
libavcodec
|
Wed, 25 Aug 2004 00:26:01 +0000 |
michael |
edge bugfix
libavcodec
|
Wed, 25 Aug 2004 00:01:34 +0000 |
michael |
bsd patch by (Bohdan Horst <nexus at irc dot pl>)
libavcodec
|
Tue, 24 Aug 2004 16:33:55 +0000 |
michael |
lrintf emulation improvments
libavcodec
|
Sun, 22 Aug 2004 17:16:03 +0000 |
michael |
4x4 SSE compare function
libavcodec
|
Sun, 22 Aug 2004 12:40:57 +0000 |
alex |
ffmpeg short conversion got fixed somewhere, no need to workaround it - fixes amplitude bug
libavcodec
|
Sat, 21 Aug 2004 19:19:35 +0000 |
alex |
new opensource lossy/lossless audio codec based on speech compression techniques (actually based on bonk)
libavcodec
|
Sat, 21 Aug 2004 19:18:45 +0000 |
alex |
new copyrights
libavcodec
|
Thu, 19 Aug 2004 19:01:40 +0000 |
michael |
k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)
libavcodec
|
Thu, 19 Aug 2004 10:55:48 +0000 |
michael |
enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
libavcodec
|
Wed, 18 Aug 2004 22:10:39 +0000 |
michael |
copy & paste bug
libavcodec
|
Tue, 17 Aug 2004 10:41:15 +0000 |
michael |
more untested bigendian fixes
libavcodec
|
Tue, 17 Aug 2004 09:57:56 +0000 |
michael |
big endian fix (untested)
libavcodec
|
Mon, 16 Aug 2004 22:51:18 +0000 |
michael |
cleanup
libavcodec
|
Mon, 16 Aug 2004 22:48:05 +0000 |
michael |
Get H.264 frame rate from SPS/VUI patch by (Mns Rullgrd <mru at kth dot se>)
libavcodec
|
Mon, 16 Aug 2004 01:25:52 +0000 |
michael |
get_bits(32) fix
libavcodec
|
Sat, 14 Aug 2004 22:51:24 +0000 |
melanson |
build++
libavcodec
|
Sat, 14 Aug 2004 15:18:49 +0000 |
michael |
10l (lrintf(a)+b vs. lrintf(a+b))
libavcodec
|
Sat, 14 Aug 2004 15:08:09 +0000 |
melanson |
TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov
libavcodec
|
Fri, 13 Aug 2004 15:30:42 +0000 |
michael |
Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>)
libavcodec
|
Fri, 13 Aug 2004 14:40:33 +0000 |
michael |
minor optimization
libavcodec
|
Fri, 13 Aug 2004 13:59:28 +0000 |
michael |
user overrideable level & profile
libavcodec
|
Thu, 12 Aug 2004 23:36:48 +0000 |
michael |
give the user a chance to override codec_tag
libavcodec
|
Wed, 11 Aug 2004 19:32:34 +0000 |
michael |
10l (dont store 2 different things at the same place ...)
libavcodec
|
Tue, 03 Aug 2004 02:34:50 +0000 |
michael |
cleanup
libavcodec
|
Tue, 03 Aug 2004 01:50:52 +0000 |
michael |
segfault fix
libavcodec
|
Tue, 03 Aug 2004 01:07:19 +0000 |
michael |
10l (segfault)
libavcodec
|
Mon, 02 Aug 2004 19:09:28 +0000 |
michael |
lossless support
libavcodec
|
Mon, 02 Aug 2004 18:01:03 +0000 |
michael |
cleanup
libavcodec
|
Mon, 02 Aug 2004 17:53:57 +0000 |
michael |
improved magnitude coding, 0.2% lower bitrate (foreman@352x288 qscale 1 and 8)
libavcodec
|
Mon, 02 Aug 2004 13:03:58 +0000 |
michael |
fix one file, will probably break some others but i cant find any samples which need this ...
libavcodec
|
Mon, 02 Aug 2004 10:42:21 +0000 |
michael |
simpler delta decreasing algorithm patch by (Jeff Muizelaar <jrmuizel at student dot cs dot uwaterloo dot ca>)
libavcodec
|
Mon, 02 Aug 2004 01:06:55 +0000 |
michael |
cleanup
libavcodec
|
Mon, 02 Aug 2004 01:03:52 +0000 |
michael |
various subband encoders (all either worse or complicated so they are commented out)
libavcodec
|
Fri, 30 Jul 2004 11:12:47 +0000 |
michael |
raise build number for the snow
libavcodec
|
Wed, 28 Jul 2004 10:13:45 +0000 |
michael |
svq1 mv array size fix
libavcodec
|
Wed, 28 Jul 2004 01:35:29 +0000 |
michael |
1/0 fix
libavcodec
|
Wed, 28 Jul 2004 00:09:03 +0000 |
michael |
dont segfault without -strict -1
libavcodec
|
Tue, 27 Jul 2004 17:38:53 +0000 |
michael |
optimize quantizaton (about 3x faster)
libavcodec
|
Tue, 27 Jul 2004 17:02:31 +0000 |
michael |
cleanup
libavcodec
|
Tue, 27 Jul 2004 13:40:16 +0000 |
michael |
use parent sample to predict significance & magnitude
libavcodec
|
Tue, 27 Jul 2004 11:09:41 +0000 |
michael |
realloc(NULL) fix
libavcodec
|
Tue, 27 Jul 2004 09:44:57 +0000 |
michael |
log2() & bsd
libavcodec
|
Tue, 27 Jul 2004 02:52:16 +0000 |
melanson |
well that does not need to be there anymore
libavcodec
|
Tue, 27 Jul 2004 01:30:44 +0000 |
michael |
better context model (0.2-1% lower bitrate)
libavcodec
|
Mon, 26 Jul 2004 16:49:00 +0000 |
michael |
argh
libavcodec
|
Mon, 26 Jul 2004 16:39:01 +0000 |
michael |
Add UYVY support to libavcodec/raw.c patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
libavcodec
|
Mon, 26 Jul 2004 16:36:36 +0000 |
michael |
libdts support improvements by (Aurelien Jacobs)
libavcodec
|
Mon, 26 Jul 2004 15:52:55 +0000 |
michael |
TIMER dummies for non-x86
libavcodec
|
Mon, 26 Jul 2004 13:31:48 +0000 |
michael |
typo
libavcodec
|
Sun, 25 Jul 2004 23:36:44 +0000 |
michael |
my experimental wavelet codec
libavcodec
|
Sun, 25 Jul 2004 10:01:36 +0000 |
michael |
UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
libavcodec
|
Fri, 23 Jul 2004 20:10:44 +0000 |
romansh |
* patch from James Morrison (getting rid of broken code)
libavcodec
|
Thu, 22 Jul 2004 18:55:36 +0000 |
michael |
make comments doxygen compatible
libavcodec
|
Thu, 22 Jul 2004 10:23:28 +0000 |
michael |
- Support empty GOB's (no mb's) and skip all mb's
libavcodec
|
Wed, 21 Jul 2004 01:21:06 +0000 |
michael |
raw rgb support
libavcodec
|
Tue, 20 Jul 2004 17:13:08 +0000 |
michael |
miscalculation of header_bits when using the -thread option bugfix, patch by (Christophe Massiot <cmassiot at freebox dot fr>)
libavcodec
|
Fri, 16 Jul 2004 19:48:30 +0000 |
michael |
XviD Support patch by (Adam Thayer <krevnik at comcast dot net>)
libavcodec
|
Fri, 16 Jul 2004 18:36:39 +0000 |
michael |
Avoid segfault on ffmpeg "buffer flush" in mpeg12.c patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
libavcodec
|
Fri, 16 Jul 2004 01:54:07 +0000 |
michael |
10l and better MMX/SSE detection for VIA1000
libavcodec
|
Thu, 15 Jul 2004 15:14:13 +0000 |
michael |
moving Doxyfile from ffmpeg/libavcodec to ffmpeg
libavcodec
|
Thu, 15 Jul 2004 14:06:39 +0000 |
michael |
more comments
libavcodec
|
Wed, 14 Jul 2004 20:23:35 +0000 |
michael |
remove dts_internal.h
libavcodec
|
Wed, 14 Jul 2004 18:23:49 +0000 |
michael |
simplify
libavcodec
|
Wed, 14 Jul 2004 02:53:42 +0000 |
michael |
more info about why init failed
libavcodec
|
Wed, 14 Jul 2004 01:32:14 +0000 |
michael |
libdts support by (Benjamin Zores <ben at geexbox dot org>)
libavcodec
|
Sat, 10 Jul 2004 23:22:47 +0000 |
mellum |
Don't include config.h from assembly, because the mplayer developers
libavcodec
|
Sat, 10 Jul 2004 16:24:11 +0000 |
michael |
buglet in libpostproc Makefile patch by (Brendan Kehoe <brendan at zen dot org>)
libavcodec
|
Fri, 09 Jul 2004 22:29:08 +0000 |
michael |
1000000l
libavcodec
|
Fri, 09 Jul 2004 21:55:10 +0000 |
michael |
field pic timestamp fix
libavcodec
|
Fri, 09 Jul 2004 12:49:55 +0000 |
michael |
update version for next release
libavcodec
|
Thu, 08 Jul 2004 10:46:28 +0000 |
michael |
av_resample_close in avcodec.h patch by ("William Juwono" <william.juwono at sensestream dot com>)
libavcodec
|
Thu, 08 Jul 2004 00:53:21 +0000 |
michael |
overread fix
libavcodec
|
Tue, 06 Jul 2004 12:27:36 +0000 |
michael |
dc_precission=11 fix
libavcodec
|
Mon, 05 Jul 2004 19:19:04 +0000 |
michael |
ugly missing lrintf workaround by ("Steven M. Schultz" <sms at 2bsd dot com>)
libavcodec
|
Mon, 05 Jul 2004 02:21:38 +0000 |
michael |
shape-adaptive diamond + prediction crash patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Thu, 01 Jul 2004 12:33:07 +0000 |
michael |
10l
libavcodec
|
Wed, 30 Jun 2004 23:12:21 +0000 |
michael |
10l (fixes delayed frames during encoding)
libavcodec
|
Wed, 30 Jun 2004 22:39:01 +0000 |
michael |
1000l
libavcodec
|
Wed, 30 Jun 2004 14:15:31 +0000 |
michael |
various resampling fixes
libavcodec
|
Wed, 30 Jun 2004 14:10:17 +0000 |
michael |
forgotten
libavcodec
|
Wed, 30 Jun 2004 12:05:35 +0000 |
michael |
timestamp duplication bugfix
libavcodec
|
Sun, 27 Jun 2004 16:06:15 +0000 |
rtognimp |
Ignore palette for grayscale files, all my samples are inverted with
libavcodec
|
Sun, 27 Jun 2004 14:46:02 +0000 |
rtognimp |
Paletted cvid support
libavcodec
|
Sun, 27 Jun 2004 11:07:05 +0000 |
rtognimp |
Force alignement for rpza and smc
libavcodec
|
Sun, 27 Jun 2004 11:06:30 +0000 |
rtognimp |
fix for width or height not multiple of 4
libavcodec
|
Sat, 26 Jun 2004 15:00:26 +0000 |
alex |
unused
libavcodec
|
Sat, 26 Jun 2004 10:35:55 +0000 |
alex |
altivec workaround
libavcodec
|
Sat, 26 Jun 2004 10:09:58 +0000 |
alex |
warning fix
libavcodec
|
Sat, 26 Jun 2004 10:09:42 +0000 |
alex |
some debug
libavcodec
|
Sat, 26 Jun 2004 10:09:19 +0000 |
alex |
skip_utf8, unused yet
libavcodec
|
Sat, 26 Jun 2004 10:08:49 +0000 |
alex |
make the tables static
libavcodec
|
Sat, 26 Jun 2004 09:52:16 +0000 |
alex |
10l, non-x86 fix
libavcodec
|
Sat, 26 Jun 2004 02:20:38 +0000 |
michael |
support skiping of mb rows during decoding
libavcodec
|
Fri, 25 Jun 2004 19:14:23 +0000 |
michael |
use libmpeg2 idct to decode xvid videos unless the user forced some other idct
libavcodec
|
Fri, 25 Jun 2004 14:11:44 +0000 |
michael |
optimization
libavcodec
|
Thu, 24 Jun 2004 22:13:44 +0000 |
michael |
transmeta crusoe mmx detection by "Nobody/Anonymous - nobody" / sf feature request tracker
libavcodec
|
Tue, 22 Jun 2004 21:14:01 +0000 |
michael |
flush audio encoder buffers at the end
libavcodec
|
Mon, 21 Jun 2004 01:01:44 +0000 |
michael |
increase size of crop table
libavcodec
|
Sun, 20 Jun 2004 19:13:07 +0000 |
rtognimp |
100l fix codebook usage for v1 vectors
libavcodec
|
Sat, 19 Jun 2004 01:25:02 +0000 |
michael |
1000l to myself for FFMIN(...,0) instead of ...,6)
libavcodec
|
Sat, 19 Jun 2004 01:14:13 +0000 |
michael |
1000l to the ffsvq3 author, our default bitstream reader is only guranteed to be able to read 25bit at a time
libavcodec
|
Sat, 19 Jun 2004 00:10:21 +0000 |
michael |
segfault fix
libavcodec
|
Fri, 18 Jun 2004 13:11:15 +0000 |
michael |
100l
libavcodec
|
Fri, 18 Jun 2004 02:45:09 +0000 |
michael |
10l
libavcodec
|
Thu, 17 Jun 2004 16:34:46 +0000 |
michael |
avoid useless normalization and 10l fix
libavcodec
|
Thu, 17 Jun 2004 15:43:23 +0000 |
michael |
polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample filters
libavcodec
|
Wed, 16 Jun 2004 02:53:12 +0000 |
melanson |
cut-n-paste error slipped through the cracks... thanks to DJ Hartman for
libavcodec
|
Mon, 14 Jun 2004 23:41:41 +0000 |
michael |
coefficient saturation fix
libavcodec
|
Mon, 14 Jun 2004 16:18:04 +0000 |
michael |
fewer overflows
libavcodec
|
Sun, 13 Jun 2004 23:40:54 +0000 |
melanson |
warning vigilance
libavcodec
|
Sun, 13 Jun 2004 00:10:07 +0000 |
melanson |
the ongoing struggle for encoding conditionals
libavcodec
|
Sat, 12 Jun 2004 16:51:15 +0000 |
iive |
better cbp handling and small speedup in mpeg12
libavcodec
|
Fri, 11 Jun 2004 21:12:46 +0000 |
michael |
chroma me fix
libavcodec
|
Fri, 11 Jun 2004 07:59:12 +0000 |
iive |
mpeg2 chroma422/444 support, may be slower, may be faster for other codecs
libavcodec
|
Fri, 11 Jun 2004 02:24:08 +0000 |
melanson |
fix initialization bug in which execution overwrites essential data
libavcodec
|
Thu, 10 Jun 2004 22:56:43 +0000 |
michael |
clip input motion vectors
libavcodec
|
Thu, 10 Jun 2004 04:13:43 +0000 |
melanson |
attempt to create some separation in the FLAC system with respect to
libavcodec
|
Wed, 09 Jun 2004 01:57:47 +0000 |
michael |
make ffmpeg/libavcodec/liba52/crc.c compile on systems where no inttypes.h patch by (Chip <szarlada at freemail dot hu>)
libavcodec
|
Tue, 08 Jun 2004 17:01:17 +0000 |
michael |
gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>)
libavcodec
|
Tue, 08 Jun 2004 02:41:41 +0000 |
michael |
hadamard/AltiVec: fix to compiler fix, again by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Tue, 08 Jun 2004 02:13:44 +0000 |
michael |
sse8 and nsse in mmx
libavcodec
|
Mon, 07 Jun 2004 17:30:02 +0000 |
michael |
nsse weight
libavcodec
|
Mon, 07 Jun 2004 03:23:31 +0000 |
michael |
noise preserving sum of squares comparission function
libavcodec
|
Sun, 06 Jun 2004 20:15:53 +0000 |
michael |
fix normalization
libavcodec
|
Sun, 06 Jun 2004 19:44:05 +0000 |
michael |
sanity checks
libavcodec
|
Sun, 06 Jun 2004 13:46:50 +0000 |
michael |
cubic filter instead of truncated sinc
libavcodec
|
Sun, 06 Jun 2004 03:52:42 +0000 |
michael |
Building with faad2-cvs fix by ("Steven M. Schultz" <sms at 2bsd dot com>)
libavcodec
|
Sun, 06 Jun 2004 03:45:53 +0000 |
michael |
optional and disabled by default memalign hack for SSE/SSE2 on that alternative OS
libavcodec
|
Sat, 05 Jun 2004 22:36:43 +0000 |
michael |
sample_rate and channels in aac audio patch by (Luca Abeni <lucabe72 at email dot it>)
libavcodec
|
Sat, 05 Jun 2004 22:33:47 +0000 |
michael |
mini-fix for compatibility with other compilers by (Hauke Duden <H.NS.Duden at gmx dot net>)
libavcodec
|
Sat, 05 Jun 2004 22:29:37 +0000 |
michael |
avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels8_altivec, hadamard fix by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Sat, 05 Jun 2004 22:26:03 +0000 |
michael |
hadamard/AltiVec: fix to compiler fix by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Sat, 05 Jun 2004 22:23:55 +0000 |
michael |
remove AltiVec.linux warning patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Sat, 05 Jun 2004 18:10:23 +0000 |
michael |
qscale + qprd fix
libavcodec
|
Thu, 03 Jun 2004 19:29:47 +0000 |
michael |
change qscale -> lambda for the motion estimation
libavcodec
|
Thu, 03 Jun 2004 14:17:59 +0000 |
michael |
infinite loop fix
libavcodec
|
Tue, 01 Jun 2004 11:53:03 +0000 |
michael |
remove stupid YV12-huffyuv warning
libavcodec
|
Mon, 31 May 2004 23:44:02 +0000 |
michael |
10l fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
libavcodec
|
Mon, 31 May 2004 20:18:08 +0000 |
rtognimp |
Add support for qtrle4 (16 colors/gray levels)
libavcodec
|
Mon, 31 May 2004 00:42:55 +0000 |
michael |
h261 dequant fix
libavcodec
|
Sun, 30 May 2004 22:29:15 +0000 |
michael |
removing h263 specific code
libavcodec
|
Sun, 30 May 2004 21:39:38 +0000 |
michael |
simplify
libavcodec
|
Sun, 30 May 2004 21:21:13 +0000 |
michael |
rewrite h261 loop filter
libavcodec
|
Sun, 30 May 2004 20:37:15 +0000 |
michael |
h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>)
libavcodec
|
Sun, 30 May 2004 01:53:43 +0000 |
michael |
Another (final?) patch for libpostproc.
libavcodec
|
Sat, 29 May 2004 15:16:52 +0000 |
michael |
export low_delay for encoding too
libavcodec
|
Fri, 28 May 2004 13:31:38 +0000 |
michael |
Newer version, using a vectorized version of the
libavcodec
|
Fri, 28 May 2004 13:23:53 +0000 |
michael |
per line lowpass filter in mmx
libavcodec
|
Thu, 27 May 2004 21:42:00 +0000 |
michael |
mmx optimized version of the per line/accurate deblock filter
libavcodec
|
Thu, 27 May 2004 16:16:09 +0000 |
michael |
faster c lowpass filter
libavcodec
|
Thu, 27 May 2004 15:57:20 +0000 |
michael |
accurate/slow (per line instead of per block) deblock filter spport which is identical to what is recommanded in the mpeg4 spec
libavcodec
|
Wed, 26 May 2004 20:15:15 +0000 |
michael |
altivec optimizations and horizontal filter fix by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Wed, 26 May 2004 20:04:49 +0000 |
michael |
10l fixes by ("Debabrata Banerjee" <davatar at comcast dot net>)
libavcodec
|
Wed, 26 May 2004 19:42:00 +0000 |
michael |
10l (interlaced b frame decoding fix)
libavcodec
|
Wed, 26 May 2004 02:42:41 +0000 |
melanson |
rpza resolution fix, courtesy of Todd Kirby (doubleshot at pacbell.net)
libavcodec
|
Tue, 25 May 2004 18:17:25 +0000 |
michael |
avcodec_find is in no header file, and appearently not used or very usefull so lets make it static ...
libavcodec
|
Tue, 25 May 2004 18:07:25 +0000 |
michael |
warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
libavcodec
|
Sun, 23 May 2004 01:10:15 +0000 |
michael |
mpeg audio timestamp fix
libavcodec
|
Fri, 21 May 2004 14:40:35 +0000 |
michael |
more data_size=0 cleanup
libavcodec
|
Fri, 21 May 2004 14:37:16 +0000 |
michael |
data_size = 0 cleanup
libavcodec
|
Fri, 21 May 2004 14:29:25 +0000 |
michael |
oops, forgot to commit that change from the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
libavcodec
|
Fri, 21 May 2004 13:44:03 +0000 |
michael |
forgotten prototypes
libavcodec
|
Tue, 18 May 2004 17:23:49 +0000 |
michael |
rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot be>)
libavcodec
|
Tue, 18 May 2004 17:09:46 +0000 |
michael |
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
libavcodec
|
Tue, 18 May 2004 01:53:43 +0000 |
romansh |
* reimplementation using mutexes and condition variables.
libavcodec
|
Thu, 13 May 2004 19:08:39 +0000 |
michael |
mention avcodec_align_dimensions()
libavcodec
|
Wed, 12 May 2004 21:34:38 +0000 |
michael |
removing unused encoding code
libavcodec
|
Wed, 12 May 2004 16:00:44 +0000 |
michael |
automatic pixel format selection
libavcodec
|
Wed, 12 May 2004 02:50:48 +0000 |
michael |
segfault fix
libavcodec
|
Wed, 12 May 2004 02:19:12 +0000 |
michael |
support skiped blocks in SVQ1
libavcodec
|
Wed, 12 May 2004 02:03:24 +0000 |
michael |
motion estimation for SVQ1
libavcodec
|
Tue, 11 May 2004 12:24:42 +0000 |
michael |
UINT64_MAX fix
libavcodec
|
Tue, 11 May 2004 01:38:46 +0000 |
michael |
moving motion estimation specific variables from MpegEncContext -> MotionEstContext
libavcodec
|
Tue, 11 May 2004 00:58:08 +0000 |
michael |
reduce dependancy between motion estimation and MpegEncContext
libavcodec
|
Mon, 10 May 2004 23:38:53 +0000 |
michael |
dummy avcodec_thread_init() to avoid linking issues
libavcodec
|
Sun, 09 May 2004 15:50:08 +0000 |
michael |
p frame encoding, only with 0,0 motion vectors yet though
libavcodec
|
Sat, 08 May 2004 14:15:45 +0000 |
michael |
using pointers so the code could eventually be used for P frames
libavcodec
|
Sat, 08 May 2004 11:54:55 +0000 |
michael |
width height %64 != 0 fix
libavcodec
|
Fri, 07 May 2004 21:34:33 +0000 |
rtognimp |
buffer hints, use reget_buffer, removed copy from previous frame
libavcodec
|
Fri, 07 May 2004 21:10:52 +0000 |
michael |
color and 10l
libavcodec
|
Fri, 07 May 2004 20:30:52 +0000 |
michael |
rate distorted intra only encoding
libavcodec
|
Fri, 07 May 2004 14:57:05 +0000 |
michael |
10l
libavcodec
|
Fri, 07 May 2004 03:10:11 +0000 |
melanson |
first pass at a Sorenson Video 1 (SVQ1) encoder
libavcodec
|
Wed, 05 May 2004 19:53:40 +0000 |
michael |
support decoding mpeg4 with buggy dc clipping
libavcodec
|
Wed, 05 May 2004 00:14:22 +0000 |
michael |
mpeg4 dc prediction simplification
libavcodec
|
Tue, 04 May 2004 02:58:30 +0000 |
michael |
use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 64*32/32
libavcodec
|
Tue, 04 May 2004 02:51:18 +0000 |
michael |
arbitrary precision integer support
libavcodec
|
Sun, 02 May 2004 20:01:39 +0000 |
rtognimp |
Add buffer hints, enable DR1
libavcodec
|
Sun, 02 May 2004 19:18:20 +0000 |
michael |
cleanup
libavcodec
|
Fri, 30 Apr 2004 19:53:54 +0000 |
michael |
mmx dct optimization
libavcodec
|
Fri, 30 Apr 2004 18:56:33 +0000 |
michael |
AMV bug workaround
libavcodec
|
Fri, 30 Apr 2004 18:11:34 +0000 |
michael |
simplify
libavcodec
|
Fri, 30 Apr 2004 18:09:24 +0000 |
michael |
dont missuse assert()
libavcodec
|
Fri, 30 Apr 2004 17:42:58 +0000 |
michael |
cleanup & memleak fix
libavcodec
|
Fri, 30 Apr 2004 16:06:20 +0000 |
michael |
10000l
libavcodec
|
Fri, 30 Apr 2004 13:44:29 +0000 |
michael |
intra_dc_precission>0 encoding support
libavcodec
|
Fri, 30 Apr 2004 01:35:45 +0000 |
michael |
10l
libavcodec
|
Thu, 29 Apr 2004 23:20:46 +0000 |
iive |
cola test
libavcodec
|
Thu, 29 Apr 2004 22:12:29 +0000 |
michael |
10l
libavcodec
|
Thu, 29 Apr 2004 14:21:33 +0000 |
michael |
remove duplicated find_frame_end() code
libavcodec
|
Thu, 29 Apr 2004 03:33:34 +0000 |
michael |
>2 channels decoding fix
libavcodec
|
Tue, 27 Apr 2004 13:50:41 +0000 |
michael |
simplify
libavcodec
|
Tue, 27 Apr 2004 04:06:24 +0000 |
melanson |
move the 0x80 vector outside of the function, thus saving the compiler
libavcodec
|
Tue, 27 Apr 2004 03:58:06 +0000 |
melanson |
separate out put_signed_pixels_clamped() into its own function and
libavcodec
|
Mon, 26 Apr 2004 21:46:01 +0000 |
michael |
H.263 MCBPC fix
libavcodec
|
Mon, 26 Apr 2004 09:43:55 +0000 |
alex |
avoid macro conflicts
libavcodec
|
Mon, 26 Apr 2004 08:51:56 +0000 |
alex |
disable hadamard for gcc below 3.3 - better fix awaited
libavcodec
|
Mon, 26 Apr 2004 08:48:28 +0000 |
alex |
use the AVV macro from gcc_fixes.h instead ifdefs
libavcodec
|
Mon, 26 Apr 2004 08:30:56 +0000 |
alex |
100l, and another one because it boils out with ICE under gcc 3.2.3
libavcodec
|
Mon, 26 Apr 2004 00:33:59 +0000 |
melanson |
yes, that's nice...
libavcodec
|
Mon, 26 Apr 2004 00:20:29 +0000 |
melanson |
reorganize and simplify the VP3 IDCT stuff
libavcodec
|
Sun, 25 Apr 2004 19:03:35 +0000 |
michael |
fix decoding with quant matrixes which contain elements <16
libavcodec
|
Sun, 25 Apr 2004 16:14:13 +0000 |
michael |
rv10 decoding fix
libavcodec
|
Sun, 25 Apr 2004 04:06:09 +0000 |
melanson |
move __align16 some place where non-MMX machines can see it
libavcodec
|
Sun, 25 Apr 2004 03:38:30 +0000 |
melanson |
hush...
libavcodec
|
Sun, 25 Apr 2004 03:33:30 +0000 |
melanson |
hook up support for SSE2-optimized VP3 IDCT
libavcodec
|
Sun, 25 Apr 2004 03:30:19 +0000 |
melanson |
add selected SSE2 ASM macros
libavcodec
|
Sun, 25 Apr 2004 03:29:10 +0000 |
melanson |
SSE2-optimized variant of VP3 IDCT
libavcodec
|
Sun, 25 Apr 2004 03:26:24 +0000 |
melanson |
correct MMX-optimized variant of VP3 IDCT, with comments (thank you
libavcodec
|
Sun, 25 Apr 2004 02:09:47 +0000 |
michael |
support reusing mb types and field select values of the source file, but use motion vectors just as additional predictors
libavcodec
|
Sat, 24 Apr 2004 19:30:49 +0000 |
melanson |
add the minimal documentation to make this decoder useful
libavcodec
|
Sat, 24 Apr 2004 15:23:50 +0000 |
michael |
License change and cpu detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>)
libavcodec
|
Sat, 24 Apr 2004 15:16:23 +0000 |
michael |
vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>)
libavcodec
|
Sat, 24 Apr 2004 11:51:38 +0000 |
michael |
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
libavcodec
|
Sat, 24 Apr 2004 03:43:43 +0000 |
michael |
sanity checks
libavcodec
|
Sat, 24 Apr 2004 03:36:37 +0000 |
michael |
minor motion estimation cleanup
libavcodec
|
Sat, 24 Apr 2004 03:02:40 +0000 |
michael |
libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer)
libavcodec
|
Sat, 24 Apr 2004 02:02:54 +0000 |
romansh |
* Enabling UltraSparc stuff wit _SPARC64
libavcodec
|
Fri, 23 Apr 2004 23:38:54 +0000 |
michael |
VIS optimized motion compensation code. by (David S. Miller <davem at redhat dot com>)
libavcodec
|
Fri, 23 Apr 2004 21:17:31 +0000 |
michael |
sanity check
libavcodec
|
Fri, 23 Apr 2004 19:44:27 +0000 |
michael |
h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
Fri, 23 Apr 2004 19:36:52 +0000 |
michael |
h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
Fri, 23 Apr 2004 19:06:30 +0000 |
michael |
reuse motion vectors/mb types/field select values of the source video, if the SSE for a macroblock which is predicted with these values is below me_threshold
libavcodec
|
Thu, 22 Apr 2004 23:15:24 +0000 |
michael |
RSHIFT(x,0) fix
libavcodec
|
Thu, 22 Apr 2004 21:41:08 +0000 |
michael |
corrupted field pictures segfault fix
libavcodec
|
Thu, 22 Apr 2004 20:56:29 +0000 |
michael |
10l (segfault fix)
libavcodec
|
Thu, 22 Apr 2004 13:21:59 +0000 |
michael |
better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Thu, 22 Apr 2004 03:31:29 +0000 |
michael |
motion estimation cleanup
libavcodec
|
Tue, 20 Apr 2004 17:05:12 +0000 |
michael |
hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Mon, 19 Apr 2004 03:33:23 +0000 |
michael |
exporting field_select/ref_index values
libavcodec
|
Sun, 18 Apr 2004 18:30:05 +0000 |
michael |
fix y scale of mv vissualization of interlaced MVs
libavcodec
|
Sun, 18 Apr 2004 17:46:52 +0000 |
michael |
fix exported motion vectors
libavcodec
|
Sat, 17 Apr 2004 19:41:49 +0000 |
michael |
passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like motion vectors can be passed from the decoder to the encoder
libavcodec
|
Sat, 17 Apr 2004 13:36:21 +0000 |
michael |
flv dropable p frame support
libavcodec
|
Fri, 16 Apr 2004 18:50:30 +0000 |
michael |
seems wmv8 doesnt use intra-inter prediction
libavcodec
|
Fri, 16 Apr 2004 12:47:37 +0000 |
michael |
forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Fri, 16 Apr 2004 01:48:05 +0000 |
michael |
fixed buffering for low bitrates patch by (Hauke Duden <H.NS.Duden at gmx dot net>)
libavcodec
|
Fri, 16 Apr 2004 01:29:35 +0000 |
michael |
t/dprintf printf -> av_log
libavcodec
|
Fri, 16 Apr 2004 01:02:39 +0000 |
michael |
segfault fix
libavcodec
|
Fri, 16 Apr 2004 01:01:45 +0000 |
michael |
unify table indexing (motion_val,dc_val,ac_val,coded_block changed)
libavcodec
|
Wed, 14 Apr 2004 13:13:31 +0000 |
kabi |
* removed config.h
libavcodec
|
Tue, 13 Apr 2004 13:17:35 +0000 |
michael |
assert(time_incr >= 0) so its clear that this MUST be the case
libavcodec
|
Sun, 11 Apr 2004 16:28:31 +0000 |
michael |
progressive P frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|