2004-05-30 |
michael |
removing h263 specific code
libavcodec
|
2004-05-30 |
michael |
simplify
libavcodec
|
2004-05-30 |
michael |
rewrite h261 loop filter
libavcodec
|
2004-05-30 |
michael |
h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>)
libavcodec
|
2004-05-30 |
michael |
Another (final?) patch for libpostproc.
libavcodec
|
2004-05-29 |
michael |
export low_delay for encoding too
libavcodec
|
2004-05-28 |
michael |
Newer version, using a vectorized version of the
libavcodec
|
2004-05-28 |
michael |
per line lowpass filter in mmx
libavcodec
|
2004-05-27 |
michael |
mmx optimized version of the per line/accurate deblock filter
libavcodec
|
2004-05-27 |
michael |
faster c lowpass filter
libavcodec
|
2004-05-27 |
michael |
accurate/slow (per line instead of per block) deblock filter spport which is identical to what is recommanded in the mpeg4 spec
libavcodec
|
2004-05-26 |
michael |
altivec optimizations and horizontal filter fix by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
2004-05-26 |
michael |
10l fixes by ("Debabrata Banerjee" <davatar at comcast dot net>)
libavcodec
|
2004-05-26 |
michael |
10l (interlaced b frame decoding fix)
libavcodec
|
2004-05-26 |
melanson |
rpza resolution fix, courtesy of Todd Kirby (doubleshot at pacbell.net)
libavcodec
|
2004-05-25 |
michael |
avcodec_find is in no header file, and appearently not used or very usefull so lets make it static ...
libavcodec
|
2004-05-25 |
michael |
warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
libavcodec
|
2004-05-23 |
michael |
mpeg audio timestamp fix
libavcodec
|
2004-05-21 |
michael |
more data_size=0 cleanup
libavcodec
|
2004-05-21 |
michael |
data_size = 0 cleanup
libavcodec
|
2004-05-21 |
michael |
oops, forgot to commit that change from the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
libavcodec
|
2004-05-21 |
michael |
forgotten prototypes
libavcodec
|
2004-05-18 |
michael |
rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot be>)
libavcodec
|
2004-05-18 |
michael |
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
libavcodec
|
2004-05-18 |
romansh |
* reimplementation using mutexes and condition variables.
libavcodec
|
2004-05-13 |
michael |
mention avcodec_align_dimensions()
libavcodec
|
2004-05-12 |
michael |
removing unused encoding code
libavcodec
|
2004-05-12 |
michael |
automatic pixel format selection
libavcodec
|
2004-05-12 |
michael |
segfault fix
libavcodec
|
2004-05-12 |
michael |
support skiped blocks in SVQ1
libavcodec
|
2004-05-12 |
michael |
motion estimation for SVQ1
libavcodec
|
2004-05-11 |
michael |
UINT64_MAX fix
libavcodec
|
2004-05-11 |
michael |
moving motion estimation specific variables from MpegEncContext -> MotionEstContext
libavcodec
|
2004-05-11 |
michael |
reduce dependancy between motion estimation and MpegEncContext
libavcodec
|
2004-05-10 |
michael |
dummy avcodec_thread_init() to avoid linking issues
libavcodec
|
2004-05-09 |
michael |
p frame encoding, only with 0,0 motion vectors yet though
libavcodec
|
2004-05-08 |
michael |
using pointers so the code could eventually be used for P frames
libavcodec
|
2004-05-08 |
michael |
width height %64 != 0 fix
libavcodec
|
2004-05-07 |
rtognimp |
buffer hints, use reget_buffer, removed copy from previous frame
libavcodec
|
2004-05-07 |
michael |
color and 10l
libavcodec
|
2004-05-07 |
michael |
rate distorted intra only encoding
libavcodec
|
2004-05-07 |
michael |
10l
libavcodec
|
2004-05-07 |
melanson |
first pass at a Sorenson Video 1 (SVQ1) encoder
libavcodec
|
2004-05-05 |
michael |
support decoding mpeg4 with buggy dc clipping
libavcodec
|
2004-05-05 |
michael |
mpeg4 dc prediction simplification
libavcodec
|
2004-05-04 |
michael |
use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 64*32/32
libavcodec
|
2004-05-04 |
michael |
arbitrary precision integer support
libavcodec
|
2004-05-02 |
rtognimp |
Add buffer hints, enable DR1
libavcodec
|
2004-05-02 |
michael |
cleanup
libavcodec
|
2004-04-30 |
michael |
mmx dct optimization
libavcodec
|
2004-04-30 |
michael |
AMV bug workaround
libavcodec
|
2004-04-30 |
michael |
simplify
libavcodec
|
2004-04-30 |
michael |
dont missuse assert()
libavcodec
|
2004-04-30 |
michael |
cleanup & memleak fix
libavcodec
|
2004-04-30 |
michael |
10000l
libavcodec
|
2004-04-30 |
michael |
intra_dc_precission>0 encoding support
libavcodec
|
2004-04-30 |
michael |
10l
libavcodec
|
2004-04-29 |
iive |
cola test
libavcodec
|
2004-04-29 |
michael |
10l
libavcodec
|
2004-04-29 |
michael |
remove duplicated find_frame_end() code
libavcodec
|
2004-04-29 |
michael |
>2 channels decoding fix
libavcodec
|
2004-04-27 |
michael |
simplify
libavcodec
|
2004-04-27 |
melanson |
move the 0x80 vector outside of the function, thus saving the compiler
libavcodec
|
2004-04-27 |
melanson |
separate out put_signed_pixels_clamped() into its own function and
libavcodec
|
2004-04-26 |
michael |
H.263 MCBPC fix
libavcodec
|
2004-04-26 |
alex |
avoid macro conflicts
libavcodec
|
2004-04-26 |
alex |
disable hadamard for gcc below 3.3 - better fix awaited
libavcodec
|
2004-04-26 |
alex |
use the AVV macro from gcc_fixes.h instead ifdefs
libavcodec
|
2004-04-26 |
alex |
100l, and another one because it boils out with ICE under gcc 3.2.3
libavcodec
|
2004-04-26 |
melanson |
yes, that's nice...
libavcodec
|
2004-04-26 |
melanson |
reorganize and simplify the VP3 IDCT stuff
libavcodec
|
2004-04-25 |
michael |
fix decoding with quant matrixes which contain elements <16
libavcodec
|
2004-04-25 |
michael |
rv10 decoding fix
libavcodec
|
2004-04-25 |
melanson |
move __align16 some place where non-MMX machines can see it
libavcodec
|
2004-04-25 |
melanson |
hush...
libavcodec
|
2004-04-25 |
melanson |
hook up support for SSE2-optimized VP3 IDCT
libavcodec
|
2004-04-25 |
melanson |
add selected SSE2 ASM macros
libavcodec
|
2004-04-25 |
melanson |
SSE2-optimized variant of VP3 IDCT
libavcodec
|
2004-04-25 |
melanson |
correct MMX-optimized variant of VP3 IDCT, with comments (thank you
libavcodec
|
2004-04-25 |
michael |
support reusing mb types and field select values of the source file, but use motion vectors just as additional predictors
libavcodec
|
2004-04-24 |
melanson |
add the minimal documentation to make this decoder useful
libavcodec
|
2004-04-24 |
michael |
License change and cpu detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>)
libavcodec
|
2004-04-24 |
michael |
vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>)
libavcodec
|
2004-04-24 |
michael |
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
libavcodec
|
2004-04-24 |
michael |
sanity checks
libavcodec
|
2004-04-24 |
michael |
minor motion estimation cleanup
libavcodec
|
2004-04-24 |
michael |
libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer)
libavcodec
|
2004-04-24 |
romansh |
* Enabling UltraSparc stuff wit _SPARC64
libavcodec
|
2004-04-23 |
michael |
VIS optimized motion compensation code. by (David S. Miller <davem at redhat dot com>)
libavcodec
|
2004-04-23 |
michael |
sanity check
libavcodec
|
2004-04-23 |
michael |
h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
2004-04-23 |
michael |
h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
2004-04-23 |
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
|
2004-04-22 |
michael |
RSHIFT(x,0) fix
libavcodec
|
2004-04-22 |
michael |
corrupted field pictures segfault fix
libavcodec
|
2004-04-22 |
michael |
10l (segfault fix)
libavcodec
|
2004-04-22 |
michael |
better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
2004-04-22 |
michael |
motion estimation cleanup
libavcodec
|
2004-04-20 |
michael |
hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
2004-04-19 |
michael |
exporting field_select/ref_index values
libavcodec
|
2004-04-18 |
michael |
fix y scale of mv vissualization of interlaced MVs
libavcodec
|
2004-04-18 |
michael |
fix exported motion vectors
libavcodec
|
2004-04-17 |
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
|
2004-04-17 |
michael |
flv dropable p frame support
libavcodec
|
2004-04-16 |
michael |
seems wmv8 doesnt use intra-inter prediction
libavcodec
|
2004-04-16 |
michael |
forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
2004-04-16 |
michael |
fixed buffering for low bitrates patch by (Hauke Duden <H.NS.Duden at gmx dot net>)
libavcodec
|
2004-04-16 |
michael |
t/dprintf printf -> av_log
libavcodec
|
2004-04-16 |
michael |
segfault fix
libavcodec
|
2004-04-16 |
michael |
unify table indexing (motion_val,dc_val,ac_val,coded_block changed)
libavcodec
|
2004-04-14 |
kabi |
* removed config.h
libavcodec
|
2004-04-13 |
michael |
assert(time_incr >= 0) so its clear that this MUST be the case
libavcodec
|
2004-04-11 |
michael |
progressive P frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
2004-04-11 |
michael |
verbosity patch by (Allen Day <allenday at ucla dot edu>)
libavcodec
|
2004-04-09 |
michael |
fixing alignment problems -> SSE2 support enabled again in libavcodec (from ffdshow / milan_cutka)
libavcodec
|
2004-04-09 |
michael |
dos2unix
libavcodec
|
2004-04-09 |
michael |
writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs dot org>)
libavcodec
|
2004-04-09 |
michael |
Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at thirdcontact dot com>)
libavcodec
|
2004-04-09 |
michael |
aac decoding patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
libavcodec
|
2004-04-08 |
michael |
padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)
libavcodec
|
2004-04-07 |
alex |
conversion to av_log
libavcodec
|
2004-04-07 |
alex |
unknown format chars
libavcodec
|
2004-04-04 |
michael |
fix global header passing from demuxer to decoder
libavcodec
|
2004-04-04 |
michael |
pts hack (correct solution would be to pass the pts from the encoder to the muxer)
libavcodec
|
2004-04-04 |
michael |
remove function call from muxer->encoder and cleanly pass global headers
libavcodec
|
2004-04-04 |
michael |
fix obnoxious ogg_packet passing from encoder to muxer
libavcodec
|
2004-04-04 |
michael |
time & (s)rand is forbidden
libavcodec
|
2004-04-04 |
michael |
kill obnoxious ogg_packet passing from demuxer to decoder
libavcodec
|
2004-04-04 |
michael |
remove spyware from ogg*.c
libavcodec
|
2004-04-03 |
michael |
nicer looking arrows for the motion vector vissualization
libavcodec
|
2004-04-02 |
michael |
rv20 (0x20201002) support
libavcodec
|
2004-04-02 |
michael |
interlaced chroma MC divx-bug workaround
libavcodec
|
2004-04-02 |
michael |
skiped mbs in interlaced b frames fix
libavcodec
|
2004-04-02 |
michael |
gmc segfault fix
libavcodec
|
2004-04-01 |
michael |
split stream into valid mp3 frames, at least flv & nut absolutely need this, but probably most other formats too
libavcodec
|
2004-03-29 |
michael |
fixing alignment, 2nd try
libavcodec
|
2004-03-28 |
michael |
hmm av_log(..., get_bits());
libavcodec
|
2004-03-26 |
michael |
ensure that the bitstream buffers for encoding partitioned frames are aligned
libavcodec
|
2004-03-26 |
michael |
fix decoding of qp<6
libavcodec
|
2004-03-26 |
michael |
h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
2004-03-26 |
michael |
huge vbv buffer size + CBR fix
libavcodec
|
2004-03-26 |
michael |
always parse APP* as it sometimes contains startcodes which confuse the decoder otherwise
libavcodec
|
2004-03-25 |
romansh |
* some significant clean-up of the dv_decode_ac (it looks real
libavcodec
|
2004-03-24 |
mellum |
warning patrol
libavcodec
|
2004-03-22 |
michael |
1000l for iive
libavcodec
|
2004-03-22 |
michael |
Compile fix by (Chip <szarlada at freemail dot hu>)
libavcodec
|
2004-03-22 |
michael |
1000l in av_mallocz_static()
libavcodec
|
2004-03-21 |
michael |
static allocation rewrite (old code was plain a broken mess)
libavcodec
|
2004-03-20 |
michael |
do loop filter immediatly after each macroblock is decoded instead of after a frame is decoded
libavcodec
|
2004-03-20 |
michael |
h264 loop filter optimizations
libavcodec
|
2004-03-19 |
michael |
h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
2004-03-18 |
michael |
h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot luc dot ac dot be>)
libavcodec
|
2004-03-18 |
romansh |
* removing casualties of battle of the wits and English language
libavcodec
|
2004-03-16 |
michael |
moving f/b_code init to where it should be
libavcodec
|
2004-03-16 |
michael |
1000000l (using uninitalized variable for initalizing bits per MV table)
libavcodec
|
2004-03-16 |
michael |
init cleanup
libavcodec
|
2004-03-16 |
iive |
use pan_scan to remove some weight, proper pan_scan offset reading
libavcodec
|
2004-03-15 |
iive |
mpeg12 fix 10l of aspect calucalations, return gop perser to print debug info, and make mpeg1_seq_header hot overwrite height/width
libavcodec
|
2004-03-15 |
melanson |
update the API for the idct function
libavcodec
|
2004-03-15 |
iive |
move MPV_common_init after parsing stream parameters, matrix rebuild
libavcodec
|
2004-03-14 |
romansh |
* DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)
libavcodec
|
2004-03-14 |
romansh |
* DV decoder simplifications. Now it looks to be 6% faster. At least
libavcodec
|
2004-03-14 |
michael |
alignment fix
libavcodec
|
2004-03-14 |
michael |
width,height%16!=0 fix
libavcodec
|
2004-03-14 |
melanson |
don't fetch the size of SEQH unless SEQH was found
libavcodec
|
2004-03-14 |
melanson |
minor VMD system update; still not perfect, but should not crash either
libavcodec
|
2004-03-14 |
melanson |
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
libavcodec
|
2004-03-13 |
michael |
removing broken mpeg_decode_gop()
libavcodec
|
2004-03-13 |
michael |
fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>)
libavcodec
|
2004-03-13 |
melanson |
be smarter about the variable size of the extra SVQ3 data
libavcodec
|
2004-03-13 |
melanson |
smarten up the SVQ3 extradata decoder without changing the external API
libavcodec
|
2004-03-13 |
melanson |
credit update
libavcodec
|
2004-03-12 |
romansh |
* moving some of the commonly used bit reading/writing functions
libavcodec
|
2004-03-11 |
michael |
10l
libavcodec
|
2004-03-10 |
michael |
mb stuffing in partitioned frames fix
libavcodec
|
2004-03-10 |
michael |
h263+ custom pcf support
libavcodec
|
2004-03-10 |
michael |
disable lames leading zero "feature", fixes a few more flv encoding issues
libavcodec
|
2004-03-09 |
michael |
find_start_code() optimization (about 2x faster now) this may improve decoding speed with multiple threads
libavcodec
|
2004-03-09 |
kabi |
* missing opts for make dep
libavcodec
|
2004-03-08 |
melanson |
use optimized VP3 functions where appropriate
libavcodec
|
2004-03-08 |
melanson |
cut over to using new VP3 DSP functions and remove the old ones; bring
libavcodec
|
2004-03-08 |
melanson |
seperated out the C-based VP3 DSP functions into a different file; also
libavcodec
|
2004-03-06 |
michael |
h263 framerate & aspect ratio fixes
libavcodec
|
2004-03-05 |
michael |
fix motion compensation with (x+1/2,y+1/2) MVs
libavcodec
|
2004-03-05 |
michael |
10l
libavcodec
|
2004-03-05 |
kabi |
* more consts
libavcodec
|
2004-03-05 |
kabi |
* const warn elimination
libavcodec
|
2004-03-05 |
kabi |
* const warn elimintation
libavcodec
|
2004-03-05 |
kabi |
* const
libavcodec
|
2004-03-04 |
iive |
silence warnings
libavcodec
|
2004-03-03 |
michael |
count > thread_count for execute()
libavcodec
|
2004-03-03 |
michael |
av_log() cleanup
libavcodec
|
2004-03-03 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
2004-03-03 |
michael |
macrofree av_freep()
libavcodec
|
2004-03-02 |
iive |
add vlc for cbp=0 that is valid in 422,444
libavcodec
|
2004-03-02 |
michael |
10l (segfault fix)
libavcodec
|
2004-03-02 |
michael |
100l (divx5 b frame + seeking + flush fix)
libavcodec
|
2004-03-02 |
iive |
forgot default chroma_format value
libavcodec
|
2004-03-02 |
iive |
fix typo
libavcodec
|
2004-03-01 |
iive |
initial chroma_format changes,xvmc tweaks and codec_cap
libavcodec
|
2004-03-01 |
michael |
attribute_used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))
libavcodec
|
2004-02-29 |
michael |
optimizing/cleanup of mpeg/qpel_motion()
libavcodec
|
2004-02-29 |
michael |
attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))
libavcodec
|
2004-02-29 |
michael |
skip b frames before first i frame
libavcodec
|
2004-02-29 |
michael |
simplify MPV_motion()
libavcodec
|
2004-02-29 |
michael |
interlaced mpeg4 + edge emu fix (fixes decoding of mermaid.avi)
libavcodec
|
2004-02-28 |
michael |
mpeg2 field pic decoding fix
libavcodec
|
2004-02-28 |
michael |
int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>)
libavcodec
|
2004-02-28 |
michael |
Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>)
libavcodec
|
2004-02-26 |
michael |
10l (vdpart fix)
libavcodec
|
2004-02-26 |
michael |
AVCodec.supported_framerates
libavcodec
|
2004-02-26 |
michael |
INT64_MIN fix
libavcodec
|
2004-02-26 |
michael |
10l
libavcodec
|
2004-02-26 |
michael |
100l (field picture decoding fix)
libavcodec
|
2004-02-25 |
michael |
export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk dot fraunhofer dot de>)
libavcodec
|
2004-02-25 |
michael |
1l
libavcodec
|
2004-02-25 |
michael |
use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
libavcodec
|
2004-02-25 |
michael |
av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavcodec
|
2004-02-25 |
michael |
set AVFrame.pts based upon framerate if its 0
libavcodec
|
2004-02-23 |
michael |
av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavcodec
|
2004-02-23 |
michael |
multithreaded mpeg2 decoding
libavcodec
|
2004-02-23 |
michael |
av_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavcodec
|
2004-02-23 |
michael |
av_log()
libavcodec
|
2004-02-22 |
michael |
c99
libavcodec
|
2004-02-22 |
michael |
(f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get
libavcodec
|
2004-02-19 |
michael |
w32threads by (Gildas Bazin <gbazin at altern dot org>)
libavcodec
|
2004-02-19 |
iive |
use get_format
libavcodec
|
2004-02-18 |
michael |
simplify
libavcodec
|
2004-02-18 |
michael |
auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>)
libavcodec
|
2004-02-18 |
michael |
check if threads_count is too large
libavcodec
|
2004-02-18 |
michael |
flac_flush()
libavcodec
|
2004-02-18 |
michael |
simplify
libavcodec
|
2004-02-18 |
alex |
avoid negative array indices
libavcodec
|
2004-02-18 |
michael |
crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix dot inf dot upol dot cz>)
libavcodec
|
2004-02-18 |
michael |
remove residual array, it isnt really needed
libavcodec
|
2004-02-18 |
michael |
flac fixes:
libavcodec
|
2004-02-18 |
michael |
flac decoder by (Alex Beregszaszi <alex at fsn dot hu>)
libavcodec
|
2004-02-17 |
michael |
noise reduction with threads bugfix
libavcodec
|
2004-02-16 |
michael |
more error checks for the sequence header
libavcodec
|
2004-02-14 |
rtognimp |
rle_code can overflow when multiplied by 4
libavcodec
|
2004-02-14 |
rtognimp |
Use av_log
libavcodec
|
2004-02-14 |
michael |
normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>))
libavcodec
|
2004-02-14 |
michael |
mpeg4 b frame + adaptive quantization assertion failure fix
libavcodec
|
2004-02-14 |
michael |
multithreaded spatial complexity calculation for i frames
libavcodec
|
2004-02-14 |
michael |
ff_copy_bits() optimization
libavcodec
|
2004-02-13 |
michael |
activate the memcpy special case for the byte aligned case in ff_copy_bits(), wasnt working before because of a incorrectly used pbBufPtr()
libavcodec
|
2004-02-13 |
michael |
replace a few pbBufPtr() by put_bits_count(), one of them was actually wrong
libavcodec
|
2004-02-13 |
michael |
simplify MV availability check / dont use below last row MV which is always zero
libavcodec
|
2004-02-13 |
michael |
multithreaded/SMP motion estimation
libavcodec
|
2004-02-12 |
michael |
ppc chroma mess workaround (real bug is that the motion compensation code assumes that 2*uvlinesize == linesize and fixing this would mean a slowdown)
libavcodec
|
2004-02-10 |
romansh |
* gotta setup coded_frame for encoding. avcodec.h says that for decoding
libavcodec
|
2004-02-09 |
michael |
rv10/obmc fixes
libavcodec
|
2004-02-08 |
michael |
2 byte shorter userdata for mpeg4
libavcodec
|
2004-02-08 |
michael |
M$ ADPCM encoding & some simplifications
libavcodec
|
2004-02-07 |
michael |
segfault fix
libavcodec
|
2004-02-07 |
michael |
use clip() from common.h
libavcodec
|