2003-09-11 |
tmmm |
xan_wc3 decoder now works correctly; added a bunch of output
libavcodec
|
2003-09-10 |
michaelni |
AVI stream header FCC / more reliable detection of old xvid files
libavcodec
|
2003-09-10 |
michaelni |
detect old xvid with fourcc=DIVX
libavcodec
|
2003-09-10 |
michaelni |
detect avcodec_open() on an already opened AVCodecContext
libavcodec
|
2003-09-09 |
bellard |
removed warnings
libavcodec
|
2003-09-09 |
bellard |
use const data - began to make code more portable
libavcodec
|
2003-09-09 |
bellard |
removed warnings
libavcodec
|
2003-09-09 |
bellard |
remove warnings
libavcodec
|
2003-09-09 |
michaelni |
--disable-risky fix by (Luca Abeni <lucabe72 at email dot it>)
libavcodec
|
2003-09-09 |
michaelni |
Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)
libavcodec
|
2003-09-08 |
bellard |
update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?)
libavcodec
|
2003-09-08 |
bellard |
CODEC_ID_MP3LAME is obsolete
libavcodec
|
2003-09-08 |
bellard |
changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is absolete
libavcodec
|
2003-09-08 |
bellard |
removed os_support.h
libavcodec
|
2003-09-08 |
bellard |
removed os_support.h as most of libavcodec is os independant - most of the time only libavformat needs OS dependant features
libavcodec
|
2003-09-08 |
bellard |
ctype.h is a common header
libavcodec
|
2003-09-08 |
tmmm |
New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM
libavcodec
|
2003-09-05 |
al3x |
bump version numbers to 0.4.8
libavcodec
|
2003-09-04 |
michaelni |
MingW patches by (Glenn Maynard <g_sf at zewt dot org>)
libavcodec
|
2003-09-02 |
michaelni |
CODEC_ID_MPEGVIDEO
libavcodec
|
2003-09-02 |
tmmm |
initial commit for Id RoQ and Interplay MVE multimedia subsystems
libavcodec
|
2003-09-01 |
michaelni |
100l
libavcodec
|
2003-09-01 |
michaelni |
more fixes
libavcodec
|
2003-09-01 |
michaelni |
some fixes (still buggy though)
libavcodec
|
2003-09-01 |
tmmm |
skip preamble bytes
libavcodec
|
2003-09-01 |
michaelni |
asv2 encoding
libavcodec
|
2003-09-01 |
michaelni |
ASV2 decoder
libavcodec
|
2003-08-30 |
michaelni |
fixing unused f_code values
libavcodec
|
2003-08-30 |
michaelni |
10l (big vs. little endian)
libavcodec
|
2003-08-29 |
michaelni |
bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrate
libavcodec
|
2003-08-29 |
michaelni |
10l (closed gop bit)
libavcodec
|
2003-08-28 |
bellard |
fixed audio frame buffering problem (should correct problems on some streams) - faster synthesis filter - prototype 'parse_only' support
libavcodec
|
2003-08-28 |
bellard |
spelling fix
libavcodec
|
2003-08-26 |
michaelni |
100l (forget to reset me.skip for b frames)
libavcodec
|
2003-08-26 |
romansh |
* ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem
libavcodec
|
2003-08-26 |
michaelni |
fixing CODEC_FLAG_GLOBAL_HEADER
libavcodec
|
2003-08-26 |
michaelni |
mpeg2 regression test
libavcodec
|
2003-08-25 |
michaelni |
oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in the other sucks, especially if they are in different directories (MPlayer/main/libavcodec vs. ffmpeg/libavcodec)
libavcodec
|
2003-08-25 |
michaelni |
mpeg2 encoding
libavcodec
|
2003-08-25 |
michaelni |
xvid edge bug (if i understand the mpeg4 spec correctly) autodetection
libavcodec
|
2003-08-24 |
bellard |
removed unused variable
libavcodec
|
2003-08-24 |
bellard |
avoid warning
libavcodec
|
2003-08-24 |
bellard |
avoid warning
libavcodec
|
2003-08-24 |
bellard |
removed unused variable
libavcodec
|
2003-08-24 |
bellard |
removed unused variables
libavcodec
|
2003-08-24 |
bellard |
memmove fixes (Jon Burgess)
libavcodec
|
2003-08-24 |
bellard |
export int64_t_C as it is needed by libavformat.h
libavcodec
|
2003-08-24 |
bellard |
when changing version, please keep my changes (win32 compile fix)
libavcodec
|
2003-08-22 |
michaelni |
custom quant matrix encoding support
libavcodec
|
2003-08-22 |
michaelni |
PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl>
libavcodec
|
2003-08-22 |
bellard |
repeat_pict was never returned
libavcodec
|
2003-08-20 |
michaelni |
AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)
libavcodec
|
2003-08-20 |
michaelni |
fixing chroma MC
libavcodec
|
2003-08-19 |
michaelni |
MC rounding fixed?
libavcodec
|
2003-08-19 |
michaelni |
fix AVFrame.reference (the frames are used for decoding future frames so it should be !=0)
libavcodec
|
2003-08-18 |
michaelni |
use codec_tag for encoding too
libavcodec
|
2003-08-15 |
michaelni |
fixing thread safety, this may cause alignment problms (if it does than the stuff should be moved to MpegEncContext)
libavcodec
|
2003-08-12 |
romansh |
* fixing a regression in mpeg encoder (not setting pix_fmt),
libavcodec
|
2003-08-12 |
tmmm |
reverse earlier patch
libavcodec
|
2003-08-11 |
al3x |
Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se>
libavcodec
|
2003-08-10 |
michaelni |
skip ext header missing message for msmpeg4v2
libavcodec
|
2003-08-08 |
tmmm |
endian-conscious fix, courtesy of Sebastian Jedruszkiewicz
libavcodec
|
2003-08-05 |
michaelni |
check input pix_fmt
libavcodec
|
2003-08-05 |
michaelni |
cleanup / fixes
libavcodec
|
2003-08-02 |
michaelni |
clear bitstream buffers in AVCodec.flush()
libavcodec
|
2003-08-01 |
michaelni |
FF_INPUT_BUFFER_PADDING_SIZE
libavcodec
|
2003-08-01 |
michaelni |
make the h263 decoder more error tolerant
libavcodec
|
2003-07-29 |
iive |
Add GNU header, remove X includes, add more check for xvmc render packet
libavcodec
|
2003-07-29 |
michaelni |
namespace fix (triggered by gcc-alivec-bugfix + gentoo or so) by (Magnus Damm <damm at opensource dot se>)
libavcodec
|
2003-07-29 |
michaelni |
patch for flv deblocking by (Garrick Meeker <gmeeker at theoryllc dot com>)
libavcodec
|
2003-07-29 |
michaelni |
rate distortion mb decision support
libavcodec
|
2003-07-29 |
michaelni |
debug stuff
libavcodec
|
2003-07-28 |
al3x |
using av_abort instead exit
libavcodec
|
2003-07-27 |
al3x |
410p -> 411p
libavcodec
|
2003-07-27 |
al3x |
CLJR decoding support
libavcodec
|
2003-07-26 |
iive |
make MPV_frame_start fail on get_buffer failer
libavcodec
|
2003-07-26 |
iive |
compile xvmc only when requested
libavcodec
|
2003-07-26 |
iive |
initial XvMC support
libavcodec
|
2003-07-26 |
iive |
initial XvMC support
libavcodec
|
2003-07-26 |
michaelni |
ati vcr2 uv swap
libavcodec
|
2003-07-25 |
al3x |
get_bits -> skip_bits
libavcodec
|
2003-07-25 |
al3x |
warning fixes
libavcodec
|
2003-07-24 |
michaelni |
vcr2 cleanup
libavcodec
|
2003-07-24 |
michaelni |
ATI VCR2 decoding support
libavcodec
|
2003-07-24 |
michaelni |
fix
libavcodec
|
2003-07-24 |
michaelni |
ATI VCR1 decoder
libavcodec
|
2003-07-23 |
michaelni |
last frames & b frames encoding fix
libavcodec
|
2003-07-23 |
michaelni |
last frame decoding fix
libavcodec
|
2003-07-23 |
michaelni |
bitstream changes to match JM7.2
libavcodec
|
2003-07-20 |
michaelni |
default for slices is display order again
libavcodec
|
2003-07-18 |
michaelni |
svq3 b frame slices fix
libavcodec
|
2003-07-17 |
michaelni |
AVCodec.flush()
libavcodec
|
2003-07-16 |
michaelni |
edge fix
libavcodec
|
2003-07-16 |
michaelni |
fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they arent buggy)
libavcodec
|
2003-07-16 |
michaelni |
fix qmin==qmax==1 && msmpeg4 && intra bug
libavcodec
|
2003-07-15 |
michaelni |
flv1 fix
libavcodec
|
2003-07-14 |
michaelni |
10l
libavcodec
|
2003-07-13 |
michaelni |
10l
libavcodec
|
2003-07-13 |
michaelni |
golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)
libavcodec
|
2003-07-12 |
michaelni |
simpler
libavcodec
|
2003-07-12 |
michaelni |
cleanup
libavcodec
|
2003-07-10 |
michaelni |
postprocessing support
libavcodec
|
2003-07-10 |
michaelni |
1000l (forgot to commit)
libavcodec
|
2003-07-10 |
michaelni |
fix? flv escape codes
libavcodec
|
2003-07-10 |
tmmm |
added the official VP3 IDCT (C implementation) as well as a grayscale
libavcodec
|
2003-07-10 |
michaelni |
flv cleanup / simplify
libavcodec
|
2003-07-09 |
michaelni |
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)
libavcodec
|
2003-07-09 |
michaelni |
1) remove TBL support in PPC performance. It's much more useful to use the
libavcodec
|
2003-07-08 |
michaelni |
few more error checks
libavcodec
|
2003-07-07 |
michaelni |
the reference sw doesnt like some legal headers ...
libavcodec
|
2003-07-07 |
al3x |
warning fix
libavcodec
|
2003-07-07 |
michaelni |
mpeg 2 seeking fix
libavcodec
|
2003-07-07 |
al3x |
Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change
libavcodec
|
2003-07-06 |
michaelni |
CODEC_FLAG_LOW_DELAY fix
libavcodec
|
2003-07-05 |
michaelni |
merge U and V statistics, 33% reduction in memory requirement, compression rate better for some files worse for others, worst compression rate loss 0.05%
libavcodec
|
2003-07-05 |
michaelni |
memleak fix by (Jake Page <jake at CS dot Stanford dot EDU>)
libavcodec
|
2003-07-04 |
al3x |
moved frame_count to wmadeccontext
libavcodec
|
2003-07-04 |
al3x |
uniformization (now it uses the same trace functions as h264, defined in common.h)
libavcodec
|
2003-07-04 |
al3x |
unwanted second definition of CHECKED_ALLOCZ
libavcodec
|
2003-07-04 |
michaelni |
PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
2003-07-03 |
michaelni |
Mpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>)
libavcodec
|
2003-07-03 |
michaelni |
fix last_block_index<=0 bug
libavcodec
|
2003-07-02 |
michaelni |
cleanup / cosmetics
libavcodec
|
2003-07-02 |
michaelni |
20% less memory needed for 8bit AC state (worst compression rate loss was 0.2%, all other files had <=0.1% loss)
libavcodec
|
2003-06-29 |
al3x |
moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
libavcodec
|
2003-06-29 |
michaelni |
PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
2003-06-29 |
michaelni |
build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>)
libavcodec
|
2003-06-28 |
michaelni |
fix CHECKED_ALLOCZ(0)
libavcodec
|
2003-06-28 |
michaelni |
gcc 2.95 workaround
libavcodec
|
2003-06-27 |
tmmm |
- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)
libavcodec
|
2003-06-27 |
tmmm |
Fix third pixel motion compensation
libavcodec
|
2003-06-27 |
michaelni |
2x100l
libavcodec
|
2003-06-26 |
michaelni |
blinking blocks around thin vertical lines and dots bugfix
libavcodec
|
2003-06-23 |
michaelni |
DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>)
libavcodec
|
2003-06-22 |
michaelni |
CONFIG_ENCODERS cleanup
libavcodec
|
2003-06-21 |
michaelni |
the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>)
libavcodec
|
2003-06-21 |
michaelni |
fixing concealment MVs prediction
libavcodec
|
2003-06-20 |
al3x |
some warning fixes
libavcodec
|
2003-06-20 |
tmmm |
don't step on the context
libavcodec
|
2003-06-20 |
tmmm |
4, not 2
libavcodec
|
2003-06-19 |
tmmm |
added support for B-frames and multiple slices
libavcodec
|
2003-06-19 |
tmmm |
fix identifier to fix compilation
libavcodec
|
2003-06-18 |
michaelni |
make ff_emulated_edge_mc() independant of MpegEncContext
libavcodec
|
2003-06-18 |
nickols_k |
optimization: merge phases 0 and 1
libavcodec
|
2003-06-17 |
michaelni |
lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes
libavcodec
|
2003-06-17 |
nickols_k |
to be more precise
libavcodec
|
2003-06-17 |
nickols_k |
finally works now
libavcodec
|
2003-06-16 |
al3x |
10l
libavcodec
|
2003-06-16 |
bellard |
fixed segfault if sequence header has not been found before slice decoding
libavcodec
|
2003-06-16 |
michaelni |
cleanup
libavcodec
|
2003-06-16 |
al3x |
a bottle of coke (=0.5l)
libavcodec
|
2003-06-16 |
nickols_k |
some useful warning
libavcodec
|
2003-06-15 |
michaelni |
lossless jpeg decoding support
libavcodec
|
2003-06-13 |
michaelni |
golomb rice codes
libavcodec
|
2003-06-13 |
kabi |
* removed redundant includes (they were even wrongly used)
libavcodec
|
2003-06-13 |
nickols_k |
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
libavcodec
|
2003-06-10 |
bellard |
works with old gcc versions too
libavcodec
|
2003-06-09 |
michaelni |
reducing memory consumption (reducing number of contexts and other stuff, no noticeable loss in compression rate)
libavcodec
|
2003-06-09 |
michaelni |
10l
libavcodec
|
2003-06-09 |
michaelni |
FFV1 codec (our very simple lossless intra only codec, compresses much better then huffyuv)
libavcodec
|
2003-06-07 |
michaelni |
more comments
libavcodec
|
2003-06-06 |
michaelni |
cleanup
libavcodec
|
2003-06-05 |
kabi |
* 3gp patch by Joca
libavcodec
|
2003-06-03 |
michaelni |
4xm adpcm
libavcodec
|
2003-06-01 |
michaelni |
fix 4xm yuv->rgb565 transform
libavcodec
|
2003-06-01 |
michaelni |
10l (array[-1] ...)
libavcodec
|
2003-06-01 |
michaelni |
4xm codec
libavcodec
|
2003-05-31 |
tmmm |
revising and fixing motion vectors, squished block unpacking bug that
libavcodec
|
2003-05-30 |
michaelni |
rgb15 & rgb16 fix
libavcodec
|
2003-05-30 |
michaelni |
(truncated) unary binerization
libavcodec
|
2003-05-30 |
michaelni |
fix mpeg1/2 decoding if there are no 0 bytes after the bitstream
libavcodec
|
2003-05-29 |
michaelni |
mpeg1 decoding fix
libavcodec
|
2003-05-28 |
michaelni |
CABAC
libavcodec
|
2003-05-28 |
tmmm |
placeholder IDs for 4xm A/V codecs
libavcodec
|
2003-05-27 |
michaelni |
motion vector vissualization for mpeg1/2
libavcodec
|
2003-05-26 |
michaelni |
set pix_fmt in rv10 patch by (James Stembridge <jstembridge at users dot sourceforge dot net>)
libavcodec
|
2003-05-26 |
tmmm |
rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's
libavcodec
|
2003-05-24 |
mellum |
Warning and compatibility fixes.
libavcodec
|
2003-05-23 |
michaelni |
some benchmarking code
libavcodec
|
2003-05-23 |
michaelni |
optimize
libavcodec
|
2003-05-23 |
michaelni |
cleanup
libavcodec
|
2003-05-22 |
michaelni |
truncated h263 decoding support / H263-ES "demuxer"
libavcodec
|
2003-05-21 |
michaelni |
altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)
libavcodec
|
2003-05-20 |
kabi |
* compile fixes by Mitch at Bits.COM
libavcodec
|
2003-05-20 |
michaelni |
cleanup
libavcodec
|
2003-05-20 |
michaelni |
CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
2003-05-19 |
michaelni |
ASV1 codec
libavcodec
|
2003-05-19 |
tmmm |
fix subtle logic problem in block unpacker that leads to incorrect token
libavcodec
|
2003-05-18 |
michaelni |
improving 3IV1 support (still far from perfect) note, disabled as it requires some checks in the inner loops which would slow things down a tiny bit
libavcodec
|
2003-05-16 |
michaelni |
seems i guessed correctly (last 411 chroma block isnt scaled but cut and reordered)
libavcodec
|
2003-05-16 |
michaelni |
bigendian fix
libavcodec
|
2003-05-16 |
michaelni |
CODEC_CAP_DRAW_HORIZ_BAND
libavcodec
|
2003-05-15 |
michaelni |
moving the svq3 motion compensation stuff to dsputil (this also means that existing optimized halfpel code is used now ...)
libavcodec
|
2003-05-15 |
mellum |
Warning fixes.
libavcodec
|
2003-05-15 |
michaelni |
optimize
libavcodec
|
2003-05-14 |
michaelni |
cleanup
libavcodec
|
2003-05-14 |
michaelni |
libmpeg2 style bitstream reader 17 vs 16 bit bugfix
libavcodec
|
2003-05-14 |
michaelni |
aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>)
libavcodec
|
2003-05-14 |
michaelni |
fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me
libavcodec
|
2003-05-14 |
michaelni |
make sh4 IDCT optional, so the user can choose
libavcodec
|
2003-05-14 |
michaelni |
sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)
libavcodec
|
2003-05-14 |
michaelni |
AMR-NB audio support patch by (<joca at rixmail dot se>)
libavcodec
|
2003-05-14 |
michaelni |
libmpeg2 style bitstream reader fixes
libavcodec
|
2003-05-14 |
michaelni |
some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it)
libavcodec
|
2003-05-14 |
michaelni |
decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot jp>)
libavcodec
|
2003-05-14 |
michaelni |
bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>)
libavcodec
|
2003-05-13 |
michaelni |
small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co dot jp>) and the return idea by arpi
libavcodec
|
2003-05-13 |
michaelni |
optimizations
libavcodec
|
2003-05-13 |
kabi |
* oops - reversed last commit
libavcodec
|
2003-05-13 |
michaelni |
optimizations
libavcodec
|
2003-05-12 |
michaelni |
100l (document buffer padding requirements)
libavcodec
|
2003-05-12 |
kabi |
* sync
libavcodec
|
2003-05-12 |
kabi |
* link libfaad when needed
libavcodec
|
2003-05-12 |
kabi |
* quiet missing EOF \n warning
libavcodec
|
2003-05-12 |
kabi |
* support for AAC audio streams via libfaad
libavcodec
|
2003-05-12 |
tmmm |
fix image buffer leak on keyframes, add more error condition checks
libavcodec
|
2003-05-12 |
romansh |
* fixing a bug in avpicture_layout (PAL8 wasn't handled properly)
libavcodec
|
2003-05-11 |
michaelni |
ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
libavcodec
|
2003-05-11 |
michaelni |
more idct_permute docs
libavcodec
|
2003-05-11 |
tmmm |
fix motion vector decoding bug and reinstate interframes
libavcodec
|
2003-05-11 |
tmmm |
get those permutations straight
libavcodec
|
2003-05-10 |
tmmm |
squashed a bunch of subtle array indexing bugs, fixed block mapping
libavcodec
|
2003-05-10 |
michaelni |
print obmc bug info only if avctx->debug&1
libavcodec
|
2003-05-10 |
tmmm |
dump the shady binary search logic (the part that binary searches
libavcodec
|
2003-05-10 |
tmmm |
change the way the ImageDescription is passed to the decoder
libavcodec
|
2003-05-09 |
michaelni |
svq3 decoder by anonymous
libavcodec
|
2003-05-08 |
tmmm |
correct the custom coding mode alphabet, add some validation on the
libavcodec
|
2003-05-07 |
michaelni |
more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
2003-05-07 |
romansh |
* introducing new public interface in imgconvert.c
libavcodec
|
2003-05-07 |
tmmm |
looking better all the time! motion compensation is starting to work
libavcodec
|
2003-05-07 |
tmmm |
fixed buffer allocation logic (hopefully) so that decoder does not crash
libavcodec
|
2003-05-06 |
michaelni |
release buffer cleanup
libavcodec
|
2003-05-06 |
tmmm |
fix decoder so that ffmpeg does not crash, at least not right away
libavcodec
|
2003-05-05 |
michaelni |
Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>)
libavcodec
|
2003-05-05 |
michaelni |
doxy
libavcodec
|
2003-05-05 |
tmmm |
first pass at a new VP3 video decoder
libavcodec
|
2003-05-03 |
arpi_esp |
looks better (req. for mp-G2)
libavcodec
|
2003-05-01 |
romansh |
making it nicer to the client who doesn't expect errors messages in stdout
libavcodec
|
2003-04-29 |
romansh |
* fixing NTSC frame rate for DV streams
libavcodec
|
2003-04-27 |
michaelni |
10l
libavcodec
|
2003-04-27 |
michaelni |
tired
libavcodec
|
2003-04-27 |
michaelni |
10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers)
libavcodec
|
2003-04-25 |
michaelni |
10l
libavcodec
|
2003-04-25 |
michaelni |
2pass stats fix (by ffdshow cvslog)
libavcodec
|
2003-04-25 |
michaelni |
typo in a comment ...
libavcodec
|
2003-04-25 |
michaelni |
fixing mixed dr1 + internal buffers
libavcodec
|
2003-04-25 |
michaelni |
doc fixes (forgot to commit)
libavcodec
|
2003-04-23 |
kabi |
* more strict types
libavcodec
|
2003-04-22 |
michaelni |
cleanup mpeg1/2 bitstream parser
libavcodec
|
2003-04-22 |
kabi |
* fixed initialization and some memleak
libavcodec
|
2003-04-21 |
bellard |
rgb555 alpha extraction fix
libavcodec
|
2003-04-21 |
bellard |
added img_get_alpha_info()
libavcodec
|
2003-04-21 |
bellard |
fixed PIX_FMT_YUV422 conversions
libavcodec
|
2003-04-21 |
bellard |
loss fixes (thanks to Daniel Serpell) - shrink22 fix
libavcodec
|
2003-04-21 |
bellard |
added all missing UV conversions
libavcodec
|
2003-04-21 |
bellard |
almost exhaustive image conversion support
libavcodec
|