Mon, 02 Oct 2006 05:54:55 +0000 |
ods15 |
skeleton for vorbis_enc.c
libavcodec
|
Sun, 01 Oct 2006 21:25:17 +0000 |
lorenm |
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
libavcodec
|
Sun, 01 Oct 2006 18:19:49 +0000 |
diego |
Fix compilation with --disable-encoders.
libavcodec
|
Sun, 01 Oct 2006 17:38:07 +0000 |
ods15 |
remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead
libavcodec
|
Sun, 01 Oct 2006 13:53:08 +0000 |
ods15 |
prevent warning in vorbis_data.c
libavcodec
|
Sun, 01 Oct 2006 13:45:17 +0000 |
ods15 |
100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_data.c
libavcodec
|
Sun, 01 Oct 2006 11:59:33 +0000 |
ods15 |
make some more functions global so they can be shared with vorbis_enc.c
libavcodec
|
Sun, 01 Oct 2006 11:11:30 +0000 |
ods15 |
make ready_floor1_list() shared for vorbis_enc.c
libavcodec
|
Sun, 01 Oct 2006 05:09:20 +0000 |
kostya |
1l: correct argument order in avcodec_check_dimensions
libavcodec
|
Sat, 30 Sep 2006 23:49:09 +0000 |
michael |
palette (if we memcpy it into AVFrame) must be uint32_t
libavcodec
|
Sat, 30 Sep 2006 18:47:15 +0000 |
ods15 |
vorbis.h -> vorbis_data.c
libavcodec
|
Sat, 30 Sep 2006 18:16:38 +0000 |
michael |
marking AVPaletteControl as deprecated due to thread saftey amongth other issues (it doesnt work if theres any delay between demuxer and decoder)
libavcodec
|
Sat, 30 Sep 2006 16:00:27 +0000 |
michael |
seems only 3 bits are used for the number of resolutions, some rv30 files have this set to 10 even though there are just 2 resolutions in the extradata
libavcodec
|
Sat, 30 Sep 2006 11:45:09 +0000 |
michael |
ignore sub_id
libavcodec
|
Sat, 30 Sep 2006 11:35:14 +0000 |
michael |
big endian fix
libavcodec
|
Sat, 30 Sep 2006 11:31:15 +0000 |
michael |
support resolution switching, fixes rv20errors.rm
libavcodec
|
Fri, 29 Sep 2006 23:57:03 +0000 |
michael |
simplify
libavcodec
|
Fri, 29 Sep 2006 23:34:42 +0000 |
michael |
fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv)
libavcodec
|
Fri, 29 Sep 2006 19:48:27 +0000 |
takis |
Add forgotten eval.h...
libavcodec
|
Fri, 29 Sep 2006 19:39:19 +0000 |
takis |
Move the ratecontrol related code from mpegvideo.h to a separate header file.
libavcodec
|
Fri, 29 Sep 2006 19:36:12 +0000 |
takis |
Reformat the output of the list of available AVOptions, by indenting the
libavcodec
|
Fri, 29 Sep 2006 19:34:53 +0000 |
takis |
Remove the override of lmin and lmax, so the actual option value provided will
libavcodec
|
Fri, 29 Sep 2006 19:33:04 +0000 |
takis |
Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and
libavcodec
|
Thu, 28 Sep 2006 22:03:52 +0000 |
mru |
remove extraneous #ifdef CONFIG_ENCODERS/DECODERS
libavcodec
|
Thu, 28 Sep 2006 17:46:25 +0000 |
takis |
Remove the "mblmax" OptionDef. The equally named AVOption takes over its
libavcodec
|
Thu, 28 Sep 2006 17:45:51 +0000 |
takis |
Remove the "mblmin" OptionDef. The equally named AVOption takes over its
libavcodec
|
Thu, 28 Sep 2006 05:01:02 +0000 |
kostya |
Handle case of get_bits(0)
libavcodec
|
Wed, 27 Sep 2006 22:13:44 +0000 |
mru |
dc_val should be signed
libavcodec
|
Wed, 27 Sep 2006 22:12:08 +0000 |
mru |
return 0 from encode_picture() and estimate_qp() on success
libavcodec
|
Wed, 27 Sep 2006 20:08:36 +0000 |
takis |
Break compatibility only when first part of version number changes, in this
libavcodec
|
Wed, 27 Sep 2006 20:01:39 +0000 |
takis |
Make AVOption parsign code use ff_eval2()
libavcodec
|
Wed, 27 Sep 2006 19:54:07 +0000 |
mru |
add some #ifdef CONFIG_ENCODERS/DECODERS
libavcodec
|
Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavcodec
|
Wed, 27 Sep 2006 19:46:19 +0000 |
takis |
Make ratecontrol use ff_eval2().
libavcodec
|
Wed, 27 Sep 2006 11:09:35 +0000 |
takis |
Fix compilation by postponing deprecation of ff_eval() until the next version
libavcodec
|
Wed, 27 Sep 2006 04:37:57 +0000 |
kostya |
free memory before return
libavcodec
|
Wed, 27 Sep 2006 04:31:39 +0000 |
kostya |
bump lavc version for WavPack decoder
libavcodec
|
Tue, 26 Sep 2006 22:23:33 +0000 |
michael |
fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)
libavcodec
|
Tue, 26 Sep 2006 22:01:33 +0000 |
takis |
Introduce ff_eval2 which is equivalent to ff_eval but does not log anything.
libavcodec
|
Tue, 26 Sep 2006 20:26:22 +0000 |
mru |
ARMv5TE optimized IDCT
libavcodec
|
Tue, 26 Sep 2006 20:24:13 +0000 |
michael |
fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000)
libavcodec
|
Tue, 26 Sep 2006 18:31:43 +0000 |
mru |
fix MUL16 macro
libavcodec
|
Tue, 26 Sep 2006 14:04:36 +0000 |
takis |
Handle possible failure of ff_eval.
libavcodec
|
Tue, 26 Sep 2006 08:49:24 +0000 |
michael |
mpeg1 b_strategy=2 segfault fix
libavcodec
|
Tue, 26 Sep 2006 03:41:51 +0000 |
kostya |
WavPack lossless audio decoder
libavcodec
|
Mon, 25 Sep 2006 22:57:34 +0000 |
reimar |
remove get_le16 and get_le32, get_bits and get_bits_long can just be used directly.
libavcodec
|
Mon, 25 Sep 2006 22:54:19 +0000 |
reimar |
Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same way.
libavcodec
|
Mon, 25 Sep 2006 22:53:11 +0000 |
reimar |
Changes needed due to show_bits_long behaviour changes/fixes
libavcodec
|
Mon, 25 Sep 2006 22:47:55 +0000 |
reimar |
Fix get_bits_long to work with ALT_BITSTREAM_READER_LE.
libavcodec
|
Mon, 25 Sep 2006 18:54:18 +0000 |
aurel |
rename vector to vect to avoid clash with Apple gcc
libavcodec
|
Mon, 25 Sep 2006 15:23:40 +0000 |
lu_zero |
move memory functions from avcodec to avutil
libavcodec
|
Sun, 24 Sep 2006 10:58:06 +0000 |
ods15 |
fix to vorbis decoder for book==0
libavcodec
|
Sun, 24 Sep 2006 10:53:54 +0000 |
takis |
Missing extern declaration for av_strtod.
libavcodec
|
Sun, 24 Sep 2006 10:41:25 +0000 |
michael |
cosmetic
libavcodec
|
Sun, 24 Sep 2006 10:38:14 +0000 |
michael |
segfault fix
libavcodec
|
Sat, 23 Sep 2006 08:50:50 +0000 |
takis |
Define NAN -if not already defined- as 0.0/0.0
libavcodec
|
Fri, 22 Sep 2006 15:57:23 +0000 |
lu_zero |
Use mathops
libavcodec
|
Fri, 22 Sep 2006 15:05:27 +0000 |
takis |
Remove the "error" OptionDef. The equally named AVOption takes over its
libavcodec
|
Fri, 22 Sep 2006 15:04:56 +0000 |
takis |
Remove the "mepc" OptionDef. The equally named AVOption takes over its function.
libavcodec
|
Fri, 22 Sep 2006 13:55:56 +0000 |
takis |
Remove the "mb_threshold" OptionDef. The equally named AVOption takes over its
libavcodec
|
Thu, 21 Sep 2006 17:43:09 +0000 |
lorenm |
cosmetics (indentation)
libavcodec
|
Thu, 21 Sep 2006 17:42:23 +0000 |
lorenm |
tweak ff_imdct_calc_3dn2
libavcodec
|
Thu, 21 Sep 2006 16:37:39 +0000 |
lorenm |
sse implementation of imdct.
libavcodec
|
Thu, 21 Sep 2006 04:46:11 +0000 |
kostya |
Finally enable B-frame decoding as all known samples work perfect
libavcodec
|
Thu, 21 Sep 2006 04:44:35 +0000 |
kostya |
For B-frames if the second reference frame signals intensity compensation
libavcodec
|
Thu, 21 Sep 2006 04:38:47 +0000 |
kostya |
Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed
libavcodec
|
Thu, 21 Sep 2006 04:28:46 +0000 |
kostya |
Zero number of current scan after decoding one picture.
libavcodec
|
Thu, 21 Sep 2006 01:08:05 +0000 |
michael |
1000l copy and paste typo
libavcodec
|
Wed, 20 Sep 2006 21:17:37 +0000 |
michael |
set supported pixel formats for a few encoders (fixes crashes with grayscale)
libavcodec
|
Wed, 20 Sep 2006 08:39:56 +0000 |
takis |
Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match
libavcodec
|
Wed, 20 Sep 2006 08:36:33 +0000 |
takis |
Remove the "qmax" OptionDef.
libavcodec
|
Wed, 20 Sep 2006 08:34:58 +0000 |
takis |
Remove the "qmin" OptionDef.
libavcodec
|
Wed, 20 Sep 2006 08:34:13 +0000 |
takis |
Remove the "bf" OptionDef parameter so the equally named AVOption will take
libavcodec
|
Wed, 20 Sep 2006 08:28:24 +0000 |
takis |
Inform the user that a certain AVOption is out of range.
libavcodec
|
Wed, 20 Sep 2006 08:27:18 +0000 |
takis |
Correct the constraints of some AVOptions. These had a default value of zero,
libavcodec
|
Tue, 19 Sep 2006 22:22:29 +0000 |
lu_zero |
New single instruction math operation header
libavcodec
|
Tue, 19 Sep 2006 09:31:00 +0000 |
michael |
use correct rounding functions
libavcodec
|
Mon, 18 Sep 2006 11:35:48 +0000 |
takis |
Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.
libavcodec
|
Sun, 17 Sep 2006 10:22:01 +0000 |
michael |
K prefix
libavcodec
|
Sun, 17 Sep 2006 08:52:41 +0000 |
michael |
support SI and some non SI prefixes
libavcodec
|
Sat, 16 Sep 2006 22:26:09 +0000 |
diego |
ADI Blackfin optimizations
libavcodec
|
Sat, 16 Sep 2006 00:51:49 +0000 |
mru |
remove junk characters in comment
libavcodec
|
Fri, 15 Sep 2006 23:20:58 +0000 |
mru |
clean up #ifdef HAVE_IPP
libavcodec
|
Fri, 15 Sep 2006 21:57:19 +0000 |
takis |
Correct the i_qfactor minimum, which was current set higher then the default
libavcodec
|
Fri, 15 Sep 2006 13:53:26 +0000 |
diego |
Fix Indel --> Intel typo.
libavcodec
|
Fri, 15 Sep 2006 10:57:20 +0000 |
takis |
Rename the AVOption's names to the shorter OptionDef names.
libavcodec
|
Fri, 15 Sep 2006 10:28:23 +0000 |
bcoudurier |
remove unused, uninitialized free format frame size
libavcodec
|
Thu, 14 Sep 2006 22:13:23 +0000 |
aurel |
disable vp3 mmx idct for theora files to avoid artifacts
libavcodec
|
Thu, 14 Sep 2006 14:02:32 +0000 |
takis |
Synchronize the defaults specified in the AVOptions[] array to the defaults
libavcodec
|
Thu, 14 Sep 2006 13:51:54 +0000 |
takis |
Make OFFSET() reuse offsetof
libavcodec
|
Thu, 14 Sep 2006 11:23:41 +0000 |
takis |
Allow parameter values (AVOptions) to use the 'k', 'M', 'G'
libavcodec
|
Thu, 14 Sep 2006 00:38:03 +0000 |
diego |
Remove the LGPL exception clause as discussed on ffmpeg-devel
libavcodec
|
Wed, 13 Sep 2006 21:39:41 +0000 |
diego |
Proper armv5te instructions support detection.
libavcodec
|
Wed, 13 Sep 2006 20:16:33 +0000 |
aurel |
replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231)
libavcodec
|
Wed, 13 Sep 2006 09:28:48 +0000 |
gpoirier |
corrects the type of the AVOption parameter "bugs", patch by Takis
libavcodec
|
Wed, 13 Sep 2006 09:03:13 +0000 |
gpoirier |
adds descriptions to the libavcodec AVOptions array, taken from the
libavcodec
|
Tue, 12 Sep 2006 20:58:17 +0000 |
aurel |
Enables back the mmx/sse optimized version of the vp3 idct.
libavcodec
|
Tue, 12 Sep 2006 04:35:11 +0000 |
kostya |
Swap back and forward motion vectors to achieve correct picture
libavcodec
|
Tue, 12 Sep 2006 04:29:37 +0000 |
kostya |
Set motion vectors used in B-frames to zero by default
libavcodec
|
Tue, 12 Sep 2006 04:19:07 +0000 |
kostya |
Use h264_chroma funcs in B-frames MC too
libavcodec
|
Tue, 12 Sep 2006 04:16:28 +0000 |
kostya |
Fix edge emulation for bicubic MC in B frames
libavcodec
|
Tue, 12 Sep 2006 04:13:00 +0000 |
kostya |
2989l: Set avctx->has_b_frames value in header and don't change it
libavcodec
|
Mon, 11 Sep 2006 23:29:24 +0000 |
aurel |
don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec)
libavcodec
|
Sun, 10 Sep 2006 22:29:02 +0000 |
diego |
armv5 optimizations
libavcodec
|
Sun, 10 Sep 2006 21:51:08 +0000 |
gpoirier |
Use and set sane AVOption defaults
libavcodec
|
Sun, 10 Sep 2006 20:46:20 +0000 |
gpoirier |
adds doxygen docs to av_opt_set_defaults. Patch by Takis
libavcodec
|
Sun, 10 Sep 2006 20:21:40 +0000 |
gpoirier |
make AVOptions default value field work.
libavcodec
|
Sun, 10 Sep 2006 18:16:19 +0000 |
diego |
Remove unused variable.
libavcodec
|
Sun, 10 Sep 2006 15:36:53 +0000 |
lu_zero |
Cleanup, from Emanuele Giaquinta <exg@gentoo.org>
libavcodec
|
Sun, 10 Sep 2006 14:02:42 +0000 |
diego |
Add official LGPL license headers to the files that were missing them.
libavcodec
|
Sun, 10 Sep 2006 04:24:53 +0000 |
kostya |
Disable B-frames decoding until they produce correct picture
libavcodec
|
Sat, 09 Sep 2006 22:53:44 +0000 |
aurel |
rename vector to vect to avoid clash with Apple gcc
libavcodec
|
Sat, 09 Sep 2006 22:04:43 +0000 |
diego |
Add proper GPL headers.
libavcodec
|
Sat, 09 Sep 2006 17:19:37 +0000 |
aurel |
VP5 and VP6 video decoder
libavcodec
|
Sat, 09 Sep 2006 11:40:41 +0000 |
kostya |
Drop unneeded checks before av_free() and change to av_freep() where it's more suitable.
libavcodec
|
Sat, 09 Sep 2006 11:32:36 +0000 |
kostya |
Support for BI-frames in Advanced Profile
libavcodec
|
Sat, 09 Sep 2006 11:29:17 +0000 |
kostya |
Don't print header bits by default
libavcodec
|
Sat, 09 Sep 2006 11:28:02 +0000 |
kostya |
[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header()
libavcodec
|
Sat, 09 Sep 2006 11:23:44 +0000 |
kostya |
[Cosmetics] Remove some done TODOs/FIXMEs from comments
libavcodec
|
Sat, 09 Sep 2006 11:21:56 +0000 |
kostya |
Proper support for B/BI frames
libavcodec
|
Sat, 09 Sep 2006 08:49:28 +0000 |
gpoirier |
undefines a few temporary defines which were not undefined after their usage.
libavcodec
|
Fri, 08 Sep 2006 08:27:51 +0000 |
michael |
print more correct error messges
libavcodec
|
Thu, 07 Sep 2006 04:08:34 +0000 |
kostya |
Handle the rest of known blocks (by skipping them)
libavcodec
|
Thu, 07 Sep 2006 04:05:04 +0000 |
kostya |
Tests for overreading input data
libavcodec
|
Thu, 07 Sep 2006 04:01:42 +0000 |
kostya |
Cursor drawing support
libavcodec
|
Wed, 06 Sep 2006 10:17:28 +0000 |
diego |
Switch license from GPL to LGPL. The original author agreed to this as
libavcodec
|
Tue, 05 Sep 2006 21:17:30 +0000 |
rtogni |
Fix buffer handling for stereo mace files, fixes some random sig11
libavcodec
|
Tue, 05 Sep 2006 15:46:06 +0000 |
corey |
second pass encoding changes:
libavcodec
|
Tue, 05 Sep 2006 13:50:36 +0000 |
diego |
Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg.
libavcodec
|
Tue, 05 Sep 2006 07:31:53 +0000 |
kostya |
Try to handle all chunks, previous scheme was not correct.
libavcodec
|
Tue, 05 Sep 2006 07:29:26 +0000 |
kostya |
Handle raw blocks correctly (both updating pointer and storing to memory)
libavcodec
|
Tue, 05 Sep 2006 04:37:14 +0000 |
kostya |
VMware Video decoder (fourcc: VMnc)
libavcodec
|
Mon, 04 Sep 2006 21:11:54 +0000 |
michael |
seems the output of that code is never used
libavcodec
|
Mon, 04 Sep 2006 17:25:38 +0000 |
mru |
inline align_get_bits()
libavcodec
|
Mon, 04 Sep 2006 17:08:20 +0000 |
corey |
error message spelling typo
libavcodec
|
Mon, 04 Sep 2006 09:37:28 +0000 |
diego |
Exchange informal GPL notice by official license header.
libavcodec
|
Mon, 04 Sep 2006 04:24:49 +0000 |
kostya |
VC-1 Advanced Profile support (progressive only, tested on WVC1 samples)
libavcodec
|
Mon, 04 Sep 2006 03:33:11 +0000 |
romansh |
* Restructuring the division of labor between DV codec and DV format
libavcodec
|
Sun, 03 Sep 2006 22:16:54 +0000 |
diego |
The license of this file is LGPL, as clarified by Fabrice.
libavcodec
|
Sun, 03 Sep 2006 16:15:29 +0000 |
diego |
Add copyright notice from the Independent JPEG Group instead of referring
libavcodec
|
Sun, 03 Sep 2006 15:59:08 +0000 |
jbr |
Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7.
libavcodec
|
Sun, 03 Sep 2006 04:44:50 +0000 |
kostya |
AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed version of put_h264_chroma_pixels_tab[0])
libavcodec
|
Sat, 02 Sep 2006 23:10:28 +0000 |
mru |
remove redundant declarations
libavcodec
|
Sat, 02 Sep 2006 04:58:51 +0000 |
kostya |
Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.
libavcodec
|
Sat, 02 Sep 2006 04:53:49 +0000 |
kostya |
Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab
libavcodec
|
Sat, 02 Sep 2006 04:52:00 +0000 |
kostya |
New function for chroma MC (will be used in VC-1)
libavcodec
|
Fri, 01 Sep 2006 22:02:38 +0000 |
lorenm |
snow cosmetics: merge the sliced and non-sliced versions of add_yblock
libavcodec
|
Fri, 01 Sep 2006 21:51:35 +0000 |
lorenm |
fix snow 1pass rc: the qlog used and the one written to the bitstream weren't always the same.
libavcodec
|
Thu, 31 Aug 2006 19:14:00 +0000 |
lu_zero |
Align the input buffer in ffplay, introduce a public macro for aligned declarations
libavcodec
|
Thu, 31 Aug 2006 15:44:37 +0000 |
lu_zero |
Proper fix for the corner case that would have been corrected before, praise&blame to me and exg in equal shares
libavcodec
|
Thu, 31 Aug 2006 15:27:26 +0000 |
lu_zero |
Revert previous commit
libavcodec
|
Thu, 31 Aug 2006 15:15:14 +0000 |
lu_zero |
Fix float_to_int16, unaligned case, broken by the previous commit
libavcodec
|
Thu, 31 Aug 2006 04:44:54 +0000 |
kostya |
New qpel MC functions conforming to VC-1 standard.
libavcodec
|
Thu, 31 Aug 2006 04:42:13 +0000 |
kostya |
Spelling
libavcodec
|
Thu, 31 Aug 2006 04:39:27 +0000 |
kostya |
Motion compensation for luma always use halfpel precision.
libavcodec
|
Wed, 30 Aug 2006 21:18:17 +0000 |
michael |
fix b pyramid in mp4 muxing if no dts are provided to the muxer
libavcodec
|
Tue, 29 Aug 2006 21:23:27 +0000 |
nicodvb |
install opt.h
libavcodec
|
Tue, 29 Aug 2006 03:07:58 +0000 |
lorenm |
slightly faster deblock
libavcodec
|
Mon, 28 Aug 2006 22:25:30 +0000 |
aurel |
use the A32_BITSTREAM_READER by default on ARM (faster)
libavcodec
|
Mon, 28 Aug 2006 18:46:01 +0000 |
aurel |
force usage of ALT_BITSTREAM_READER where needed
libavcodec
|
Mon, 28 Aug 2006 18:44:49 +0000 |
aurel |
move some functions to bitstream.h to avoid conflicts
libavcodec
|
Mon, 28 Aug 2006 16:15:40 +0000 |
michael |
fix buffer handling
libavcodec
|
Mon, 28 Aug 2006 14:56:47 +0000 |
lucabe |
Minimal support for the new pixel formats in libavcodec
libavcodec
|
Mon, 28 Aug 2006 09:33:01 +0000 |
lorenm |
mmx implementation of deblocking strength decision.
libavcodec
|
Sun, 27 Aug 2006 21:45:26 +0000 |
michael |
overread AV_LOG_ERROR -> AV_LOG_DEBUG
libavcodec
|
Sun, 27 Aug 2006 11:42:40 +0000 |
michael |
fix low bitrate mp3
libavcodec
|
Sun, 27 Aug 2006 09:19:02 +0000 |
lorenm |
tweak cabac. 0.5% faster h264.
libavcodec
|
Sun, 27 Aug 2006 07:19:11 +0000 |
michael |
check the validity of the amount of the remaining bytes in the bitsteam before memcpy
libavcodec
|
Sat, 26 Aug 2006 20:16:54 +0000 |
michael |
unused var
libavcodec
|
Sat, 26 Aug 2006 18:56:24 +0000 |
michael |
dont copy frame if the whole mp1/2/3 frame is available in one piece in the input
libavcodec
|
Sat, 26 Aug 2006 18:12:16 +0000 |
aurel |
Fix A32_BITSTREAM_READER compilation on x86
libavcodec
|
Sat, 26 Aug 2006 18:02:52 +0000 |
michael |
make mpa_decode_header() 10 times faster
libavcodec
|
Sat, 26 Aug 2006 17:29:31 +0000 |
michael |
another silly typo which surprisingly neither valgrind nor cmp of the file output cought
libavcodec
|
Sat, 26 Aug 2006 15:24:13 +0000 |
michael |
10l found by valgrind
libavcodec
|
Sat, 26 Aug 2006 12:19:05 +0000 |
michael |
remove duplicated parser, people who pass random gibblets of the bitstream into the decoder will have to pass it through a AVParser like for all other codecs too
libavcodec
|
Sat, 26 Aug 2006 11:50:23 +0000 |
michael |
2nd try of skip_bits_long() for the ALT reader
libavcodec
|
Sat, 26 Aug 2006 11:37:33 +0000 |
michael |
make A32 reader align its ptr during init no matter what missaligned mess is given to it
libavcodec
|
Sat, 26 Aug 2006 11:26:54 +0000 |
michael |
3rd try :)
libavcodec
|
Sat, 26 Aug 2006 11:06:33 +0000 |
michael |
2nd try for a skip_bits_long() for the A32 reader
libavcodec
|
Sat, 26 Aug 2006 10:26:14 +0000 |
michael |
move align_get_bits() to .h to avoid conflicts between different bitstream readers in different codecs
libavcodec
|
Sat, 26 Aug 2006 09:34:02 +0000 |
michael |
prevent bitstream reader to be overriden
libavcodec
|
Fri, 25 Aug 2006 14:42:32 +0000 |
michael |
avoid branch
libavcodec
|
Fri, 25 Aug 2006 13:58:27 +0000 |
michael |
move variable declarations so that their scope is smaller
libavcodec
|
Fri, 25 Aug 2006 13:46:56 +0000 |
michael |
move the +400 out of the innermost loop
libavcodec
|
Fri, 25 Aug 2006 13:36:27 +0000 |
michael |
avoid reading exponent twice
libavcodec
|
Fri, 25 Aug 2006 12:26:34 +0000 |
michael |
reduce size of vlc table, thats slightly faster here
libavcodec
|
Fri, 25 Aug 2006 11:55:20 +0000 |
michael |
try to avoid l3_unscale() by using a table
libavcodec
|
Fri, 25 Aug 2006 10:00:30 +0000 |
michael |
replace l3_unscale(1, exponents[pos]) by LUT
libavcodec
|
Fri, 25 Aug 2006 02:40:52 +0000 |
michael |
maybe fixing the segfault on ARM
libavcodec
|
Thu, 24 Aug 2006 21:59:20 +0000 |
aurel |
cook shouldn't try to enforce the bitstream reader type
libavcodec
|
Thu, 24 Aug 2006 14:13:57 +0000 |
bcoudurier |
add codec id and tag for JPEG 2000
libavcodec
|
Thu, 24 Aug 2006 12:35:53 +0000 |
michael |
10l typo
libavcodec
|
Thu, 24 Aug 2006 11:18:41 +0000 |
michael |
avoid a few if(x==0) checks in the inner loops
libavcodec
|
Thu, 24 Aug 2006 09:24:50 +0000 |
michael |
fix non ALT bitstream reader
libavcodec
|
Thu, 24 Aug 2006 08:40:09 +0000 |
michael |
optimize reorder_block() though this function seems to be executed too rarely for this to make much difference
libavcodec
|
Thu, 24 Aug 2006 08:39:07 +0000 |
michael |
simplify
libavcodec
|
Thu, 24 Aug 2006 06:57:32 +0000 |
michael |
dont copy the whole GetBitContext around
libavcodec
|
Thu, 24 Aug 2006 01:12:26 +0000 |
michael |
faster handling of zero coeffs in the low freq decode
libavcodec
|
Thu, 24 Aug 2006 01:01:39 +0000 |
michael |
optimizing high freq decode
libavcodec
|
Thu, 24 Aug 2006 00:03:51 +0000 |
michael |
use memset() instead of slow c loops
libavcodec
|
Wed, 23 Aug 2006 23:40:03 +0000 |
michael |
simplify
libavcodec
|
Wed, 23 Aug 2006 23:39:27 +0000 |
aurel |
fix arm asm compilation in mpegaudiodec
libavcodec
|
Tue, 22 Aug 2006 16:23:56 +0000 |
banan |
Alignment of the LT window, segfault fix patch by Baptiste Coudurier.
libavcodec
|
Tue, 22 Aug 2006 13:25:09 +0000 |
michael |
MUL* for ARM code based on a patch by Siarhei Siamashka
libavcodec
|
Tue, 22 Aug 2006 12:07:02 +0000 |
michael |
replace MULL with asm too, no significnat speedup but its probably better to not take any chances, some versions of gcc will almost certainly mess it up too if they can
libavcodec
|
Tue, 22 Aug 2006 11:51:09 +0000 |
michael |
replacing MULH by asm for x86
libavcodec
|
Tue, 22 Aug 2006 11:16:47 +0000 |
michael |
indent preprocessor directives
libavcodec
|
Tue, 22 Aug 2006 11:11:04 +0000 |
michael |
make high precission synth filter 3 times faster on x86
libavcodec
|
Tue, 22 Aug 2006 06:24:59 +0000 |
michael |
replace MULL by MULH + shift in dct32() (code is very slightly faster, and the compiler should be able to optimize the shift away on 64bit archs)
libavcodec
|
Mon, 21 Aug 2006 12:12:43 +0000 |
michael |
replace a few MULL by MULH
libavcodec
|
Sun, 20 Aug 2006 22:18:26 +0000 |
michael |
reorder butterflies to reduce memory load/store
libavcodec
|
Sun, 20 Aug 2006 19:08:05 +0000 |
banan |
Added codec id for QCELP.
libavcodec
|
Sat, 19 Aug 2006 23:12:10 +0000 |
michael |
cosmetics
libavcodec
|
Sat, 19 Aug 2006 20:55:02 +0000 |
michael |
SWAP
libavcodec
|
Sat, 19 Aug 2006 20:22:57 +0000 |
michael |
audio format conversion
libavcodec
|
Sat, 19 Aug 2006 15:14:44 +0000 |
lucabe |
Allow swscale emulation header to be included by C++ programs
libavcodec
|
Sat, 19 Aug 2006 08:46:52 +0000 |
banan |
SIMD vector optimizations. 3% faster overall decoding.
libavcodec
|
Sat, 19 Aug 2006 02:42:20 +0000 |
lorenm |
use ff_fft_calc_3dn2 instead of sse on a K8.
libavcodec
|
Fri, 18 Aug 2006 23:53:49 +0000 |
lorenm |
ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm.
libavcodec
|
Fri, 18 Aug 2006 13:38:24 +0000 |
diego |
Explicitly include fastmemcpy.h from libvo/.
libavcodec
|
Fri, 18 Aug 2006 10:43:23 +0000 |
michael |
simplify
libavcodec
|
Fri, 18 Aug 2006 07:55:08 +0000 |
gpoirier |
Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr %
libavcodec
|
Thu, 17 Aug 2006 16:32:08 +0000 |
diego |
Move all internal -I parameters to the front of CFLAGS to avoid using external
libavcodec
|
Thu, 17 Aug 2006 08:08:28 +0000 |
michael |
cleanup
libavcodec
|
Thu, 17 Aug 2006 07:49:22 +0000 |
michael |
insufficient alignment
libavcodec
|
Tue, 15 Aug 2006 20:36:05 +0000 |
lu_zero |
10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding the issue
libavcodec
|
Tue, 15 Aug 2006 14:59:27 +0000 |
gpoirier |
Compile fix (for GCC<3.3) when encoders are disabled
libavcodec
|
Mon, 14 Aug 2006 22:55:11 +0000 |
lu_zero |
altivec float optimizations
libavcodec
|
Mon, 14 Aug 2006 18:17:14 +0000 |
michael |
fix codec timebase and timestamps
libavcodec
|
Mon, 14 Aug 2006 17:58:30 +0000 |
michael |
fix h261 parsing bug
libavcodec
|
Sun, 13 Aug 2006 10:10:06 +0000 |
diego |
Fix building with --disable-opts but MMX enabled.
libavcodec
|
Sun, 13 Aug 2006 08:26:43 +0000 |
lu_zero |
Clean up:make dsputil subfile names consistent
libavcodec
|
Sat, 12 Aug 2006 16:37:31 +0000 |
gpoirier |
Support for MacIntel, last part: balign directives
libavcodec
|
Sat, 12 Aug 2006 16:31:17 +0000 |
gpoirier |
Fix CHECK_BIDIR macro so it works with Intel's Compiler
libavcodec
|
Fri, 11 Aug 2006 18:19:37 +0000 |
lorenm |
vorbis simd tweaks
libavcodec
|
Fri, 11 Aug 2006 04:41:30 +0000 |
kostya |
Disable B-frames decoding until I return and finish their proper decoding.
libavcodec
|
Fri, 11 Aug 2006 02:56:32 +0000 |
lu_zero |
keep in sync with dsputil, makes --disable-decoder=vorbis build
libavcodec
|
Thu, 10 Aug 2006 21:57:30 +0000 |
lorenm |
vorbis cosmetics: mdct0,mdct1 => mdct[2]
libavcodec
|
Thu, 10 Aug 2006 21:55:31 +0000 |
lorenm |
misc tweaks in vorbis_residue_decode().
libavcodec
|
Thu, 10 Aug 2006 20:24:58 +0000 |
michael |
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
libavcodec
|
Thu, 10 Aug 2006 19:06:25 +0000 |
lorenm |
sse and 3dnow implementations of float->int conversion and mdct windowing.
libavcodec
|
Thu, 10 Aug 2006 18:49:47 +0000 |
lorenm |
r5954 broke fft on cpus with 3dnow but without mm3dnow.h
libavcodec
|
Thu, 10 Aug 2006 16:05:29 +0000 |
lu_zero |
Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net>
libavcodec
|
Thu, 10 Aug 2006 15:26:18 +0000 |
gpoirier |
Support for MacIntel, take xx: '/nop' illegal for old versions of GAS
libavcodec
|
Thu, 10 Aug 2006 11:29:57 +0000 |
gpoirier |
Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.c
libavcodec
|
Thu, 10 Aug 2006 09:06:06 +0000 |
gpoirier |
Support for Mac OS X Intel, part 3: binary integer constants:
libavcodec
|
Wed, 09 Aug 2006 07:52:28 +0000 |
diego |
Correct wrong memset invocation.
libavcodec
|
Wed, 09 Aug 2006 06:37:25 +0000 |
lorenm |
emms -> femms
libavcodec
|
Wed, 09 Aug 2006 06:33:49 +0000 |
lorenm |
gcc 2.95 and 3.4.x on x86 32bit without fomit-frame-pointer can't even find 5 registers for asm input.
libavcodec
|
Tue, 08 Aug 2006 21:47:11 +0000 |
lorenm |
slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless movsxd)
libavcodec
|
Tue, 08 Aug 2006 18:51:38 +0000 |
lucabe |
Enable swscale usage in ffmpeg
libavcodec
|
Tue, 08 Aug 2006 12:03:51 +0000 |
michael |
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus
libavcodec
|
Tue, 08 Aug 2006 10:24:26 +0000 |
diego |
Fix some "'static' is not at beginning of declaration" warnings.
libavcodec
|
Tue, 08 Aug 2006 04:01:04 +0000 |
lorenm |
3dnow2 implementation of imdct.
libavcodec
|
Sun, 06 Aug 2006 23:15:32 +0000 |
lu_zero |
Cosmetics: 2->4 spaces and some braces
libavcodec
|
Sun, 06 Aug 2006 03:44:31 +0000 |
kostya |
Correct MC for B-frames and some improvements (not 100% complete though)
libavcodec
|
Sun, 06 Aug 2006 03:42:39 +0000 |
kostya |
Bicubic interpolation requires two additional pixels for block
libavcodec
|
Fri, 04 Aug 2006 22:51:20 +0000 |
melanson |
printf -> av_log, only occurs in DEBUG cases
libavcodec
|
Fri, 04 Aug 2006 19:11:12 +0000 |
lu_zero |
Yet another typo
libavcodec
|
Fri, 04 Aug 2006 19:03:01 +0000 |
lu_zero |
Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo.org> for pointing out the issue and the patch
libavcodec
|
Fri, 04 Aug 2006 03:31:01 +0000 |
kostya |
100l: intensity compensation must be also done in 4-MV mode
libavcodec
|
Thu, 03 Aug 2006 16:19:13 +0000 |
lu_zero |
standalone snow dsputil init
libavcodec
|
Thu, 03 Aug 2006 16:13:50 +0000 |
lu_zero |
Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:
libavcodec
|
Thu, 03 Aug 2006 14:37:58 +0000 |
lu_zero |
Minor fix
libavcodec
|
Thu, 03 Aug 2006 13:21:13 +0000 |
lu_zero |
avoid alignment hacks, luckly gcc does the right thing on arches different from x86
libavcodec
|
Thu, 03 Aug 2006 13:19:32 +0000 |
lu_zero |
vorbis_inverse_coupling_altivec
libavcodec
|
Thu, 03 Aug 2006 13:00:37 +0000 |
lu_zero |
Cleanup
libavcodec
|
Thu, 03 Aug 2006 07:09:29 +0000 |
lorenm |
10l, vorbis_inverse_coupling_sse() was really 3dnow
libavcodec
|
Thu, 03 Aug 2006 06:07:13 +0000 |
lorenm |
another div -> fastdiv, another 2% faster vorbis.
libavcodec
|
Thu, 03 Aug 2006 05:15:50 +0000 |
kostya |
Looks like to be a good time to re-enable WMV3 decoder
libavcodec
|
Thu, 03 Aug 2006 05:09:36 +0000 |
kostya |
Don't try to decode P-frames from old WMV3 variant until their format is figured
libavcodec
|
Thu, 03 Aug 2006 05:02:31 +0000 |
kostya |
Some AltiVec optimizations for VC-1
libavcodec
|
Thu, 03 Aug 2006 03:18:47 +0000 |
lorenm |
sse & sse2 implementations of vorbis channel coupling.
libavcodec
|
Thu, 03 Aug 2006 02:18:07 +0000 |
lorenm |
int16_t is faster than int_fast16_t for division.
libavcodec
|
Wed, 02 Aug 2006 22:48:50 +0000 |
michael |
set supported pixel formats correctly
libavcodec
|
Wed, 02 Aug 2006 21:37:38 +0000 |
lu_zero |
avoid possible segfault situations
libavcodec
|
Wed, 02 Aug 2006 11:18:10 +0000 |
lu_zero |
Cosmetics
libavcodec
|
Tue, 01 Aug 2006 04:00:14 +0000 |
kostya |
Forgot to update LIBAVCODEC_VERSION_INT
libavcodec
|
Mon, 31 Jul 2006 20:56:15 +0000 |
mru |
remove libtheora wrapper
libavcodec
|
Mon, 31 Jul 2006 03:32:59 +0000 |
kostya |
Fix overflows in bicubic interpolation.
libavcodec
|
Sun, 30 Jul 2006 03:50:31 +0000 |
kostya |
Use bicubic MC (should also remove those ringing artifacts) when needed
libavcodec
|
Sun, 30 Jul 2006 03:47:26 +0000 |
kostya |
Use functions from DSPContext in vc1.c
libavcodec
|
Sun, 30 Jul 2006 03:45:02 +0000 |
kostya |
New functions in DSPContext for VC-1 decoding
libavcodec
|
Sat, 29 Jul 2006 20:47:47 +0000 |
diego |
Remove spurious references to Ogg Theora encoder, such a thing never existed.
libavcodec
|
Sat, 29 Jul 2006 08:45:33 +0000 |
stefang |
some MMX optimizations for the CAVS decoder
libavcodec
|
Sat, 29 Jul 2006 03:11:14 +0000 |
kostya |
Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use)
libavcodec
|
Sat, 29 Jul 2006 03:07:30 +0000 |
kostya |
Support range reduced frames
libavcodec
|
Sat, 29 Jul 2006 03:05:29 +0000 |
kostya |
Support grayscale decoding.
libavcodec
|
Fri, 28 Jul 2006 03:27:37 +0000 |
kostya |
Add rounding for overlap filters
libavcodec
|
Thu, 27 Jul 2006 20:37:21 +0000 |
lorenm |
10l in r5768 (broke mbaff)
libavcodec
|
Thu, 27 Jul 2006 12:31:31 +0000 |
lucabe |
Remove sws_global_init() from swscaler emulation
libavcodec
|
Wed, 26 Jul 2006 01:12:26 +0000 |
diego |
Fix FSF postal address.
libavcodec
|
Tue, 25 Jul 2006 15:23:44 +0000 |
lucabe |
Fix a corner case in sws emulation
libavcodec
|
Mon, 24 Jul 2006 04:24:53 +0000 |
kostya |
Some B-frames support (parsing and decoding only, no motion compesation is done)
libavcodec
|
Mon, 24 Jul 2006 04:20:49 +0000 |
kostya |
Some fixes for decode_p_mb()
libavcodec
|
Sun, 23 Jul 2006 20:45:20 +0000 |
diego |
Remove obsolete and misleading warning.
libavcodec
|
Sun, 23 Jul 2006 18:22:29 +0000 |
reimar |
Do not crash when the first frame is not a keyframe (and thus none of the
libavcodec
|
Sun, 23 Jul 2006 04:57:36 +0000 |
kostya |
Correct edge MC for chroma
libavcodec
|
Sat, 22 Jul 2006 03:57:53 +0000 |
kostya |
Replace code for clipping MV vectors (which is wrong to use here) with clipping source coords.
libavcodec
|
Sat, 22 Jul 2006 03:54:00 +0000 |
kostya |
Don't do non-uniform quantization on zero coeffs.
libavcodec
|
Fri, 21 Jul 2006 04:06:06 +0000 |
kostya |
1000l: scale DC predictors instead of predicted value.
libavcodec
|
Fri, 21 Jul 2006 04:03:56 +0000 |
kostya |
Set DC = 0 for skipped MB as it interferes DC prediction
libavcodec
|
Fri, 21 Jul 2006 03:58:48 +0000 |
kostya |
Set correctly quantizer and transform mode when parsing frame header.
libavcodec
|
Wed, 19 Jul 2006 23:51:11 +0000 |
michael |
avoid 4 +
libavcodec
|
Wed, 19 Jul 2006 23:21:20 +0000 |
michael |
remove 166 useless underscores, and make this file valid c code as a result
libavcodec
|
Wed, 19 Jul 2006 23:17:18 +0000 |
michael |
remove a few useless casts and avoid the useless t1/t2 variables
libavcodec
|
Wed, 19 Jul 2006 22:42:31 +0000 |
michael |
simplify
libavcodec
|
Wed, 19 Jul 2006 22:21:45 +0000 |
michael |
more simplifications
libavcodec
|
Wed, 19 Jul 2006 21:20:56 +0000 |
michael |
simplification
libavcodec
|
Wed, 19 Jul 2006 21:05:42 +0000 |
michael |
iabs -> ABS
libavcodec
|
Wed, 19 Jul 2006 20:57:44 +0000 |
michael |
simplify
libavcodec
|
Wed, 19 Jul 2006 20:41:16 +0000 |
michael |
fix loop filter
libavcodec
|
Wed, 19 Jul 2006 09:49:21 +0000 |
michael |
disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tested with -f crc) and the theora spec does not allow different idcts not to mention the difference is quite vissible ...
libavcodec
|
Wed, 19 Jul 2006 07:28:58 +0000 |
lucabe |
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil
libavcodec
|
Tue, 18 Jul 2006 11:00:55 +0000 |
lucabe |
Move av_log() & friends to libavutil
libavcodec
|
Tue, 18 Jul 2006 01:29:43 +0000 |
lorenm |
sync to x264 r537
libavcodec
|
Mon, 17 Jul 2006 13:09:45 +0000 |
michael |
parse all QIS values (we still ignore them though ...)
libavcodec
|
Mon, 17 Jul 2006 11:06:09 +0000 |
michael |
100l for me
libavcodec
|
Mon, 17 Jul 2006 10:44:53 +0000 |
michael |
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%)
libavcodec
|
Mon, 17 Jul 2006 09:51:59 +0000 |
michael |
attempt to implement xiphs useless and stupid quantization matrix mess
libavcodec
|
Mon, 17 Jul 2006 08:09:08 +0000 |
michael |
replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for theora according to spec)
libavcodec
|
Sun, 16 Jul 2006 21:09:32 +0000 |
michael |
use RSHIFT
libavcodec
|
Sun, 16 Jul 2006 21:00:38 +0000 |
michael |
useless memcpy
libavcodec
|
Sun, 16 Jul 2006 20:47:48 +0000 |
michael |
some fixmes if someone ever wants to implement theora support correctly ...
libavcodec
|
Sun, 16 Jul 2006 20:30:39 +0000 |
michael |
check how many bits are left after decoding extradata
libavcodec
|
Sun, 16 Jul 2006 19:21:59 +0000 |
michael |
cleanup
libavcodec
|
Sun, 16 Jul 2006 18:55:18 +0000 |
lorenm |
slightly faster h264 fill_caches()
libavcodec
|
Sun, 16 Jul 2006 17:08:25 +0000 |
jbr |
cosmetic change to adjust alignment.
libavcodec
|
Sun, 16 Jul 2006 17:04:54 +0000 |
jbr |
Modify preset compression levels to utilize log search.
libavcodec
|
Sun, 16 Jul 2006 16:23:12 +0000 |
mru |
cosmetics
libavcodec
|
Sun, 16 Jul 2006 15:46:45 +0000 |
michael |
log prediction order search method
libavcodec
|
Sun, 16 Jul 2006 13:34:47 +0000 |
jbr |
Add lpc order search. This creates new compression levels 6 to 12.
libavcodec
|
Sun, 16 Jul 2006 03:50:00 +0000 |
kostya |
Don't pass block[6][64] parameter to decode_p_mb as we always use s->block
libavcodec
|
Sun, 16 Jul 2006 03:47:34 +0000 |
kostya |
Correct inverse quantization for P-frames
libavcodec
|
Sun, 16 Jul 2006 03:45:04 +0000 |
kostya |
Rounding control for motion compensation.
libavcodec
|
Sat, 15 Jul 2006 23:43:38 +0000 |
michael |
calculate all coefficients for several orders during cholesky factorization, the resulting coefficients are not strictly optimal though as there is a small difference in the autocorrelation matrixes which is ignored for the smaller orders
libavcodec
|
Fri, 14 Jul 2006 19:31:58 +0000 |
stefang |
avoid double copying of left border in luma prediction
libavcodec
|
Fri, 14 Jul 2006 19:15:08 +0000 |
stefang |
replace run by run+1 in VLC tables
libavcodec
|
Fri, 14 Jul 2006 19:14:25 +0000 |
michael |
cleanup
libavcodec
|
Fri, 14 Jul 2006 18:56:17 +0000 |
stefang |
change partition flags SYM -> FWD|SYM
libavcodec
|
Fri, 14 Jul 2006 18:48:50 +0000 |
stefang |
set mvP2 also in PSKIP macroblock
libavcodec
|
Fri, 14 Jul 2006 18:48:38 +0000 |
michael |
optionally (use_lpc=2) support Cholesky factorization for finding the lpc coeficients
libavcodec
|
Fri, 14 Jul 2006 18:38:23 +0000 |
stefang |
avoid overflows of qp and pic_type
libavcodec
|
Thu, 13 Jul 2006 23:10:01 +0000 |
mru |
replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use
libavcodec
|
Thu, 13 Jul 2006 11:41:52 +0000 |
michael |
dither lpc cpeffs
libavcodec
|
Wed, 12 Jul 2006 16:49:14 +0000 |
mru |
rename AMR config variables to CONFIG_AMR*
libavcodec
|
Wed, 12 Jul 2006 15:19:51 +0000 |
diego |
Remove MPlayer-specific include option hacks.
libavcodec
|
Tue, 11 Jul 2006 21:45:45 +0000 |
diego |
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
libavcodec
|
Sun, 09 Jul 2006 22:41:42 +0000 |
michael |
simplify
libavcodec
|
Sun, 09 Jul 2006 15:35:06 +0000 |
michael |
avoid redundant local variables
libavcodec
|
Sun, 09 Jul 2006 15:20:18 +0000 |
michael |
simplify
libavcodec
|
Sun, 09 Jul 2006 15:12:45 +0000 |
diego |
FastUVMV vs FastUVMC typo, noticed by bond
libavcodec
|
Sun, 09 Jul 2006 13:01:06 +0000 |
mru |
make some tables const
libavcodec
|
Sun, 09 Jul 2006 12:02:15 +0000 |
mru |
--enable/disable parsers. Warning: some combinations are broken.
libavcodec
|
Sun, 09 Jul 2006 10:33:49 +0000 |
michael |
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway)
libavcodec
|
Sun, 09 Jul 2006 03:00:57 +0000 |
kostya |
Check if 4-MV MB should not be decoded.
libavcodec
|
Sun, 09 Jul 2006 02:56:40 +0000 |
kostya |
MVRANGE may occur in all frames and RESPIC in all but B-frames
libavcodec
|
Sun, 09 Jul 2006 02:51:13 +0000 |
kostya |
Fix mquant selection for ALL_MBS mode
libavcodec
|
Sun, 09 Jul 2006 02:47:09 +0000 |
kostya |
Use overlap filter instead of loop filter.
libavcodec
|
Sun, 09 Jul 2006 02:44:05 +0000 |
kostya |
Use s->first_slice_line in checks instead of s->mb_y
libavcodec
|
Sun, 09 Jul 2006 01:08:13 +0000 |
mru |
10l: make disabling all pcm/adpcm codecs work
libavcodec
|
Sat, 08 Jul 2006 23:05:12 +0000 |
mru |
only build dpcm.o if its codecs are enabled
libavcodec
|
Sat, 08 Jul 2006 22:38:35 +0000 |
mru |
forgot to remove adx.o from objs always built
libavcodec
|
Sat, 08 Jul 2006 22:31:14 +0000 |
mru |
make the adx adpcm codec available
libavcodec
|
Sat, 08 Jul 2006 21:15:50 +0000 |
mru |
enable/disable pcm and adpcm codecs
libavcodec
|
Sat, 08 Jul 2006 16:41:52 +0000 |
mru |
cosmetic: sort codec list alphabetically
libavcodec
|
Sat, 08 Jul 2006 16:39:58 +0000 |
jbr |
allows user-settable block size and fixes related typo
libavcodec
|
Sat, 08 Jul 2006 16:39:49 +0000 |
mru |
rewrite kconfig-style
libavcodec
|
Sat, 08 Jul 2006 16:36:21 +0000 |
mru |
Sun mlib works fine. Remove comment stating otherwise.
libavcodec
|
Sat, 08 Jul 2006 15:29:33 +0000 |
diego |
Remove bogus IPP section that is not referenced anywhere.
libavcodec
|
Sat, 08 Jul 2006 07:14:00 +0000 |
aurel |
set proper bits_per_sample value for ADPCM codecs
libavcodec
|
Fri, 07 Jul 2006 23:54:13 +0000 |
mru |
remove -fforce-addr as it to generate slightly slower code
libavcodec
|
Fri, 07 Jul 2006 22:43:32 +0000 |
michael |
moving utf8 reading function to libavutil
libavcodec
|
Fri, 07 Jul 2006 22:42:36 +0000 |
aurel |
simplify the voc demuxer using av_get_bits_per_sample()
libavcodec
|
Fri, 07 Jul 2006 22:41:43 +0000 |
michael |
seems i forgot to commit this simplification ...
libavcodec
|
Fri, 07 Jul 2006 17:50:09 +0000 |
bcoudurier |
av_get_bits_per_sample and due simplifications
libavcodec
|
Fri, 07 Jul 2006 11:08:58 +0000 |
diego |
Fix compilation with --disable-decoders.
libavcodec
|
Fri, 07 Jul 2006 10:50:14 +0000 |
michael |
table contains vlc with 19 bits and 8*2 < 19
libavcodec
|
Fri, 07 Jul 2006 05:02:01 +0000 |
kostya |
Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always use halfpel MC.
libavcodec
|
Fri, 07 Jul 2006 04:51:50 +0000 |
kostya |
Enable coefficient scaling
libavcodec
|
Fri, 07 Jul 2006 04:50:13 +0000 |
kostya |
Don't read out-of-bounds values.
libavcodec
|
Thu, 06 Jul 2006 21:41:54 +0000 |
mru |
simplify
libavcodec
|
Thu, 06 Jul 2006 20:32:19 +0000 |
mru |
build mpegaudio.c and ac3enc.c only if needed
libavcodec
|
Thu, 06 Jul 2006 19:23:21 +0000 |
stefang |
hopefully better for platforms not supporting misaligned read
libavcodec
|
Thu, 06 Jul 2006 19:21:00 +0000 |
stefang |
make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be worth it
libavcodec
|
Thu, 06 Jul 2006 15:35:29 +0000 |
michael |
increasing version for AVBitStreamFilters
libavcodec
|
Thu, 06 Jul 2006 15:28:17 +0000 |
michael |
noise bitstream filter
libavcodec
|
Thu, 06 Jul 2006 15:04:46 +0000 |
michael |
AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...)
libavcodec
|
Thu, 06 Jul 2006 13:53:07 +0000 |
diego |
Mark some read-only datastructures as const.
libavcodec
|
Thu, 06 Jul 2006 03:42:51 +0000 |
kostya |
Fix one case of choosing MV for chroma
libavcodec
|
Wed, 05 Jul 2006 22:56:45 +0000 |
diego |
spelling typo
libavcodec
|
Wed, 05 Jul 2006 19:34:26 +0000 |
mru |
use $(LIBOBJFLAGS) when compiling sparc/*.c
libavcodec
|
Wed, 05 Jul 2006 19:31:01 +0000 |
mru |
#define SBUTTERFLY outside CONFIG_ENCODERS
libavcodec
|
Wed, 05 Jul 2006 17:11:55 +0000 |
stefang |
even more cbp safety
libavcodec
|
Wed, 05 Jul 2006 17:08:13 +0000 |
stefang |
missed removing this line in my last commit
libavcodec
|
Wed, 05 Jul 2006 14:12:00 +0000 |
diego |
cosmetics: Break overly long lines.
libavcodec
|
Tue, 04 Jul 2006 22:43:35 +0000 |
michael |
add rounding bias earlier in the idct, avoids many adds
libavcodec
|
Tue, 04 Jul 2006 19:15:47 +0000 |
banan |
Mark read-only data as const. Patch by stefan huehner org.
libavcodec
|
Tue, 04 Jul 2006 17:08:35 +0000 |
michael |
return -1 on bitstream errors instead of continuing, as the following stuff almost always will be useless until the next startcode
libavcodec
|
Tue, 04 Jul 2006 17:06:43 +0000 |
michael |
simplify intra prediction mode decoding
libavcodec
|
Tue, 04 Jul 2006 16:42:22 +0000 |
michael |
check cbp for validity, avoids possible out of array reads / segfaults
libavcodec
|
Tue, 04 Jul 2006 16:30:14 +0000 |
michael |
minor simplificationn
libavcodec
|
Tue, 04 Jul 2006 15:40:09 +0000 |
kostya |
Implement intensity compensation
libavcodec
|
Tue, 04 Jul 2006 15:39:21 +0000 |
kostya |
Correctly choose global transform mode, MV mode and fix bitplane decoding
libavcodec
|
Tue, 04 Jul 2006 15:33:28 +0000 |
kostya |
Optimizations suggested by Michael Niedermayer
libavcodec
|
Mon, 03 Jul 2006 18:43:45 +0000 |
stefang |
cleanup macroblock layer: merged decode of skipped MBs
libavcodec
|
Mon, 03 Jul 2006 17:37:57 +0000 |
stefang |
cosmetic patch:
libavcodec
|
Mon, 03 Jul 2006 17:22:18 +0000 |
kostya |
Correctly detect when use hpel or qpel mode
libavcodec
|
Mon, 03 Jul 2006 17:21:18 +0000 |
kostya |
4-MV mode final fixes (now it works for non-exotic modes)
libavcodec
|
Mon, 03 Jul 2006 17:17:25 +0000 |
kostya |
vc1_decode_intra_block() simplifications and corrections
libavcodec
|
Mon, 03 Jul 2006 10:52:07 +0000 |
lucabe |
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h
libavcodec
|
Mon, 03 Jul 2006 09:20:26 +0000 |
michael |
porder patch by (Justin Ruggles jruggle a t earthlink d ot net)
libavcodec
|
Mon, 03 Jul 2006 02:38:08 +0000 |
kostya |
4-MV decoding support
libavcodec
|
Mon, 03 Jul 2006 00:16:45 +0000 |
michael |
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
libavcodec
|
Sun, 02 Jul 2006 22:01:31 +0000 |
mru |
remove redundant macro definitions
libavcodec
|
Sun, 02 Jul 2006 21:53:30 +0000 |
mru |
kill warning
libavcodec
|
Sun, 02 Jul 2006 14:58:17 +0000 |
michael |
CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de)
libavcodec
|
Sun, 02 Jul 2006 14:50:23 +0000 |
michael |
staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de)
libavcodec
|
Sun, 02 Jul 2006 13:14:04 +0000 |
michael |
3 lines while -> 1 line for loop
libavcodec
|
Sun, 02 Jul 2006 13:10:08 +0000 |
michael |
simplify
libavcodec
|
Sun, 02 Jul 2006 13:01:01 +0000 |
michael |
simplify compute_autocorr
libavcodec
|
Sun, 02 Jul 2006 12:40:39 +0000 |
michael |
dont use memcpy for copying structs
libavcodec
|
Sun, 02 Jul 2006 11:06:27 +0000 |
michael |
simplify
libavcodec
|
Sun, 02 Jul 2006 10:22:31 +0000 |
michael |
flac-lpc patch by (Justin Ruggles jruggle earthlink net)
libavcodec
|
Sun, 02 Jul 2006 09:30:51 +0000 |
michael |
simplify
libavcodec
|
Sun, 02 Jul 2006 02:05:35 +0000 |
banan |
ff_fft_init now double checks that the system has mm3dnow.h before
libavcodec
|
Sun, 02 Jul 2006 01:52:40 +0000 |
mru |
remove unneeded casts
libavcodec
|
Sun, 02 Jul 2006 01:39:38 +0000 |
mru |
get rid of veccpy(), replace with simple assignment
libavcodec
|
Sat, 01 Jul 2006 22:52:56 +0000 |
michael |
new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)
libavcodec
|
Sat, 01 Jul 2006 17:33:48 +0000 |
mru |
fill_mbaff_ref_list is missing a return statement, its return value
libavcodec
|
Sat, 01 Jul 2006 07:22:29 +0000 |
kostya |
Adjust AC prediction if (some) predictors are not available.
libavcodec
|
Sat, 01 Jul 2006 07:13:52 +0000 |
kostya |
0xFFFF l of cola. Now P-frames are decoded almost without distortions.
libavcodec
|
Sat, 01 Jul 2006 03:19:28 +0000 |
kostya |
Remove unused variable (and it wasn't free'd too)
libavcodec
|
Sat, 01 Jul 2006 03:17:54 +0000 |
kostya |
Use MpegEncContext->mbskip_table instead of custom bitplane.
libavcodec
|
Fri, 30 Jun 2006 08:00:01 +0000 |
gpoirier |
* Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no
libavcodec
|
Fri, 30 Jun 2006 07:50:30 +0000 |
gpoirier |
Disable w53 and w97 cmp methods when snow encoder is disabled
libavcodec
|
Fri, 30 Jun 2006 05:53:28 +0000 |
reynaldo |
anothe useless sizeof(char)
libavcodec
|
Fri, 30 Jun 2006 03:19:31 +0000 |
kostya |
Slightly reworked MC code, it gives better picture.
libavcodec
|
Fri, 30 Jun 2006 03:17:31 +0000 |
kostya |
typo
libavcodec
|
Fri, 30 Jun 2006 02:47:36 +0000 |
diego |
spelling fixes courtesy of "Herv«± W." H.O.W.aka.V+ffmpeg (at) gmail (dot) com
libavcodec
|
Thu, 29 Jun 2006 11:17:50 +0000 |
kostya |
Fix initialization of vc1_decoder (the same as wmv3_decoder).
libavcodec
|
Thu, 29 Jun 2006 11:05:33 +0000 |
kostya |
Some optimization and fixes - mostly reworked MC and bitplanes.
libavcodec
|
Thu, 29 Jun 2006 11:02:33 +0000 |
kostya |
This should make P-frames decoding work on x86 (by avoiding get_bits(0))
libavcodec
|
Tue, 27 Jun 2006 21:01:21 +0000 |
michael |
flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net
libavcodec
|
Tue, 27 Jun 2006 15:37:48 +0000 |
kostya |
Added loop filtering as ersatz for overlap filter (improves picture quality for coarse quantization).
libavcodec
|
Tue, 27 Jun 2006 15:34:14 +0000 |
kostya |
VC1 Intra blocks in P-frames use different zigzag table than I-frames.
libavcodec
|
Tue, 27 Jun 2006 12:13:01 +0000 |
reimar |
Do not read full byte when less than 8 bits are still to be read.
libavcodec
|
Tue, 27 Jun 2006 12:09:58 +0000 |
reimar |
Ignore overrun in spectral RLE decoding, fixes
libavcodec
|
Tue, 27 Jun 2006 03:11:51 +0000 |
kostya |
VC-1 decoder with I-frames support and partial P-frames decoding
libavcodec
|
Tue, 27 Jun 2006 02:55:54 +0000 |
kostya |
Rename VC9 to VC1 as there is no such thing as VC9
libavcodec
|
Mon, 26 Jun 2006 06:00:07 +0000 |
michael |
stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)
libavcodec
|
Sun, 25 Jun 2006 21:22:25 +0000 |
michael |
10l
libavcodec
|
Sun, 25 Jun 2006 17:37:12 +0000 |
lu_zero |
cleanup patch from Diego Petten«Ò <flameeyes@gentoo.org>
libavcodec
|
Sat, 24 Jun 2006 20:09:49 +0000 |
lu_zero |
minor cleanup
libavcodec
|
Sat, 24 Jun 2006 13:56:29 +0000 |
michael |
simplify & optimize things a little
libavcodec
|
Sat, 24 Jun 2006 10:20:15 +0000 |
michael |
first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder
libavcodec
|
Sat, 24 Jun 2006 09:25:21 +0000 |
michael |
CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net
libavcodec
|
Wed, 21 Jun 2006 00:21:26 +0000 |
lu_zero |
fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com>
libavcodec
|
Tue, 20 Jun 2006 10:35:30 +0000 |
lu_zero |
Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for pointing the issue
libavcodec
|
Tue, 20 Jun 2006 10:26:00 +0000 |
diego |
Remove unused FFMPEG_VERSION_INT.
libavcodec
|
Tue, 20 Jun 2006 10:24:08 +0000 |
diego |
Use Subversion revision for FFMPEG_VERSION.
libavcodec
|
Sun, 18 Jun 2006 11:33:14 +0000 |
diego |
Add const to (mostly) char* and make some functions static, which aren't used
libavcodec
|
Sat, 17 Jun 2006 18:46:06 +0000 |
lu_zero |
Cosmetics: should not hurt performance, scream if are
libavcodec
|
Sat, 17 Jun 2006 09:27:36 +0000 |
diego |
Rename version from CVS to the more sensible HEAD.
libavcodec
|
Fri, 16 Jun 2006 20:41:33 +0000 |
mru |
The AAC frame header uses 13 bits for the frame size, so the buffer should
libavcodec
|
Thu, 15 Jun 2006 09:20:31 +0000 |
michael |
10l to whoever wrote this
libavcodec
|
Mon, 12 Jun 2006 21:34:43 +0000 |
mru |
MIPS doesn't like unaligned accesses
libavcodec
|
Mon, 12 Jun 2006 09:30:17 +0000 |
lorenm |
h264: accept rbsp_trailing longer than 1 byte
libavcodec
|
Fri, 09 Jun 2006 22:26:03 +0000 |
mru |
use ifeq(...,yes) instead of ifdef
libavcodec
|
Fri, 09 Jun 2006 13:10:37 +0000 |
bcoudurier |
fix closed gop flag
libavcodec
|
Sun, 04 Jun 2006 21:54:58 +0000 |
michael |
support doing motion estimation and compensation without any residual transform or coding
libavcodec
|
Sat, 03 Jun 2006 22:18:03 +0000 |
lu_zero |
put_pixels16_l2_altivec and avg_pixels16_l2_altivec
libavcodec
|
Sat, 03 Jun 2006 19:04:56 +0000 |
lorenm |
ADPCM: trellis quantization
libavcodec
|
Sat, 03 Jun 2006 06:26:04 +0000 |
corey |
Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1
libavcodec
|
Sat, 03 Jun 2006 04:38:11 +0000 |
lorenm |
adpcm_ima & adpcm_yamaha: improved quantization
libavcodec
|
Fri, 02 Jun 2006 07:50:12 +0000 |
banan |
Fixed a possible bug, checked against the assembly.
libavcodec
|
Thu, 01 Jun 2006 23:22:07 +0000 |
diego |
Ignore all generated files.
libavcodec
|
Thu, 01 Jun 2006 21:57:44 +0000 |
mru |
remove redundant make variable SUBDIR
libavcodec
|
Thu, 01 Jun 2006 21:37:48 +0000 |
diego |
libavcodec/libpostproc ---> libpostproc
libavcodec
|
Thu, 01 Jun 2006 07:31:59 +0000 |
banan |
Flash Screen Video decoder (fourcc:FSV1)
libavcodec
|
Wed, 31 May 2006 04:52:02 +0000 |
kostya |
Palette support for newer KMVC
libavcodec
|
Tue, 30 May 2006 19:45:12 +0000 |
lorenm |
Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless.
libavcodec
|
Tue, 30 May 2006 19:40:28 +0000 |
lorenm |
Snow: cosmetics
libavcodec
|
Tue, 30 May 2006 16:42:29 +0000 |
lorenm |
Snow: scale predicted mv based on which reference frame the neighbors used.
libavcodec
|
Tue, 30 May 2006 06:49:15 +0000 |
lorenm |
Snow: cosmetics
libavcodec
|
Tue, 30 May 2006 05:44:22 +0000 |
lorenm |
Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation.
libavcodec
|
Tue, 30 May 2006 04:51:58 +0000 |
lorenm |
Snow: 10l. 1pass ratecontrol failed to set snow's internal quant.
libavcodec
|
Mon, 29 May 2006 22:44:16 +0000 |
corey |
Make b_frame_strategy not fail on pass 2, but still print a notice.
libavcodec
|
Mon, 29 May 2006 19:25:46 +0000 |
rtogni |
10000l don't reuse outer loop index in inner loops
libavcodec
|
Mon, 29 May 2006 16:50:37 +0000 |
michael |
fabs is better then abs for floats ...
libavcodec
|
Mon, 29 May 2006 16:39:40 +0000 |
michael |
typo me thinks ...
libavcodec
|
Mon, 29 May 2006 16:30:56 +0000 |
michael |
cbp must be >0 here or we are in troubble
libavcodec
|
Sun, 28 May 2006 22:44:14 +0000 |
lorenm |
h264: MBAFF interlaced decoding
libavcodec
|
Sun, 28 May 2006 22:28:08 +0000 |
lorenm |
h264: faster fill_rectangle()
libavcodec
|
Sun, 28 May 2006 21:44:47 +0000 |
lorenm |
Snow multiple reference frames
libavcodec
|
Sun, 28 May 2006 12:38:10 +0000 |
lorenm |
Snow 1pass ratecontrol
libavcodec
|
Fri, 26 May 2006 15:44:29 +0000 |
bcoudurier |
fix mbd bits bug, finally
libavcodec
|
Fri, 26 May 2006 15:37:11 +0000 |
diego |
Remove all .cvsignore files, they are no longer necessary.
libavcodec
|
Wed, 17 May 2006 03:03:53 +0000 |
kostya |
Now MPlayer should understand Smacker audio and video codecs.
libavcodec
|
Tue, 16 May 2006 15:19:54 +0000 |
bcoudurier |
MPEG-2 4:2:2 encoding support
libavcodec
|
Tue, 16 May 2006 14:24:45 +0000 |
gpoirier |
fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.
libavcodec
|
Sun, 14 May 2006 22:00:03 +0000 |
gpoirier |
Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for GCC, so use -m3dnow instead.
libavcodec
|
Sun, 14 May 2006 14:21:06 +0000 |
bcoudurier |
add quicktime uncompressed 8bit 4:2:2 support
libavcodec
|
Sat, 13 May 2006 17:16:58 +0000 |
bcoudurier |
add MPEG-2 intra vlc support
libavcodec
|
Sat, 13 May 2006 15:43:51 +0000 |
bcoudurier |
remove unused variable
libavcodec
|
Sat, 13 May 2006 10:45:26 +0000 |
michael |
sanity checks, some might have been exploitable ...
libavcodec
|
Thu, 11 May 2006 23:17:23 +0000 |
mru |
add unaligned16() and unaligned64()
libavcodec
|
Thu, 11 May 2006 00:28:30 +0000 |
banan |
Cosmetics. Add the defines needed for debug output.
libavcodec
|
Thu, 11 May 2006 00:06:50 +0000 |
lorenm |
fix a crash on x86_64
libavcodec
|
Wed, 10 May 2006 11:59:09 +0000 |
bcoudurier |
fix alac decoder on little endian
libavcodec
|
Wed, 10 May 2006 11:05:03 +0000 |
michael |
cosmetics (initalize variables where they are used)
libavcodec
|
Wed, 10 May 2006 10:57:27 +0000 |
michael |
decoders should (IMHO) not duplicate frames, the application can do this if it wants
libavcodec
|
Tue, 09 May 2006 08:40:38 +0000 |
michael |
allow insane gop sizes if the user doesnt care about playable streams (doesnt want compliance to any standard)
libavcodec
|
Mon, 08 May 2006 13:44:54 +0000 |
michael |
add outcommented chunk of code to handle stuffing MBs at the end of slices (IMHO the standard doesnt allow this and there are no real world files which need it)
libavcodec
|
Sun, 07 May 2006 17:30:00 +0000 |
bcoudurier |
vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbalatoni at programozo dot hu>
libavcodec
|
Sun, 07 May 2006 11:48:07 +0000 |
michael |
make zero motion vector threshold user setable
libavcodec
|
Sat, 06 May 2006 10:57:38 +0000 |
diego |
Further simplify AMR build.
libavcodec
|
Fri, 05 May 2006 18:08:01 +0000 |
lorenm |
reinit quant matrices if pps is overwritten by another of the same pps_id.
libavcodec
|
Fri, 05 May 2006 10:27:44 +0000 |
diego |
Ignore errors from recursive AMR cleans.
libavcodec
|
Fri, 05 May 2006 09:41:06 +0000 |
diego |
Unconditionally clean AMR subdirs.
libavcodec
|
Tue, 02 May 2006 18:45:04 +0000 |
lu_zero |
Macosx fix
libavcodec
|
Tue, 02 May 2006 09:03:22 +0000 |
michael |
d10 decoding fix
libavcodec
|
Mon, 01 May 2006 00:28:36 +0000 |
aurel |
clip_uint8 now return an uint8_t so no need to &0xFF
libavcodec
|
Sun, 30 Apr 2006 19:31:45 +0000 |
lorenm |
warn on interlaced streams
libavcodec
|
Sat, 29 Apr 2006 00:43:15 +0000 |
lorenm |
don't force asserts in release builds. 2% faster h264.
libavcodec
|
Fri, 28 Apr 2006 23:16:42 +0000 |
lorenm |
memory leak.
libavcodec
|
Fri, 28 Apr 2006 17:29:07 +0000 |
michael |
use previous qscale for intra_dc_threshold check
libavcodec
|
Fri, 28 Apr 2006 17:03:52 +0000 |
michael |
missmatch control for mpeg2 intra dequantization if bitexact=1
libavcodec
|
Fri, 28 Apr 2006 14:19:11 +0000 |
banan |
Revert bad ac3enc commit, the commited code was bigger and slower.
libavcodec
|
Fri, 28 Apr 2006 07:46:13 +0000 |
gpoirier |
Remove unused and unsupported Cyrix's "Extended MMX",
libavcodec
|
Thu, 27 Apr 2006 11:49:15 +0000 |
diego |
Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined.
libavcodec
|
Thu, 27 Apr 2006 03:31:26 +0000 |
diego |
Fix amr_nb-fixed build.
libavcodec
|
Thu, 27 Apr 2006 02:33:27 +0000 |
diego |
Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does
libavcodec
|
Thu, 27 Apr 2006 02:23:42 +0000 |
diego |
cosmetics: Group all AMR variables together, add some newlines.
libavcodec
|
Thu, 27 Apr 2006 02:19:42 +0000 |
diego |
Misplaced CLEANAMR.
libavcodec
|
Thu, 27 Apr 2006 02:10:49 +0000 |
diego |
CLEANAMRWB --> CLEANAMR typo
libavcodec
|
Tue, 25 Apr 2006 19:54:02 +0000 |
lu_zero |
13% faster inner_add_yblock
libavcodec
|
Tue, 25 Apr 2006 17:29:31 +0000 |
lu_zero |
40% faster decode
libavcodec
|
Sun, 23 Apr 2006 21:11:31 +0000 |
rtognimp |
Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false.
libavcodec
|
Sat, 22 Apr 2006 21:21:16 +0000 |
banan |
Patch to generate the ac3 window, based on code by Justin Ruggles.
libavcodec
|
Fri, 21 Apr 2006 19:22:14 +0000 |
lorenm |
10l in h264 vismb/vismv (broke on 2006-03-09)
libavcodec
|
Thu, 20 Apr 2006 19:23:57 +0000 |
rtognimp |
dtsdec.c copies one input packet at a time to a (static) buffer of size
libavcodec
|
Wed, 19 Apr 2006 19:51:56 +0000 |
reimar |
make "size" variable in avpicture_alloc signed, since avpicture_get_size
libavcodec
|
Tue, 18 Apr 2006 03:48:30 +0000 |
gpoirier |
gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-muenchen PIS de>
libavcodec
|
Sun, 16 Apr 2006 03:40:04 +0000 |
lu_zero |
typo in the gcc handmade regalloc trigger
libavcodec
|
Sat, 15 Apr 2006 15:05:53 +0000 |
diego |
Have EXTRALIBS appear after other link options, fixes shared build on Cygwin.
libavcodec
|
Sat, 15 Apr 2006 14:15:09 +0000 |
diego |
Revert Windows "warning" message.
libavcodec
|
Sat, 15 Apr 2006 12:52:01 +0000 |
diego |
Fix SIGSEGV in rv10-null-pointer-500k.rm.
libavcodec
|
Fri, 14 Apr 2006 20:45:08 +0000 |
michael |
fix "concealing 0 DC, 0 AC, 0 MV errors" bug
libavcodec
|
Fri, 14 Apr 2006 10:37:40 +0000 |
michael |
ffv1 and ffvhuff havnt changed since a long time and noone proposed any
libavcodec
|
Mon, 10 Apr 2006 12:12:26 +0000 |
banan |
AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net.
libavcodec
|
Mon, 10 Apr 2006 07:45:29 +0000 |
lucabe |
Baptiste COUDURIER's padding patch (reworked by me a little bit).
libavcodec
|
Sun, 09 Apr 2006 06:53:40 +0000 |
rfelker |
signedness error caused broken decoding
libavcodec
|
Sun, 09 Apr 2006 06:04:00 +0000 |
rfelker |
100l to loren. at least this fixes the compile error, but the code is still broken (decoding buggy/crashing)
libavcodec
|
Fri, 07 Apr 2006 21:08:34 +0000 |
rtognimp |
Add missing external declaration for kmvc codec
libavcodec
|
Fri, 07 Apr 2006 16:59:57 +0000 |
kostya |
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ
libavcodec
|
Fri, 07 Apr 2006 12:40:28 +0000 |
lu_zero |
hadamard8_diff* enabled on linux/ppc
libavcodec
|
Wed, 05 Apr 2006 18:56:22 +0000 |
mru |
s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/
libavcodec
|
Wed, 05 Apr 2006 04:13:41 +0000 |
lorenm |
gmc_mmx tweaks
libavcodec
|
Tue, 04 Apr 2006 12:35:55 +0000 |
lucabe |
Introduce swscale interface in libavcodec
libavcodec
|
Tue, 04 Apr 2006 09:23:45 +0000 |
lorenm |
mmx implementation of 3-point GMC. (5x faster than C)
libavcodec
|
Mon, 03 Apr 2006 07:52:24 +0000 |
lorenm |
2x faster ff_mpeg4_set_direct_mv
libavcodec
|
Mon, 03 Apr 2006 00:51:09 +0000 |
corey |
AC3: support encoding fractional frame sizes
libavcodec
|
Fri, 31 Mar 2006 20:43:37 +0000 |
michael |
remove mpegvideo.c img resample dependancy
libavcodec
|
Fri, 31 Mar 2006 20:40:22 +0000 |
michael |
get_xbits() optimization
libavcodec
|
Fri, 31 Mar 2006 18:22:35 +0000 |
michael |
remove useless code
libavcodec
|
Fri, 31 Mar 2006 18:04:36 +0000 |
michael |
simplify loop a little
libavcodec
|
Fri, 31 Mar 2006 17:43:28 +0000 |
michael |
do UPDATE_CACHE only when needed (which should be VERY rare)
libavcodec
|
Fri, 31 Mar 2006 17:01:58 +0000 |
michael |
+ (sign&1) -> -sign (1 instruction less)
libavcodec
|
Fri, 31 Mar 2006 16:50:43 +0000 |
michael |
avoid hard to predict branch (idea by arpi)
libavcodec
|
Fri, 31 Mar 2006 13:06:24 +0000 |
michael |
warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>)
libavcodec
|
Fri, 31 Mar 2006 09:59:53 +0000 |
lu_zero |
Proper typecast for vector bool
libavcodec
|
Thu, 30 Mar 2006 16:24:38 +0000 |
lucabe |
move enum PixelFormat from libavcodec to libavutil
libavcodec
|
Thu, 30 Mar 2006 14:58:36 +0000 |
michael |
reverting 1.31->1.33
libavcodec
|
Thu, 30 Mar 2006 14:13:03 +0000 |
michael |
dont forget table_size in the decode_frame return value
libavcodec
|
Thu, 30 Mar 2006 04:33:05 +0000 |
corey |
- Add new file internal.h for common internal-use-only functions.
libavcodec
|
Wed, 29 Mar 2006 21:11:57 +0000 |
michael |
fix gcc 2.95 compilation
libavcodec
|
Wed, 29 Mar 2006 18:42:50 +0000 |
lu_zero |
Cast cruft in order to support Apple gcc
libavcodec
|
Wed, 29 Mar 2006 11:01:17 +0000 |
diego |
Ignore apiexample and test programs.
libavcodec
|
Wed, 29 Mar 2006 10:59:09 +0000 |
diego |
EXTRALIBS already contains -lm, no need to add it explicitly.
libavcodec
|
Wed, 29 Mar 2006 09:20:44 +0000 |
michael |
avoid if(i>=63) check at the end of decode_block()
libavcodec
|
Wed, 29 Mar 2006 09:13:43 +0000 |
michael |
avoid i++ in decode_block()
libavcodec
|
Wed, 29 Mar 2006 08:41:53 +0000 |
michael |
minor optimization of decode_block()
libavcodec
|
Wed, 29 Mar 2006 01:59:24 +0000 |
michael |
optimizations by arpi
libavcodec
|
Mon, 27 Mar 2006 22:22:50 +0000 |
reimar |
NuppelVideo/MythTVVideo support, including rtjpeg decoder
libavcodec
|
Mon, 27 Mar 2006 12:51:19 +0000 |
lu_zero |
altivec support for snow
libavcodec
|
Mon, 27 Mar 2006 12:45:27 +0000 |
lu_zero |
altivec support for snow
libavcodec
|
Sun, 26 Mar 2006 17:07:02 +0000 |
banan |
Use a more descriptive error message.
libavcodec
|
Sat, 25 Mar 2006 15:37:08 +0000 |
kostya |
Don't use get_vlc2() when tree is one symbol. This fixes audio decoding
libavcodec
|
Sat, 25 Mar 2006 09:46:43 +0000 |
lorenm |
10l in 1.199 (write_back_motion with B-pyramid + spatial)
libavcodec
|
Sat, 25 Mar 2006 08:41:14 +0000 |
lorenm |
simplified and slightly faster h264_chroma_mc8_mmx
libavcodec
|
Fri, 24 Mar 2006 01:33:22 +0000 |
mru |
ST16 is undefined for non-GNU compilers.
libavcodec
|
Thu, 23 Mar 2006 21:54:46 +0000 |
lorenm |
prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding (on an athlon-xp).
libavcodec
|
Thu, 23 Mar 2006 20:16:36 +0000 |
lorenm |
prefetch pixels for future motion compensation. 2-5% faster h264.
libavcodec
|
Wed, 22 Mar 2006 22:08:28 +0000 |
lorenm |
10l
libavcodec
|
Wed, 22 Mar 2006 22:05:00 +0000 |
lorenm |
added mmx implementation of h264_chroma_mc2
libavcodec
|
Wed, 22 Mar 2006 12:41:02 +0000 |
lorenm |
1.5x faster write_back_motion, 1-3% overall
libavcodec
|
Wed, 22 Mar 2006 12:08:35 +0000 |
gpoirier |
add MMX and SSE versions of ff_snow_inner_add_yblock
libavcodec
|
Tue, 21 Mar 2006 21:51:07 +0000 |
corey |
snow mmx+sse2 optimizations, part 4
libavcodec
|
Tue, 21 Mar 2006 17:27:47 +0000 |
kostya |
Smacker demuxer and decoder.
libavcodec
|
Mon, 20 Mar 2006 22:48:08 +0000 |
mru |
since Michael prefers to keep dsputil.h private to libavcodec
libavcodec
|
Mon, 20 Mar 2006 22:27:59 +0000 |
gpoirier |
Add the mmx and sse2 implementations of ff_snow_vertical_compose().
libavcodec
|
Mon, 20 Mar 2006 05:52:23 +0000 |
corey |
Snow mmx + sse2 part 2
libavcodec
|
Mon, 20 Mar 2006 01:18:56 +0000 |
michael |
fixing interlaced direct mode field select values
libavcodec
|
Sun, 19 Mar 2006 11:49:37 +0000 |
michael |
various fixes for xvid_rc
libavcodec
|
Sat, 18 Mar 2006 20:43:48 +0000 |
michael |
fix frametypes with xvid_rc
libavcodec
|
Sat, 18 Mar 2006 02:46:39 +0000 |
michael |
fixing bquant_offset
libavcodec
|
Sat, 18 Mar 2006 02:29:58 +0000 |
michael |
segfault fix
libavcodec
|
Fri, 17 Mar 2006 16:40:10 +0000 |
corey |
make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't
libavcodec
|
Fri, 17 Mar 2006 12:08:46 +0000 |
gpoirier |
10l: Only set *compose97i *add_yblock to dsputils context if we are building with Snow enabled
libavcodec
|
Thu, 16 Mar 2006 19:18:18 +0000 |
gpoirier |
First part of a series of speed-enchancing patches.
libavcodec
|
Tue, 14 Mar 2006 00:22:05 +0000 |
michael |
dont pass intra flag if its always 0
libavcodec
|
Mon, 13 Mar 2006 23:46:47 +0000 |
michael |
fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio array for illegal aspect ratios)
libavcodec
|
Mon, 13 Mar 2006 23:29:00 +0000 |
michael |
fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...)
libavcodec
|
Mon, 13 Mar 2006 01:27:13 +0000 |
lorenm |
seed iterative_me with mvs from conventional search.
libavcodec
|
Mon, 13 Mar 2006 01:26:06 +0000 |
lorenm |
obey vqscale in 2nd pass
libavcodec
|
Sun, 12 Mar 2006 19:55:52 +0000 |
michael |
reset interlaced_dct flag
libavcodec
|
Sat, 11 Mar 2006 04:26:55 +0000 |
kostya |
16-bit DPCM and stereo support for Sierra VMD
libavcodec
|
Sat, 11 Mar 2006 00:19:32 +0000 |
michael |
av_free -> av_freep
libavcodec
|
Sat, 11 Mar 2006 00:18:43 +0000 |
michael |
fix %8 != 0 w/h
libavcodec
|
Fri, 10 Mar 2006 22:00:36 +0000 |
michael |
asserts to check if assumed conditions really are true
libavcodec
|
Fri, 10 Mar 2006 21:20:49 +0000 |
michael |
out of array read fix
libavcodec
|
Fri, 10 Mar 2006 20:58:42 +0000 |
michael |
out of array read fix
libavcodec
|
Fri, 10 Mar 2006 20:40:52 +0000 |
michael |
cleanup picture / debug output code
libavcodec
|
Fri, 10 Mar 2006 19:42:51 +0000 |
michael |
fixing out of array access (only cosmetic, this should never have had a end user vissible effect)
libavcodec
|
Fri, 10 Mar 2006 19:10:46 +0000 |
michael |
add assert to clarify that we know what we are doing
libavcodec
|
Fri, 10 Mar 2006 18:40:41 +0000 |
michael |
fixing uninitalized dc_pred_dir
libavcodec
|
Fri, 10 Mar 2006 18:37:18 +0000 |
michael |
very minor optimization
libavcodec
|
Fri, 10 Mar 2006 18:34:51 +0000 |
michael |
unused variable
libavcodec
|
Fri, 10 Mar 2006 13:55:48 +0000 |
bcoudurier |
Fix cropping, depending on enc pix fmt
libavcodec
|
Thu, 09 Mar 2006 08:05:45 +0000 |
diego |
Alignment fixes, caused problems on SPARC.
libavcodec
|
Wed, 08 Mar 2006 11:43:10 +0000 |
diego |
(f)printf --> av_log conversion
libavcodec
|
Wed, 08 Mar 2006 09:26:57 +0000 |
banan |
Init simplification and 2% faster wma_decode_block on amd64 with tables use
libavcodec
|
Wed, 08 Mar 2006 04:13:55 +0000 |
corey |
3DNow! & Extended 3DNow! versions of FFT
libavcodec
|
Tue, 07 Mar 2006 22:45:56 +0000 |
lorenm |
h264_idct8_add_mmx
libavcodec
|
Tue, 07 Mar 2006 22:33:32 +0000 |
lorenm |
h264_idct_add only needs mmx1
libavcodec
|
Mon, 06 Mar 2006 22:06:33 +0000 |
diego |
Proper mangling information for symbols in OS X Mach-O shared objects.
libavcodec
|
Mon, 06 Mar 2006 15:09:04 +0000 |
michael |
switch flac to av_crc
libavcodec
|
Mon, 06 Mar 2006 14:53:13 +0000 |
michael |
switch ac3enc to av_crc
libavcodec
|
Mon, 06 Mar 2006 14:13:01 +0000 |
michael |
generic crc calculation code
libavcodec
|
Mon, 06 Mar 2006 09:54:09 +0000 |
romansh |
I still don't think this should be here. Note: without this code DV encoder
libavcodec
|
Mon, 06 Mar 2006 08:54:33 +0000 |
romansh |
DVCPRO50 support.
libavcodec
|
Sun, 05 Mar 2006 20:25:18 +0000 |
gpoirier |
use xorps instead of mulps to toggle the sign of a float, as suggested by Software Optimization Guide for AMD64 Processors.
libavcodec
|
Sun, 05 Mar 2006 19:02:35 +0000 |
lorenm |
gcc2.95 workaround
libavcodec
|
Sun, 05 Mar 2006 12:32:24 +0000 |
mru |
Make faac_decode_frame return -1 on error and not 0 which avoids
libavcodec
|
Sat, 04 Mar 2006 19:56:01 +0000 |
lorenm |
remove some useless instructions
libavcodec
|
Sat, 04 Mar 2006 17:34:17 +0000 |
diego |
Make -xy help output consistent, output an empty line before and after.
libavcodec
|
Sat, 04 Mar 2006 03:57:33 +0000 |
lorenm |
keyframe flag was wrong if SEIs followed the keyframe
libavcodec
|
Fri, 03 Mar 2006 21:33:06 +0000 |
michael |
PAL8 support (fixed BLUR8.AVI)
libavcodec
|
Fri, 03 Mar 2006 20:36:08 +0000 |
michael |
fix segfault with BLUR8.AVI
libavcodec
|
Thu, 02 Mar 2006 21:47:53 +0000 |
michael |
fix infinite loop
libavcodec
|
Thu, 02 Mar 2006 13:55:49 +0000 |
michael |
cleanup IMA-ADPCM WAV decoder
libavcodec
|
Thu, 02 Mar 2006 08:21:08 +0000 |
lorenm |
4% faster h264_qpel_mc
libavcodec
|
Wed, 01 Mar 2006 23:19:04 +0000 |
kabi |
* bugfixing call reference
libavcodec
|
Wed, 01 Mar 2006 22:59:22 +0000 |
michael |
fix decoding of mpeg2-trunc.vob
libavcodec
|
Tue, 28 Feb 2006 21:55:18 +0000 |
aurel |
use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >)
libavcodec
|
Tue, 28 Feb 2006 02:54:48 +0000 |
romansh |
Assign class 2 to most macroblocks by default, instead of a more conservative
libavcodec
|
Mon, 27 Feb 2006 12:17:20 +0000 |
banan |
64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch
libavcodec
|
Mon, 27 Feb 2006 05:04:05 +0000 |
romansh |
Not that we're that far from being an *initial* implementation, but
libavcodec
|
Mon, 27 Feb 2006 04:50:06 +0000 |
romansh |
AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The
libavcodec
|
Sun, 26 Feb 2006 15:40:08 +0000 |
michael |
remove wrong assert()
libavcodec
|
Sun, 26 Feb 2006 15:24:42 +0000 |
michael |
replace for loop with 2 asserts()
libavcodec
|
Sat, 25 Feb 2006 22:58:26 +0000 |
michael |
size[0-3] are not initialized (and can get random negative trash
libavcodec
|
Sat, 25 Feb 2006 22:41:31 +0000 |
mru |
kill some warnings
libavcodec
|
Sat, 25 Feb 2006 22:15:24 +0000 |
lorenm |
fix a memory leak on seeking.
libavcodec
|
Fri, 24 Feb 2006 09:16:26 +0000 |
michael |
10l (forgot EOBs)
libavcodec
|
Thu, 23 Feb 2006 13:05:37 +0000 |
michael |
dont lowwer qnos of more blocks then needed
libavcodec
|
Thu, 23 Feb 2006 10:07:41 +0000 |
gpoirier |
Give a hint about what is the expected the data type of command line options.
libavcodec
|
Thu, 23 Feb 2006 08:56:53 +0000 |
michael |
fixing dv_guess_qnos()
libavcodec
|
Thu, 23 Feb 2006 00:16:45 +0000 |
michael |
print a big warning if we mess up and run out of space ...
libavcodec
|
Wed, 22 Feb 2006 05:59:44 +0000 |
lorenm |
minor simplifications in cabac_mb_type
libavcodec
|
Tue, 21 Feb 2006 22:24:19 +0000 |
diego |
Fix AltiVec H.264 decoding on FSF gcc.
libavcodec
|
Tue, 21 Feb 2006 22:05:13 +0000 |
alex |
added none/8bit/24bit audio formats and defaulting to s16 for now (once the system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE)
libavcodec
|
Tue, 21 Feb 2006 00:03:10 +0000 |
alex |
explain extradata and pass avctx to av_log's
libavcodec
|
Mon, 20 Feb 2006 23:22:02 +0000 |
diego |
ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not
libavcodec
|
Mon, 20 Feb 2006 19:01:29 +0000 |
mru |
pass noise reduction option to x264
libavcodec
|
Sun, 19 Feb 2006 22:44:35 +0000 |
diego |
Increase maximum number of B-frames, necessary for H.264 encoding.
libavcodec
|
Sun, 19 Feb 2006 10:20:27 +0000 |
michael |
RMP4 ("xvid fork") decoding support
libavcodec
|
Fri, 17 Feb 2006 19:48:11 +0000 |
mellum |
Change license header to LGPL for consistency.
libavcodec
|
Fri, 17 Feb 2006 03:17:42 +0000 |
melanson |
complete AVS playback system (from Creature Shock computer game),
libavcodec
|
Thu, 16 Feb 2006 01:16:12 +0000 |
lorenm |
don't arbitrarily limit delta_qp
libavcodec
|
Thu, 16 Feb 2006 00:09:23 +0000 |
aurel |
add Creative 8 bits ADPCM schemes support
libavcodec
|
Tue, 14 Feb 2006 05:40:53 +0000 |
lorenm |
fix some crashes on negative nalsize.
libavcodec
|
Mon, 13 Feb 2006 18:13:13 +0000 |
lorenm |
fix some crashes when missing frames
libavcodec
|
Mon, 13 Feb 2006 12:53:25 +0000 |
mru |
move common parts of makefiles into common.mak
libavcodec
|
Mon, 13 Feb 2006 12:00:27 +0000 |
alex |
increase audio buffer to 1second of 48khz float audio
libavcodec
|
Sun, 12 Feb 2006 17:47:30 +0000 |
melanson |
add another set of zlib guards
libavcodec
|
Sun, 12 Feb 2006 16:56:06 +0000 |
melanson |
make TSCC endian-safe, PPC testing courtesy of Diego B.
libavcodec
|
Sun, 12 Feb 2006 08:53:29 +0000 |
melanson |
dosbox native ZMBV decoder, courtesy of Kostya
libavcodec
|
Sun, 12 Feb 2006 06:49:40 +0000 |
melanson |
complete American Laser Games MM playback system, courtesy of Peter Ross
libavcodec
|
Sun, 12 Feb 2006 02:15:19 +0000 |
alex |
tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE)
libavcodec
|
Sat, 11 Feb 2006 21:42:11 +0000 |
diego |
Move libpostproc compilation to the top-level Makefile.
libavcodec
|
Sat, 11 Feb 2006 20:54:40 +0000 |
diego |
Quote all installation paths to protect against spaces in the path.
libavcodec
|
Sat, 11 Feb 2006 20:53:55 +0000 |
diego |
libpostproc installs into a different directory that needs to be created.
libavcodec
|
Sat, 11 Feb 2006 20:40:01 +0000 |
diego |
100l typo: forgotten $
libavcodec
|
Sat, 11 Feb 2006 19:39:05 +0000 |
henry |
- fix insufficient code length for exp_vlc
libavcodec
|
Sat, 11 Feb 2006 19:30:55 +0000 |
diego |
Simplify header installation.
libavcodec
|
Sat, 11 Feb 2006 18:50:45 +0000 |
diego |
Separate library install into static and shared installation.
libavcodec
|
Sat, 11 Feb 2006 17:44:06 +0000 |
diego |
Separate header file installation from the general install target.
libavcodec
|
Sat, 11 Feb 2006 16:50:45 +0000 |
diego |
Add installlib and install-headers targets like everywhere else.
libavcodec
|
Sat, 11 Feb 2006 16:46:09 +0000 |
diego |
Install static libpostproc if CONFIG_PP is set.
libavcodec
|
Sat, 11 Feb 2006 16:17:27 +0000 |
diego |
Install libpostproc headers if CONFIG_PP is set.
libavcodec
|
Fri, 10 Feb 2006 11:59:38 +0000 |
al |
Don't use pow/powf functions where we just need integer arithmetic.
libavcodec
|
Fri, 10 Feb 2006 06:55:25 +0000 |
lorenm |
h264: special case dc-only idct. ~1% faster overall
libavcodec
|
Fri, 10 Feb 2006 01:19:54 +0000 |
mru |
use get_bits1/skip_bits[1] in ac3 and aac parsers
libavcodec
|
Thu, 09 Feb 2006 09:38:03 +0000 |
michael |
fix segfault on broken streams
libavcodec
|
Thu, 09 Feb 2006 02:43:23 +0000 |
lorenm |
10l in 1.12
libavcodec
|
Wed, 08 Feb 2006 07:04:32 +0000 |
lorenm |
slightly faster loopfilter
libavcodec
|
Wed, 08 Feb 2006 01:11:48 +0000 |
mru |
bump version numbers and update docs for adts aac support
libavcodec
|
Wed, 08 Feb 2006 01:10:07 +0000 |
mru |
create adts stream if CODEC_FLAG_GLOBAL_HEADER not set
libavcodec
|
Wed, 08 Feb 2006 00:50:22 +0000 |
mru |
adts aac parser
libavcodec
|
Wed, 08 Feb 2006 00:30:58 +0000 |
mru |
decode adts aac streams
libavcodec
|
Tue, 07 Feb 2006 16:10:48 +0000 |
lorenm |
10l (x86_64)
libavcodec
|
Tue, 07 Feb 2006 10:52:25 +0000 |
lorenm |
18% faster put_h264_qpel16_mc[13]2_mmx2
libavcodec
|
Tue, 07 Feb 2006 07:35:03 +0000 |
lorenm |
11% faster put_h264_qpel16_v_lowpass_mmx2
libavcodec
|
Tue, 07 Feb 2006 06:25:14 +0000 |
lorenm |
15% faster put_h264_qpel16_hv_lowpass_mmx2
libavcodec
|
Mon, 06 Feb 2006 11:21:26 +0000 |
michael |
1 goto 1 fix
libavcodec
|
Mon, 06 Feb 2006 11:21:10 +0000 |
banan |
Fix broken cosmetics commit and add a check for valid headers.
libavcodec
|
Mon, 06 Feb 2006 11:03:37 +0000 |
banan |
Small cosmetics and better variable names.
libavcodec
|
Sun, 05 Feb 2006 13:35:17 +0000 |
diego |
MSVC-compatible __align8/__align16 declaration
libavcodec
|
Sun, 05 Feb 2006 10:16:20 +0000 |
al |
Correct the relation between floors of type 0 and block sizes.
libavcodec
|
Sat, 04 Feb 2006 22:18:45 +0000 |
michael |
simplify
libavcodec
|
Sat, 04 Feb 2006 20:32:02 +0000 |
michael |
faster find_startcode()
libavcodec
|
Sat, 04 Feb 2006 10:04:13 +0000 |
al |
Cosmetic: Fix indentation.
libavcodec
|
Sat, 04 Feb 2006 09:59:48 +0000 |
al |
10l (malloc check with the wrong pointer)
libavcodec
|
Sat, 04 Feb 2006 08:55:34 +0000 |
al |
Added support for vorbis files containing floor type 0.
libavcodec
|
Thu, 02 Feb 2006 18:38:47 +0000 |
michael |
output last ac3 frame and simplify
libavcodec
|
Thu, 02 Feb 2006 13:07:30 +0000 |
michael |
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info)
libavcodec
|
Thu, 02 Feb 2006 09:24:13 +0000 |
diego |
Set interlaced_frame and top_field_first according to coded_frame.
libavcodec
|
Thu, 02 Feb 2006 02:36:27 +0000 |
michael |
list of supported pix_fmts
libavcodec
|
Thu, 02 Feb 2006 02:28:33 +0000 |
michael |
JPEG-LS codec by (Kostya | kostya.forjunk gmail com)
libavcodec
|
Tue, 31 Jan 2006 00:17:13 +0000 |
diego |
Fix silly typos.
libavcodec
|
Mon, 30 Jan 2006 23:41:27 +0000 |
mru |
add static keyword to some functions
libavcodec
|
Mon, 30 Jan 2006 23:33:19 +0000 |
mru |
add static keyword to some functions
libavcodec
|
Mon, 30 Jan 2006 22:59:09 +0000 |
mru |
long is better than int for pointer differences
libavcodec
|
Mon, 30 Jan 2006 00:22:41 +0000 |
diego |
On MinGW it is not possible to build shared and static libraries at once.
libavcodec
|
Sun, 29 Jan 2006 18:32:55 +0000 |
diego |
Simplify LDFLAGS handling for MinGW.
libavcodec
|
Sat, 28 Jan 2006 16:05:06 +0000 |
aurel |
make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)
libavcodec
|
Sat, 28 Jan 2006 00:57:59 +0000 |
lorenm |
fix crash on height < 16 pixels.
libavcodec
|
Fri, 27 Jan 2006 23:24:24 +0000 |
corey |
Add a newline to b_frame_strategy error message.
libavcodec
|
Fri, 27 Jan 2006 13:19:13 +0000 |
michael |
fixing bframe strategy 2
libavcodec
|
Thu, 26 Jan 2006 23:42:30 +0000 |
diego |
Remove obscure Makefile.bak entry from distclean rules.
libavcodec
|
Wed, 25 Jan 2006 22:10:13 +0000 |
diego |
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
libavcodec
|
Wed, 25 Jan 2006 02:16:27 +0000 |
michael |
10l forgot #ifdef CONFIG_XVID
libavcodec
|
Tue, 24 Jan 2006 21:57:26 +0000 |
michael |
xvid ratecontrol support
libavcodec
|
Tue, 24 Jan 2006 10:33:14 +0000 |
diego |
Remove all stray tabs and trailing whitespace, this time for good.
libavcodec
|
Mon, 23 Jan 2006 06:40:08 +0000 |
banan |
Mjpeg interlaced decoding fix, height was wrong while decoding (/2).
libavcodec
|
Sun, 22 Jan 2006 20:54:52 +0000 |
corey |
sc_factor support for encoding.
libavcodec
|
Sun, 22 Jan 2006 19:10:12 +0000 |
reimar |
faster copy functions for lzo decoder that also need padding
libavcodec
|
Sat, 21 Jan 2006 18:19:47 +0000 |
mru |
native ac3 parser
libavcodec
|
Sat, 21 Jan 2006 17:09:23 +0000 |
banan |
Implement audio cutoff frequency to the vorbis encoder.
libavcodec
|
Sat, 21 Jan 2006 02:35:03 +0000 |
lorenm |
fix convergence of snow iterative_me
libavcodec
|
Sat, 21 Jan 2006 02:33:01 +0000 |
lorenm |
revert 1.83 because it's not needed
libavcodec
|
Fri, 20 Jan 2006 23:06:35 +0000 |
banan |
Silence warnings, these came when some tables got declared as const.
libavcodec
|
Fri, 20 Jan 2006 21:20:46 +0000 |
mru |
place SPS/PPS in extradata if GLOBAL_HEADER flag is set
libavcodec
|
Thu, 19 Jan 2006 09:21:39 +0000 |
lorenm |
detect when iterative_me fails to converge, and stop searching
libavcodec
|
Thu, 19 Jan 2006 00:19:15 +0000 |
mru |
interpret H264 VUI timing info correctly
libavcodec
|
Tue, 17 Jan 2006 08:27:39 +0000 |
lorenm |
obmc-aware 4mv
libavcodec
|
Mon, 16 Jan 2006 14:59:54 +0000 |
diego |
Make clean/distclean consistent throughout all the Makefiles.
libavcodec
|
Sun, 15 Jan 2006 21:33:06 +0000 |
reimar |
10l, get_byte returning 0 on error can cause a hang. So let's try with 1 instead...
libavcodec
|
Sun, 15 Jan 2006 00:28:36 +0000 |
diego |
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.
libavcodec
|
Sat, 14 Jan 2006 18:17:19 +0000 |
diego |
Define separate version number for libpostproc.
libavcodec
|
Sat, 14 Jan 2006 18:07:36 +0000 |
diego |
Remove redundant --enable-shared-pp configure option and make the PP code
libavcodec
|
Sat, 14 Jan 2006 17:43:22 +0000 |
banan |
Off by one fix to prevent possible segfault. Patch by jwestfall at surrealistic dot net.
libavcodec
|
Sat, 14 Jan 2006 15:54:58 +0000 |
diego |
Move library name generation to configure, simplifies build system a bit more.
libavcodec
|
Sat, 14 Jan 2006 15:00:10 +0000 |
diego |
Fix a bunch of spelling/grammar mistakes in doxygen comments and output.
libavcodec
|
Sat, 14 Jan 2006 14:59:11 +0000 |
reimar |
get_byte may not return -1 on error, since it can lead to a negative backptr.
libavcodec
|
Sat, 14 Jan 2006 12:55:20 +0000 |
reimar |
Wrong state handling causing decompression errors in some cases
libavcodec
|
Sat, 14 Jan 2006 03:39:02 +0000 |
diego |
Create symbolic links for all library sonames and clean up Makefiles.
libavcodec
|
Sat, 14 Jan 2006 01:33:17 +0000 |
diego |
CamStudio video decoder
libavcodec
|
Fri, 13 Jan 2006 00:53:36 +0000 |
diego |
Change this Makefile to be consistent with all the others.
libavcodec
|
Fri, 13 Jan 2006 00:47:16 +0000 |
diego |
minor consistency fix
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Thu, 12 Jan 2006 21:37:57 +0000 |
michael |
bugs found by valgrind
libavcodec
|
Thu, 12 Jan 2006 17:52:41 +0000 |
reimar |
Our own LZO (1X) implementation, under LGPL and optimized for readability.
libavcodec
|
Thu, 12 Jan 2006 05:47:52 +0000 |
lorenm |
faster iterative_me: avoid duplicate mc of neighboring blocks.
libavcodec
|
Thu, 12 Jan 2006 00:00:00 +0000 |
diego |
Move Darwin shared library build peculiarities to configure.
libavcodec
|
Tue, 10 Jan 2006 20:07:29 +0000 |
banan |
Parameter added for user to set the cutoff frequency when encoding with faac.
libavcodec
|
Mon, 09 Jan 2006 15:41:39 +0000 |
reimar |
CamStudio decoder, only 32 bit lzo mode is tested
libavcodec
|
Mon, 09 Jan 2006 03:38:37 +0000 |
lorenm |
tweak h264_biweight
libavcodec
|
Mon, 09 Jan 2006 03:15:53 +0000 |
lorenm |
tweak inlines.
libavcodec
|
Mon, 09 Jan 2006 02:08:24 +0000 |
diego |
consistency cosmetics
libavcodec
|
Mon, 09 Jan 2006 02:08:12 +0000 |
lorenm |
10l: bidir_refine didn't save the new mvs. also improve speed.
libavcodec
|
Mon, 09 Jan 2006 02:05:17 +0000 |
diego |
Make shared lib name handling consistent with the other Makefiles.
libavcodec
|
Sun, 08 Jan 2006 21:19:39 +0000 |
banan |
get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h
libavcodec
|
Sun, 08 Jan 2006 19:31:21 +0000 |
banan |
get_vlc -> get_vlc2 transition.
libavcodec
|
Sun, 08 Jan 2006 17:09:05 +0000 |
banan |
get_vlc -> get_vlc2 transition.
libavcodec
|
Sun, 08 Jan 2006 14:53:37 +0000 |
nicodvb |
install dsputil.h, that is used by many filters in mplayer
libavcodec
|
Sun, 08 Jan 2006 01:50:34 +0000 |
michael |
use h264 MC functions for 2xX Xx2 blocks in snow too
libavcodec
|
Sat, 07 Jan 2006 23:38:17 +0000 |
banan |
Incorrect check removed.
libavcodec
|
Sat, 07 Jan 2006 18:34:19 +0000 |
michael |
use h264 MC functions for rectangular blocks too
libavcodec
|
Sat, 07 Jan 2006 03:39:10 +0000 |
michael |
10l (assertion failure)
libavcodec
|
Fri, 06 Jan 2006 19:19:39 +0000 |
romansh |
Moving dv_anchor back to the global scope. This creates a tiny memory
libavcodec
|
Fri, 06 Jan 2006 13:18:31 +0000 |
diego |
Comment out WMV3 decoder for now, it crashes on every file and causes
libavcodec
|
Fri, 06 Jan 2006 12:41:57 +0000 |
rtognimp |
Dual mono stereo strems sound ok now, added sanity checks and removed
libavcodec
|
Thu, 05 Jan 2006 06:58:36 +0000 |
melanson |
ugly, but necessary
libavcodec
|
Wed, 04 Jan 2006 22:34:11 +0000 |
michael |
cleanup
libavcodec
|
Wed, 04 Jan 2006 17:07:30 +0000 |
diego |
H.263: more descriptive error message
libavcodec
|
Wed, 04 Jan 2006 16:31:23 +0000 |
michael |
8x8 integer dct from x264 as cmp function (under CONFIG_GPL)
libavcodec
|
Wed, 04 Jan 2006 12:48:10 +0000 |
diego |
Fix an out of array access and some minor cleanup of the code.
libavcodec
|
Wed, 04 Jan 2006 09:42:37 +0000 |
michael |
av_freep() recommandition
libavcodec
|
Wed, 04 Jan 2006 03:01:05 +0000 |
diego |
Make all tables static const.
libavcodec
|
Tue, 03 Jan 2006 02:30:38 +0000 |
diego |
TrueSpeech compatible audio decoder by Konstantin Shishkov
libavcodec
|
Sat, 31 Dec 2005 14:14:38 +0000 |
lorenm |
fix asymmetric CQMs with pre-transposed DCT.
libavcodec
|
Sat, 31 Dec 2005 13:20:24 +0000 |
lorenm |
CQM: fix fallback to JVT scaling lists
libavcodec
|
Sat, 31 Dec 2005 11:31:53 +0000 |
lorenm |
direct mvs in B_8x8 mbs were set too early.
libavcodec
|
Sat, 31 Dec 2005 10:11:37 +0000 |
lorenm |
fix direct_8x8_inference_flag with 4x4 mvs.
libavcodec
|
Fri, 30 Dec 2005 23:47:41 +0000 |
lorenm |
fix some potential arithmetic overflows in pred_direct_motion() and
libavcodec
|
Fri, 30 Dec 2005 22:41:32 +0000 |
mmu_man |
:%s/check_block_2p/check_block_inter/g
libavcodec
|
Fri, 30 Dec 2005 21:05:44 +0000 |
mmu_man |
this fixes compilation with gcc 2.95 which seems to not like array casting... special case inline of check_block which makes the array and passes it
libavcodec
|
Fri, 30 Dec 2005 15:12:02 +0000 |
michael |
mem corruption fix
libavcodec
|
Thu, 29 Dec 2005 15:46:23 +0000 |
michael |
second try of improved lambda/qp guessing for motion estimation RD in first pass
libavcodec
|
Thu, 29 Dec 2005 07:24:23 +0000 |
lorenm |
update x264 wrapper.
libavcodec
|
Thu, 29 Dec 2005 02:17:51 +0000 |
michael |
4mv + iter ME 10l fix (still not bugfree but better)
libavcodec
|
Wed, 28 Dec 2005 23:45:16 +0000 |
michael |
10l
libavcodec
|
Wed, 28 Dec 2005 15:43:53 +0000 |
michael |
iterative overlapped block based motion estimation for snow
libavcodec
|
Tue, 27 Dec 2005 19:58:04 +0000 |
rtognimp |
Fix wma2 audio decoder
libavcodec
|
Sun, 25 Dec 2005 22:38:21 +0000 |
michael |
Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?)
libavcodec
|
Sun, 25 Dec 2005 18:34:02 +0000 |
michael |
support downscaling frames for dynamic b frame decission
libavcodec
|
Sun, 25 Dec 2005 17:43:52 +0000 |
michael |
10l (didnt remove option from old ones after converting to AVOption)
libavcodec
|
Sun, 25 Dec 2005 17:30:52 +0000 |
michael |
b frame strategy 2
libavcodec
|
Sun, 25 Dec 2005 16:34:12 +0000 |
michael |
dont discard least significant bits
libavcodec
|
Sat, 24 Dec 2005 23:47:29 +0000 |
michael |
hmm did i mess the scaling of these up at some point?
libavcodec
|
Sat, 24 Dec 2005 03:12:07 +0000 |
michael |
slightly better mv_penalty table
libavcodec
|
Fri, 23 Dec 2005 19:05:48 +0000 |
michael |
10l (segfault fix)
libavcodec
|
Fri, 23 Dec 2005 16:25:00 +0000 |
michael |
bidir refine support
libavcodec
|
Fri, 23 Dec 2005 00:40:52 +0000 |
michael |
minor typo
libavcodec
|
Thu, 22 Dec 2005 22:48:09 +0000 |
michael |
better f_code guessing in 2nd pass
libavcodec
|
Thu, 22 Dec 2005 14:17:54 +0000 |
michael |
improved lambda/qp guessing for motion estimation RD in first pass
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Wed, 21 Dec 2005 17:50:40 +0000 |
diego |
Add some comments to #ifdef #else #endif blocks and fix wrong ones.
libavcodec
|
Wed, 21 Dec 2005 15:51:45 +0000 |
michael |
also autodetect xvid idct if bitexact is used
libavcodec
|
Tue, 20 Dec 2005 23:07:25 +0000 |
rfelker |
10l to michael for breaking gcc 2.95 compile :)
libavcodec
|
Mon, 19 Dec 2005 18:26:17 +0000 |
michael |
10l
libavcodec
|
Mon, 19 Dec 2005 13:41:27 +0000 |
michael |
use correct qp & lambda for ME on the second pass
libavcodec
|
Mon, 19 Dec 2005 03:08:08 +0000 |
michael |
forgot
libavcodec
|
Sun, 18 Dec 2005 19:59:33 +0000 |
michael |
fix q=0 bug
libavcodec
|
Sun, 18 Dec 2005 13:29:09 +0000 |
henry |
new qscale type to distinguish H264
libavcodec
|
Sun, 18 Dec 2005 13:17:44 +0000 |
michael |
unfinished jpeg-ls codec (feel free to finish it ...)
libavcodec
|
Sun, 18 Dec 2005 11:41:32 +0000 |
michael |
typo
libavcodec
|
Sun, 18 Dec 2005 02:23:19 +0000 |
michael |
fix custom matrix permutation if xvid idct is autoselected and you have bad luck
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Sat, 17 Dec 2005 11:31:56 +0000 |
michael |
bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by (Steve Lhomme | slhomme divxcorp com)
libavcodec
|
Sat, 17 Dec 2005 11:29:34 +0000 |
michael |
wrong sizes, part of [PATCH] from DivX, Part 9: bitstream crashes from (Steve Lhomme | slhomme divxcorp com)
libavcodec
|
Wed, 14 Dec 2005 08:02:03 +0000 |
melanson |
correctly deal with the alpha channel in 32-bit QT RLE (courtesy of John
libavcodec
|
Wed, 14 Dec 2005 00:19:01 +0000 |
melanson |
correctly handle very large Cinepak frames (courtesy of John Koleszar
libavcodec
|
Mon, 12 Dec 2005 01:56:46 +0000 |
mru |
use PRIxN, %zd, %td formats where needed
libavcodec
|
Mon, 12 Dec 2005 01:42:06 +0000 |
mru |
remove unused variables
libavcodec
|
Sun, 11 Dec 2005 02:16:21 +0000 |
lorenm |
recognize some more nal types
libavcodec
|
Sun, 11 Dec 2005 00:56:39 +0000 |
rtognimp |
This patch adds some support for non-joint stereo streams. It also
libavcodec
|
Sat, 10 Dec 2005 22:53:44 +0000 |
gpoirier |
Add the rest of missing Reg_* macros to support both AMD-64 style regs and IA32 regs.
libavcodec
|
Sat, 10 Dec 2005 17:14:24 +0000 |
diego |
SONAME support for shared libs
libavcodec
|
Fri, 09 Dec 2005 16:08:18 +0000 |
rtognimp |
Cook compatibe decoder, patch by Benjamin Larsson
libavcodec
|
Wed, 07 Dec 2005 18:21:16 +0000 |
michael |
psnr calculation with threads>1 fix
libavcodec
|
Tue, 06 Dec 2005 17:42:16 +0000 |
rtognimp |
Support for samples with fft_order = 7
libavcodec
|
Tue, 06 Dec 2005 16:58:03 +0000 |
rtognimp |
Remove duplicated fft init
libavcodec
|
Sat, 03 Dec 2005 14:20:03 +0000 |
michael |
check block_max_depth (fixes crash)
libavcodec
|
Sat, 03 Dec 2005 03:07:54 +0000 |
michael |
make selftest code compile again
libavcodec
|
Fri, 02 Dec 2005 00:12:37 +0000 |
michael |
default_get_buffer() cleanup
libavcodec
|
Wed, 30 Nov 2005 01:40:50 +0000 |
mru |
BMP image decoder
libavcodec
|
Mon, 21 Nov 2005 20:03:35 +0000 |
gpoirier |
Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled depending on the configure system
libavcodec
|
Sun, 20 Nov 2005 23:09:05 +0000 |
iive |
Mark all 12 block unused when there are no coded blocks
libavcodec
|
Mon, 14 Nov 2005 22:17:29 +0000 |
gpoirier |
dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS uni-muenchen POIS de >
libavcodec
|
Sun, 13 Nov 2005 20:12:33 +0000 |
alex |
10l, left debugging on
libavcodec
|
Sun, 13 Nov 2005 20:06:31 +0000 |
alex |
Correctly skip unknown matrices (patch by Matthieu Castet) and disable comment reading
libavcodec
|
Sun, 13 Nov 2005 17:59:21 +0000 |
alex |
Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for Theora 3.4 and stream created by Elphel cameras are decodable.
libavcodec
|
Sun, 13 Nov 2005 17:48:27 +0000 |
alex |
fixed long standing off-by-one bug (fixes playback on ppc)
libavcodec
|
Sun, 13 Nov 2005 17:46:21 +0000 |
alex |
mode_code_vlc_table size mismatch
libavcodec
|
Sat, 12 Nov 2005 05:23:25 +0000 |
lorenm |
use sse16_sse2() in nsse
libavcodec
|
Thu, 10 Nov 2005 18:05:45 +0000 |
reimar |
clear the whole vert_pred buffer for 24 bit decoding.
libavcodec
|
Thu, 10 Nov 2005 13:54:32 +0000 |
melanson |
improvements by Reimar D«Óffinger; 24-bit decoding is not perfect, only
libavcodec
|
Thu, 10 Nov 2005 04:40:49 +0000 |
lorenm |
fix a crash on seeking to an invalid frame
libavcodec
|
Wed, 09 Nov 2005 19:18:20 +0000 |
mru |
revert incorrect change
libavcodec
|
Wed, 09 Nov 2005 11:29:29 +0000 |
michael |
check MPV_frame_start() return value
libavcodec
|
Wed, 09 Nov 2005 08:50:55 +0000 |
mru |
s/log2/av_log2/
libavcodec
|
Mon, 07 Nov 2005 01:32:29 +0000 |
diego |
Put double-quotes around the install path in the "install-headers" section
libavcodec
|
Sat, 05 Nov 2005 19:03:07 +0000 |
diego |
Two tables in truemotion1data.h were slightly different from VpVision
libavcodec
|
Sat, 05 Nov 2005 00:16:03 +0000 |
michael |
frame skip fixes
libavcodec
|
Sat, 05 Nov 2005 00:00:24 +0000 |
rtognimp |
Place qdm2 and truemotion2 in ifdef block so that they can be disabled
libavcodec
|
Fri, 04 Nov 2005 23:24:24 +0000 |
michael |
extradata endianness comment
libavcodec
|
Thu, 03 Nov 2005 23:26:51 +0000 |
lorenm |
tidier cabac_intra4x4_pred_mode
libavcodec
|
Wed, 02 Nov 2005 09:18:32 +0000 |
gpoirier |
Typo fix
libavcodec
|
Fri, 28 Oct 2005 18:18:04 +0000 |
mru |
no mixing of code and declarations
libavcodec
|
Fri, 28 Oct 2005 16:01:12 +0000 |
reimar |
Make rle_code int everywhere instead of signed char.
libavcodec
|
Fri, 28 Oct 2005 06:37:32 +0000 |
lorenm |
25% faster deblocking, 4-6% overall.
libavcodec
|
Thu, 27 Oct 2005 21:03:36 +0000 |
lorenm |
fix a crash on dropped frames
libavcodec
|
Thu, 27 Oct 2005 06:45:29 +0000 |
lorenm |
faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.
libavcodec
|
Wed, 26 Oct 2005 12:51:10 +0000 |
gpoirier |
avoid the registration of DECODERS if only CONFIG_DECODERS is not defined.
libavcodec
|
Wed, 26 Oct 2005 03:58:06 +0000 |
lorenm |
10l: cqm weren't initialized in svq3.
libavcodec
|
Tue, 25 Oct 2005 01:17:20 +0000 |
lorenm |
decode custom quant matrices.
libavcodec
|
Sun, 23 Oct 2005 18:16:53 +0000 |
diego |
Add DTS_INC to the CFLAGS for DTS. This is only set by external configure
libavcodec
|
Thu, 20 Oct 2005 20:04:45 +0000 |
rtognimp |
Increase version because of QDM2 decoder addition
libavcodec
|
Wed, 19 Oct 2005 22:27:34 +0000 |
rtognimp |
init_get_bits() requires size in bits, not bytes
libavcodec
|
Wed, 19 Oct 2005 18:42:37 +0000 |
gpoirier |
revert useless patch that was supposed to fix DTS support (but the fix belongs to MPlayer, not FFmpeg)
libavcodec
|
Tue, 18 Oct 2005 20:31:12 +0000 |
rtognimp |
QDM2 compatible decoder
libavcodec
|
Tue, 18 Oct 2005 20:16:43 +0000 |
rtognimp |
QDM2 compatible decoder
libavcodec
|
Sun, 16 Oct 2005 13:56:52 +0000 |
melanson |
chroma decoding fix by Kostya
libavcodec
|
Sat, 15 Oct 2005 16:29:58 +0000 |
rtognimp |
Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg
libavcodec
|
Sat, 15 Oct 2005 14:33:11 +0000 |
melanson |
TM2 fixes by Kostya
libavcodec
|
Fri, 14 Oct 2005 18:17:47 +0000 |
gpoirier |
Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POIS edu >
libavcodec
|
Fri, 14 Oct 2005 16:17:40 +0000 |
melanson |
gcc 2.95 fix, courtesy of Luca Abeni
libavcodec
|
Thu, 13 Oct 2005 04:35:31 +0000 |
melanson |
support for FLX and DTA extensions in the FLIC format, courtesy of
libavcodec
|
Thu, 13 Oct 2005 04:31:55 +0000 |
melanson |
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov
libavcodec
|
Wed, 12 Oct 2005 22:43:12 +0000 |
alex |
set_se_golomb can only write 16bits, add a note about this (ok, maybe it's brain dead using it with more than 16bits, but..)
libavcodec
|
Wed, 12 Oct 2005 22:40:10 +0000 |
alex |
sanity check whether dimensions are non-null
libavcodec
|
Wed, 12 Oct 2005 22:37:42 +0000 |
alex |
removed unused CONFIG_AUDIO_NONSHORT
libavcodec
|
Sun, 09 Oct 2005 23:38:52 +0000 |
lorenm |
h264 mmx weighted prediction. up to 3% overall speedup.
libavcodec
|
Thu, 06 Oct 2005 12:13:25 +0000 |
diego |
Ignore AMR directories.
libavcodec
|
Tue, 04 Oct 2005 11:19:08 +0000 |
diego |
Move all definitions of external dependencies into configure instead of
libavcodec
|
Fri, 30 Sep 2005 02:31:47 +0000 |
lorenm |
sse2 16x16 sum squared diff (306=>268 cycles on a K8)
libavcodec
|
Tue, 27 Sep 2005 05:12:13 +0000 |
lorenm |
6% faster decode_cabac_residual
libavcodec
|
Tue, 27 Sep 2005 04:46:45 +0000 |
lorenm |
13% faster decode_residual (cavlc).
libavcodec
|
Mon, 26 Sep 2005 10:05:13 +0000 |
diego |
support for building dynamic libraries on Mac OS X
libavcodec
|
Sat, 24 Sep 2005 17:42:56 +0000 |
diego |
Fix some #ifdef to allow building amr_wb alone.
libavcodec
|
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 (Sigbj©Ìrn Skj©Áret: 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 (G«¡bor Kov«¡cs >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 (Lo«Ác 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 (Lo«Ác 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 ("V«¿ctor 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 (M«©ns Rullg«©rd <mru inprovide com>)
libavcodec
|
Wed, 09 Mar 2005 03:04:56 +0000 |
michael |
H.264 encoding with x264 by (M«©ns Rullg«©rd <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 (M«©ns Rullg«©rd <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 (M«©ns Rullg«©rd <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 (Sigbj©Ìrn Skj©Áret {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 (M«©ns Rullg«©rd <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
|
Sun, 11 Apr 2004 13:50:42 +0000 |
michael |
verbosity patch by (Allen Day <allenday at ucla dot edu>)
libavcodec
|
Fri, 09 Apr 2004 16:32:49 +0000 |
michael |
fixing alignment problems -> SSE2 support enabled again in libavcodec (from ffdshow / milan_cutka)
libavcodec
|
Fri, 09 Apr 2004 16:29:00 +0000 |
michael |
dos2unix
libavcodec
|
Fri, 09 Apr 2004 15:04:51 +0000 |
michael |
writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs dot org>)
libavcodec
|
Fri, 09 Apr 2004 14:57:39 +0000 |
michael |
Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at thirdcontact dot com>)
libavcodec
|
Fri, 09 Apr 2004 14:53:41 +0000 |
michael |
aac decoding patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
libavcodec
|
Thu, 08 Apr 2004 18:54:40 +0000 |
michael |
padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)
libavcodec
|
Wed, 07 Apr 2004 13:26:47 +0000 |
alex |
conversion to av_log
libavcodec
|
Wed, 07 Apr 2004 13:14:29 +0000 |
alex |
unknown format chars
libavcodec
|
Sun, 04 Apr 2004 17:55:59 +0000 |
michael |
fix global header passing from demuxer to decoder
libavcodec
|
Sun, 04 Apr 2004 17:06:30 +0000 |
michael |
pts hack (correct solution would be to pass the pts from the encoder to the muxer)
libavcodec
|
Sun, 04 Apr 2004 15:19:20 +0000 |
michael |
remove function call from muxer->encoder and cleanly pass global headers
libavcodec
|
Sun, 04 Apr 2004 14:39:20 +0000 |
michael |
fix obnoxious ogg_packet passing from encoder to muxer
libavcodec
|
Sun, 04 Apr 2004 11:46:01 +0000 |
michael |
time & (s)rand is forbidden
libavcodec
|
Sun, 04 Apr 2004 02:07:15 +0000 |
michael |
kill obnoxious ogg_packet passing from demuxer to decoder
libavcodec
|
Sun, 04 Apr 2004 01:10:50 +0000 |
michael |
remove spyware from ogg*.c
libavcodec
|
Sat, 03 Apr 2004 01:55:24 +0000 |
michael |
nicer looking arrows for the motion vector vissualization
libavcodec
|
Fri, 02 Apr 2004 21:04:56 +0000 |
michael |
rv20 (0x20201002) support
libavcodec
|
Fri, 02 Apr 2004 19:54:33 +0000 |
michael |
interlaced chroma MC divx-bug workaround
libavcodec
|
Fri, 02 Apr 2004 19:48:20 +0000 |
michael |
skiped mbs in interlaced b frames fix
libavcodec
|
Fri, 02 Apr 2004 16:21:55 +0000 |
michael |
gmc segfault fix
libavcodec
|
Thu, 01 Apr 2004 17:07:06 +0000 |
michael |
split stream into valid mp3 frames, at least flv & nut absolutely need this, but probably most other formats too
libavcodec
|
Mon, 29 Mar 2004 00:29:27 +0000 |
michael |
fixing alignment, 2nd try
libavcodec
|
Sun, 28 Mar 2004 23:10:53 +0000 |
michael |
hmm av_log(..., get_bits());
libavcodec
|
Fri, 26 Mar 2004 21:58:55 +0000 |
michael |
ensure that the bitstream buffers for encoding partitioned frames are aligned
libavcodec
|
Fri, 26 Mar 2004 20:28:29 +0000 |
michael |
fix decoding of qp<6
libavcodec
|
Fri, 26 Mar 2004 19:35:53 +0000 |
michael |
h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
Fri, 26 Mar 2004 12:30:04 +0000 |
michael |
huge vbv buffer size + CBR fix
libavcodec
|
Fri, 26 Mar 2004 02:06:34 +0000 |
michael |
always parse APP* as it sometimes contains startcodes which confuse the decoder otherwise
libavcodec
|
Thu, 25 Mar 2004 01:46:40 +0000 |
romansh |
* some significant clean-up of the dv_decode_ac (it looks real
libavcodec
|
Wed, 24 Mar 2004 23:32:48 +0000 |
mellum |
warning patrol
libavcodec
|
Mon, 22 Mar 2004 20:54:04 +0000 |
michael |
1000l for iive
libavcodec
|
Mon, 22 Mar 2004 12:07:02 +0000 |
michael |
Compile fix by (Chip <szarlada at freemail dot hu>)
libavcodec
|
Mon, 22 Mar 2004 11:00:51 +0000 |
michael |
1000l in av_mallocz_static()
libavcodec
|
Sun, 21 Mar 2004 21:58:14 +0000 |
michael |
static allocation rewrite (old code was plain a broken mess)
libavcodec
|
Sat, 20 Mar 2004 16:40:20 +0000 |
michael |
do loop filter immediatly after each macroblock is decoded instead of after a frame is decoded
libavcodec
|
Sat, 20 Mar 2004 00:18:52 +0000 |
michael |
h264 loop filter optimizations
libavcodec
|
Fri, 19 Mar 2004 21:21:17 +0000 |
michael |
h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
Thu, 18 Mar 2004 22:45:37 +0000 |
michael |
h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot luc dot ac dot be>)
libavcodec
|
Thu, 18 Mar 2004 04:19:34 +0000 |
romansh |
* removing casualties of battle of the wits and English language
libavcodec
|
Tue, 16 Mar 2004 17:27:03 +0000 |
michael |
moving f/b_code init to where it should be
libavcodec
|
Tue, 16 Mar 2004 16:57:27 +0000 |
michael |
1000000l (using uninitalized variable for initalizing bits per MV table)
libavcodec
|
Tue, 16 Mar 2004 16:11:29 +0000 |
michael |
init cleanup
libavcodec
|
Tue, 16 Mar 2004 15:38:40 +0000 |
iive |
use pan_scan to remove some weight, proper pan_scan offset reading
libavcodec
|
Mon, 15 Mar 2004 16:41:15 +0000 |
iive |
mpeg12 fix 10l of aspect calucalations, return gop perser to print debug info, and make mpeg1_seq_header hot overwrite height/width
libavcodec
|
Mon, 15 Mar 2004 01:21:01 +0000 |
melanson |
update the API for the idct function
libavcodec
|
Mon, 15 Mar 2004 00:08:24 +0000 |
iive |
move MPV_common_init after parsing stream parameters, matrix rebuild
libavcodec
|
Sun, 14 Mar 2004 23:45:42 +0000 |
romansh |
* DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)
libavcodec
|
Sun, 14 Mar 2004 22:09:58 +0000 |
romansh |
* DV decoder simplifications. Now it looks to be 6% faster. At least
libavcodec
|
Sun, 14 Mar 2004 17:55:50 +0000 |
michael |
alignment fix
libavcodec
|
Sun, 14 Mar 2004 17:33:48 +0000 |
michael |
width,height%16!=0 fix
libavcodec
|
Sun, 14 Mar 2004 15:04:21 +0000 |
melanson |
don't fetch the size of SEQH unless SEQH was found
libavcodec
|
Sun, 14 Mar 2004 04:08:11 +0000 |
melanson |
minor VMD system update; still not perfect, but should not crash either
libavcodec
|
Sun, 14 Mar 2004 04:04:08 +0000 |
melanson |
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
libavcodec
|
Sat, 13 Mar 2004 22:01:32 +0000 |
michael |
removing broken mpeg_decode_gop()
libavcodec
|
Sat, 13 Mar 2004 21:43:24 +0000 |
michael |
fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>)
libavcodec
|
Sat, 13 Mar 2004 21:26:54 +0000 |
melanson |
be smarter about the variable size of the extra SVQ3 data
libavcodec
|
Sat, 13 Mar 2004 20:07:38 +0000 |
melanson |
smarten up the SVQ3 extradata decoder without changing the external API
libavcodec
|
Sat, 13 Mar 2004 19:21:58 +0000 |
melanson |
credit update
libavcodec
|
Fri, 12 Mar 2004 23:39:38 +0000 |
romansh |
* moving some of the commonly used bit reading/writing functions
libavcodec
|
Thu, 11 Mar 2004 13:22:39 +0000 |
michael |
10l
libavcodec
|
Wed, 10 Mar 2004 23:13:43 +0000 |
michael |
mb stuffing in partitioned frames fix
libavcodec
|
Wed, 10 Mar 2004 22:11:49 +0000 |
michael |
h263+ custom pcf support
libavcodec
|
Wed, 10 Mar 2004 00:43:24 +0000 |
michael |
disable lames leading zero "feature", fixes a few more flv encoding issues
libavcodec
|
Tue, 09 Mar 2004 15:23:14 +0000 |
michael |
find_start_code() optimization (about 2x faster now) this may improve decoding speed with multiple threads
libavcodec
|
Tue, 09 Mar 2004 12:18:40 +0000 |
kabi |
* missing opts for make dep
libavcodec
|
Mon, 08 Mar 2004 02:18:19 +0000 |
melanson |
use optimized VP3 functions where appropriate
libavcodec
|
Mon, 08 Mar 2004 02:15:13 +0000 |
melanson |
cut over to using new VP3 DSP functions and remove the old ones; bring
libavcodec
|
Mon, 08 Mar 2004 02:13:45 +0000 |
melanson |
seperated out the C-based VP3 DSP functions into a different file; also
libavcodec
|
Sat, 06 Mar 2004 12:33:56 +0000 |
michael |
h263 framerate & aspect ratio fixes
libavcodec
|
Fri, 05 Mar 2004 18:44:04 +0000 |
michael |
fix motion compensation with (x+1/2,y+1/2) MVs
libavcodec
|
Fri, 05 Mar 2004 15:10:56 +0000 |
michael |
10l
libavcodec
|
Fri, 05 Mar 2004 14:21:56 +0000 |
kabi |
* more consts
libavcodec
|
Fri, 05 Mar 2004 14:09:12 +0000 |
kabi |
* const warn elimination
libavcodec
|
Fri, 05 Mar 2004 14:08:33 +0000 |
kabi |
* const warn elimintation
libavcodec
|
Fri, 05 Mar 2004 14:07:33 +0000 |
kabi |
* const
libavcodec
|
Thu, 04 Mar 2004 14:58:48 +0000 |
iive |
silence warnings
libavcodec
|
Wed, 03 Mar 2004 19:29:00 +0000 |
michael |
count > thread_count for execute()
libavcodec
|
Wed, 03 Mar 2004 17:53:55 +0000 |
michael |
av_log() cleanup
libavcodec
|
Wed, 03 Mar 2004 15:41:21 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Wed, 03 Mar 2004 01:57:43 +0000 |
michael |
macrofree av_freep()
libavcodec
|
Tue, 02 Mar 2004 18:39:25 +0000 |
iive |
add vlc for cbp=0 that is valid in 422,444
libavcodec
|
Tue, 02 Mar 2004 17:21:55 +0000 |
michael |
10l (segfault fix)
libavcodec
|
Tue, 02 Mar 2004 03:18:03 +0000 |
michael |
100l (divx5 b frame + seeking + flush fix)
libavcodec
|
Tue, 02 Mar 2004 00:40:18 +0000 |
iive |
forgot default chroma_format value
libavcodec
|
Tue, 02 Mar 2004 00:30:25 +0000 |
iive |
fix typo
libavcodec
|
Mon, 01 Mar 2004 14:55:21 +0000 |
iive |
initial chroma_format changes,xvmc tweaks and codec_cap
libavcodec
|
Mon, 01 Mar 2004 12:46:20 +0000 |
michael |
attribute_used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))
libavcodec
|
Sun, 29 Feb 2004 22:14:46 +0000 |
michael |
optimizing/cleanup of mpeg/qpel_motion()
libavcodec
|
Sun, 29 Feb 2004 22:10:18 +0000 |
michael |
attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))
libavcodec
|
Sun, 29 Feb 2004 02:25:19 +0000 |
michael |
skip b frames before first i frame
libavcodec
|
Sun, 29 Feb 2004 02:08:28 +0000 |
michael |
simplify MPV_motion()
libavcodec
|
Sun, 29 Feb 2004 00:37:36 +0000 |
michael |
interlaced mpeg4 + edge emu fix (fixes decoding of mermaid.avi)
libavcodec
|
Sat, 28 Feb 2004 21:02:49 +0000 |
michael |
mpeg2 field pic decoding fix
libavcodec
|
Sat, 28 Feb 2004 16:41:23 +0000 |
michael |
int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>)
libavcodec
|
Sat, 28 Feb 2004 15:03:53 +0000 |
michael |
Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>)
libavcodec
|
Thu, 26 Feb 2004 19:11:21 +0000 |
michael |
10l (vdpart fix)
libavcodec
|
Thu, 26 Feb 2004 18:29:39 +0000 |
michael |
AVCodec.supported_framerates
libavcodec
|
Thu, 26 Feb 2004 15:15:05 +0000 |
michael |
INT64_MIN fix
libavcodec
|
Thu, 26 Feb 2004 13:42:17 +0000 |
michael |
10l
libavcodec
|
Thu, 26 Feb 2004 02:48:07 +0000 |
michael |
100l (field picture decoding fix)
libavcodec
|
Wed, 25 Feb 2004 18:29:17 +0000 |
michael |
export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk dot fraunhofer dot de>)
libavcodec
|
Wed, 25 Feb 2004 18:17:45 +0000 |
michael |
1l
libavcodec
|
Wed, 25 Feb 2004 17:35:52 +0000 |
michael |
use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
libavcodec
|
Wed, 25 Feb 2004 02:47:53 +0000 |
michael |
av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavcodec
|
Wed, 25 Feb 2004 02:05:50 +0000 |
michael |
set AVFrame.pts based upon framerate if its 0
libavcodec
|
Mon, 23 Feb 2004 21:18:29 +0000 |
michael |
av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavcodec
|
Mon, 23 Feb 2004 20:56:56 +0000 |
michael |
multithreaded mpeg2 decoding
libavcodec
|
Mon, 23 Feb 2004 16:07:30 +0000 |
michael |
av_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavcodec
|
Mon, 23 Feb 2004 15:59:21 +0000 |
michael |
av_log()
libavcodec
|
Sun, 22 Feb 2004 21:22:47 +0000 |
michael |
c99
libavcodec
|
Sun, 22 Feb 2004 00:31:19 +0000 |
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
|
Thu, 19 Feb 2004 20:29:26 +0000 |
michael |
w32threads by (Gildas Bazin <gbazin at altern dot org>)
libavcodec
|
Thu, 19 Feb 2004 00:30:33 +0000 |
iive |
use get_format
libavcodec
|
Wed, 18 Feb 2004 22:54:02 +0000 |
michael |
simplify
libavcodec
|
Wed, 18 Feb 2004 19:15:19 +0000 |
michael |
auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>)
libavcodec
|
Wed, 18 Feb 2004 16:26:16 +0000 |
michael |
check if threads_count is too large
libavcodec
|
Wed, 18 Feb 2004 15:17:54 +0000 |
michael |
flac_flush()
libavcodec
|
Wed, 18 Feb 2004 14:05:49 +0000 |
michael |
simplify
libavcodec
|
Wed, 18 Feb 2004 12:49:30 +0000 |
alex |
avoid negative array indices
libavcodec
|
Wed, 18 Feb 2004 04:10:52 +0000 |
michael |
crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix dot inf dot upol dot cz>)
libavcodec
|
Wed, 18 Feb 2004 02:00:55 +0000 |
michael |
remove residual array, it isnt really needed
libavcodec
|
Wed, 18 Feb 2004 01:49:30 +0000 |
michael |
flac fixes:
libavcodec
|
Wed, 18 Feb 2004 01:22:05 +0000 |
michael |
flac decoder by (Alex Beregszaszi <alex at fsn dot hu>)
libavcodec
|
Tue, 17 Feb 2004 18:57:50 +0000 |
michael |
noise reduction with threads bugfix
libavcodec
|
Mon, 16 Feb 2004 03:34:11 +0000 |
michael |
more error checks for the sequence header
libavcodec
|
Sat, 14 Feb 2004 18:12:36 +0000 |
rtognimp |
rle_code can overflow when multiplied by 4
libavcodec
|
Sat, 14 Feb 2004 17:11:46 +0000 |
rtognimp |
Use av_log
libavcodec
|
Sat, 14 Feb 2004 13:37:58 +0000 |
michael |
normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>))
libavcodec
|
Sat, 14 Feb 2004 03:49:43 +0000 |
michael |
mpeg4 b frame + adaptive quantization assertion failure fix
libavcodec
|
Sat, 14 Feb 2004 03:21:03 +0000 |
michael |
multithreaded spatial complexity calculation for i frames
libavcodec
|
Sat, 14 Feb 2004 01:25:41 +0000 |
michael |
ff_copy_bits() optimization
libavcodec
|
Fri, 13 Feb 2004 21:07:31 +0000 |
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
|
Fri, 13 Feb 2004 20:59:48 +0000 |
michael |
replace a few pbBufPtr() by put_bits_count(), one of them was actually wrong
libavcodec
|
Fri, 13 Feb 2004 18:39:43 +0000 |
michael |
simplify MV availability check / dont use below last row MV which is always zero
libavcodec
|
Fri, 13 Feb 2004 17:54:10 +0000 |
michael |
multithreaded/SMP motion estimation
libavcodec
|
Thu, 12 Feb 2004 16:21:21 +0000 |
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
|
Tue, 10 Feb 2004 20:48:09 +0000 |
romansh |
* gotta setup coded_frame for encoding. avcodec.h says that for decoding
libavcodec
|
Mon, 09 Feb 2004 15:23:35 +0000 |
michael |
rv10/obmc fixes
libavcodec
|
Sun, 08 Feb 2004 22:52:35 +0000 |
michael |
2 byte shorter userdata for mpeg4
libavcodec
|
Sun, 08 Feb 2004 02:16:48 +0000 |
michael |
M$ ADPCM encoding & some simplifications
libavcodec
|
Sat, 07 Feb 2004 20:50:26 +0000 |
michael |
segfault fix
libavcodec
|
Sat, 07 Feb 2004 15:33:00 +0000 |
michael |
use clip() from common.h
libavcodec
|
Sat, 07 Feb 2004 08:20:00 +0000 |
romansh |
* Initial implementation of the G.726 ADPCM audio codec.
libavcodec
|
Fri, 06 Feb 2004 23:56:37 +0000 |
michael |
- made --extra-cflags option work on darwin
libavcodec
|
Fri, 06 Feb 2004 22:34:33 +0000 |
michael |
h263 4mv encoding fix
libavcodec
|
Fri, 06 Feb 2004 21:07:17 +0000 |
michael |
segfault fix
libavcodec
|
Fri, 06 Feb 2004 17:51:58 +0000 |
alex |
get_bit_count -> put_bits_count
libavcodec
|
Fri, 06 Feb 2004 15:27:31 +0000 |
alex |
get_bit_count -> put_bits_count
libavcodec
|
Fri, 06 Feb 2004 03:56:05 +0000 |
michael |
analyze the gradient of the error surface to avoid a few checks in the quantizing noise shaper
libavcodec
|
Fri, 06 Feb 2004 02:12:37 +0000 |
michael |
quantizer noise shaping optimization
libavcodec
|
Thu, 05 Feb 2004 05:22:44 +0000 |
melanson |
initial commit for Quicktime Animation (RLE) video decoder; bit depths
libavcodec
|
Thu, 05 Feb 2004 00:35:08 +0000 |
michael |
remove incorect motion estimation table
libavcodec
|
Wed, 04 Feb 2004 16:03:10 +0000 |
michael |
cleanup ugly code (also appearently works around a bug gcc 3.4 which fails compiling it) by (mru at kth dot se (M«©ns Rullg«©rd))
libavcodec
|
Wed, 04 Feb 2004 15:49:55 +0000 |
michael |
fixes by Gildas Bazin <gbazin at altern dot org>
libavcodec
|
Tue, 03 Feb 2004 04:27:17 +0000 |
melanson |
added support for EA ADPCM and SMJPEG IMA ADPCM
libavcodec
|
Mon, 02 Feb 2004 14:59:43 +0000 |
michael |
simplify
libavcodec
|
Mon, 02 Feb 2004 03:52:58 +0000 |
michael |
quantizer noise shaping
libavcodec
|
Sun, 01 Feb 2004 22:56:54 +0000 |
mellum |
tiny warning fix
libavcodec
|
Sat, 31 Jan 2004 22:58:32 +0000 |
alex |
changed includes
libavcodec
|
Sat, 31 Jan 2004 22:47:48 +0000 |
alex |
not needed anymore
libavcodec
|
Sat, 31 Jan 2004 21:28:49 +0000 |
michael |
segfault fix
libavcodec
|
Sat, 31 Jan 2004 20:41:07 +0000 |
melanson |
vsad16_mmx2 only applies if encoders are turned on
libavcodec
|
Sat, 31 Jan 2004 20:37:46 +0000 |
melanson |
these functions (get_bit_count and align_put_bits) are referenced even
libavcodec
|
Sat, 31 Jan 2004 18:17:38 +0000 |
melanson |
handle invalid buffer sizes
libavcodec
|
Sat, 31 Jan 2004 17:57:57 +0000 |
melanson |
watch those hard tabs
libavcodec
|
Sat, 31 Jan 2004 17:40:28 +0000 |
melanson |
handle 0-length buffers
libavcodec
|
Sat, 31 Jan 2004 17:30:28 +0000 |
melanson |
handle 0-length buffers
libavcodec
|
Thu, 29 Jan 2004 15:50:54 +0000 |
michael |
b frames + cbr fix
libavcodec
|
Thu, 29 Jan 2004 01:15:25 +0000 |
michael |
SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)
libavcodec
|
Wed, 28 Jan 2004 00:36:58 +0000 |
michael |
4mv + b frame encoding segfault fix
libavcodec
|
Tue, 27 Jan 2004 13:55:34 +0000 |
michael |
first coded vs. first displayed pts (segfault & pts fix if b frames are used)
libavcodec
|
Mon, 26 Jan 2004 19:14:02 +0000 |
michael |
10l
libavcodec
|
Mon, 26 Jan 2004 19:09:47 +0000 |
michael |
int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Mon, 26 Jan 2004 19:04:32 +0000 |
michael |
mpeg4 pts fix
libavcodec
|
Sun, 25 Jan 2004 16:43:09 +0000 |
rtognimp |
Use reget buffer instead of copying from prev frame
libavcodec
|
Sun, 25 Jan 2004 11:13:56 +0000 |
alex |
freebsd fix for mpeg12.c (moving INT64_MAX to common.h)
libavcodec
|
Sat, 24 Jan 2004 23:47:33 +0000 |
michael |
optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 and http://www.alicestreet.com/ffh263.html
libavcodec
|
Sat, 24 Jan 2004 22:22:42 +0000 |
michael |
optimization
libavcodec
|
Fri, 23 Jan 2004 12:30:31 +0000 |
michael |
segfault fix
libavcodec
|
Thu, 22 Jan 2004 19:48:28 +0000 |
michael |
closed gop support & flags2 as all bits in flags are used
libavcodec
|
Thu, 22 Jan 2004 12:09:14 +0000 |
michael |
inttypes.h patch by (Chip <szarlada at freemail dot hu>)
libavcodec
|
Wed, 21 Jan 2004 19:14:26 +0000 |
michael |
more tolerance for dc=0
libavcodec
|
Mon, 19 Jan 2004 14:41:34 +0000 |
michael |
avcodec_flush_buffers() fix
libavcodec
|
Sun, 18 Jan 2004 21:57:32 +0000 |
michael |
segfault fix
libavcodec
|
Sun, 18 Jan 2004 21:41:44 +0000 |
michael |
removing broken framerate conversation hack in mpeg1/2
libavcodec
|
Sun, 18 Jan 2004 02:59:01 +0000 |
michael |
rv20 mv prediction in b frames fix
libavcodec
|
Thu, 15 Jan 2004 01:29:26 +0000 |
michael |
xvid "packed" stuff support
libavcodec
|
Wed, 14 Jan 2004 02:35:04 +0000 |
michael |
dont calculate stuff if its not used ...
libavcodec
|
Wed, 14 Jan 2004 02:21:39 +0000 |
michael |
fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmp
libavcodec
|
Tue, 13 Jan 2004 20:26:44 +0000 |
rtognimp |
Right fix for older zlib version
libavcodec
|
Tue, 13 Jan 2004 19:46:37 +0000 |
rtognimp |
Fix for older version of zlib
libavcodec
|
Mon, 12 Jan 2004 22:39:19 +0000 |
michael |
type fixes, found by Wolfgang Hesseler
libavcodec
|
Mon, 12 Jan 2004 22:14:45 +0000 |
rtognimp |
MSZH and ZLIB decoder support
libavcodec
|
Sat, 10 Jan 2004 19:54:12 +0000 |
michael |
grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb))
libavcodec
|
Sat, 10 Jan 2004 16:04:55 +0000 |
michael |
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise
libavcodec
|
Sat, 10 Jan 2004 12:53:07 +0000 |
michael |
more sane inttypes emulation behavior if libavcodec is used outside ffmpeg
libavcodec
|
Sat, 10 Jan 2004 01:58:00 +0000 |
michael |
cleanup
libavcodec
|
Fri, 09 Jan 2004 23:43:57 +0000 |
michael |
something unimportant ...
libavcodec
|
Fri, 09 Jan 2004 18:00:31 +0000 |
michael |
inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at androme dot be>)
libavcodec
|
Thu, 08 Jan 2004 23:51:23 +0000 |
michael |
lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavcodec
|
Thu, 08 Jan 2004 21:08:57 +0000 |
michael |
optimize compute_antialias() and add a floating point based alternative (2x faster)
libavcodec
|
Thu, 08 Jan 2004 18:44:36 +0000 |
michael |
uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>)
libavcodec
|
Thu, 08 Jan 2004 18:24:35 +0000 |
michael |
memleak fix
libavcodec
|
Mon, 05 Jan 2004 23:40:23 +0000 |
michael |
10l
libavcodec
|
Mon, 05 Jan 2004 22:57:07 +0000 |
michael |
interlaced dct decision cleanup
libavcodec
|
Mon, 05 Jan 2004 11:16:05 +0000 |
michael |
simplify
libavcodec
|
Sun, 04 Jan 2004 22:13:14 +0000 |
michael |
gop timestamp fix
libavcodec
|
Sun, 04 Jan 2004 19:49:57 +0000 |
michael |
10000l
libavcodec
|
Sun, 04 Jan 2004 17:43:28 +0000 |
michael |
frame rate emulation "fix" by (Mean <fixounet at free dot fr>)
libavcodec
|
Sun, 04 Jan 2004 17:29:51 +0000 |
michael |
mpeg2 QP clamping fix
libavcodec
|
Sun, 04 Jan 2004 17:13:14 +0000 |
michael |
non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
Sun, 04 Jan 2004 14:43:52 +0000 |
michael |
warn the user if we had to clip some dct coefficient due to a crappy format which doenst support the whole needed range (msmpeg4/wmv mostly but mpeg1 too to a lesser extend)
libavcodec
|
Sun, 04 Jan 2004 00:23:14 +0000 |
michael |
SVCD scan offset stuff
libavcodec
|
Sat, 03 Jan 2004 20:14:45 +0000 |
michael |
denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>)
libavcodec
|
Fri, 02 Jan 2004 22:29:08 +0000 |
michael |
denoise_dct_mmx()
libavcodec
|
Fri, 02 Jan 2004 19:22:00 +0000 |
michael |
more trellis quant optimizations
libavcodec
|
Fri, 02 Jan 2004 04:45:06 +0000 |
melanson |
first pass at Sierra VMD A/V decoders; video looks great, audio is not
libavcodec
|
Fri, 02 Jan 2004 03:02:34 +0000 |
michael |
cleanup
libavcodec
|
Fri, 02 Jan 2004 02:39:05 +0000 |
michael |
optimizing (trellis) quantizer
libavcodec
|
Fri, 02 Jan 2004 02:31:53 +0000 |
melanson |
off-by-1 error in the never-before-tested embedded string code
libavcodec
|
Thu, 01 Jan 2004 18:02:30 +0000 |
michael |
put_pixels width comment fix
libavcodec
|
Thu, 01 Jan 2004 16:56:04 +0000 |
michael |
dont show uninitalized motion vectors
libavcodec
|
Thu, 01 Jan 2004 15:13:44 +0000 |
michael |
rate limit tips and checks
libavcodec
|
Thu, 01 Jan 2004 02:56:35 +0000 |
michael |
print vbv buffer size & bitrate when decoding with -debug 1
libavcodec
|
Tue, 30 Dec 2003 19:19:45 +0000 |
michael |
info about h and tpel
libavcodec
|
Tue, 30 Dec 2003 16:07:57 +0000 |
michael |
interlaced motion estimation
libavcodec
|
Tue, 30 Dec 2003 15:29:38 +0000 |
michael |
100000l
libavcodec
|
Tue, 30 Dec 2003 02:12:12 +0000 |
michael |
motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
Mon, 29 Dec 2003 22:25:08 +0000 |
michael |
picture number fixes
libavcodec
|
Sun, 28 Dec 2003 11:35:54 +0000 |
michael |
10l (segfault fix)
libavcodec
|
Mon, 22 Dec 2003 19:42:28 +0000 |
michael |
lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavcodec
|
Mon, 22 Dec 2003 19:06:01 +0000 |
michael |
10l (forgot to copy top_field_first flag)
libavcodec
|
Sun, 21 Dec 2003 20:06:59 +0000 |
michael |
rv20 / h263 b frame fix
libavcodec
|
Fri, 19 Dec 2003 00:47:36 +0000 |
michael |
fix crash
libavcodec
|
Thu, 18 Dec 2003 23:44:49 +0000 |
melanson |
SVQ3 uses unrestricted motion vectors
libavcodec
|
Thu, 18 Dec 2003 21:35:02 +0000 |
michael |
svq3 fix
libavcodec
|
Wed, 17 Dec 2003 19:53:05 +0000 |
michael |
vbv_delay
libavcodec
|
Tue, 16 Dec 2003 11:17:06 +0000 |
bellard |
pts and dts support in parser API
libavcodec
|
Tue, 16 Dec 2003 01:17:58 +0000 |
melanson |
initial predictors are not sent to the output in QT IMA; fix stereo QT
libavcodec
|
Mon, 15 Dec 2003 14:40:37 +0000 |
bellard |
added End Of File handling to return last picture for MPEG1/2/4
libavcodec
|
Mon, 15 Dec 2003 09:21:28 +0000 |
michael |
100l (forgot alpha & ppc)
libavcodec
|
Sun, 14 Dec 2003 20:48:12 +0000 |
michael |
mv vissualization & field picture fix
libavcodec
|
Sun, 14 Dec 2003 17:47:23 +0000 |
michael |
cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
Sun, 14 Dec 2003 16:15:32 +0000 |
michael |
10l (printing qscale before parsing it)
libavcodec
|
Sun, 14 Dec 2003 02:57:00 +0000 |
michael |
split intra / inter dequantization
libavcodec
|
Sun, 14 Dec 2003 01:42:00 +0000 |
michael |
error concealment regression test
libavcodec
|
Sat, 13 Dec 2003 20:41:33 +0000 |
michael |
cleanup
libavcodec
|
Sat, 13 Dec 2003 02:14:18 +0000 |
michael |
Here are juste two added #ifdef CONFIG_ENCODERS to allow
libavcodec
|
Sat, 13 Dec 2003 01:33:52 +0000 |
michael |
mb type & qp vissualization
libavcodec
|
Fri, 12 Dec 2003 21:30:47 +0000 |
michael |
stuffing to stay above min_bitrate
libavcodec
|
Fri, 12 Dec 2003 19:26:55 +0000 |
michael |
CBR improvements
libavcodec
|
Fri, 12 Dec 2003 16:56:38 +0000 |
bellard |
fixed top_field_first support when encoding
libavcodec
|
Fri, 12 Dec 2003 16:55:12 +0000 |
bellard |
fill codec info
libavcodec
|
Thu, 11 Dec 2003 16:14:27 +0000 |
michael |
fixing h263p encoding without UMV
libavcodec
|
Thu, 11 Dec 2003 11:17:54 +0000 |
michael |
set AVCodecContext.width/height before get_buffer()
libavcodec
|
Wed, 10 Dec 2003 17:05:41 +0000 |
michael |
interlaced dct encoding fix
libavcodec
|
Wed, 10 Dec 2003 16:51:54 +0000 |
bellard |
interlaced DCT support for MPEG2 encoding
libavcodec
|
Wed, 10 Dec 2003 16:49:20 +0000 |
bellard |
fixed interlaced encoding
libavcodec
|
Wed, 10 Dec 2003 16:20:28 +0000 |
michael |
10l (uninitialized var ...)
libavcodec
|
Wed, 10 Dec 2003 11:18:36 +0000 |
bellard |
fixed potential problem if aspect_ratio_info == 0 for MPEG stream - fixed aspect ratio problem if CODEC_ID_MPEG2VIDEO is used to decode an MPEG1 stream (which is the recommended codec id for mpeg video)
libavcodec
|
Wed, 10 Dec 2003 02:34:09 +0000 |
michael |
MB_TYPE_INTERLACED info fix
libavcodec
|
Tue, 09 Dec 2003 14:51:49 +0000 |
bellard |
fixed low delay decoding
libavcodec
|
Tue, 09 Dec 2003 14:03:55 +0000 |
michael |
100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l
libavcodec
|
Tue, 09 Dec 2003 13:47:08 +0000 |
michael |
slice structured fixes
libavcodec
|
Tue, 09 Dec 2003 01:55:54 +0000 |
michael |
motion_subsample_log2
libavcodec
|
Tue, 09 Dec 2003 01:49:56 +0000 |
michael |
move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
Mon, 08 Dec 2003 18:26:22 +0000 |
alex |
FF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY support
libavcodec
|
Mon, 08 Dec 2003 17:42:20 +0000 |
michael |
AIC/MQ encoding fix
libavcodec
|
Mon, 08 Dec 2003 11:35:09 +0000 |
alex |
cosmetics
libavcodec
|
Mon, 08 Dec 2003 11:32:06 +0000 |
alex |
more correct header parsing
libavcodec
|
Mon, 08 Dec 2003 02:23:22 +0000 |
michael |
alternative inter vlc encoding fix
libavcodec
|
Sun, 07 Dec 2003 02:10:30 +0000 |
michael |
slice flush / position fix
libavcodec
|
Sun, 07 Dec 2003 01:33:45 +0000 |
michael |
h263 slice structured mode
libavcodec
|
Fri, 05 Dec 2003 23:12:03 +0000 |
michael |
removing unused var & converting 64->32bit
libavcodec
|
Fri, 05 Dec 2003 01:03:12 +0000 |
michael |
AVFrame.interlaced_frame fixes
libavcodec
|
Fri, 05 Dec 2003 00:19:46 +0000 |
michael |
export top_field_first & interlaced_frame
libavcodec
|
Thu, 04 Dec 2003 19:15:37 +0000 |
michael |
set has_b_frames correctly, fixes rv20 dr1 with mplayer
libavcodec
|
Thu, 04 Dec 2003 18:46:49 +0000 |
michael |
cleanup
libavcodec
|
Thu, 04 Dec 2003 18:34:47 +0000 |
michael |
rv20 (h263) b frame decoding support
libavcodec
|
Thu, 04 Dec 2003 14:14:43 +0000 |
melanson |
this should make the decoder safe for big-endian platforms
libavcodec
|
Wed, 03 Dec 2003 22:23:08 +0000 |
michael |
altivec.h bug workaround (untested)
libavcodec
|
Wed, 03 Dec 2003 16:47:17 +0000 |
michael |
cleanup
libavcodec
|
Wed, 03 Dec 2003 16:07:41 +0000 |
michael |
h263 modified quantization fix
libavcodec
|
Wed, 03 Dec 2003 04:22:15 +0000 |
melanson |
initial support for Duck TrueMotion v1 (think of it as On2 VP1); only
libavcodec
|
Wed, 03 Dec 2003 01:16:35 +0000 |
michael |
split ff_h263_decode_mb() into h263 and mpeg4 versions
libavcodec
|
Tue, 02 Dec 2003 22:02:57 +0000 |
michael |
h263_h_loop_filter_mmx
libavcodec
|
Tue, 02 Dec 2003 20:28:10 +0000 |
michael |
h263_v_loop_filter_mmx
libavcodec
|
Mon, 01 Dec 2003 20:04:14 +0000 |
michael |
h263 MV prediction doesnt match mpeg4, for some slices configurations (fixes RV20 MVs)
libavcodec
|
Mon, 01 Dec 2003 15:49:10 +0000 |
michael |
10l
libavcodec
|
Mon, 01 Dec 2003 15:23:14 +0000 |
michael |
h263 loop filter
libavcodec
|
Sun, 30 Nov 2003 19:04:56 +0000 |
michael |
4th frame type ...
libavcodec
|
Sun, 30 Nov 2003 18:08:35 +0000 |
michael |
rv20 sub_id == 0x20200002 support
libavcodec
|
Sun, 30 Nov 2003 17:30:18 +0000 |
michael |
cleanup
libavcodec
|
Sun, 30 Nov 2003 17:22:51 +0000 |
michael |
rv10 fix
libavcodec
|
Sun, 30 Nov 2003 14:35:35 +0000 |
michael |
rv20 decoder
libavcodec
|
Sat, 29 Nov 2003 08:44:33 +0000 |
michael |
forgot
libavcodec
|
Sat, 29 Nov 2003 08:37:51 +0000 |
michael |
h263 alternative inter vlc support
libavcodec
|
Sat, 29 Nov 2003 00:19:24 +0000 |
michael |
intra16x16 fix
libavcodec
|
Fri, 28 Nov 2003 23:38:43 +0000 |
michael |
10000l
libavcodec
|
Fri, 28 Nov 2003 22:09:09 +0000 |
michael |
cleanup
libavcodec
|
Fri, 28 Nov 2003 21:31:20 +0000 |
michael |
h263 OBMC & 4MV support
libavcodec
|
Thu, 27 Nov 2003 13:38:00 +0000 |
michael |
dont read from b frames if draw_horiz_band==NULL
libavcodec
|
Thu, 27 Nov 2003 01:40:13 +0000 |
romansh |
* 3x encoding speedup. Finally we seem to be on par with libdv
libavcodec
|
Wed, 26 Nov 2003 20:57:15 +0000 |
rtognimp |
- Add reget_buffer() function to AVCodecContext
libavcodec
|
Tue, 25 Nov 2003 00:35:18 +0000 |
michael |
16x8 MV vissualization by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
Mon, 24 Nov 2003 21:53:32 +0000 |
michael |
10l
libavcodec
|
Sun, 23 Nov 2003 18:49:53 +0000 |
alex |
theora alpha3 support (with maintaining backward compatibility, maybe we should remove all backward compatibility codes after final theora release?)
libavcodec
|
Sun, 23 Nov 2003 18:43:09 +0000 |
alex |
finally working with old theora bitstream (flipped image), the only sample I have is decoded successfully (theora.ogg)
libavcodec
|
Sun, 16 Nov 2003 19:23:39 +0000 |
michael |
av_d2q() documentation
libavcodec
|
Fri, 14 Nov 2003 05:42:14 +0000 |
melanson |
yep, FLI support
libavcodec
|
Thu, 13 Nov 2003 23:45:25 +0000 |
michael |
qprd with b frames fix
libavcodec
|
Thu, 13 Nov 2003 23:22:06 +0000 |
michael |
qprd needs mbd=2
libavcodec
|
Thu, 13 Nov 2003 22:20:12 +0000 |
kabi |
* sys/types.h for size_t
libavcodec
|
Thu, 13 Nov 2003 21:55:05 +0000 |
iive |
silence few warnings
libavcodec
|
Wed, 12 Nov 2003 22:06:15 +0000 |
michael |
better fix
libavcodec
|
Wed, 12 Nov 2003 22:01:13 +0000 |
michael |
small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge dot net>)
libavcodec
|
Wed, 12 Nov 2003 13:03:51 +0000 |
michael |
ac prediction with rate distorted qp fix
libavcodec
|
Wed, 12 Nov 2003 12:25:44 +0000 |
michael |
rate distored optimal lambda->qp support
libavcodec
|
Wed, 12 Nov 2003 01:19:36 +0000 |
iive |
mpegvideo is back
libavcodec
|
Mon, 10 Nov 2003 18:33:58 +0000 |
bellard |
also parse extradata for MPEG4
libavcodec
|
Mon, 10 Nov 2003 15:29:20 +0000 |
bellard |
new audio/video parser API
libavcodec
|
Mon, 10 Nov 2003 15:21:16 +0000 |
bellard |
exported mpa_decode_header for new parser API
libavcodec
|
Mon, 10 Nov 2003 15:19:05 +0000 |
bellard |
comment fix
libavcodec
|
Mon, 10 Nov 2003 03:14:04 +0000 |
melanson |
added Apple Graphics (SMC) decoder
libavcodec
|
Sun, 09 Nov 2003 21:54:49 +0000 |
rtognimp |
4bpp support
libavcodec
|
Fri, 07 Nov 2003 22:39:18 +0000 |
rtognimp |
8BPS decoder
libavcodec
|
Fri, 07 Nov 2003 21:21:36 +0000 |
rtognimp |
Set buffer hints, use cr where available
libavcodec
|
Fri, 07 Nov 2003 21:20:24 +0000 |
rtognimp |
Add cr codec capability and buffer hints
libavcodec
|
Thu, 06 Nov 2003 22:05:22 +0000 |
michael |
fix context=1
libavcodec
|
Wed, 05 Nov 2003 23:27:23 +0000 |
rtognimp |
100l: sometime palette was not copied to output frame
libavcodec
|
Tue, 04 Nov 2003 19:35:43 +0000 |
romansh |
* fixes for broken builds on Solaris, OS2 and all bingendian
libavcodec
|
Mon, 03 Nov 2003 18:06:54 +0000 |
michael |
av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Mon, 03 Nov 2003 17:42:50 +0000 |
michael |
flush fix (untested)
libavcodec
|
Mon, 03 Nov 2003 13:58:26 +0000 |
michael |
only add prefix after \n
libavcodec
|
Mon, 03 Nov 2003 13:31:02 +0000 |
michael |
10l (fixes dct coeff noise reduction)
libavcodec
|
Mon, 03 Nov 2003 13:26:22 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Sun, 02 Nov 2003 23:19:47 +0000 |
michael |
noise reduction of dct coefficients
libavcodec
|
Sun, 02 Nov 2003 22:56:47 +0000 |
michael |
10l ...
libavcodec
|
Sun, 02 Nov 2003 21:57:55 +0000 |
rtognimp |
Moved to new palette API
libavcodec
|
Sun, 02 Nov 2003 21:53:28 +0000 |
rtognimp |
Fix some palette related defines, bump build number
libavcodec
|
Sat, 01 Nov 2003 17:38:25 +0000 |
michael |
ffv1 rgb support
libavcodec
|
Fri, 31 Oct 2003 22:56:16 +0000 |
rtognimp |
100l: free previous frame, not current one!
libavcodec
|
Fri, 31 Oct 2003 22:28:19 +0000 |
rtognimp |
Don't memcpy from unallocated memory
libavcodec
|
Fri, 31 Oct 2003 22:26:26 +0000 |
romansh |
* DV demuxer is now capable of decoding auxilary audio stream. So,
libavcodec
|
Thu, 30 Oct 2003 22:51:02 +0000 |
michael |
move identical code into its own function
libavcodec
|
Thu, 30 Oct 2003 21:05:00 +0000 |
michael |
initalize various uninitalized variables and avoid coded_picture_number as its not always correct (later should be reversed after fixing the picture_number mess)
libavcodec
|
Thu, 30 Oct 2003 19:55:44 +0000 |
michael |
100l (SAR is written as height/width instead of width/height in the MPEG1 standard)
libavcodec
|
Thu, 30 Oct 2003 16:58:49 +0000 |
michael |
pts fix and related fixes
libavcodec
|
Thu, 30 Oct 2003 05:40:58 +0000 |
melanson |
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)
libavcodec
|
Wed, 29 Oct 2003 17:30:13 +0000 |
michael |
dumping funny numbers from first zygo i frame header
libavcodec
|
Wed, 29 Oct 2003 14:54:45 +0000 |
alex |
initial support for zygovideo
libavcodec
|
Wed, 29 Oct 2003 14:08:18 +0000 |
bellard |
added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler handling of raw transport streams in ffserver and RTP - better solutions are welcomed)
libavcodec
|
Tue, 28 Oct 2003 09:23:26 +0000 |
michael |
linear blend 1 line shift fix
libavcodec
|
Mon, 27 Oct 2003 23:22:43 +0000 |
iive |
XvMC speedup by removing one memcpy and doing MB packing
libavcodec
|
Mon, 27 Oct 2003 14:37:30 +0000 |
michael |
make convert_matrix() independant of MpegEncContext
libavcodec
|
Sun, 26 Oct 2003 10:14:05 +0000 |
michael |
AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>)
libavcodec
|
Sun, 26 Oct 2003 09:56:21 +0000 |
michael |
fixing the remaning block-align checks
libavcodec
|
Sun, 26 Oct 2003 09:49:45 +0000 |
michael |
block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>)
libavcodec
|
Sat, 25 Oct 2003 21:59:28 +0000 |
michael |
reorder table instead of wasting instructions to reorder the input to match the table
libavcodec
|
Sat, 25 Oct 2003 19:44:37 +0000 |
michael |
10l
libavcodec
|
Sat, 25 Oct 2003 19:30:14 +0000 |
michael |
segfault fix
libavcodec
|
Sat, 25 Oct 2003 15:22:34 +0000 |
melanson |
support Cinepak files with funky (not divisible by 4) resolutions
libavcodec
|
Sat, 25 Oct 2003 00:32:54 +0000 |
romansh |
* adding integer/floating point AAN implementations for DCT 2-4-8
libavcodec
|
Fri, 24 Oct 2003 21:57:04 +0000 |
michael |
optimizing
libavcodec
|
Fri, 24 Oct 2003 20:09:30 +0000 |
michael |
Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>)
libavcodec
|
Fri, 24 Oct 2003 19:59:43 +0000 |
michael |
rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>)
libavcodec
|
Fri, 24 Oct 2003 18:28:01 +0000 |
romansh |
* introducing dct248 into the DSP context.
libavcodec
|
Thu, 23 Oct 2003 23:24:38 +0000 |
alex |
1l
libavcodec
|
Thu, 23 Oct 2003 13:22:20 +0000 |
michael |
minor mmx2 optimization if the dct
libavcodec
|
Thu, 23 Oct 2003 12:59:21 +0000 |
michael |
inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference for the dct itself should be even bigger)
libavcodec
|
Thu, 23 Oct 2003 12:41:54 +0000 |
michael |
4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd supports that but we emulate it ...
libavcodec
|
Thu, 23 Oct 2003 09:11:56 +0000 |
michael |
optionally merge postscale into quantization table for the float aan dct
libavcodec
|
Thu, 23 Oct 2003 08:31:26 +0000 |
michael |
10l
libavcodec
|
Wed, 22 Oct 2003 22:12:25 +0000 |
alex |
10l
libavcodec
|
Wed, 22 Oct 2003 22:10:22 +0000 |
alex |
100l
libavcodec
|
Wed, 22 Oct 2003 19:15:55 +0000 |
michael |
oops forgot
libavcodec
|
Wed, 22 Oct 2003 18:26:38 +0000 |
michael |
floating point AAN DCT
libavcodec
|
Wed, 22 Oct 2003 15:36:46 +0000 |
michael |
112 bytes smaller MpegEncContext
libavcodec
|
Wed, 22 Oct 2003 12:01:21 +0000 |
michael |
move blocks away MpegEncContext (7.4 -> 5.8k)
libavcodec
|
Wed, 22 Oct 2003 11:23:39 +0000 |
michael |
move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown)
libavcodec
|
Wed, 22 Oct 2003 10:59:39 +0000 |
michael |
move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slightly faster now, dont ask my why ...
libavcodec
|
Tue, 21 Oct 2003 19:55:31 +0000 |
michael |
dynamic alloc of picture structs instead of putting them in MpegEncContext
libavcodec
|
Tue, 21 Oct 2003 01:00:31 +0000 |
michael |
BSD doesnt have log2
libavcodec
|
Mon, 20 Oct 2003 23:24:39 +0000 |
michael |
mpeg2 aspect ratio encoding fixed
libavcodec
|
Mon, 20 Oct 2003 22:33:53 +0000 |
michael |
use continued fractions to approximate a fraction if its numerator or denominator is too large
libavcodec
|
Mon, 20 Oct 2003 20:23:46 +0000 |
michael |
AVRational
libavcodec
|
Mon, 20 Oct 2003 10:33:13 +0000 |
michael |
bottom_field_first -> top_field_first
libavcodec
|
Mon, 20 Oct 2003 09:52:02 +0000 |
michael |
export mpeg2 active display area / pan scan
libavcodec
|
Sun, 19 Oct 2003 21:05:41 +0000 |
michael |
gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
libavcodec
|
Sat, 18 Oct 2003 18:47:06 +0000 |
michael |
- Moving -Wall from the individual Makefiles to configure (and only
libavcodec
|
Sat, 18 Oct 2003 03:19:44 +0000 |
romansh |
* providing MPEG codecs with a generic fields in AVFrame to use.
libavcodec
|
Fri, 17 Oct 2003 18:56:01 +0000 |
michael |
emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set
libavcodec
|
Thu, 16 Oct 2003 18:27:48 +0000 |
romansh |
* original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE
libavcodec
|
Thu, 16 Oct 2003 04:50:54 +0000 |
romansh |
* fix for a trivial 100l declaration typo
libavcodec
|
Thu, 16 Oct 2003 00:21:54 +0000 |
michael |
picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least
libavcodec
|
Wed, 15 Oct 2003 21:59:08 +0000 |
michael |
default_get_buffer() fixes
libavcodec
|
Wed, 15 Oct 2003 16:20:50 +0000 |
michael |
align
libavcodec
|
Wed, 15 Oct 2003 15:37:25 +0000 |
michael |
fix "first frame is no keyframe" bug
libavcodec
|
Wed, 15 Oct 2003 03:20:40 +0000 |
melanson |
activate the XA and ADX ADPCM codecs
libavcodec
|
Wed, 15 Oct 2003 03:14:14 +0000 |
melanson |
replace file to remove nasty DOS CRs and hard tabs
libavcodec
|
Wed, 15 Oct 2003 03:02:44 +0000 |
melanson |
this should be part of adpcm.c
libavcodec
|
Wed, 15 Oct 2003 02:59:03 +0000 |
melanson |
quiet
libavcodec
|
Tue, 14 Oct 2003 04:40:53 +0000 |
melanson |
added CRI ADX and XA ADPCM audio modules, courtesy of BERO
libavcodec
|
Tue, 14 Oct 2003 04:15:53 +0000 |
melanson |
disable encoders where appropriate (patch courtesy of BERO
libavcodec
|
Mon, 13 Oct 2003 19:38:34 +0000 |
michael |
fix the case where all vlc codes are 8 bits long (repeat=256)
libavcodec
|
Mon, 13 Oct 2003 18:17:58 +0000 |
michael |
alignment 10l
libavcodec
|
Mon, 13 Oct 2003 17:27:30 +0000 |
michael |
mmx2 optimization of huffyuv median encoding
libavcodec
|
Mon, 13 Oct 2003 14:37:04 +0000 |
michael |
10l
libavcodec
|
Mon, 13 Oct 2003 11:13:10 +0000 |
michael |
dont check if the ac esc 3 could have been stored as vlc as this detects only very few errors allthough it detects several buggy encoders
libavcodec
|
Mon, 13 Oct 2003 08:02:46 +0000 |
alex |
10l
libavcodec
|
Sun, 12 Oct 2003 21:32:58 +0000 |
michael |
fix decoding if the aspect ratio changes
libavcodec
|
Sun, 12 Oct 2003 21:25:00 +0000 |
alex |
removed the obsolete and unused parameters of init_put_bits
libavcodec
|
Sun, 12 Oct 2003 19:18:37 +0000 |
michael |
h263 GOB decoding fix
libavcodec
|
Sun, 12 Oct 2003 14:01:53 +0000 |
michael |
intra dc treshold != 0 decoding fixed
libavcodec
|
Sat, 11 Oct 2003 21:49:10 +0000 |
alex |
Sunplus JPEG codec (SP5X) support
libavcodec
|
Sat, 11 Oct 2003 19:40:45 +0000 |
alex |
theora comments skipping
libavcodec
|
Sat, 11 Oct 2003 17:48:49 +0000 |
alex |
using av_abort
libavcodec
|
Sat, 11 Oct 2003 17:44:21 +0000 |
alex |
theora decoding support (only keyframes for now, because by theora the frame isn't flipped so the motion vectors are getting screwed up)
libavcodec
|
Sat, 11 Oct 2003 16:43:51 +0000 |
melanson |
optimised versions of the get_pixels, diff_pixels, and bswap_buf
libavcodec
|
Sat, 11 Oct 2003 09:11:15 +0000 |
michael |
forgot to commit, i hope its correct
libavcodec
|
Sat, 11 Oct 2003 08:29:05 +0000 |
michael |
recommit of
libavcodec
|
Sat, 11 Oct 2003 08:27:07 +0000 |
michael |
recommit of
libavcodec
|
Sat, 11 Oct 2003 08:25:23 +0000 |
michael |
recommit (of patch, as cvslog msg didnt apply cleanly)
libavcodec
|
Sat, 11 Oct 2003 08:21:23 +0000 |
michael |
recommit of
libavcodec
|
Sat, 11 Oct 2003 08:19:39 +0000 |
michael |
recommit of
libavcodec
|
Sat, 11 Oct 2003 08:18:05 +0000 |
michael |
recommit of
libavcodec
|
Sat, 11 Oct 2003 01:41:41 +0000 |
romansh |
* recommiting change from SF CVS
libavcodec
|
Sat, 11 Oct 2003 01:11:29 +0000 |
melanson |
support a few more types of VQA files
libavcodec
|
Tue, 07 Oct 2003 11:32:40 +0000 |
michaelni |
use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken
libavcodec
|
Sun, 05 Oct 2003 21:48:16 +0000 |
tmmm |
This patch marks frames used in RPZA decoder as reference frames, from
libavcodec
|
Sun, 05 Oct 2003 15:32:39 +0000 |
michaelni |
mpeg1 + trellis quant segfault fix
libavcodec
|
Sat, 04 Oct 2003 23:59:14 +0000 |
michaelni |
10l ?
libavcodec
|
Sat, 04 Oct 2003 17:47:22 +0000 |
tmmm |
added solid color vectors; basic PAL8, 4x2-vector video (as in
libavcodec
|
Sat, 04 Oct 2003 09:53:34 +0000 |
michaelni |
Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>)
libavcodec
|
Fri, 03 Oct 2003 05:50:06 +0000 |
tmmm |
instructions for using the decoder
libavcodec
|
Fri, 03 Oct 2003 05:43:03 +0000 |
tmmm |
implemented Id Quake II CIN support
libavcodec
|
Thu, 02 Oct 2003 08:52:37 +0000 |
michaelni |
rd cbp + single coeff elimination fix
libavcodec
|
Thu, 02 Oct 2003 05:20:07 +0000 |
tmmm |
first pass at a VQA video decoder
libavcodec
|
Thu, 02 Oct 2003 04:19:56 +0000 |
tmmm |
experimental half-pel motion compensation for C planes, courtesy of Dr.
libavcodec
|
Thu, 02 Oct 2003 00:24:34 +0000 |
michaelni |
optionally try to encode each MB with MV=<0,0> and choose the one with better RD
libavcodec
|
Wed, 01 Oct 2003 23:34:46 +0000 |
romansh |
* preAlpha DV encoding support -- there's still a truckload
libavcodec
|
Wed, 01 Oct 2003 15:41:36 +0000 |
michaelni |
ac prediction cleanup
libavcodec
|
Wed, 01 Oct 2003 04:39:38 +0000 |
tmmm |
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &
libavcodec
|
Tue, 30 Sep 2003 22:18:43 +0000 |
michaelni |
rate distortion optimal cbp support (h263/mpeg4 non intra only)
libavcodec
|
Mon, 29 Sep 2003 17:54:07 +0000 |
romansh |
* DV handling was streamlined for both muxing/demuxing and
libavcodec
|
Mon, 29 Sep 2003 15:44:59 +0000 |
michaelni |
avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)
libavcodec
|
Sun, 28 Sep 2003 22:53:25 +0000 |
michaelni |
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
libavcodec
|
Sun, 28 Sep 2003 20:34:11 +0000 |
michaelni |
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
libavcodec
|
Sun, 28 Sep 2003 20:27:56 +0000 |
michaelni |
simpler
libavcodec
|
Sat, 27 Sep 2003 00:02:29 +0000 |
michaelni |
hurry_up fix?
libavcodec
|
Sat, 27 Sep 2003 00:01:46 +0000 |
michaelni |
100l
libavcodec
|
Fri, 26 Sep 2003 22:18:25 +0000 |
michaelni |
h263 stuffing decode fix
libavcodec
|
Thu, 25 Sep 2003 12:19:26 +0000 |
michaelni |
fixes levis.avi
libavcodec
|
Wed, 24 Sep 2003 19:45:57 +0000 |
michaelni |
slight quality improvement ( < +0.04 PSNR) for high bitrate videos with trellis quantization
libavcodec
|
Wed, 24 Sep 2003 00:06:33 +0000 |
michaelni |
constraint_parameter_flag fix
libavcodec
|
Mon, 22 Sep 2003 20:29:58 +0000 |
mellum |
Fix compilation with ccc
libavcodec
|
Fri, 19 Sep 2003 04:41:02 +0000 |
tmmm |
fix Interplay DPCM (frames are intracoded, predictors do not carry
libavcodec
|
Fri, 19 Sep 2003 04:00:32 +0000 |
tmmm |
MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it's
libavcodec
|
Fri, 19 Sep 2003 01:13:53 +0000 |
tmmm |
do away with all those naughty global variables
libavcodec
|
Thu, 18 Sep 2003 03:30:08 +0000 |
tmmm |
video looks beautiful now, many thanks to Alexander Belyakov
libavcodec
|
Wed, 17 Sep 2003 05:17:31 +0000 |
tmmm |
wrong, wrong, wrong...coded bits are read in the opposite direction
libavcodec
|
Tue, 16 Sep 2003 20:28:53 +0000 |
bellard |
use VC++ lib tool if available
libavcodec
|
Tue, 16 Sep 2003 11:25:29 +0000 |
michaelni |
scenechange_threshold
libavcodec
|
Mon, 15 Sep 2003 22:27:43 +0000 |
bellard |
correct DLL windows install
libavcodec
|
Mon, 15 Sep 2003 19:18:28 +0000 |
michaelni |
another non const static, maybe its thread save now
libavcodec
|
Sun, 14 Sep 2003 19:39:18 +0000 |
tmmm |
initial Interplay video decoder
libavcodec
|
Sun, 14 Sep 2003 16:52:34 +0000 |
tmmm |
Ministry of English Composition fixes (courtesy of Diego Biurrun
libavcodec
|
Sun, 14 Sep 2003 16:11:01 +0000 |
tmmm |
change pixel identifier conflict with AltiVec headers (patch courtesy of
libavcodec
|
Sat, 13 Sep 2003 10:07:46 +0000 |
mellum |
Use asms instead of builtins when compiling for generic Alpha. Less
libavcodec
|
Sat, 13 Sep 2003 02:31:03 +0000 |
tmmm |
final word on RGBA byte order
libavcodec
|
Fri, 12 Sep 2003 18:25:04 +0000 |
romansh |
* patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COM
libavcodec
|
Fri, 12 Sep 2003 03:48:14 +0000 |
tmmm |
deploy palette control API
libavcodec
|
Thu, 11 Sep 2003 22:51:05 +0000 |
bellard |
simplified version handling
libavcodec
|
Thu, 11 Sep 2003 06:16:39 +0000 |
tmmm |
copy & paste strikes again
libavcodec
|
Thu, 11 Sep 2003 05:46:25 +0000 |
tmmm |
xan_wc3 decoder now works correctly; added a bunch of output
libavcodec
|
Wed, 10 Sep 2003 23:40:55 +0000 |
michaelni |
AVI stream header FCC / more reliable detection of old xvid files
libavcodec
|
Wed, 10 Sep 2003 11:28:18 +0000 |
michaelni |
detect old xvid with fourcc=DIVX
libavcodec
|
Wed, 10 Sep 2003 08:20:14 +0000 |
michaelni |
detect avcodec_open() on an already opened AVCodecContext
libavcodec
|
Tue, 09 Sep 2003 22:59:16 +0000 |
bellard |
removed warnings
libavcodec
|
Tue, 09 Sep 2003 22:56:25 +0000 |
bellard |
use const data - began to make code more portable
libavcodec
|
Tue, 09 Sep 2003 22:50:44 +0000 |
bellard |
removed warnings
libavcodec
|
Tue, 09 Sep 2003 22:48:19 +0000 |
bellard |
remove warnings
libavcodec
|
Tue, 09 Sep 2003 19:46:21 +0000 |
michaelni |
--disable-risky fix by (Luca Abeni <lucabe72 at email dot it>)
libavcodec
|
Tue, 09 Sep 2003 19:03:14 +0000 |
michaelni |
Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)
libavcodec
|
Mon, 08 Sep 2003 22:49:26 +0000 |
bellard |
update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?)
libavcodec
|
Mon, 08 Sep 2003 22:04:29 +0000 |
bellard |
CODEC_ID_MP3LAME is obsolete
libavcodec
|
Mon, 08 Sep 2003 22:03:29 +0000 |
bellard |
changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is absolete
libavcodec
|
Mon, 08 Sep 2003 21:05:43 +0000 |
bellard |
removed os_support.h
libavcodec
|
Mon, 08 Sep 2003 21:04:11 +0000 |
bellard |
removed os_support.h as most of libavcodec is os independant - most of the time only libavformat needs OS dependant features
libavcodec
|
Mon, 08 Sep 2003 19:58:34 +0000 |
bellard |
ctype.h is a common header
libavcodec
|
Mon, 08 Sep 2003 04:10:59 +0000 |
tmmm |
New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM
libavcodec
|
Fri, 05 Sep 2003 14:41:53 +0000 |
al3x |
bump version numbers to 0.4.8
libavcodec
|
Thu, 04 Sep 2003 08:21:27 +0000 |
michaelni |
MingW patches by (Glenn Maynard <g_sf at zewt dot org>)
libavcodec
|
Tue, 02 Sep 2003 08:34:29 +0000 |
michaelni |
CODEC_ID_MPEGVIDEO
libavcodec
|
Tue, 02 Sep 2003 04:32:02 +0000 |
tmmm |
initial commit for Id RoQ and Interplay MVE multimedia subsystems
libavcodec
|
Mon, 01 Sep 2003 17:42:07 +0000 |
michaelni |
100l
libavcodec
|
Mon, 01 Sep 2003 17:05:28 +0000 |
michaelni |
more fixes
libavcodec
|
Mon, 01 Sep 2003 16:40:25 +0000 |
michaelni |
some fixes (still buggy though)
libavcodec
|
Mon, 01 Sep 2003 15:53:01 +0000 |
tmmm |
skip preamble bytes
libavcodec
|
Mon, 01 Sep 2003 12:26:39 +0000 |
michaelni |
asv2 encoding
libavcodec
|
Mon, 01 Sep 2003 08:10:01 +0000 |
michaelni |
ASV2 decoder
libavcodec
|
Sat, 30 Aug 2003 19:40:30 +0000 |
michaelni |
fixing unused f_code values
libavcodec
|
Sat, 30 Aug 2003 19:31:49 +0000 |
michaelni |
10l (big vs. little endian)
libavcodec
|
Fri, 29 Aug 2003 19:42:23 +0000 |
michaelni |
bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrate
libavcodec
|
Fri, 29 Aug 2003 15:57:40 +0000 |
michaelni |
10l (closed gop bit)
libavcodec
|
Thu, 28 Aug 2003 13:38:06 +0000 |
bellard |
fixed audio frame buffering problem (should correct problems on some streams) - faster synthesis filter - prototype 'parse_only' support
libavcodec
|
Thu, 28 Aug 2003 13:30:03 +0000 |
bellard |
spelling fix
libavcodec
|
Tue, 26 Aug 2003 22:26:18 +0000 |
michaelni |
100l (forget to reset me.skip for b frames)
libavcodec
|
Tue, 26 Aug 2003 22:05:12 +0000 |
romansh |
* ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem
libavcodec
|
Tue, 26 Aug 2003 20:14:28 +0000 |
michaelni |
fixing CODEC_FLAG_GLOBAL_HEADER
libavcodec
|
Tue, 26 Aug 2003 07:42:25 +0000 |
michaelni |
mpeg2 regression test
libavcodec
|
Mon, 25 Aug 2003 22:54:53 +0000 |
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
|
Mon, 25 Aug 2003 22:47:32 +0000 |
michaelni |
mpeg2 encoding
libavcodec
|
Mon, 25 Aug 2003 12:50:15 +0000 |
michaelni |
xvid edge bug (if i understand the mpeg4 spec correctly) autodetection
libavcodec
|
Sun, 24 Aug 2003 22:28:41 +0000 |
bellard |
removed unused variable
libavcodec
|
Sun, 24 Aug 2003 22:21:06 +0000 |
bellard |
avoid warning
libavcodec
|
Sun, 24 Aug 2003 22:15:37 +0000 |
bellard |
avoid warning
libavcodec
|
Sun, 24 Aug 2003 22:13:48 +0000 |
bellard |
removed unused variable
libavcodec
|
Sun, 24 Aug 2003 22:08:22 +0000 |
bellard |
removed unused variables
libavcodec
|
Sun, 24 Aug 2003 22:01:33 +0000 |
bellard |
memmove fixes (Jon Burgess)
libavcodec
|
Sun, 24 Aug 2003 16:00:34 +0000 |
bellard |
export int64_t_C as it is needed by libavformat.h
libavcodec
|
Sun, 24 Aug 2003 13:57:42 +0000 |
bellard |
when changing version, please keep my changes (win32 compile fix)
libavcodec
|
Fri, 22 Aug 2003 22:18:08 +0000 |
michaelni |
custom quant matrix encoding support
libavcodec
|
Fri, 22 Aug 2003 14:59:04 +0000 |
michaelni |
PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl>
libavcodec
|
Fri, 22 Aug 2003 08:29:44 +0000 |
bellard |
repeat_pict was never returned
libavcodec
|
Wed, 20 Aug 2003 07:57:00 +0000 |
michaelni |
AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)
libavcodec
|
Wed, 20 Aug 2003 07:35:23 +0000 |
michaelni |
fixing chroma MC
libavcodec
|
Tue, 19 Aug 2003 17:10:00 +0000 |
michaelni |
MC rounding fixed?
libavcodec
|
Tue, 19 Aug 2003 16:18:48 +0000 |
michaelni |
fix AVFrame.reference (the frames are used for decoding future frames so it should be !=0)
libavcodec
|
Mon, 18 Aug 2003 09:20:02 +0000 |
michaelni |
use codec_tag for encoding too
libavcodec
|
Fri, 15 Aug 2003 19:58:27 +0000 |
michaelni |
fixing thread safety, this may cause alignment problms (if it does than the stuff should be moved to MpegEncContext)
libavcodec
|
Tue, 12 Aug 2003 18:20:29 +0000 |
romansh |
* fixing a regression in mpeg encoder (not setting pix_fmt),
libavcodec
|
Tue, 12 Aug 2003 10:00:31 +0000 |
tmmm |
reverse earlier patch
libavcodec
|
Mon, 11 Aug 2003 20:27:17 +0000 |
al3x |
Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se>
libavcodec
|
Sun, 10 Aug 2003 21:11:45 +0000 |
michaelni |
skip ext header missing message for msmpeg4v2
libavcodec
|
Fri, 08 Aug 2003 00:12:18 +0000 |
tmmm |
endian-conscious fix, courtesy of Sebastian Jedruszkiewicz
libavcodec
|
Tue, 05 Aug 2003 14:08:28 +0000 |
michaelni |
check input pix_fmt
libavcodec
|
Tue, 05 Aug 2003 10:19:43 +0000 |
michaelni |
cleanup / fixes
libavcodec
|
Sat, 02 Aug 2003 22:01:02 +0000 |
michaelni |
clear bitstream buffers in AVCodec.flush()
libavcodec
|
Fri, 01 Aug 2003 11:01:05 +0000 |
michaelni |
FF_INPUT_BUFFER_PADDING_SIZE
libavcodec
|
Fri, 01 Aug 2003 11:00:03 +0000 |
michaelni |
make the h263 decoder more error tolerant
libavcodec
|
Tue, 29 Jul 2003 14:15:28 +0000 |
iive |
Add GNU header, remove X includes, add more check for xvmc render packet
libavcodec
|
Tue, 29 Jul 2003 10:26:34 +0000 |
michaelni |
namespace fix (triggered by gcc-alivec-bugfix + gentoo or so) by (Magnus Damm <damm at opensource dot se>)
libavcodec
|
Tue, 29 Jul 2003 09:58:47 +0000 |
michaelni |
patch for flv deblocking by (Garrick Meeker <gmeeker at theoryllc dot com>)
libavcodec
|
Tue, 29 Jul 2003 02:09:12 +0000 |
michaelni |
rate distortion mb decision support
libavcodec
|
Tue, 29 Jul 2003 01:45:19 +0000 |
michaelni |
debug stuff
libavcodec
|
Mon, 28 Jul 2003 16:35:42 +0000 |
al3x |
using av_abort instead exit
libavcodec
|
Sun, 27 Jul 2003 20:45:09 +0000 |
al3x |
410p -> 411p
libavcodec
|
Sun, 27 Jul 2003 20:20:31 +0000 |
al3x |
CLJR decoding support
libavcodec
|
Sat, 26 Jul 2003 23:31:13 +0000 |
iive |
make MPV_frame_start fail on get_buffer failer
libavcodec
|
Sat, 26 Jul 2003 23:21:30 +0000 |
iive |
compile xvmc only when requested
libavcodec
|
Sat, 26 Jul 2003 01:52:06 +0000 |
iive |
initial XvMC support
libavcodec
|
Sat, 26 Jul 2003 01:28:49 +0000 |
iive |
initial XvMC support
libavcodec
|
Sat, 26 Jul 2003 00:49:46 +0000 |
michaelni |
ati vcr2 uv swap
libavcodec
|
Fri, 25 Jul 2003 13:36:08 +0000 |
al3x |
get_bits -> skip_bits
libavcodec
|
Fri, 25 Jul 2003 13:15:16 +0000 |
al3x |
warning fixes
libavcodec
|
Thu, 24 Jul 2003 23:44:45 +0000 |
michaelni |
vcr2 cleanup
libavcodec
|
Thu, 24 Jul 2003 23:32:12 +0000 |
michaelni |
ATI VCR2 decoding support
libavcodec
|
Thu, 24 Jul 2003 21:52:41 +0000 |
michaelni |
fix
libavcodec
|
Thu, 24 Jul 2003 12:18:46 +0000 |
michaelni |
ATI VCR1 decoder
libavcodec
|
Wed, 23 Jul 2003 10:41:07 +0000 |
michaelni |
last frames & b frames encoding fix
libavcodec
|
Wed, 23 Jul 2003 09:58:02 +0000 |
michaelni |
last frame decoding fix
libavcodec
|
Wed, 23 Jul 2003 00:32:50 +0000 |
michaelni |
bitstream changes to match JM7.2
libavcodec
|
Sun, 20 Jul 2003 14:48:05 +0000 |
michaelni |
default for slices is display order again
libavcodec
|
Fri, 18 Jul 2003 11:47:14 +0000 |
michaelni |
svq3 b frame slices fix
libavcodec
|
Thu, 17 Jul 2003 12:29:07 +0000 |
michaelni |
AVCodec.flush()
libavcodec
|
Wed, 16 Jul 2003 18:20:46 +0000 |
michaelni |
edge fix
libavcodec
|
Wed, 16 Jul 2003 18:12:14 +0000 |
michaelni |
fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they arent buggy)
libavcodec
|
Wed, 16 Jul 2003 11:48:59 +0000 |
michaelni |
fix qmin==qmax==1 && msmpeg4 && intra bug
libavcodec
|
Tue, 15 Jul 2003 20:22:22 +0000 |
michaelni |
flv1 fix
libavcodec
|
Mon, 14 Jul 2003 21:07:50 +0000 |
michaelni |
10l
libavcodec
|
Sun, 13 Jul 2003 11:14:43 +0000 |
michaelni |
10l
libavcodec
|
Sun, 13 Jul 2003 11:06:45 +0000 |
michaelni |
golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)
libavcodec
|
Sat, 12 Jul 2003 22:15:11 +0000 |
michaelni |
simpler
libavcodec
|
Sat, 12 Jul 2003 20:21:34 +0000 |
michaelni |
cleanup
libavcodec
|
Thu, 10 Jul 2003 19:09:24 +0000 |
michaelni |
postprocessing support
libavcodec
|
Thu, 10 Jul 2003 16:25:30 +0000 |
michaelni |
1000l (forgot to commit)
libavcodec
|
Thu, 10 Jul 2003 10:24:47 +0000 |
michaelni |
fix? flv escape codes
libavcodec
|
Thu, 10 Jul 2003 05:16:25 +0000 |
tmmm |
added the official VP3 IDCT (C implementation) as well as a grayscale
libavcodec
|
Thu, 10 Jul 2003 00:15:27 +0000 |
michaelni |
flv cleanup / simplify
libavcodec
|
Wed, 09 Jul 2003 23:10:59 +0000 |
michaelni |
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)
libavcodec
|
Wed, 09 Jul 2003 20:18:13 +0000 |
michaelni |
1) remove TBL support in PPC performance. It's much more useful to use the
libavcodec
|
Tue, 08 Jul 2003 22:12:17 +0000 |
michaelni |
few more error checks
libavcodec
|
Mon, 07 Jul 2003 20:17:44 +0000 |
michaelni |
the reference sw doesnt like some legal headers ...
libavcodec
|
Mon, 07 Jul 2003 16:06:00 +0000 |
al3x |
warning fix
libavcodec
|
Mon, 07 Jul 2003 11:25:31 +0000 |
michaelni |
mpeg 2 seeking fix
libavcodec
|
Mon, 07 Jul 2003 11:19:18 +0000 |
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
|
Sun, 06 Jul 2003 21:24:04 +0000 |
michaelni |
CODEC_FLAG_LOW_DELAY fix
libavcodec
|
Sat, 05 Jul 2003 14:18:07 +0000 |
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
|
Sat, 05 Jul 2003 08:31:08 +0000 |
michaelni |
memleak fix by (Jake Page <jake at CS dot Stanford dot EDU>)
libavcodec
|
Fri, 04 Jul 2003 20:32:04 +0000 |
al3x |
moved frame_count to wmadeccontext
libavcodec
|
Fri, 04 Jul 2003 20:26:04 +0000 |
al3x |
uniformization (now it uses the same trace functions as h264, defined in common.h)
libavcodec
|
Fri, 04 Jul 2003 17:16:53 +0000 |
al3x |
unwanted second definition of CHECKED_ALLOCZ
libavcodec
|
Fri, 04 Jul 2003 09:39:05 +0000 |
michaelni |
PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Thu, 03 Jul 2003 23:29:00 +0000 |
michaelni |
Mpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>)
libavcodec
|
Thu, 03 Jul 2003 22:35:39 +0000 |
michaelni |
fix last_block_index<=0 bug
libavcodec
|
Wed, 02 Jul 2003 16:50:20 +0000 |
michaelni |
cleanup / cosmetics
libavcodec
|
Wed, 02 Jul 2003 10:45:04 +0000 |
michaelni |
20% less memory needed for 8bit AC state (worst compression rate loss was 0.2%, all other files had <=0.1% loss)
libavcodec
|
Sun, 29 Jun 2003 19:11:55 +0000 |
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
|
Sun, 29 Jun 2003 00:39:57 +0000 |
michaelni |
PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Sun, 29 Jun 2003 00:23:30 +0000 |
michaelni |
build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>)
libavcodec
|
Sat, 28 Jun 2003 22:51:42 +0000 |
michaelni |
fix CHECKED_ALLOCZ(0)
libavcodec
|
Sat, 28 Jun 2003 19:19:00 +0000 |
michaelni |
gcc 2.95 workaround
libavcodec
|
Fri, 27 Jun 2003 15:05:29 +0000 |
tmmm |
- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)
libavcodec
|
Fri, 27 Jun 2003 15:03:58 +0000 |
tmmm |
Fix third pixel motion compensation
libavcodec
|
Fri, 27 Jun 2003 12:58:40 +0000 |
michaelni |
2x100l
libavcodec
|
Thu, 26 Jun 2003 11:31:34 +0000 |
michaelni |
blinking blocks around thin vertical lines and dots bugfix
libavcodec
|
Mon, 23 Jun 2003 22:32:15 +0000 |
michaelni |
DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>)
libavcodec
|
Sun, 22 Jun 2003 11:08:22 +0000 |
michaelni |
CONFIG_ENCODERS cleanup
libavcodec
|
Sat, 21 Jun 2003 01:11:31 +0000 |
michaelni |
the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>)
libavcodec
|
Sat, 21 Jun 2003 00:50:40 +0000 |
michaelni |
fixing concealment MVs prediction
libavcodec
|
Fri, 20 Jun 2003 15:21:25 +0000 |
al3x |
some warning fixes
libavcodec
|
Fri, 20 Jun 2003 02:38:29 +0000 |
tmmm |
don't step on the context
libavcodec
|
Fri, 20 Jun 2003 02:22:25 +0000 |
tmmm |
4, not 2
libavcodec
|
Thu, 19 Jun 2003 01:44:44 +0000 |
tmmm |
added support for B-frames and multiple slices
libavcodec
|
Thu, 19 Jun 2003 01:25:48 +0000 |
tmmm |
fix identifier to fix compilation
libavcodec
|
Wed, 18 Jun 2003 22:00:23 +0000 |
michaelni |
make ff_emulated_edge_mc() independant of MpegEncContext
libavcodec
|
Wed, 18 Jun 2003 06:37:23 +0000 |
nickols_k |
optimization: merge phases 0 and 1
libavcodec
|
Tue, 17 Jun 2003 22:48:51 +0000 |
michaelni |
lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes
libavcodec
|
Tue, 17 Jun 2003 07:48:50 +0000 |
nickols_k |
to be more precise
libavcodec
|
Tue, 17 Jun 2003 07:22:31 +0000 |
nickols_k |
finally works now
libavcodec
|
Mon, 16 Jun 2003 15:06:31 +0000 |
al3x |
10l
libavcodec
|
Mon, 16 Jun 2003 14:09:18 +0000 |
bellard |
fixed segfault if sequence header has not been found before slice decoding
libavcodec
|
Mon, 16 Jun 2003 13:19:30 +0000 |
michaelni |
cleanup
libavcodec
|
Mon, 16 Jun 2003 10:30:01 +0000 |
al3x |
a bottle of coke (=0.5l)
libavcodec
|
Mon, 16 Jun 2003 08:28:43 +0000 |
nickols_k |
some useful warning
libavcodec
|
Sun, 15 Jun 2003 00:15:57 +0000 |
michaelni |
lossless jpeg decoding support
libavcodec
|
Fri, 13 Jun 2003 21:31:28 +0000 |
michaelni |
golomb rice codes
libavcodec
|
Fri, 13 Jun 2003 09:36:13 +0000 |
kabi |
* removed redundant includes (they were even wrongly used)
libavcodec
|
Fri, 13 Jun 2003 08:31:40 +0000 |
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
|
Tue, 10 Jun 2003 22:45:43 +0000 |
bellard |
works with old gcc versions too
libavcodec
|
Mon, 09 Jun 2003 23:55:16 +0000 |
michaelni |
reducing memory consumption (reducing number of contexts and other stuff, no noticeable loss in compression rate)
libavcodec
|
Mon, 09 Jun 2003 19:11:50 +0000 |
michaelni |
10l
libavcodec
|
Mon, 09 Jun 2003 02:24:51 +0000 |
michaelni |
FFV1 codec (our very simple lossless intra only codec, compresses much better then huffyuv)
libavcodec
|
Sat, 07 Jun 2003 22:21:08 +0000 |
michaelni |
more comments
libavcodec
|
Fri, 06 Jun 2003 10:04:15 +0000 |
michaelni |
cleanup
libavcodec
|
Thu, 05 Jun 2003 14:30:52 +0000 |
kabi |
* 3gp patch by Joca
libavcodec
|
Tue, 03 Jun 2003 13:58:44 +0000 |
michaelni |
4xm adpcm
libavcodec
|
Sun, 01 Jun 2003 10:56:36 +0000 |
michaelni |
fix 4xm yuv->rgb565 transform
libavcodec
|
Sun, 01 Jun 2003 10:13:29 +0000 |
michaelni |
10l (array[-1] ...)
libavcodec
|
Sun, 01 Jun 2003 00:56:05 +0000 |
michaelni |
4xm codec
libavcodec
|
Sat, 31 May 2003 07:56:58 +0000 |
tmmm |
revising and fixing motion vectors, squished block unpacking bug that
libavcodec
|
Fri, 30 May 2003 13:27:21 +0000 |
michaelni |
rgb15 & rgb16 fix
libavcodec
|
Fri, 30 May 2003 01:05:48 +0000 |
michaelni |
(truncated) unary binerization
libavcodec
|
Fri, 30 May 2003 00:02:25 +0000 |
michaelni |
fix mpeg1/2 decoding if there are no 0 bytes after the bitstream
libavcodec
|
Thu, 29 May 2003 21:34:25 +0000 |
michaelni |
mpeg1 decoding fix
libavcodec
|
Wed, 28 May 2003 18:44:52 +0000 |
michaelni |
CABAC
libavcodec
|
Wed, 28 May 2003 02:40:09 +0000 |
tmmm |
placeholder IDs for 4xm A/V codecs
libavcodec
|
Tue, 27 May 2003 12:31:03 +0000 |
michaelni |
motion vector vissualization for mpeg1/2
libavcodec
|
Mon, 26 May 2003 21:40:58 +0000 |
michaelni |
set pix_fmt in rv10 patch by (James Stembridge <jstembridge at users dot sourceforge dot net>)
libavcodec
|
Mon, 26 May 2003 17:44:24 +0000 |
tmmm |
rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's
libavcodec
|
Sat, 24 May 2003 18:48:30 +0000 |
mellum |
Warning and compatibility fixes.
libavcodec
|
Fri, 23 May 2003 18:04:34 +0000 |
michaelni |
some benchmarking code
libavcodec
|
Fri, 23 May 2003 16:04:24 +0000 |
michaelni |
optimize
libavcodec
|
Fri, 23 May 2003 12:58:46 +0000 |
michaelni |
cleanup
libavcodec
|
Thu, 22 May 2003 14:12:22 +0000 |
michaelni |
truncated h263 decoding support / H263-ES "demuxer"
libavcodec
|
Wed, 21 May 2003 17:50:57 +0000 |
michaelni |
altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)
libavcodec
|
Tue, 20 May 2003 17:36:49 +0000 |
kabi |
* compile fixes by Mitch at Bits.COM
libavcodec
|
Tue, 20 May 2003 01:03:40 +0000 |
michaelni |
cleanup
libavcodec
|
Tue, 20 May 2003 00:42:14 +0000 |
michaelni |
CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
Mon, 19 May 2003 13:30:59 +0000 |
michaelni |
ASV1 codec
libavcodec
|
Mon, 19 May 2003 01:22:46 +0000 |
tmmm |
fix subtle logic problem in block unpacker that leads to incorrect token
libavcodec
|
Sun, 18 May 2003 00:07:17 +0000 |
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
|
Fri, 16 May 2003 21:47:02 +0000 |
michaelni |
seems i guessed correctly (last 411 chroma block isnt scaled but cut and reordered)
libavcodec
|
Fri, 16 May 2003 19:18:53 +0000 |
michaelni |
bigendian fix
libavcodec
|
Fri, 16 May 2003 10:14:25 +0000 |
michaelni |
CODEC_CAP_DRAW_HORIZ_BAND
libavcodec
|
Thu, 15 May 2003 23:30:03 +0000 |
michaelni |
moving the svq3 motion compensation stuff to dsputil (this also means that existing optimized halfpel code is used now ...)
libavcodec
|
Thu, 15 May 2003 01:34:47 +0000 |
mellum |
Warning fixes.
libavcodec
|
Thu, 15 May 2003 00:43:43 +0000 |
michaelni |
optimize
libavcodec
|
Wed, 14 May 2003 23:08:01 +0000 |
michaelni |
cleanup
libavcodec
|
Wed, 14 May 2003 22:38:58 +0000 |
michaelni |
libmpeg2 style bitstream reader 17 vs 16 bit bugfix
libavcodec
|
Wed, 14 May 2003 17:46:55 +0000 |
michaelni |
aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>)
libavcodec
|
Wed, 14 May 2003 15:12:13 +0000 |
michaelni |
fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me
libavcodec
|
Wed, 14 May 2003 12:32:17 +0000 |
michaelni |
make sh4 IDCT optional, so the user can choose
libavcodec
|
Wed, 14 May 2003 12:18:49 +0000 |
michaelni |
sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)
libavcodec
|
Wed, 14 May 2003 11:40:16 +0000 |
michaelni |
AMR-NB audio support patch by (<joca at rixmail dot se>)
libavcodec
|
Wed, 14 May 2003 10:55:59 +0000 |
michaelni |
libmpeg2 style bitstream reader fixes
libavcodec
|
Wed, 14 May 2003 10:54:25 +0000 |
michaelni |
some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it)
libavcodec
|
Wed, 14 May 2003 01:08:02 +0000 |
michaelni |
decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot jp>)
libavcodec
|
Wed, 14 May 2003 00:32:22 +0000 |
michaelni |
bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>)
libavcodec
|
Tue, 13 May 2003 23:38:51 +0000 |
michaelni |
small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co dot jp>) and the return idea by arpi
libavcodec
|
Tue, 13 May 2003 13:38:09 +0000 |
michaelni |
optimizations
libavcodec
|
Tue, 13 May 2003 08:21:35 +0000 |
kabi |
* oops - reversed last commit
libavcodec
|
Tue, 13 May 2003 00:46:42 +0000 |
michaelni |
optimizations
libavcodec
|
Mon, 12 May 2003 23:03:00 +0000 |
michaelni |
100l (document buffer padding requirements)
libavcodec
|
Mon, 12 May 2003 17:59:26 +0000 |
kabi |
* sync
libavcodec
|
Mon, 12 May 2003 12:32:33 +0000 |
kabi |
* link libfaad when needed
libavcodec
|
Mon, 12 May 2003 12:31:02 +0000 |
kabi |
* quiet missing EOF \n warning
libavcodec
|
Mon, 12 May 2003 10:55:19 +0000 |
kabi |
* support for AAC audio streams via libfaad
libavcodec
|
Mon, 12 May 2003 04:28:35 +0000 |
tmmm |
fix image buffer leak on keyframes, add more error condition checks
libavcodec
|
Mon, 12 May 2003 02:53:43 +0000 |
romansh |
* fixing a bug in avpicture_layout (PAL8 wasn't handled properly)
libavcodec
|
Sun, 11 May 2003 11:26:35 +0000 |
michaelni |
ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
libavcodec
|
Sun, 11 May 2003 10:19:05 +0000 |
michaelni |
more idct_permute docs
libavcodec
|
Sun, 11 May 2003 04:47:45 +0000 |
tmmm |
fix motion vector decoding bug and reinstate interframes
libavcodec
|
Sun, 11 May 2003 02:51:07 +0000 |
tmmm |
get those permutations straight
libavcodec
|
Sat, 10 May 2003 21:46:17 +0000 |
tmmm |
squashed a bunch of subtle array indexing bugs, fixed block mapping
libavcodec
|
Sat, 10 May 2003 21:35:29 +0000 |
michaelni |
print obmc bug info only if avctx->debug&1
libavcodec
|
Sat, 10 May 2003 16:06:33 +0000 |
tmmm |
dump the shady binary search logic (the part that binary searches
libavcodec
|
Sat, 10 May 2003 04:30:29 +0000 |
tmmm |
change the way the ImageDescription is passed to the decoder
libavcodec
|
Fri, 09 May 2003 22:16:14 +0000 |
michaelni |
svq3 decoder by anonymous
libavcodec
|
Thu, 08 May 2003 02:01:17 +0000 |
tmmm |
correct the custom coding mode alphabet, add some validation on the
libavcodec
|
Wed, 07 May 2003 23:32:45 +0000 |
michaelni |
more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
Wed, 07 May 2003 19:01:45 +0000 |
romansh |
* introducing new public interface in imgconvert.c
libavcodec
|
Wed, 07 May 2003 12:28:36 +0000 |
tmmm |
looking better all the time! motion compensation is starting to work
libavcodec
|
Wed, 07 May 2003 02:30:37 +0000 |
tmmm |
fixed buffer allocation logic (hopefully) so that decoder does not crash
libavcodec
|
Tue, 06 May 2003 20:43:37 +0000 |
michaelni |
release buffer cleanup
libavcodec
|
Tue, 06 May 2003 03:11:20 +0000 |
tmmm |
fix decoder so that ffmpeg does not crash, at least not right away
libavcodec
|
Mon, 05 May 2003 23:22:56 +0000 |
michaelni |
Tiny patch for OpenBSD by (Bj«Órn Sandell <biorn at dce dot chalmers dot se>)
libavcodec
|
Mon, 05 May 2003 10:00:57 +0000 |
michaelni |
doxy
libavcodec
|
Mon, 05 May 2003 02:54:15 +0000 |
tmmm |
first pass at a new VP3 video decoder
libavcodec
|
Sat, 03 May 2003 19:26:52 +0000 |
arpi_esp |
looks better (req. for mp-G2)
libavcodec
|
Thu, 01 May 2003 22:45:09 +0000 |
romansh |
making it nicer to the client who doesn't expect errors messages in stdout
libavcodec
|
Tue, 29 Apr 2003 01:51:38 +0000 |
romansh |
* fixing NTSC frame rate for DV streams
libavcodec
|
Sun, 27 Apr 2003 13:44:01 +0000 |
michaelni |
10l
libavcodec
|
Sun, 27 Apr 2003 01:33:39 +0000 |
michaelni |
tired
libavcodec
|
Sun, 27 Apr 2003 01:11:26 +0000 |
michaelni |
10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers)
libavcodec
|
Fri, 25 Apr 2003 20:03:17 +0000 |
michaelni |
10l
libavcodec
|
Fri, 25 Apr 2003 19:46:00 +0000 |
michaelni |
2pass stats fix (by ffdshow cvslog)
libavcodec
|
Fri, 25 Apr 2003 16:18:35 +0000 |
michaelni |
typo in a comment ...
libavcodec
|
Fri, 25 Apr 2003 00:29:48 +0000 |
michaelni |
fixing mixed dr1 + internal buffers
libavcodec
|
Fri, 25 Apr 2003 00:21:53 +0000 |
michaelni |
doc fixes (forgot to commit)
libavcodec
|
Wed, 23 Apr 2003 08:56:14 +0000 |
kabi |
* more strict types
libavcodec
|
Tue, 22 Apr 2003 13:55:12 +0000 |
michaelni |
cleanup mpeg1/2 bitstream parser
libavcodec
|
Tue, 22 Apr 2003 08:36:39 +0000 |
kabi |
* fixed initialization and some memleak
libavcodec
|
Mon, 21 Apr 2003 22:37:39 +0000 |
bellard |
rgb555 alpha extraction fix
libavcodec
|
Mon, 21 Apr 2003 21:20:46 +0000 |
bellard |
added img_get_alpha_info()
libavcodec
|
Mon, 21 Apr 2003 15:15:59 +0000 |
bellard |
fixed PIX_FMT_YUV422 conversions
libavcodec
|
Mon, 21 Apr 2003 15:01:37 +0000 |
bellard |
loss fixes (thanks to Daniel Serpell) - shrink22 fix
libavcodec
|
Mon, 21 Apr 2003 14:38:52 +0000 |
bellard |
added all missing UV conversions
libavcodec
|
Mon, 21 Apr 2003 13:53:46 +0000 |
bellard |
almost exhaustive image conversion support
libavcodec
|
Mon, 21 Apr 2003 12:12:58 +0000 |
bellard |
accurate YUV to RGB and RGB to YUV conversions - added comments
libavcodec
|
Sun, 20 Apr 2003 16:18:44 +0000 |
bellard |
YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support
libavcodec
|
Sun, 20 Apr 2003 16:16:52 +0000 |
bellard |
fixed static init
libavcodec
|
Sun, 20 Apr 2003 16:15:43 +0000 |
bellard |
new YUV formats for correct JPEG YUV support - added automatic pixel format conversion guessing (minimize loss and size)
libavcodec
|
Sat, 19 Apr 2003 16:21:25 +0000 |
bellard |
rgba32 convert
libavcodec
|
Sat, 19 Apr 2003 13:30:09 +0000 |
tmmm |
code redundancy reduction, courtesy of suxen_drol -at- hotmail.com
libavcodec
|
Fri, 18 Apr 2003 12:50:00 +0000 |
michaelni |
better? default thresholds, if this is worse for any files, then tell us ASAP
libavcodec
|
Fri, 18 Apr 2003 12:45:34 +0000 |
michaelni |
mpeg2 qscale flag
libavcodec
|
Thu, 17 Apr 2003 19:53:36 +0000 |
michaelni |
segfault fix
libavcodec
|
Wed, 16 Apr 2003 20:04:20 +0000 |
arpi_esp |
Compile a52 util functions too
libavcodec
|
Wed, 16 Apr 2003 20:03:07 +0000 |
arpi_esp |
Utility functions (CRC calc & float->int converters)
libavcodec
|
Wed, 16 Apr 2003 19:57:57 +0000 |
michaelni |
meanigfull dr1 comment
libavcodec
|
Tue, 15 Apr 2003 22:29:37 +0000 |
romansh |
Changes for SPARC/Solaris compatibility. Now it should be possible to
libavcodec
|
Tue, 15 Apr 2003 10:12:38 +0000 |
tmmm |
native Indeo3 decoder implementation
libavcodec
|
Mon, 14 Apr 2003 20:02:12 +0000 |
michaelni |
10l
libavcodec
|
Mon, 14 Apr 2003 14:06:21 +0000 |
michaelni |
check validity of some flags
libavcodec
|
Mon, 14 Apr 2003 13:44:38 +0000 |
michaelni |
minor cleanup / some warning fixes
libavcodec
|
Mon, 14 Apr 2003 09:58:16 +0000 |
michaelni |
10l (hadamard fix)
libavcodec
|
Sat, 12 Apr 2003 22:53:26 +0000 |
michaelni |
10l
libavcodec
|
Sat, 12 Apr 2003 22:49:54 +0000 |
michaelni |
faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net)
libavcodec
|
Sat, 12 Apr 2003 15:00:32 +0000 |
michaelni |
10l (use before malloc)
libavcodec
|
Fri, 11 Apr 2003 22:53:03 +0000 |
michaelni |
some checks to avoid segfaults if the decoder is feeded with junk
libavcodec
|
Fri, 11 Apr 2003 21:15:17 +0000 |
michaelni |
100l (mpeg2 decoding fixed)
libavcodec
|
Fri, 11 Apr 2003 09:20:45 +0000 |
michaelni |
10l (adaptve quant fix)
libavcodec
|
Thu, 10 Apr 2003 18:02:17 +0000 |
michaelni |
#undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
libavcodec
|
Thu, 10 Apr 2003 14:07:18 +0000 |
michaelni |
10l
libavcodec
|
Thu, 10 Apr 2003 13:18:38 +0000 |
michaelni |
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture
libavcodec
|
Thu, 10 Apr 2003 08:47:08 +0000 |
michaelni |
b frames + slices bugfix
libavcodec
|
Thu, 10 Apr 2003 01:39:53 +0000 |
michaelni |
fixing slice decoding, dunno why the regression tests didnt catch that ...
libavcodec
|
Mon, 07 Apr 2003 19:23:21 +0000 |
michaelni |
some checks to avoid segfault
libavcodec
|
Sun, 06 Apr 2003 21:03:24 +0000 |
michaelni |
pict_type & quality fix
libavcodec
|
Sun, 06 Apr 2003 19:45:02 +0000 |
michaelni |
fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>)
libavcodec
|
Sat, 05 Apr 2003 12:11:10 +0000 |
mmu_man |
Fix for buggy (?) g++ (bailling out for beosaudio.cpp)
libavcodec
|
Sat, 05 Apr 2003 10:08:48 +0000 |
michaelni |
#ifdef TRACE printf() -> tprintf()
libavcodec
|
Fri, 04 Apr 2003 20:59:50 +0000 |
michaelni |
multiple reference frames support
libavcodec
|
Fri, 04 Apr 2003 14:42:28 +0000 |
michaelni |
H264 decoder & demuxer
libavcodec
|
Fri, 04 Apr 2003 13:45:45 +0000 |
michaelni |
support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>)
libavcodec
|
Fri, 04 Apr 2003 13:36:07 +0000 |
michaelni |
fixing mem corruption
libavcodec
|
Wed, 02 Apr 2003 10:18:29 +0000 |
michaelni |
10l
libavcodec
|
Wed, 02 Apr 2003 09:57:34 +0000 |
michaelni |
msmpeg4 2pass support & some related cleanup
libavcodec
|
Tue, 01 Apr 2003 15:38:01 +0000 |
michaelni |
fixing msmpeg4v2 encoding
libavcodec
|
Mon, 31 Mar 2003 11:13:14 +0000 |
michaelni |
some static -> dynamic alloc & 16->8 bit
libavcodec
|
Mon, 31 Mar 2003 01:49:18 +0000 |
michaelni |
mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
libavcodec
|
Sun, 30 Mar 2003 19:26:01 +0000 |
michaelni |
mpeg1 slice encoding support
libavcodec
|
Sun, 30 Mar 2003 16:22:08 +0000 |
michaelni |
simplify slice encoding (variance of packet size is practically identical)
libavcodec
|
Sat, 29 Mar 2003 14:06:24 +0000 |
michaelni |
faster C linear blend & interpolate deinterlacers
libavcodec
|
Sat, 29 Mar 2003 13:31:12 +0000 |
michaelni |
fixing cliping of c deinterlacers
libavcodec
|
Fri, 28 Mar 2003 14:05:55 +0000 |
michaelni |
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)
libavcodec
|
Wed, 26 Mar 2003 23:25:18 +0000 |
michaelni |
I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>)
libavcodec
|
Wed, 26 Mar 2003 16:46:20 +0000 |
mmu_man |
debug stuff only for DEBUG :)
libavcodec
|
Wed, 26 Mar 2003 11:29:45 +0000 |
michaelni |
faster hadamard transform
libavcodec
|
Wed, 26 Mar 2003 10:39:34 +0000 |
michaelni |
10l
libavcodec
|
Mon, 24 Mar 2003 08:52:32 +0000 |
nickols_k |
binary compatibility fix (workaround for r.147, r.148)
libavcodec
|
Sat, 22 Mar 2003 12:09:02 +0000 |
michaelni |
user setable quantizer bias
libavcodec
|
Sat, 22 Mar 2003 07:59:36 +0000 |
michaelni |
binary compatibility fix
libavcodec
|
Sat, 22 Mar 2003 00:00:53 +0000 |
michaelni |
10l
libavcodec
|
Fri, 21 Mar 2003 23:13:35 +0000 |
michaelni |
bitstream tracing support
libavcodec
|
Fri, 21 Mar 2003 22:50:54 +0000 |
michaelni |
new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Thu, 20 Mar 2003 17:52:30 +0000 |
michaelni |
better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read
libavcodec
|
Thu, 20 Mar 2003 01:00:57 +0000 |
michaelni |
error resilience cleanup (its faster too...)
libavcodec
|
Tue, 18 Mar 2003 20:08:57 +0000 |
michaelni |
clear_blocks_mmi() optimization by BroadQ (and patch by Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Tue, 18 Mar 2003 17:22:23 +0000 |
michaelni |
merging a small amount of the changes from BroadQ, the rest is either not clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later)
libavcodec
|
Mon, 17 Mar 2003 11:02:33 +0000 |
michaelni |
qmin/qmax cleanup
libavcodec
|
Mon, 17 Mar 2003 09:53:39 +0000 |
michaelni |
10l
libavcodec
|
Sun, 16 Mar 2003 21:03:20 +0000 |
michaelni |
rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>)
libavcodec
|
Sun, 16 Mar 2003 20:22:22 +0000 |
michaelni |
field pic decoding cleanup
libavcodec
|
Sat, 15 Mar 2003 20:47:09 +0000 |
michaelni |
cleaner & more flexible edge bug workaround
libavcodec
|
Sat, 15 Mar 2003 02:06:09 +0000 |
michaelni |
halfpel MC doxy
libavcodec
|
Fri, 14 Mar 2003 11:21:19 +0000 |
al3x |
10l
libavcodec
|
Fri, 14 Mar 2003 07:24:25 +0000 |
kabi |
* fixing cut&paste bug
libavcodec
|
Wed, 12 Mar 2003 23:12:23 +0000 |
michaelni |
oops
libavcodec
|
Wed, 12 Mar 2003 23:09:18 +0000 |
michaelni |
rvlc decoding support
libavcodec
|
Wed, 12 Mar 2003 21:57:24 +0000 |
mmu_man |
/me should really learn doxygen :)
libavcodec
|
Wed, 12 Mar 2003 19:49:58 +0000 |
kabi |
* added more options
libavcodec
|
Wed, 12 Mar 2003 19:48:46 +0000 |
kabi |
* cosmetic doc fix
libavcodec
|
Wed, 12 Mar 2003 18:57:33 +0000 |
kabi |
* moved os_support.h into libavcodec
libavcodec
|
Wed, 12 Mar 2003 15:23:07 +0000 |
michaelni |
100l
libavcodec
|
Wed, 12 Mar 2003 15:16:19 +0000 |
michaelni |
per context frame_rate_base, this should finally fix frame_rate related av sync issues
libavcodec
|
Tue, 11 Mar 2003 12:09:13 +0000 |
michaelni |
restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
libavcodec
|
Mon, 10 Mar 2003 11:48:33 +0000 |
kabi |
* 'externaly' visible option list begins avoptions_ prefix
libavcodec
|
Mon, 10 Mar 2003 11:24:10 +0000 |
michaelni |
even more fixes
libavcodec
|
Mon, 10 Mar 2003 11:22:30 +0000 |
kabi |
* oooooops - sorry for this one - wrong logic
libavcodec
|
Mon, 10 Mar 2003 11:12:47 +0000 |
michaelni |
more fixes
libavcodec
|
Mon, 10 Mar 2003 10:40:26 +0000 |
michaelni |
more fixes
libavcodec
|
Mon, 10 Mar 2003 10:36:17 +0000 |
michaelni |
bug workaround
libavcodec
|
Sun, 09 Mar 2003 16:07:19 +0000 |
al3x |
simplified
libavcodec
|
Sat, 08 Mar 2003 23:43:34 +0000 |
michaelni |
looks better IMHO
libavcodec
|
Sat, 08 Mar 2003 01:40:52 +0000 |
michaelni |
merging fourcc with codec_tag
libavcodec
|
Fri, 07 Mar 2003 13:49:10 +0000 |
kabi |
* support FF_MM_FORCE
libavcodec
|
Fri, 07 Mar 2003 13:48:02 +0000 |
kabi |
* more generic avoption_parse
libavcodec
|
Fri, 07 Mar 2003 12:37:49 +0000 |
michaelni |
Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)
libavcodec
|
Thu, 06 Mar 2003 15:56:56 +0000 |
michaelni |
more cosmetics so that doxygen output is readable ...
libavcodec
|
Thu, 06 Mar 2003 14:42:07 +0000 |
michaelni |
typo
libavcodec
|
Thu, 06 Mar 2003 14:37:37 +0000 |
michaelni |
doxy / cosmetics
libavcodec
|
Thu, 06 Mar 2003 13:51:18 +0000 |
michaelni |
doxy / cosmetics
libavcodec
|
Thu, 06 Mar 2003 13:22:51 +0000 |
michaelni |
typos & cosmetics
libavcodec
|
Thu, 06 Mar 2003 12:06:00 +0000 |
michaelni |
altivec compilation fixes by (Magnus Damm <damm at opensource dot se>)
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Thu, 06 Mar 2003 11:25:55 +0000 |
michaelni |
doxy
libavcodec
|
Thu, 06 Mar 2003 10:26:19 +0000 |
michaelni |
cosmetics
libavcodec
|
Thu, 06 Mar 2003 10:21:57 +0000 |
michaelni |
doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
libavcodec
|
Thu, 06 Mar 2003 10:08:15 +0000 |
michaelni |
more dox
libavcodec
|
Thu, 06 Mar 2003 02:04:54 +0000 |
michaelni |
more idiot proof dox
libavcodec
|
Wed, 05 Mar 2003 23:55:52 +0000 |
michaelni |
ff_block_permute() dox
libavcodec
|
Wed, 05 Mar 2003 20:13:11 +0000 |
michaelni |
cleanup
libavcodec
|
Wed, 05 Mar 2003 20:03:15 +0000 |
michaelni |
mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why)
libavcodec
|
Wed, 05 Mar 2003 17:53:33 +0000 |
michaelni |
10l
libavcodec
|
Wed, 05 Mar 2003 17:48:19 +0000 |
michaelni |
field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...)
libavcodec
|
Wed, 05 Mar 2003 16:10:13 +0000 |
michaelni |
extended option for h263+ patch by (fixounet at free dot fr) with some minor modifications
libavcodec
|
Tue, 04 Mar 2003 13:05:14 +0000 |
michaelni |
typo (fixes wmv1 regression test in c)
libavcodec
|
Mon, 03 Mar 2003 17:13:26 +0000 |
kabi |
* minor optimalization
libavcodec
|
Mon, 03 Mar 2003 14:54:00 +0000 |
michaelni |
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
libavcodec
|
Sat, 01 Mar 2003 00:16:00 +0000 |
michaelni |
fixing inaccurate frame_rate
libavcodec
|
Fri, 28 Feb 2003 16:06:40 +0000 |
michaelni |
10l
libavcodec
|
Fri, 28 Feb 2003 13:07:07 +0000 |
michaelni |
h263(+) clenaup & bugfixes
libavcodec
|
Fri, 28 Feb 2003 01:59:56 +0000 |
michaelni |
fixing padding bug autodetection for some rare files, closes bug #647941
libavcodec
|
Thu, 27 Feb 2003 23:26:31 +0000 |
michaelni |
support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>)
libavcodec
|
Thu, 27 Feb 2003 22:56:07 +0000 |
michaelni |
user specified motion estimation range limit
libavcodec
|
Wed, 26 Feb 2003 17:26:20 +0000 |
michaelni |
move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)
libavcodec
|
Tue, 25 Feb 2003 09:56:56 +0000 |
bellard |
added DTG active format information
libavcodec
|
Mon, 24 Feb 2003 13:41:57 +0000 |
kabi |
* using const buffers for reading
libavcodec
|
Mon, 24 Feb 2003 13:28:22 +0000 |
kabi |
* const arrays
libavcodec
|
Mon, 24 Feb 2003 13:26:41 +0000 |
kabi |
* fixed IMA WAV decoding (though still might not be fully correct)
libavcodec
|
Mon, 24 Feb 2003 09:49:37 +0000 |
michaelni |
huffyuv v1 tables, as they are essential and the only possible way for decding of v1 files they very likely cant be copyrighted ...
libavcodec
|
Mon, 24 Feb 2003 09:41:02 +0000 |
michaelni |
get_vlc2() "docs"
libavcodec
|
Mon, 24 Feb 2003 00:05:17 +0000 |
michaelni |
round readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit blocks
libavcodec
|
Sat, 22 Feb 2003 13:44:16 +0000 |
michaelni |
32 vs. 64bit bugfix by (Dave Huang (dahanc))
libavcodec
|
Thu, 20 Feb 2003 17:30:51 +0000 |
michaelni |
reverse incorrect stride < (width+7)&~7 fix
libavcodec
|
Thu, 20 Feb 2003 16:14:12 +0000 |
nickols_k |
sync with mplayerxp. Fixes some 405.avi related flaws
libavcodec
|
Tue, 18 Feb 2003 19:10:57 +0000 |
kabi |
* using $(MAKE)
libavcodec
|
Tue, 18 Feb 2003 17:35:49 +0000 |
michaelni |
fixing 410 -> 420
libavcodec
|
Tue, 18 Feb 2003 11:48:57 +0000 |
kabi |
* sync with main liba52 sources
libavcodec
|
Tue, 18 Feb 2003 09:33:21 +0000 |
kabi |
* update cleanup rules (Steven M. Schultz)
libavcodec
|
Sun, 16 Feb 2003 23:05:38 +0000 |
michaelni |
more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes)
libavcodec
|
Fri, 14 Feb 2003 21:27:25 +0000 |
michaelni |
moving postprocess to ffmpeg/libavcodec
libavcodec
|
Fri, 14 Feb 2003 01:47:10 +0000 |
michaelni |
improving parsing of incomplete headers
libavcodec
|
Tue, 11 Feb 2003 21:13:30 +0000 |
michael |
avoid #include "../
libavcodec
|
Tue, 11 Feb 2003 21:12:16 +0000 |
michael |
#ifdef c++
libavcodec
|
Tue, 11 Feb 2003 16:57:55 +0000 |
kabi |
* prototypes at one place
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Mon, 10 Feb 2003 22:43:30 +0000 |
michaelni |
check for qscale==0 (fixes 1/0 on one corrupted stream)
libavcodec
|
Mon, 10 Feb 2003 17:52:01 +0000 |
michaelni |
dos2unix
libavcodec
|
Mon, 10 Feb 2003 10:45:41 +0000 |
kabi |
* check for potentialy problematic field len
libavcodec
|
Mon, 10 Feb 2003 09:41:44 +0000 |
kabi |
* opts compilation
libavcodec
|
Mon, 10 Feb 2003 09:40:23 +0000 |
kabi |
* still unfinished code for Options
libavcodec
|
Mon, 10 Feb 2003 09:38:38 +0000 |
kabi |
* still unfinished code for Options
libavcodec
|
Mon, 10 Feb 2003 09:35:32 +0000 |
kabi |
* static,const,compiler warning cleanup
libavcodec
|
Sun, 09 Feb 2003 16:58:47 +0000 |
tmmm |
register cyuv with allcodecs.c
libavcodec
|
Sun, 09 Feb 2003 16:20:25 +0000 |
bellard |
added paletted 8 bit format support
libavcodec
|
Sun, 09 Feb 2003 00:37:50 +0000 |
michaelni |
Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>)
libavcodec
|
Sat, 08 Feb 2003 18:23:39 +0000 |
michaelni |
direct blocksize in bframes fix (might fix qpel+bframe bug)
libavcodec
|
Sat, 08 Feb 2003 15:34:25 +0000 |
philipjsg |
Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images
libavcodec
|
Sat, 08 Feb 2003 12:00:57 +0000 |
michaelni |
mpeg1 bframe encoding patch by (Rapha«³l LEGRAND) with some modifications by me
libavcodec
|
Fri, 07 Feb 2003 16:44:48 +0000 |
michaelni |
b frame segfault fix (+-1 bug)
libavcodec
|
Tue, 04 Feb 2003 01:32:25 +0000 |
michaelni |
cliping MVs, i dunno if its correct but it looks better then without it
libavcodec
|
Sun, 02 Feb 2003 23:34:30 +0000 |
michaelni |
divx503 decoding fix
libavcodec
|
Sun, 02 Feb 2003 19:53:01 +0000 |
bellard |
handle odd image sizes when using subsampled chroma (useful for JPEG images)
libavcodec
|
Sat, 01 Feb 2003 20:57:37 +0000 |
bellard |
dependencies are only build with make depend
libavcodec
|
Sat, 01 Feb 2003 00:18:50 +0000 |
michaelni |
fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and Colin Leroy <colin at colino dot net>)
libavcodec
|
Wed, 29 Jan 2003 22:44:34 +0000 |
michaelni |
100000l
libavcodec
|
Wed, 29 Jan 2003 15:50:07 +0000 |
michaelni |
bugfix
libavcodec
|
Wed, 29 Jan 2003 12:00:11 +0000 |
michaelni |
--disable-risky support
libavcodec
|
Tue, 28 Jan 2003 20:20:38 +0000 |
kabi |
* headers valid for C++ compilers
libavcodec
|
Tue, 28 Jan 2003 14:50:26 +0000 |
bellard |
win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have a better solution ?
libavcodec
|
Tue, 28 Jan 2003 14:37:44 +0000 |
bellard |
win32: added vsnprintf
libavcodec
|
Tue, 28 Jan 2003 09:26:00 +0000 |
michaelni |
10l / 4mv segfault fix
libavcodec
|
Mon, 27 Jan 2003 20:39:29 +0000 |
michaelni |
optimizing av_log2
libavcodec
|
Mon, 27 Jan 2003 09:21:30 +0000 |
bellard |
DV audio decoder by Roman Shaposhnick
libavcodec
|
Sun, 26 Jan 2003 23:11:08 +0000 |
michaelni |
drawing cute arrows instead of lame lines for motion vector visualization
libavcodec
|
Sun, 26 Jan 2003 23:09:12 +0000 |
michaelni |
feeding doxygen
libavcodec
|
Sun, 26 Jan 2003 22:29:47 +0000 |
bellard |
Altivec on non darwin systems patch by Romain Dolbeau
libavcodec
|
Thu, 23 Jan 2003 23:18:42 +0000 |
bellard |
removed warning
libavcodec
|
Thu, 23 Jan 2003 23:03:09 +0000 |
bellard |
use av_malloc() functions - added av_strdup and av_realloc()
libavcodec
|
Thu, 23 Jan 2003 22:59:06 +0000 |
bellard |
undefine malloc macros
libavcodec
|
Thu, 23 Jan 2003 04:19:24 +0000 |
rfelker |
C implementation of the median deinterlacer (seems to be the only one
libavcodec
|
Thu, 23 Jan 2003 01:20:47 +0000 |
michaelni |
reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY)
libavcodec
|
Wed, 22 Jan 2003 09:35:03 +0000 |
bellard |
fixed dependancy generation (I want the case where SRC_PATH is not . to work too - very useful if you have different gcc versions to test at the same time...) - fixed -msse stuff
libavcodec
|
Tue, 21 Jan 2003 21:30:48 +0000 |
michaelni |
cleanup
libavcodec
|
Tue, 21 Jan 2003 17:34:12 +0000 |
michaelni |
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops
libavcodec
|
Mon, 20 Jan 2003 22:50:14 +0000 |
michaelni |
More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Mon, 20 Jan 2003 22:41:48 +0000 |
michaelni |
img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>)
libavcodec
|
Mon, 20 Jan 2003 22:26:19 +0000 |
bellard |
added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case
libavcodec
|
Mon, 20 Jan 2003 20:37:24 +0000 |
michaelni |
trying to fix mb skip bug in mpeg1/2 if slices are not used
libavcodec
|
Mon, 20 Jan 2003 20:33:08 +0000 |
michaelni |
fixing yuv422 -> yuv420p (i need that for the vceq videos ...)
libavcodec
|
Mon, 20 Jan 2003 19:04:39 +0000 |
kabi |
* code for parsing options
libavcodec
|
Mon, 20 Jan 2003 18:43:31 +0000 |
nickols_k |
reverse
libavcodec
|
Mon, 20 Jan 2003 16:33:47 +0000 |
nickols_k |
Function renaming. Solves some namespace conflicts
libavcodec
|
Sun, 19 Jan 2003 20:04:35 +0000 |
michaelni |
align
libavcodec
|
Sun, 19 Jan 2003 19:00:45 +0000 |
michaelni |
PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Sun, 19 Jan 2003 18:30:29 +0000 |
michaelni |
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (M«©ns Rullg«©rd))
libavcodec
|
Sun, 19 Jan 2003 17:55:13 +0000 |
michaelni |
finetuneing thresholds/factors
libavcodec
|
Sun, 19 Jan 2003 12:06:36 +0000 |
mellum |
sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined,
libavcodec
|
Sat, 18 Jan 2003 01:37:42 +0000 |
michaelni |
bugs
libavcodec
|
Fri, 17 Jan 2003 22:40:00 +0000 |
arpi_esp |
- removed nonsense *.d dependancy stuff, there was already a better 'make dep' support in it
libavcodec
|
Thu, 16 Jan 2003 21:54:55 +0000 |
michaelni |
AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Wed, 15 Jan 2003 19:21:21 +0000 |
michaelni |
fixing DCTELEM != short
libavcodec
|
Wed, 15 Jan 2003 18:05:23 +0000 |
michaelni |
more compare functions (rd & bit)
libavcodec
|
Tue, 14 Jan 2003 19:25:05 +0000 |
michaelni |
10l
libavcodec
|
Tue, 14 Jan 2003 15:30:42 +0000 |
philipjsg |
AUtomatic dependency generation. Runs on Linux (at least). Probably should
libavcodec
|
Mon, 13 Jan 2003 13:20:21 +0000 |
michaelni |
padding bug autodetection improvement 2nd try
libavcodec
|
Mon, 13 Jan 2003 12:57:39 +0000 |
michaelni |
better padding/stuffing bug autodetection
libavcodec
|
Mon, 13 Jan 2003 12:55:05 +0000 |
michaelni |
gmc1 segfault fix (found by kabi)
libavcodec
|
Sun, 12 Jan 2003 13:29:24 +0000 |
michaelni |
dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
libavcodec
|
Sun, 12 Jan 2003 13:13:52 +0000 |
michaelni |
/* align 16 */
libavcodec
|
Sun, 12 Jan 2003 12:16:36 +0000 |
michaelni |
average motion vector rounding like the reference says and not what the standard says
libavcodec
|
Sun, 12 Jan 2003 00:48:29 +0000 |
michaelni |
get_format()
libavcodec
|
Sat, 11 Jan 2003 22:32:56 +0000 |
michaelni |
sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) (with some modifications)
libavcodec
|
Sat, 11 Jan 2003 21:04:47 +0000 |
michaelni |
add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>)
libavcodec
|
Sat, 11 Jan 2003 20:51:03 +0000 |
michaelni |
altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
libavcodec
|
Sat, 11 Jan 2003 20:34:38 +0000 |
michaelni |
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
libavcodec
|
Sat, 11 Jan 2003 04:54:38 +0000 |
bellard |
added missing formats in all functions - added monoblack, monowhite and gray8 support for most conversions
libavcodec
|
Sat, 11 Jan 2003 04:52:39 +0000 |
bellard |
moved avpicture_xxx to imgconvert
libavcodec
|
Sat, 11 Jan 2003 04:51:31 +0000 |
bellard |
build update - avpicture_fill() returns the image size
libavcodec
|
Sat, 11 Jan 2003 00:13:18 +0000 |
bellard |
changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu
libavcodec
|
Sat, 11 Jan 2003 00:08:48 +0000 |
bellard |
simplified code (need automatic testing) - added primitive new format support.
libavcodec
|
Sat, 11 Jan 2003 00:07:06 +0000 |
bellard |
moved avcodec_get_chroma_sub_sample() to imgconvert.c
libavcodec
|
Sat, 11 Jan 2003 00:04:36 +0000 |
bellard |
new image formats - suppressed ill defined formats (endianness, unless specified, is always the one of the CPU) - added avcodec_get_pix_fmt_name()
libavcodec
|
Fri, 10 Jan 2003 13:35:15 +0000 |
mellum |
Implement sad8x8 and sad16x16 with pix_abs.
libavcodec
|
Thu, 09 Jan 2003 22:10:57 +0000 |
michaelni |
typo (noticed by kabi)
libavcodec
|
Thu, 09 Jan 2003 20:42:37 +0000 |
michaelni |
qpel fix
libavcodec
|
Thu, 09 Jan 2003 11:37:08 +0000 |
michaelni |
fixed wmv2 slices
libavcodec
|
Thu, 09 Jan 2003 01:43:31 +0000 |
michaelni |
workaround dropable p frame after first frame bug
libavcodec
|
Wed, 08 Jan 2003 18:47:49 +0000 |
bellard |
altivec patches by Romain Dolbeau
libavcodec
|
Tue, 07 Jan 2003 23:49:40 +0000 |
bellard |
suppressed getopt.h
libavcodec
|
Tue, 07 Jan 2003 23:47:09 +0000 |
bellard |
tests link all libavcodec
libavcodec
|
Tue, 07 Jan 2003 22:51:32 +0000 |
bellard |
suppressed pix_norm_altivec
libavcodec
|
Tue, 07 Jan 2003 22:43:16 +0000 |
bellard |
suppressed redundant math.h - suppressed M_PI redefinition
libavcodec
|
Tue, 07 Jan 2003 22:38:25 +0000 |
bellard |
generic M_PI define
libavcodec
|
Tue, 07 Jan 2003 18:15:48 +0000 |
bellard |
fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and wma decoding
libavcodec
|
Tue, 07 Jan 2003 18:15:14 +0000 |
bellard |
removed redundant includes
libavcodec
|
Tue, 07 Jan 2003 17:48:14 +0000 |
bellard |
enabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please tell me if you have better ideas for intrinsic naming or Makefile support)
libavcodec
|
Tue, 07 Jan 2003 17:46:08 +0000 |
bellard |
align fixes for sse/altivec
libavcodec
|
Tue, 07 Jan 2003 17:45:24 +0000 |
bellard |
enabled SSE fft on x86
libavcodec
|
Tue, 07 Jan 2003 17:44:21 +0000 |
bellard |
use av_malloc instead of malloc
libavcodec
|
Tue, 07 Jan 2003 17:43:50 +0000 |
bellard |
compile fixes
libavcodec
|
Tue, 07 Jan 2003 17:41:43 +0000 |
bellard |
added define for builtins use - inverse fix by Romain Dolbeau
libavcodec
|
Tue, 07 Jan 2003 13:00:38 +0000 |
michaelni |
PIC / ebx fix
libavcodec
|
Tue, 07 Jan 2003 11:59:34 +0000 |
michaelni |
more gcc bug workarounds
libavcodec
|
Tue, 07 Jan 2003 11:07:15 +0000 |
michaelni |
gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didnt check)
libavcodec
|
Mon, 06 Jan 2003 22:47:42 +0000 |
bellard |
oops : better error resilience - should fix most wma decoding problems
libavcodec
|
Mon, 06 Jan 2003 18:09:27 +0000 |
kabi |
* avoid usage of next/last buffer after flush
libavcodec
|
Mon, 06 Jan 2003 18:06:51 +0000 |
kabi |
* first shot for generaly usable option parser for codecs
libavcodec
|
Mon, 06 Jan 2003 09:55:52 +0000 |
michaelni |
1000l (push & esp) using mangle now ...
libavcodec
|
Mon, 06 Jan 2003 01:20:37 +0000 |
michaelni |
b frame segfault fix
libavcodec
|
Sun, 05 Jan 2003 20:59:29 +0000 |
michaelni |
qpel in b frames bugfixes
libavcodec
|
Sun, 05 Jan 2003 19:53:07 +0000 |
michaelni |
slowdown / gcc 2.95.* bug workaround (this should be reversed as soon as gcc 2.95.* support is droped)
libavcodec
|
Sun, 05 Jan 2003 19:10:42 +0000 |
michael |
YUV 411/422/444 support for pp
libavcodec
|
Sun, 05 Jan 2003 17:59:26 +0000 |
michaelni |
negative linesize support (so mplayer -flip works)
libavcodec
|
Sun, 05 Jan 2003 17:17:14 +0000 |
michaelni |
pts encoding fix patch by (Thomas Jarosch <tomj at simonv dot com>)
libavcodec
|
Sun, 05 Jan 2003 15:57:10 +0000 |
michaelni |
qpel in mmx2/3dnow
libavcodec
|
Fri, 03 Jan 2003 23:21:52 +0000 |
michaelni |
mpeg4 header encoding bugfix
libavcodec
|
Thu, 02 Jan 2003 12:48:09 +0000 |
michaelni |
pre motion estimation cleanup/bugfix
libavcodec
|
Thu, 02 Jan 2003 01:29:35 +0000 |
michaelni |
motion estimation pre pass
libavcodec
|
Wed, 01 Jan 2003 16:47:31 +0000 |
michaelni |
bugfix
libavcodec
|
Wed, 01 Jan 2003 15:10:45 +0000 |
michaelni |
warnings patch by (bubu <bubu at bubu dot net>)
libavcodec
|
Wed, 01 Jan 2003 14:36:20 +0000 |
michaelni |
shape adaptive diamonds for EPZS
libavcodec
|
Wed, 01 Jan 2003 00:42:18 +0000 |
michaelni |
trellis quantization for mpeg1
libavcodec
|
Tue, 31 Dec 2002 22:58:41 +0000 |
michaelni |
more optimized trellis quantizer
libavcodec
|
Tue, 31 Dec 2002 17:23:56 +0000 |
michaelni |
trellis quantization
libavcodec
|
Mon, 30 Dec 2002 23:00:02 +0000 |
faust3 |
10l another int i missing (without ^M)
libavcodec
|
Mon, 30 Dec 2002 12:36:28 +0000 |
michael |
10l (int i)
libavcodec
|
Mon, 30 Dec 2002 00:28:42 +0000 |
michaelni |
correcter mpeg4 headers
libavcodec
|
Sun, 29 Dec 2002 23:31:52 +0000 |
michael |
cleaning corners of green dirt ;)
libavcodec
|
Sun, 29 Dec 2002 22:35:46 +0000 |
michaelni |
removing PIX_FMT_ANY
libavcodec
|
Sun, 29 Dec 2002 22:20:03 +0000 |
michaelni |
better set pix_fmt explicitly
libavcodec
|
Sun, 29 Dec 2002 01:27:50 +0000 |
michaelni |
xvid build 3 still has the padding wrong in 1/8 of the cases :(((((
libavcodec
|
Sun, 29 Dec 2002 00:57:23 +0000 |
michael |
buffer alloc cleanup / 10l
libavcodec
|
Fri, 27 Dec 2002 23:51:46 +0000 |
michaelni |
qpel encoding
libavcodec
|
Sun, 22 Dec 2002 22:34:42 +0000 |
al3x |
disabled aspect code due to it is extra buggy
libavcodec
|
Sat, 21 Dec 2002 15:54:21 +0000 |
michaelni |
fixes crash patch by (Mark Hills <mark at pogo dot org dot uk>)
libavcodec
|
Thu, 19 Dec 2002 18:59:45 +0000 |
kabi |
* fix for empty image queue
libavcodec
|
Wed, 18 Dec 2002 10:09:43 +0000 |
michaelni |
mb qp limits
libavcodec
|
Wed, 18 Dec 2002 09:23:24 +0000 |
michaelni |
support dumping the qscale stuff to the screen
libavcodec
|
Tue, 17 Dec 2002 11:25:29 +0000 |
michaelni |
more debug output
libavcodec
|
Sun, 15 Dec 2002 22:42:59 +0000 |
michaelni |
mlib fix patch by (Juergen Keil <jk at tools dot de>)
libavcodec
|
Wed, 11 Dec 2002 08:56:28 +0000 |
michaelni |
fixing playback of DaveMatthews_Crash_PocketPC.avi
libavcodec
|
Mon, 09 Dec 2002 18:54:09 +0000 |
kabi |
* fill codec_id in codec_open
libavcodec
|
Mon, 09 Dec 2002 14:33:20 +0000 |
michaelni |
100l
libavcodec
|
Mon, 09 Dec 2002 12:03:43 +0000 |
michaelni |
AVVideoFrame -> AVFrame
libavcodec
|
Mon, 09 Dec 2002 00:29:17 +0000 |
michaelni |
cleanup / messup?
libavcodec
|
Mon, 09 Dec 2002 00:06:15 +0000 |
michaelni |
correct mpeg4 vo type
libavcodec
|
Sun, 08 Dec 2002 21:29:37 +0000 |
michaelni |
remove fake wmv2 codec
libavcodec
|
Sat, 07 Dec 2002 11:38:26 +0000 |
michaelni |
ump4 decoding fixed
libavcodec
|
Fri, 06 Dec 2002 17:58:21 +0000 |
michaelni |
practically disabling altivec resampling code (some ppl said its broken) patch by (Dieter Shirley <dieters at schemasoft dot com>)
libavcodec
|
Fri, 06 Dec 2002 17:39:32 +0000 |
michaelni |
fixing api-example
libavcodec
|
Fri, 06 Dec 2002 16:19:25 +0000 |
michaelni |
aspect ratio encoding for mpeg1
libavcodec
|
Fri, 06 Dec 2002 16:04:30 +0000 |
michaelni |
mpeg1&2 aspect decoding
libavcodec
|
Fri, 06 Dec 2002 15:01:48 +0000 |
michaelni |
fixing aspect (hopefully, i couldnt reproduce the bug)
libavcodec
|
Fri, 06 Dec 2002 13:30:13 +0000 |
michaelni |
fixing 2pass assert failure
libavcodec
|
Fri, 06 Dec 2002 11:56:49 +0000 |
michaelni |
missing "\" (found by nick)
libavcodec
|
Thu, 05 Dec 2002 22:22:53 +0000 |
michaelni |
better? scene change detection
libavcodec
|
Thu, 05 Dec 2002 19:18:13 +0000 |
michaelni |
fixing hq + adaptive quant
libavcodec
|
Thu, 05 Dec 2002 11:33:43 +0000 |
michaelni |
drop b frames if there are no reference frames
libavcodec
|
Wed, 04 Dec 2002 22:16:24 +0000 |
michaelni |
fixing files where the first frame isn a keyframe
libavcodec
|
Wed, 04 Dec 2002 21:13:02 +0000 |
michaelni |
new PSNR code (now works with chroma, b frames, ...)
libavcodec
|
Wed, 04 Dec 2002 12:42:25 +0000 |
michaelni |
print a warning if something allocates 0 bytes
libavcodec
|
Wed, 04 Dec 2002 12:36:18 +0000 |
michaelni |
workaround old xvid bug
libavcodec
|
Wed, 04 Dec 2002 12:09:27 +0000 |
michaelni |
specific debug output support
libavcodec
|
Wed, 04 Dec 2002 11:47:24 +0000 |
michaelni |
fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use unescaped symbols but not esc1 or esc2 if they are shorter than esc3, andjust beause its logical to use the shortest possible vlc doesnt mean encoders do that)
libavcodec
|
Wed, 04 Dec 2002 11:25:53 +0000 |
michaelni |
use spatial error concealment if we dont have a previous frame
libavcodec
|
Wed, 04 Dec 2002 10:04:03 +0000 |
michaelni |
cleanup
libavcodec
|
Tue, 03 Dec 2002 19:40:35 +0000 |
kabi |
* two functions to handle allocation of static data more simple
libavcodec
|
Tue, 03 Dec 2002 15:42:17 +0000 |
al3x |
10l fix
libavcodec
|
Tue, 03 Dec 2002 11:07:41 +0000 |
michaelni |
100l (sad8x8_x2 had params in wrong order)
libavcodec
|
Tue, 03 Dec 2002 01:14:34 +0000 |
michaelni |
100l (mixing chroma & luma linesize)
libavcodec
|
Sat, 30 Nov 2002 17:14:07 +0000 |
philipjsg |
Simplify an expression and eliminate a compile warning
libavcodec
|
Wed, 27 Nov 2002 01:20:42 +0000 |
mellum |
Kludge around compilation failure on Alpha.
libavcodec
|
Tue, 26 Nov 2002 16:26:58 +0000 |
michaelni |
via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>)
libavcodec
|
Tue, 26 Nov 2002 16:16:04 +0000 |
michaelni |
apiexample doesnt send complete frames to the codec
libavcodec
|
Tue, 26 Nov 2002 09:21:01 +0000 |
michaelni |
altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
libavcodec
|
Tue, 26 Nov 2002 08:58:24 +0000 |
mmu_man |
Avoid "unused variable 'c'" warning.
libavcodec
|
Tue, 26 Nov 2002 08:56:10 +0000 |
michaelni |
fixing h263+ slices if the padding at the end of the frame is >7 && <16 && there are no zero bytes afterwards
libavcodec
|
Tue, 26 Nov 2002 04:29:40 +0000 |
philipjsg |
Add some rudimentary support for sparc64
libavcodec
|
Tue, 26 Nov 2002 00:54:27 +0000 |
michaelni |
dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>)
libavcodec
|
Mon, 25 Nov 2002 16:58:41 +0000 |
michaelni |
via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>)
libavcodec
|
Mon, 25 Nov 2002 09:57:58 +0000 |
michaelni |
10l
libavcodec
|
Mon, 25 Nov 2002 09:23:19 +0000 |
michaelni |
fixing aspect
libavcodec
|
Sat, 23 Nov 2002 10:58:05 +0000 |
michael |
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
libavcodec
|
Sat, 23 Nov 2002 09:12:57 +0000 |
michaelni |
moving init of some variables (hurry_up,...) to MPV_frame_start()
libavcodec
|
Fri, 22 Nov 2002 07:53:06 +0000 |
kabi |
* altivec and pix_norm patch by Brian Foley
libavcodec
|
Fri, 22 Nov 2002 07:27:13 +0000 |
kabi |
* Ogg/Vorbis patch by Mark Hills
libavcodec
|
Fri, 22 Nov 2002 07:24:28 +0000 |
kabi |
* remaining part of John Ryland's patch
libavcodec
|
Wed, 20 Nov 2002 15:18:11 +0000 |
al3x |
mjpegb support (need more samples)
libavcodec
|
Wed, 20 Nov 2002 13:08:04 +0000 |
michaelni |
aspect ratio cleanup
libavcodec
|
Wed, 20 Nov 2002 07:32:18 +0000 |
kabi |
* cut&paste fix
libavcodec
|
Tue, 19 Nov 2002 23:22:29 +0000 |
michaelni |
altivec optimizations patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
libavcodec
|
Tue, 19 Nov 2002 23:04:07 +0000 |
michaelni |
10l
libavcodec
|
Tue, 19 Nov 2002 10:08:31 +0000 |
kabi |
* oops fixed bad initialization of ff vals.
libavcodec
|
Tue, 19 Nov 2002 09:17:52 +0000 |
kabi |
* fixed prototype
libavcodec
|
Tue, 19 Nov 2002 07:33:36 +0000 |
kabi |
* compilation fix (ARM users please check)
libavcodec
|
Mon, 18 Nov 2002 10:39:22 +0000 |
michael |
fixing compilation of cs_test
libavcodec
|
Mon, 18 Nov 2002 09:28:21 +0000 |
michaelni |
hurry_up=5 support
libavcodec
|
Fri, 15 Nov 2002 11:05:14 +0000 |
michaelni |
slices & encoding optim
libavcodec
|
Fri, 15 Nov 2002 00:07:06 +0000 |
michaelni |
dr1
libavcodec
|
Thu, 14 Nov 2002 22:34:25 +0000 |
michaelni |
0.1l
libavcodec
|
Thu, 14 Nov 2002 22:25:20 +0000 |
michaelni |
YV12 support (warning this is experimental & wont work with offical huffyuv but there is a approx. 20% speed & compression gain)
libavcodec
|
Thu, 14 Nov 2002 19:46:14 +0000 |
michaelni |
16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled)
libavcodec
|
Thu, 14 Nov 2002 19:20:04 +0000 |
michaelni |
huffyuv
libavcodec
|
Thu, 14 Nov 2002 19:04:40 +0000 |
kabi |
* minor warning fix
libavcodec
|
Thu, 14 Nov 2002 18:43:49 +0000 |
kabi |
* not checking for get_buffer_callback - it would be user's error
libavcodec
|
Thu, 14 Nov 2002 18:02:07 +0000 |
michaelni |
1l found by kabi
libavcodec
|
Tue, 12 Nov 2002 15:00:04 +0000 |
kabi |
* fixing some minor const warnings
libavcodec
|
Tue, 12 Nov 2002 10:05:21 +0000 |
kabi |
* init for inv_zigzag_direct16 moved to init block
libavcodec
|
Tue, 12 Nov 2002 10:01:27 +0000 |
kabi |
* init table once
libavcodec
|
Tue, 12 Nov 2002 09:47:14 +0000 |
kabi |
* using macros to shorten init part
libavcodec
|
Mon, 11 Nov 2002 21:44:27 +0000 |
kabi |
* quick fix for bit exact setting
libavcodec
|
Mon, 11 Nov 2002 16:17:25 +0000 |
michaelni |
100l for kabi (fixing qpel)
libavcodec
|
Mon, 11 Nov 2002 10:04:45 +0000 |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU extension
libavcodec
|
Mon, 11 Nov 2002 09:44:59 +0000 |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU extension
libavcodec
|
Mon, 11 Nov 2002 09:43:43 +0000 |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU extension
libavcodec
|
Mon, 11 Nov 2002 09:40:17 +0000 |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU extension
libavcodec
|
Mon, 11 Nov 2002 09:37:40 +0000 |
kabi |
* useless commit - ignore
libavcodec
|
Mon, 11 Nov 2002 09:31:17 +0000 |
kabi |
* avcodec_init could be removed I guess...
libavcodec
|
Mon, 11 Nov 2002 09:30:07 +0000 |
kabi |
* consts
libavcodec
|
Mon, 11 Nov 2002 09:24:15 +0000 |
kabi |
* added dsp_mask
libavcodec
|
Sun, 10 Nov 2002 18:45:36 +0000 |
arpi_esp |
10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback
libavcodec
|
Sun, 10 Nov 2002 11:46:59 +0000 |
michaelni |
reversing header game
libavcodec
|
Sun, 10 Nov 2002 11:24:27 +0000 |
michaelni |
avoid duplicate ";" warnings (based upon a patch by mru at users dot sourceforge dot net (M«©ns Rullg«©rd))
libavcodec
|
Sun, 10 Nov 2002 10:54:07 +0000 |
michaelni |
hurry_up>=5 -> skip everything except header & set pict_type&key_frame
libavcodec
|
Sat, 09 Nov 2002 13:57:54 +0000 |
michaelni |
fixing -sameq with mpeg2
libavcodec
|
Sat, 09 Nov 2002 10:38:34 +0000 |
michaelni |
cleanup
libavcodec
|
Fri, 08 Nov 2002 18:35:39 +0000 |
michaelni |
cleanup (breaks compatibility, requested by fabrice)
libavcodec
|
Wed, 06 Nov 2002 11:59:17 +0000 |
michaelni |
cleanup
libavcodec
|
Wed, 06 Nov 2002 09:30:47 +0000 |
michaelni |
cleanup
libavcodec
|
Tue, 05 Nov 2002 17:31:26 +0000 |
michaelni |
cleanup
libavcodec
|
Tue, 05 Nov 2002 00:07:05 +0000 |
michaelni |
lrintf detection (based upon a patch by Fran«®ois Revol <revol at free dot fr>)
libavcodec
|
Mon, 04 Nov 2002 22:45:34 +0000 |
michael |
dont use fastmemcpy for PIC
libavcodec
|
Mon, 04 Nov 2002 20:57:08 +0000 |
michaelni |
vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>)
libavcodec
|
Mon, 04 Nov 2002 18:03:10 +0000 |
kabi |
* DR1 support
libavcodec
|
Mon, 04 Nov 2002 10:01:15 +0000 |
michael |
fixing dependancies
libavcodec
|
Sun, 03 Nov 2002 10:05:19 +0000 |
michael |
pp docs
libavcodec
|
Sat, 02 Nov 2002 22:49:13 +0000 |
al3x |
fixed some bugs in app parser - some jfif and adobe jpgs fixed
libavcodec
|
Sat, 02 Nov 2002 18:47:51 +0000 |
michaelni |
support forcing low_delay during decoding
libavcodec
|
Sat, 02 Nov 2002 14:20:05 +0000 |
michael |
cleanup
libavcodec
|
Sat, 02 Nov 2002 13:58:14 +0000 |
michael |
cleanup
libavcodec
|
Sat, 02 Nov 2002 11:28:08 +0000 |
michaelni |
Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)
libavcodec
|
Sat, 02 Nov 2002 10:39:22 +0000 |
michaelni |
added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support
libavcodec
|
Sat, 02 Nov 2002 08:55:46 +0000 |
michaelni |
cleanup
libavcodec
|
Sat, 02 Nov 2002 01:43:19 +0000 |
arpi_esp |
handle init error in ffmpeg12
libavcodec
|
Sat, 02 Nov 2002 00:05:06 +0000 |
michaelni |
better padding bug detection
libavcodec
|
Fri, 01 Nov 2002 20:37:10 +0000 |
michaelni |
put MIN/MAX under ifndef MAX/MIN
libavcodec
|
Fri, 01 Nov 2002 18:55:03 +0000 |
michaelni |
fixing msmpeg4v3 with mb_height % slice_height != 0
libavcodec
|
Fri, 01 Nov 2002 13:25:22 +0000 |
michaelni |
hopefully fixing sprite_warping_points==0
libavcodec
|
Fri, 01 Nov 2002 01:19:04 +0000 |
michael |
cosmetics requested by kabi
libavcodec
|
Thu, 31 Oct 2002 20:22:30 +0000 |
kabi |
* avoid negative numbers as well
libavcodec
|
Thu, 31 Oct 2002 18:22:15 +0000 |
nickols_k |
10l
libavcodec
|
Thu, 31 Oct 2002 18:17:25 +0000 |
nickols_k |
reverse first hunk
libavcodec
|
Thu, 31 Oct 2002 18:08:19 +0000 |
nickols_k |
fixed debug compilation
libavcodec
|
Thu, 31 Oct 2002 16:11:03 +0000 |
michaelni |
put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate them
libavcodec
|
Thu, 31 Oct 2002 12:11:53 +0000 |
michaelni |
dont call emms_c() for each MB
libavcodec
|
Thu, 31 Oct 2002 11:47:58 +0000 |
michaelni |
cleanup
libavcodec
|
Thu, 31 Oct 2002 10:21:44 +0000 |
michael |
disabling compilation of .so if its not needed, gcc 3.1 seems to have problems with it
libavcodec
|
Thu, 31 Oct 2002 09:24:25 +0000 |
al3x |
fixed 10l
libavcodec
|
Thu, 31 Oct 2002 01:42:59 +0000 |
michael |
using fewer registers ... to workaround something
libavcodec
|
Thu, 31 Oct 2002 00:48:05 +0000 |
michaelni |
fixing another assert q>0.0 issue caused by variance < 0, this fix allso changes the inter/intra decission very slightly -> all regression checksums need to be updated
libavcodec
|
Thu, 31 Oct 2002 00:07:13 +0000 |
bellard |
fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized)
libavcodec
|
Wed, 30 Oct 2002 22:55:07 +0000 |
michaelni |
fixing q>0.0 assert failure caused by overflow of variance for b frames
libavcodec
|
Wed, 30 Oct 2002 21:13:07 +0000 |
michael |
removing "-npp" (found by arpi)
libavcodec
|
Wed, 30 Oct 2002 21:02:03 +0000 |
michael |
per context cpuCaps (idea by kabi)
libavcodec
|
Wed, 30 Oct 2002 20:50:31 +0000 |
michael |
change qscale type to int8 and fix qscale ordering
libavcodec
|
Wed, 30 Oct 2002 20:41:40 +0000 |
michaelni |
exporting the internal qscale table, this allso fixes the ordering
libavcodec
|
Wed, 30 Oct 2002 20:31:04 +0000 |
al3x |
NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de>
libavcodec
|
Wed, 30 Oct 2002 09:09:34 +0000 |
michaelni |
1) Add MMX deinterlace code.
libavcodec
|
Wed, 30 Oct 2002 01:59:51 +0000 |
michael |
using same numbers for cpuCaps as libmpeg2 & liba52
libavcodec
|
Wed, 30 Oct 2002 01:50:58 +0000 |
michael |
cleanly passing the cpuCaps
libavcodec
|
Tue, 29 Oct 2002 23:36:37 +0000 |
michael |
10l
libavcodec
|
Tue, 29 Oct 2002 22:39:11 +0000 |
bellard |
use lrintf to avoid double conversion
libavcodec
|
Tue, 29 Oct 2002 22:38:21 +0000 |
bellard |
added lrintf for non ISOC libcs (fixme: find a better test)
libavcodec
|
Tue, 29 Oct 2002 22:27:30 +0000 |
bellard |
avoid name clash - fixed again block size selection
libavcodec
|
Tue, 29 Oct 2002 22:26:01 +0000 |
bellard |
avoid name clash
libavcodec
|
Tue, 29 Oct 2002 20:12:24 +0000 |
michael |
cleanup
libavcodec
|
Tue, 29 Oct 2002 18:51:52 +0000 |
michael |
cosmetics ;)
libavcodec
|
Tue, 29 Oct 2002 18:35:15 +0000 |
michael |
better deblocking filter
libavcodec
|
Tue, 29 Oct 2002 11:21:43 +0000 |
michael |
-fomit-frame-pointer is needed for the PIC code
libavcodec
|
Tue, 29 Oct 2002 09:16:06 +0000 |
michael |
using fewer registers (fixes compilation bug hopefully)
libavcodec
|
Tue, 29 Oct 2002 00:54:07 +0000 |
colin |
fix compilation on non-x86 with gcc 2.95
libavcodec
|
Mon, 28 Oct 2002 19:30:58 +0000 |
michael |
postprocessing cleanup:
libavcodec
|
Mon, 28 Oct 2002 16:29:40 +0000 |
al3x |
FOURCC removed, using ff_get_fourcc instead (should be big-endian safe), workarounded a restart interval bug (Spectralfan.mov) (rst support should be rewritten and moved from decode_sos)
libavcodec
|
Mon, 28 Oct 2002 01:42:05 +0000 |
bellard |
fixed block size selection
libavcodec
|
Mon, 28 Oct 2002 00:51:48 +0000 |
bellard |
added new fft/mdct code - added fft-test program
libavcodec
|
Mon, 28 Oct 2002 00:48:55 +0000 |
bellard |
added wma decoder
libavcodec
|
Mon, 28 Oct 2002 00:39:05 +0000 |
bellard |
preparing integration of new AC3 decoder
libavcodec
|
Mon, 28 Oct 2002 00:34:08 +0000 |
bellard |
new generic FFT/MDCT code for audio codecs
libavcodec
|
Sun, 27 Oct 2002 21:02:47 +0000 |
michaelni |
get_vlc2()
libavcodec
|
Sun, 27 Oct 2002 19:20:02 +0000 |
arpi_esp |
3rd 10l - don't let it read data beyond the end of frame
libavcodec
|
Sun, 27 Oct 2002 19:11:06 +0000 |
al3x |
2nd 10l (noticed by arpi)
libavcodec
|
Sun, 27 Oct 2002 19:01:00 +0000 |
al3x |
minor speedup noticed by arpi
libavcodec
|
Sun, 27 Oct 2002 18:03:42 +0000 |
al3x |
10l
libavcodec
|
Sun, 27 Oct 2002 17:59:35 +0000 |
al3x |
reworked decode_frame marker searching, fixes many non-working samples
libavcodec
|
Sun, 27 Oct 2002 12:20:58 +0000 |
michaelni |
mergeing inter & intra rl_length tables (50% smaller & no meassureable difference in filesize/quality)
libavcodec
|
Sun, 27 Oct 2002 12:09:25 +0000 |
michaelni |
75% smaller rl_length table
libavcodec
|
Sun, 27 Oct 2002 09:20:48 +0000 |
michaelni |
dsputil mmi cleanup patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Sun, 27 Oct 2002 00:02:23 +0000 |
michaelni |
handle direct rendering buffer allocation failure
libavcodec
|
Sat, 26 Oct 2002 18:56:43 +0000 |
michaelni |
segfault fix patch by (Juergen Keil <jk at tools dot de>)
libavcodec
|
Fri, 25 Oct 2002 16:06:32 +0000 |
michaelni |
fixing decoding of streams with no keyframe at the start
libavcodec
|
Fri, 25 Oct 2002 13:39:47 +0000 |
michaelni |
idct_permutation_type variable, so the permutation type can quickly be identified
libavcodec
|
Fri, 25 Oct 2002 10:50:02 +0000 |
michaelni |
regression test for H263+
libavcodec
|
Fri, 25 Oct 2002 00:08:32 +0000 |
michaelni |
slice encoding cleanup
libavcodec
|
Thu, 24 Oct 2002 00:51:17 +0000 |
michaelni |
clip MVs for direct mode
libavcodec
|
Wed, 23 Oct 2002 15:11:07 +0000 |
michaelni |
optimize block_permute()
libavcodec
|
Wed, 23 Oct 2002 08:14:12 +0000 |
michaelni |
fixing interlaced MC & edge-emu
libavcodec
|
Tue, 22 Oct 2002 23:43:25 +0000 |
michaelni |
more defaults
libavcodec
|
Tue, 22 Oct 2002 19:48:52 +0000 |
michaelni |
xvid qpel bug autodetect
libavcodec
|
Tue, 22 Oct 2002 18:55:20 +0000 |
michaelni |
xvid qpel bug workaround
libavcodec
|
Sun, 20 Oct 2002 17:02:41 +0000 |
michaelni |
fixing msmpeg4v3 encoding at bitrates <128k
libavcodec
|
Sat, 19 Oct 2002 23:48:08 +0000 |
michaelni |
fixing h263 slice decoding (again)
libavcodec
|
Sat, 19 Oct 2002 11:03:13 +0000 |
michaelni |
fixing interlaced dct with 4mv
libavcodec
|
Sat, 19 Oct 2002 01:31:26 +0000 |
michaelni |
fixing h263 decoding (did segfault)
libavcodec
|
Fri, 18 Oct 2002 18:32:50 +0000 |
michaelni |
fixing interlaced dct + hq mode
libavcodec
|
Wed, 16 Oct 2002 22:18:41 +0000 |
michaelni |
init flags before using it (found by arpi)
libavcodec
|
Wed, 16 Oct 2002 19:55:49 +0000 |
michaelni |
complete mpeg4 GMC decoding support
libavcodec
|
Wed, 16 Oct 2002 17:23:18 +0000 |
michaelni |
fixing alt_scan for the first frame (variable was reset)
libavcodec
|
Tue, 15 Oct 2002 15:24:08 +0000 |
michaelni |
warning fixes
libavcodec
|
Mon, 14 Oct 2002 19:53:04 +0000 |
michaelni |
better padding bug detection
libavcodec
|
Mon, 14 Oct 2002 18:25:58 +0000 |
bellard |
removed warnings
libavcodec
|
Mon, 14 Oct 2002 18:01:32 +0000 |
bellard |
removed invalid header include
libavcodec
|
Mon, 14 Oct 2002 12:21:54 +0000 |
michaelni |
mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata)
libavcodec
|
Sun, 13 Oct 2002 19:53:32 +0000 |
michaelni |
fixing wmv1 slice decoding
libavcodec
|
Sun, 13 Oct 2002 13:16:04 +0000 |
michaelni |
better/cleaner error resilience (done in a 2nd pass after decoding)
libavcodec
|
Fri, 11 Oct 2002 23:01:16 +0000 |
mellum |
Move Alpha optimized IDCT to own file. Based on a patch by M«©ns
libavcodec
|
Fri, 11 Oct 2002 13:49:16 +0000 |
bellard |
removed unused variables
libavcodec
|
Fri, 11 Oct 2002 09:16:35 +0000 |
bellard |
corrected pixel format display
libavcodec
|
Thu, 10 Oct 2002 17:12:55 +0000 |
bellard |
added two pass info
libavcodec
|
Wed, 09 Oct 2002 17:18:24 +0000 |
michaelni |
mpeg1 2pass encoding
libavcodec
|
Wed, 09 Oct 2002 14:16:31 +0000 |
bellard |
resample fix by Petros Tsantoulis
libavcodec
|
Wed, 09 Oct 2002 12:35:22 +0000 |
bellard |
support buffers containing more than one frame
libavcodec
|
Tue, 08 Oct 2002 17:54:02 +0000 |
bellard |
fixed NTSC end of line bug
libavcodec
|
Tue, 08 Oct 2002 17:42:33 +0000 |
bellard |
minimum support for YUV411P (new combined scaler/converter will handle that better...)
libavcodec
|
Tue, 08 Oct 2002 12:09:23 +0000 |
michaelni |
16x{8,16} {avg,put}_pixels support patch by (Juergen Keil <jk at tools dot de>)
libavcodec
|
Mon, 07 Oct 2002 23:08:42 +0000 |
arpi_esp |
10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer)
libavcodec
|
Mon, 07 Oct 2002 21:28:33 +0000 |
arpi_esp |
DV ntsc support, 411P colorspace added
libavcodec
|
Mon, 07 Oct 2002 02:03:21 +0000 |
mellum |
* Fix dct_unquantize_h263_axp for changed block_last_index indexing.
libavcodec
|
Sun, 06 Oct 2002 17:46:22 +0000 |
michaelni |
set low_delay on encoding if no b frames
libavcodec
|
Sun, 06 Oct 2002 15:27:01 +0000 |
michaelni |
trying to fix the non-x86 IDCTs (untested)
libavcodec
|
Sat, 05 Oct 2002 00:57:42 +0000 |
mellum |
Make compilable again after DCT cleanup. It gives wrong results,
libavcodec
|
Sat, 05 Oct 2002 00:12:58 +0000 |
mellum |
Some nifty stuff for upcoming patches.
libavcodec
|
Fri, 04 Oct 2002 23:32:40 +0000 |
mellum |
Fix for source dir != build dir. Patch provided by M«©ns Rullg«©rd.
libavcodec
|
Fri, 04 Oct 2002 20:59:29 +0000 |
al3x |
moved dct init out from mpv_common_init to dct_common_init (for less-uglier way for dv)
libavcodec
|
Fri, 04 Oct 2002 07:49:00 +0000 |
bellard |
simplified parsing - added MMX idct support
libavcodec
|
Fri, 04 Oct 2002 07:16:50 +0000 |
bellard |
added DV support
libavcodec
|
Thu, 03 Oct 2002 21:07:39 +0000 |
bellard |
first working version of DV video decoder
libavcodec
|
Thu, 03 Oct 2002 21:03:59 +0000 |
bellard |
in fact IDCT248 needs to be normalized as I suspected
libavcodec
|
Thu, 03 Oct 2002 20:57:19 +0000 |
michaelni |
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Thu, 03 Oct 2002 19:49:23 +0000 |
bellard |
added IDCT248 testing
libavcodec
|
Thu, 03 Oct 2002 13:41:33 +0000 |
bellard |
first version of IDCT248 for DV decoding support
libavcodec
|
Wed, 02 Oct 2002 22:56:58 +0000 |
michaelni |
fixing custom quantizer matrix decoding
libavcodec
|
Wed, 02 Oct 2002 17:07:39 +0000 |
michaelni |
optimization
libavcodec
|
Wed, 02 Oct 2002 16:36:43 +0000 |
michaelni |
sliced mode for mpeg1/2
libavcodec
|
Tue, 01 Oct 2002 23:47:04 +0000 |
michaelni |
move scantable init from block-decode to header parser
libavcodec
|
Tue, 01 Oct 2002 23:11:40 +0000 |
michaelni |
optimizing mpeg2 decode block stuff
libavcodec
|
Tue, 01 Oct 2002 19:29:10 +0000 |
michaelni |
rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) )
libavcodec
|
Mon, 30 Sep 2002 21:36:43 +0000 |
michaelni |
fixing rv10, this isnt the cleanest solution (parsing the packet header in the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution
libavcodec
|
Mon, 30 Sep 2002 16:14:14 +0000 |
michaelni |
optimizing mpeg1_decode_block()
libavcodec
|
Mon, 30 Sep 2002 10:06:17 +0000 |
michaelni |
forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>)
libavcodec
|
Mon, 30 Sep 2002 09:19:54 +0000 |
michaelni |
convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame)
libavcodec
|
Sun, 29 Sep 2002 23:39:30 +0000 |
michaelni |
indenting preprocessor stuff, as its completly unreadable otherwise
libavcodec
|
Sun, 29 Sep 2002 23:21:13 +0000 |
michaelni |
renaming variable
libavcodec
|
Sun, 29 Sep 2002 22:44:22 +0000 |
michaelni |
idct permutation cleanup, idct can be selected per context now
libavcodec
|
Sun, 29 Sep 2002 15:14:28 +0000 |
mellum |
Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win
libavcodec
|
Sat, 28 Sep 2002 02:18:34 +0000 |
mellum |
An easy way to speed up encoding by 6%.
libavcodec
|
Sat, 28 Sep 2002 01:49:37 +0000 |
mellum |
Minor warning fix.
libavcodec
|
Fri, 27 Sep 2002 15:38:54 +0000 |
michaelni |
minor optimization of h263_encode_motion()
libavcodec
|
Fri, 27 Sep 2002 10:27:57 +0000 |
michaelni |
ff_get_fourcc() & XVIX support
libavcodec
|
Thu, 26 Sep 2002 23:27:22 +0000 |
michaelni |
autodetect UMP4 (by adding a fourcc field to AVCodecContext)
libavcodec
|
Thu, 26 Sep 2002 22:37:33 +0000 |
michaelni |
automatically detect broken opendivx codec and workaround, so bug=1 shouldnt be needed anymore for mpeg4 files, if there still are files which need bug=1 then tell me ...
libavcodec
|
Thu, 26 Sep 2002 09:16:23 +0000 |
michaelni |
h263_dc_scale() cleanup
libavcodec
|
Thu, 26 Sep 2002 00:22:25 +0000 |
michaelni |
mpeg4 interlaced dct encoding
libavcodec
|
Tue, 24 Sep 2002 23:57:17 +0000 |
michaelni |
ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Tue, 24 Sep 2002 15:07:44 +0000 |
michaelni |
adaptive quantization for h263
libavcodec
|
Tue, 24 Sep 2002 12:33:37 +0000 |
michaelni |
adaptive quantization for mpeg1
libavcodec
|
Tue, 24 Sep 2002 10:53:59 +0000 |
michaelni |
darkness masking (lumi masking does only bright stuff now)
libavcodec
|
Tue, 24 Sep 2002 09:15:46 +0000 |
michaelni |
fixing ac prediction encoding with adaptive quantization
libavcodec
|
Mon, 23 Sep 2002 15:16:09 +0000 |
michaelni |
fixing variance scaling for b frames (messed adaptive quants up)
libavcodec
|
Mon, 23 Sep 2002 14:56:11 +0000 |
michaelni |
adaptive quantization (lumi/temporal & spatial complexity masking)
libavcodec
|
Mon, 23 Sep 2002 08:44:24 +0000 |
michaelni |
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Fri, 20 Sep 2002 10:03:01 +0000 |
michaelni |
pix_sum16_mmx()
libavcodec
|
Thu, 19 Sep 2002 22:14:53 +0000 |
arpi_esp |
fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)
libavcodec
|
Thu, 19 Sep 2002 20:22:39 +0000 |
michaelni |
fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully
libavcodec
|
Thu, 19 Sep 2002 18:24:52 +0000 |
michaelni |
fixing apiexample
libavcodec
|
Thu, 19 Sep 2002 17:44:54 +0000 |
michaelni |
documenting most stuff in AVCodecContext
libavcodec
|
Thu, 19 Sep 2002 16:06:25 +0000 |
mellum |
* Remove -finline-limit=8000 (not supported by gcc 2.95)
libavcodec
|
Thu, 19 Sep 2002 10:26:49 +0000 |
michaelni |
fixing *pixels_tab stuff (hopefully, as its untested ...)
libavcodec
|
Thu, 19 Sep 2002 09:13:43 +0000 |
michaelni |
avcodec_alloc_context()
libavcodec
|
Wed, 18 Sep 2002 18:30:31 +0000 |
michaelni |
10l (forgot to commit)
libavcodec
|
Wed, 18 Sep 2002 18:28:11 +0000 |
michaelni |
better min/max rate handling
libavcodec
|
Wed, 18 Sep 2002 09:08:03 +0000 |
michaelni |
fixing
libavcodec
|
Sun, 15 Sep 2002 10:02:15 +0000 |
michaelni |
fixing memalign
libavcodec
|
Sat, 14 Sep 2002 22:07:35 +0000 |
michaelni |
dont store version for bit-exact tests
libavcodec
|
Sat, 14 Sep 2002 19:00:09 +0000 |
michaelni |
alignment info
libavcodec
|
Sat, 14 Sep 2002 17:18:26 +0000 |
michaelni |
interlaced b frames fix
libavcodec
|
Sat, 14 Sep 2002 12:36:54 +0000 |
michaelni |
fixing qpel 4mv
libavcodec
|
Sat, 14 Sep 2002 12:30:48 +0000 |
al3x |
complete aspect support
libavcodec
|
Sat, 14 Sep 2002 10:11:05 +0000 |
michaelni |
interlaced qpel mpeg4 fixed
libavcodec
|
Fri, 13 Sep 2002 23:27:01 +0000 |
mellum |
Synthesize pixels16 functions from pixels functions.
libavcodec
|
Fri, 13 Sep 2002 19:31:32 +0000 |
al3x |
aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars)
libavcodec
|
Fri, 13 Sep 2002 15:44:53 +0000 |
mellum |
Fix for h % 8 == 4 in put_pixels_axp_asm.
libavcodec
|
Fri, 13 Sep 2002 11:47:57 +0000 |
michaelni |
10l (field select readed at the wrong place ...)
libavcodec
|
Fri, 13 Sep 2002 11:24:58 +0000 |
michaelni |
interlaced b frames cleanup
libavcodec
|
Fri, 13 Sep 2002 10:56:51 +0000 |
mellum |
Due to version renumbering, Alpha builtins aren't supported in thegcc
libavcodec
|
Fri, 13 Sep 2002 09:45:32 +0000 |
michaelni |
interlaced mpeg4 b frame decoding
libavcodec
|
Fri, 13 Sep 2002 09:28:45 +0000 |
mellum |
Adapt to new 8/16 table scheme.
libavcodec
|
Fri, 13 Sep 2002 07:46:06 +0000 |
michaelni |
fixing 1/0 if the headers are incomplete (like what M$ encoder generates)
libavcodec
|
Thu, 12 Sep 2002 18:28:17 +0000 |
michaelni |
fixing interlaced mpeg4 decoding
libavcodec
|
Thu, 12 Sep 2002 15:22:14 +0000 |
michaelni |
parsing resync header extension support
libavcodec
|
Thu, 12 Sep 2002 15:02:47 +0000 |
michaelni |
vbv parameter parsing (more skiping actually ;) )
libavcodec
|
Thu, 12 Sep 2002 15:00:09 +0000 |
michaelni |
avoid nonsense frame-skip messages
libavcodec
|
Thu, 12 Sep 2002 14:43:44 +0000 |
michaelni |
uninitialized var ...
libavcodec
|
Thu, 12 Sep 2002 12:26:09 +0000 |
michaelni |
statistics for forw & back p-MBs instead of just one counter for both
libavcodec
|
Thu, 12 Sep 2002 11:10:33 +0000 |
michaelni |
m4v input support
libavcodec
|
Thu, 12 Sep 2002 10:54:53 +0000 |
michaelni |
export pts from stream if available
libavcodec
|
Thu, 12 Sep 2002 02:34:56 +0000 |
philipjsg |
Change abort() calls to av_abort() calls.
libavcodec
|
Thu, 12 Sep 2002 00:27:08 +0000 |
michaelni |
set pict_type & key_frame on decoding too
libavcodec
|
Wed, 11 Sep 2002 12:39:53 +0000 |
michaelni |
put/avg_pixels16
libavcodec
|
Wed, 11 Sep 2002 07:26:43 +0000 |
michaelni |
reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$
libavcodec
|
Sat, 07 Sep 2002 10:57:51 +0000 |
michaelni |
fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox dot ru>)
libavcodec
|
Sat, 07 Sep 2002 00:16:30 +0000 |
michaelni |
optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them
libavcodec
|
Fri, 06 Sep 2002 22:30:16 +0000 |
michaelni |
support decoding of the last mpeg "packet" even if no startcode is immedeatly afterwards (fixes bugs with mpeg in avi)
libavcodec
|
Thu, 05 Sep 2002 13:23:11 +0000 |
michaelni |
fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now)
libavcodec
|
Thu, 05 Sep 2002 10:06:20 +0000 |
michaelni |
apiexample needs EXTRALIBS
libavcodec
|
Thu, 05 Sep 2002 08:48:34 +0000 |
michaelni |
fixing tests
libavcodec
|
Tue, 03 Sep 2002 20:15:34 +0000 |
michaelni |
fixing segfault
libavcodec
|
Mon, 02 Sep 2002 17:08:40 +0000 |
michaelni |
10l (compilation if defined ARCH_ALPHA)
libavcodec
|
Mon, 02 Sep 2002 16:56:29 +0000 |
michaelni |
fixing encoding at high QPs (was broken after the dct accuracy increase due to too small inverse table)
libavcodec
|
Mon, 02 Sep 2002 16:48:40 +0000 |
michaelni |
ar -s -> ranlib
libavcodec
|
Mon, 02 Sep 2002 09:51:52 +0000 |
michaelni |
new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight modification by me
libavcodec
|
Mon, 02 Sep 2002 08:48:12 +0000 |
michaelni |
altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
libavcodec
|
Sun, 01 Sep 2002 20:54:38 +0000 |
michaelni |
higher accuracy
libavcodec
|
Sun, 01 Sep 2002 18:07:56 +0000 |
michaelni |
oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)
libavcodec
|
Sun, 01 Sep 2002 16:52:33 +0000 |
michaelni |
dct cleanup
libavcodec
|
Sun, 01 Sep 2002 14:30:55 +0000 |
arpi |
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
libavcodec
|
Sun, 01 Sep 2002 09:33:05 +0000 |
michaelni |
dct-test update
libavcodec
|
Sun, 01 Sep 2002 07:40:31 +0000 |
michaelni |
dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)
libavcodec
|
Sun, 01 Sep 2002 07:26:43 +0000 |
michaelni |
be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)
libavcodec
|
Sun, 01 Sep 2002 07:19:38 +0000 |
michaelni |
croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me
libavcodec
|
Sat, 31 Aug 2002 14:17:51 +0000 |
michaelni |
bitexact hack for the simple mmx idct
libavcodec
|
Fri, 30 Aug 2002 18:17:20 +0000 |
michaelni |
sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>)
libavcodec
|
Fri, 30 Aug 2002 16:16:30 +0000 |
michaelni |
undefined M_PI / M_E fix
libavcodec
|
Fri, 30 Aug 2002 00:05:28 +0000 |
michaelni |
patch by Heliodoro Tammaro <helio at interactives dot org>
libavcodec
|
Thu, 29 Aug 2002 23:55:32 +0000 |
michaelni |
slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG)
libavcodec
|
Wed, 28 Aug 2002 21:47:28 +0000 |
michaelni |
use extradata for h263_long_vector mode detection
libavcodec
|
Wed, 28 Aug 2002 13:14:36 +0000 |
michaelni |
first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
libavcodec
|
Wed, 28 Aug 2002 12:23:12 +0000 |
michaelni |
working around undefined behavior of get-vlc if the vlc s invalid
libavcodec
|
Wed, 28 Aug 2002 09:19:28 +0000 |
michaelni |
fixes rv10 decoding crash
libavcodec
|
Wed, 28 Aug 2002 08:15:30 +0000 |
michaelni |
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
libavcodec
|
Tue, 27 Aug 2002 16:28:19 +0000 |
michaelni |
mpeg4 interlaced decoding support (not completly implemented/tested due to lack of samples)
libavcodec
|
Mon, 26 Aug 2002 20:45:01 +0000 |
al3x |
added aspected_width/height for EXTENDED_PAR
libavcodec
|
Mon, 26 Aug 2002 16:10:41 +0000 |
michaelni |
fixing some 64bit bugs
libavcodec
|
Mon, 26 Aug 2002 08:14:36 +0000 |
michaelni |
forgot the const bits in 2pass curve matching (patch (with rounding removed) by R«±mi Guyomarch <rguyom at pobox dot com>)
libavcodec
|
Sun, 25 Aug 2002 23:49:50 +0000 |
michaelni |
fixing qmin==qmax && qsquish==1
libavcodec
|
Sun, 25 Aug 2002 22:54:43 +0000 |
michaelni |
NAN doesnt exist on FreeBSD patch by (R«±mi Guyomarch <rguyom at pobox dot com>)
libavcodec
|
Sun, 25 Aug 2002 21:41:57 +0000 |
michaelni |
new ratecontrol code
libavcodec
|
Sun, 25 Aug 2002 21:19:50 +0000 |
michaelni |
new ratecontrol code
libavcodec
|
Sat, 24 Aug 2002 13:24:43 +0000 |
michaelni |
error concealment needs the mbintra_table so it should allways be allocated
libavcodec
|
Thu, 22 Aug 2002 23:29:45 +0000 |
arpi |
removed -W -Wall -g and other gcc-specific warning/debug options
libavcodec
|
Thu, 22 Aug 2002 19:41:39 +0000 |
michaelni |
faster ff_sqrt()
libavcodec
|
Thu, 22 Aug 2002 19:41:06 +0000 |
michaelni |
better scene change detection
libavcodec
|
Wed, 21 Aug 2002 19:18:02 +0000 |
michaelni |
darwin patches by Heliodoro Tammaro <helio at interactives dot org>
libavcodec
|
Tue, 20 Aug 2002 19:23:06 +0000 |
michaelni |
dont trash mm0, its still used in the next iteration of the loop (fixes strange horizontal lines on some blocks in b frames on mmx only cpus)
libavcodec
|
Sun, 18 Aug 2002 00:42:58 +0000 |
michaelni |
same dc skip behavior for chroma & luma elimination, its confusing otherwise imho
libavcodec
|
Sat, 17 Aug 2002 20:10:27 +0000 |
michaelni |
skip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT(input coeffs !=0) == 0 problems which cause catastrophic error accumulation at qp=1
libavcodec
|
Tue, 13 Aug 2002 18:51:11 +0000 |
michaelni |
patch by (Volker Moell <volker-ml at die-moells dot de>)
libavcodec
|
Fri, 09 Aug 2002 10:43:02 +0000 |
kabi |
* resync without endless loop
libavcodec
|
Fri, 09 Aug 2002 00:13:54 +0000 |
michaelni |
faster vlc table selection
libavcodec
|
Thu, 08 Aug 2002 10:46:16 +0000 |
michael |
1000l
libavcodec
|
Tue, 06 Aug 2002 23:51:15 +0000 |
michaelni |
mpeg4 mpeg quantizer encoding
libavcodec
|
Mon, 05 Aug 2002 21:36:14 +0000 |
michaelni |
4mv + bframe decoding bugfix
libavcodec
|
Mon, 05 Aug 2002 19:05:02 +0000 |
michaelni |
fixing level overflow check for qp=1
libavcodec
|
Sun, 04 Aug 2002 19:28:27 +0000 |
michaelni |
hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though)
libavcodec
|
Sun, 04 Aug 2002 18:19:09 +0000 |
michaelni |
fixing slices which start at mb_x>0
libavcodec
|
Sun, 04 Aug 2002 16:46:18 +0000 |
michaelni |
supporting rare overflow mess even with error_resilience>=0
libavcodec
|
Sun, 04 Aug 2002 16:21:41 +0000 |
michaelni |
making some error checks optional
libavcodec
|
Sun, 04 Aug 2002 16:05:05 +0000 |
michaelni |
last_picture should be never == NULL (it was with dr1) this might fix a segfault with error concealment
libavcodec
|
Fri, 02 Aug 2002 20:27:46 +0000 |
michaelni |
fixing mpeg4 mpeg quantizers
libavcodec
|
Fri, 02 Aug 2002 11:58:02 +0000 |
michaelni |
fixing normal mmx idct
libavcodec
|
Thu, 01 Aug 2002 23:23:48 +0000 |
michaelni |
10l found by R«±mi Guyomarch <rguyom at pobox dot com>
libavcodec
|
Thu, 01 Aug 2002 11:01:07 +0000 |
michaelni |
max_b_frame=4 bugfix
libavcodec
|
Wed, 31 Jul 2002 08:01:29 +0000 |
michaelni |
b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>)
libavcodec
|
Mon, 29 Jul 2002 23:14:51 +0000 |
mellum |
MVI optimizations for motion estimation.
libavcodec
|
Sat, 27 Jul 2002 14:48:44 +0000 |
michaelni |
dump bits per frame / qp / frame complexity support
libavcodec
|
Sat, 27 Jul 2002 08:27:02 +0000 |
michaelni |
handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl>
libavcodec
|
Sat, 27 Jul 2002 03:08:04 +0000 |
philipjsg |
Add conversions to and from RGBA32 and BGRA32.
libavcodec
|
Thu, 25 Jul 2002 20:22:36 +0000 |
michaelni |
different edge positions fixed with edge emu / dr1
libavcodec
|
Thu, 25 Jul 2002 16:25:36 +0000 |
bellard |
added proposed API for parse_only mode to extract compressed frames from compressed streams
libavcodec
|
Tue, 23 Jul 2002 09:44:34 +0000 |
michaelni |
this include isn;t longer need and now generate a lot of warnings patch by Bohdan Horst <nexus at hoth.amu.edu.pl>
libavcodec
|
Mon, 22 Jul 2002 20:51:26 +0000 |
al3x |
moved codebooks to svq1_cb.h
libavcodec
|
Mon, 22 Jul 2002 08:15:27 +0000 |
michaelni |
fixing bitrate vs. kbitrate in header
libavcodec
|
Mon, 22 Jul 2002 01:44:08 +0000 |
michaelni |
adpcm encoding patch by Fran«®ois Revol <revol at free dot fr>
libavcodec
|
Sun, 21 Jul 2002 07:54:53 +0000 |
michaelni |
YUV410P to YUV420P patch by Fran«®ois Revol <revol at free dot fr>
libavcodec
|
Sun, 21 Jul 2002 01:34:05 +0000 |
michaelni |
minor optimizations
libavcodec
|
Sun, 21 Jul 2002 00:48:50 +0000 |
michaelni |
pix_abs mmx2 isnt bit-exact ...
libavcodec
|
Sat, 20 Jul 2002 20:05:50 +0000 |
michaelni |
beos/mov/adpcm patch by Fran«®ois Revol <revol at free dot fr>
libavcodec
|
Fri, 19 Jul 2002 22:23:40 +0000 |
michaelni |
BeOS patches by "shatty" <shatty at myrealbox.com>
libavcodec
|
Thu, 18 Jul 2002 20:27:09 +0000 |
michaelni |
largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net>
libavcodec
|
Wed, 17 Jul 2002 23:32:31 +0000 |
michaelni |
use edge emu for encoding of width or height %16!=0 files
libavcodec
|
Wed, 17 Jul 2002 17:50:42 +0000 |
michaelni |
fixing NULL reference frame with dr1
libavcodec
|
Wed, 17 Jul 2002 15:54:56 +0000 |
michaelni |
hmm ABS(dc-diff) > 512 fix
libavcodec
|
Wed, 17 Jul 2002 13:25:01 +0000 |
michaelni |
larger edge emu buffer (might have been too small)
libavcodec
|
Wed, 17 Jul 2002 12:42:50 +0000 |
michaelni |
fixing gmc with emu edges
libavcodec
|
Wed, 17 Jul 2002 11:04:26 +0000 |
michaelni |
interlaced mpeg2 fix ... replacing linesize>>1 by uvlinesize brainlessly wasnt a good idea
libavcodec
|
Wed, 17 Jul 2002 10:30:31 +0000 |
michaelni |
low_delay / has_b_frames fix
libavcodec
|
Wed, 17 Jul 2002 09:15:14 +0000 |
michaelni |
fixes fire.avi & subtitles.avi
libavcodec
|
Tue, 16 Jul 2002 11:45:14 +0000 |
michaelni |
exporting mbskip_table after it has been allocated
libavcodec
|
Tue, 16 Jul 2002 10:29:07 +0000 |
michaelni |
hurry up support
libavcodec
|
Tue, 16 Jul 2002 10:19:00 +0000 |
michaelni |
grayscale only decoding
libavcodec
|
Tue, 16 Jul 2002 01:24:02 +0000 |
michaelni |
dr1
libavcodec
|
Tue, 16 Jul 2002 00:48:29 +0000 |
michaelni |
dr1
libavcodec
|
Mon, 15 Jul 2002 21:19:37 +0000 |
michaelni |
direct rendering for SVQ1
libavcodec
|
Mon, 15 Jul 2002 14:15:10 +0000 |
michaelni |
uvlinesize
libavcodec
|
Mon, 15 Jul 2002 07:43:22 +0000 |
nickols_k |
1001L
libavcodec
|
Mon, 15 Jul 2002 00:25:53 +0000 |
michaelni |
4mv & qpel edge emu
libavcodec
|
Sun, 14 Jul 2002 18:37:35 +0000 |
michaelni |
direct rendering method 1 support
libavcodec
|
Sun, 14 Jul 2002 18:36:24 +0000 |
michaelni |
rl vlc table optimization (not yet used)
libavcodec
|
Sun, 14 Jul 2002 14:05:10 +0000 |
michaelni |
faster get_bit_cache
libavcodec
|
Sat, 13 Jul 2002 19:31:15 +0000 |
mellum |
Force inlining on get_vlc2.
libavcodec
|
Sat, 13 Jul 2002 17:30:43 +0000 |
michaelni |
rl decoding optimization
libavcodec
|
Sat, 13 Jul 2002 16:29:11 +0000 |
mellum |
Remove support for variable BSIZE and INCR, as sub_pixels_* is no
libavcodec
|
Sat, 13 Jul 2002 16:23:02 +0000 |
michaelni |
get_vlc -> get_vlc2
libavcodec
|
Sat, 13 Jul 2002 16:17:38 +0000 |
mellum |
* Improve xy2 routines slightly
libavcodec
|
Sat, 13 Jul 2002 16:10:27 +0000 |
michaelni |
optimization (get_vlc() -> get_vlc2())
libavcodec
|
Sat, 13 Jul 2002 15:45:52 +0000 |
michaelni |
optimization (get_vlc -> get_vlc2)
libavcodec
|
Sat, 13 Jul 2002 15:03:47 +0000 |
michaelni |
return buf_size again, i hope kabi is finally happy now ;)
libavcodec
|
Sat, 13 Jul 2002 14:55:12 +0000 |
michaelni |
rl vlc decoding optimizations
libavcodec
|
Fri, 12 Jul 2002 12:41:32 +0000 |
mellum |
Warning fix.
libavcodec
|
Thu, 11 Jul 2002 23:34:06 +0000 |
arpi_esp |
don't exit decoder after decoding first field -> fixes angels.avi interlacing
libavcodec
|
Thu, 11 Jul 2002 15:55:19 +0000 |
mellum |
Tweak Alpha compiler flags.
libavcodec
|
Thu, 11 Jul 2002 15:54:10 +0000 |
nickols_k |
10L
libavcodec
|
Thu, 11 Jul 2002 15:16:17 +0000 |
nickols_k |
Add Arpi to list of porters.
libavcodec
|
Thu, 11 Jul 2002 15:03:41 +0000 |
nickols_k |
Change licence to LGPL since there are no objections from side of original author
libavcodec
|
Thu, 11 Jul 2002 12:42:20 +0000 |
michaelni |
dont trash table in GET_VLC
libavcodec
|
Wed, 10 Jul 2002 22:06:04 +0000 |
mellum |
Remove some cruft.
libavcodec
|
Wed, 10 Jul 2002 21:01:45 +0000 |
michaelni |
adding ff prefix to avoid global name conficts with xvid (patch by Marko Kreen <marko at l-t.ee>)
libavcodec
|
Wed, 10 Jul 2002 20:21:00 +0000 |
michaelni |
returning the number of consumed bytes (2nd try)
libavcodec
|
Wed, 10 Jul 2002 20:05:42 +0000 |
michaelni |
get_vlc() optimizations
libavcodec
|
Wed, 10 Jul 2002 17:39:16 +0000 |
nickols_k |
Applied patch of Felix Buenemann
libavcodec
|
Wed, 10 Jul 2002 17:32:59 +0000 |
michaelni |
get_vlc() optimization
libavcodec
|
Wed, 10 Jul 2002 16:37:08 +0000 |
nickols_k |
* prefixication (due Kabi's request)
libavcodec
|
Wed, 10 Jul 2002 14:34:06 +0000 |
kabi |
* clean compiler warning
libavcodec
|
Wed, 10 Jul 2002 10:25:11 +0000 |
michaelni |
return the number of consumed bytes instead of 0 or buf_size
libavcodec
|
Tue, 09 Jul 2002 19:22:50 +0000 |
michaelni |
c std doesnt like negative shifts -> use asm
libavcodec
|
Tue, 09 Jul 2002 18:38:07 +0000 |
kabi |
* declare av_free
libavcodec
|
Tue, 09 Jul 2002 18:14:59 +0000 |
michaelni |
warning fix patch by atmos
libavcodec
|
Tue, 09 Jul 2002 17:41:51 +0000 |
michaelni |
gcc3 bug workaround
libavcodec
|
Tue, 09 Jul 2002 16:08:43 +0000 |
nickols_k |
new codec: Sorenson v1
libavcodec
|
Tue, 09 Jul 2002 10:35:10 +0000 |
michaelni |
new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler)
libavcodec
|
Sun, 07 Jul 2002 08:34:46 +0000 |
michaelni |
wmv1 slice_height != mb_height support
libavcodec
|
Fri, 05 Jul 2002 19:16:26 +0000 |
mellum |
Implement clear_blocks_axp.
libavcodec
|
Thu, 04 Jul 2002 13:41:27 +0000 |
mellum |
* Move "restrict" fallback to common.h
libavcodec
|
Thu, 04 Jul 2002 01:47:32 +0000 |
mellum |
* Detect "retrict" keyword
libavcodec
|
Wed, 03 Jul 2002 23:30:32 +0000 |
mellum |
Make dct_unquantize_h263 work on systems without MVI extension.
libavcodec
|
Wed, 03 Jul 2002 03:01:06 +0000 |
mellum |
Update and activate dct_unquantize_h263_mvi. Thanks to M«©ns Rullg«©rd
libavcodec
|
Wed, 03 Jul 2002 01:09:44 +0000 |
mellum |
Use updated motion compensation routines.
libavcodec
|
Tue, 02 Jul 2002 02:22:46 +0000 |
mellum |
Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to
libavcodec
|
Mon, 01 Jul 2002 23:47:01 +0000 |
mellum |
Assembly version of put_pixels. This is currently the function that
libavcodec
|
Mon, 01 Jul 2002 23:02:36 +0000 |
mellum |
Add profiling support.
libavcodec
|
Mon, 01 Jul 2002 04:26:07 +0000 |
mellum |
Implement put_pixels_clamped and add_pixels_clamped in Assembler. This
libavcodec
|
Sat, 29 Jun 2002 15:01:23 +0000 |
michael |
colorspace converter tests (memory corruption tests at different width/src/dst)
libavcodec
|
Thu, 27 Jun 2002 13:21:16 +0000 |
kabi |
* turned into debug message - it's annoying when watching mjpeg files
libavcodec
|
Tue, 25 Jun 2002 10:15:42 +0000 |
michaelni |
init dc_scale tables to defaults (fixes mjpeg sig11)
libavcodec
|
Mon, 24 Jun 2002 22:22:39 +0000 |
mellum |
Ugly hack to make the assembler accept MVI instructions.
libavcodec
|
Mon, 24 Jun 2002 22:21:30 +0000 |
mellum |
* Fixed constraints
libavcodec
|
Mon, 24 Jun 2002 21:17:22 +0000 |
mellum |
Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more
libavcodec
|
Mon, 24 Jun 2002 15:02:52 +0000 |
michaelni |
4mv bugfix
libavcodec
|
Sat, 22 Jun 2002 15:52:25 +0000 |
michaelni |
fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc prediction as mpeg4 just cuz they changed it a bit from msmpeg4v3
libavcodec
|
Tue, 18 Jun 2002 00:50:20 +0000 |
michaelni |
wmv1 support
libavcodec
|
Tue, 18 Jun 2002 00:49:00 +0000 |
michaelni |
wmv1 support
libavcodec
|
Tue, 18 Jun 2002 00:46:02 +0000 |
michaelni |
dc scale simplification/optimization
libavcodec
|
Mon, 17 Jun 2002 08:29:03 +0000 |
bellard |
use #ifdef
libavcodec
|
Thu, 13 Jun 2002 23:36:30 +0000 |
bellard |
reverted to inttypes.h since it gives problems on some unixes
libavcodec
|
Tue, 11 Jun 2002 13:45:17 +0000 |
bellard |
moved code to mem.c and allcodecs.c
libavcodec
|
Tue, 11 Jun 2002 13:44:14 +0000 |
bellard |
fixed one mpeg decoder memory leak
libavcodec
|
Tue, 11 Jun 2002 13:43:27 +0000 |
bellard |
move unaligned access macros to dsputil.h - added unaligned 32 bit store
libavcodec
|
Tue, 11 Jun 2002 13:42:18 +0000 |
bellard |
memory functions are exported
libavcodec
|
Tue, 11 Jun 2002 13:41:41 +0000 |
bellard |
put codec registering in another file so that the user can install the codecs he wants
libavcodec
|
Tue, 11 Jun 2002 13:41:01 +0000 |
bellard |
put memory functions in a separate file so that the user can redefinite them without modifying the library
libavcodec
|
Tue, 11 Jun 2002 13:39:47 +0000 |
bellard |
added installlib target to install static libraries and includes
libavcodec
|
Tue, 11 Jun 2002 13:38:54 +0000 |
bellard |
do not export internal functions - use stdint.h
libavcodec
|
Sun, 09 Jun 2002 14:04:36 +0000 |
michaelni |
grayscale only encoding
libavcodec
|
Sun, 09 Jun 2002 13:43:53 +0000 |
michaelni |
passing avctx->flags so that grayscale only decoding works with mpeg1/2 too
libavcodec
|
Sun, 09 Jun 2002 13:35:56 +0000 |
michaelni |
grayscale only decoding
libavcodec
|
Fri, 07 Jun 2002 22:01:03 +0000 |
arpi_esp |
in libavcodec/Makefile there is in line 110: "distclean: clean<binary char>"
libavcodec
|
Thu, 06 Jun 2002 14:31:18 +0000 |
bellard |
fixed multiple allocation bug
libavcodec
|
Thu, 06 Jun 2002 14:25:44 +0000 |
bellard |
fixed case where abs_level > MAX_LEVEL
libavcodec
|
Wed, 05 Jun 2002 23:43:56 +0000 |
michaelni |
optimizing MPV_decode_mb
libavcodec
|
Wed, 05 Jun 2002 18:48:07 +0000 |
bellard |
added ff_idct_put/add
libavcodec
|
Wed, 05 Jun 2002 18:46:25 +0000 |
bellard |
added inlined put/add functions
libavcodec
|
Wed, 05 Jun 2002 18:36:03 +0000 |
bellard |
use ff_idct_put/add()
libavcodec
|
Wed, 05 Jun 2002 18:35:28 +0000 |
bellard |
use ff_idct_put()
libavcodec
|
Wed, 05 Jun 2002 14:25:06 +0000 |
bellard |
removed unused code - began to merge alpha specific stuff - added mac macros for suitable CPUs
libavcodec
|
Tue, 04 Jun 2002 18:35:31 +0000 |
michaelni |
run1 can be <0 bugfix (found by fabrice)
libavcodec
|
Tue, 04 Jun 2002 12:58:40 +0000 |
bellard |
avoid name clash with libjpeg - added missing externs
libavcodec
|
Tue, 04 Jun 2002 12:56:04 +0000 |
bellard |
added missing externs (we were lucky that commons are used)
libavcodec
|
Tue, 04 Jun 2002 12:53:11 +0000 |
bellard |
added missing externs
libavcodec
|
Mon, 03 Jun 2002 17:35:35 +0000 |
kabi |
* reimplemented remaing avg_ pixel functions
libavcodec
|
Mon, 03 Jun 2002 17:31:46 +0000 |
kabi |
* implemented remaing avg_ pixel functions (these are not used offen)
libavcodec
|
Mon, 03 Jun 2002 14:44:37 +0000 |
mellum |
Revert previous bogus warning fix.
libavcodec
|
Mon, 03 Jun 2002 11:16:11 +0000 |
mellum |
Minor warning cleanup.
libavcodec
|
Mon, 03 Jun 2002 07:58:35 +0000 |
nickols_k |
use qstride instead of fixed constants
libavcodec
|
Mon, 03 Jun 2002 07:01:42 +0000 |
nickols_k |
new field for communicating with external postprocessing
libavcodec
|
Sun, 02 Jun 2002 22:08:04 +0000 |
michaelni |
100l divx501+ seeking bugfix
libavcodec
|
Sun, 02 Jun 2002 16:06:41 +0000 |
michaelni |
gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at users.sourceforge.net>)
libavcodec
|
Sun, 02 Jun 2002 15:49:21 +0000 |
michaelni |
10l found&patch by D Richard Felker III <dalias at aerifal.cx>
libavcodec
|
Sun, 02 Jun 2002 15:31:30 +0000 |
michaelni |
typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>)
libavcodec
|
Sun, 02 Jun 2002 13:31:48 +0000 |
michaelni |
divx5 bug workaround
libavcodec
|
Sun, 02 Jun 2002 12:25:54 +0000 |
michaelni |
single coefficient elimination
libavcodec
|
Sun, 02 Jun 2002 12:24:26 +0000 |
michaelni |
b_quant_offset (unfinished, should be 0 for now)
libavcodec
|
Sun, 02 Jun 2002 12:23:22 +0000 |
michaelni |
data partitioning
libavcodec
|
Sun, 02 Jun 2002 12:22:30 +0000 |
michaelni |
msmpeg4v1 decoding
libavcodec
|
Sun, 02 Jun 2002 12:20:39 +0000 |
michaelni |
single coefficient elimination
libavcodec
|
Sun, 02 Jun 2002 12:18:18 +0000 |
michaelni |
dont double check vectors
libavcodec
|
Sun, 02 Jun 2002 12:16:28 +0000 |
michaelni |
error concealment / error resilience
libavcodec
|
Sun, 02 Jun 2002 12:15:17 +0000 |
michaelni |
error concealment / error resilience
libavcodec
|
Sun, 02 Jun 2002 12:13:09 +0000 |
michaelni |
fixing get_bits_count at the end
libavcodec
|
Sun, 02 Jun 2002 12:11:44 +0000 |
michaelni |
sqrt
libavcodec
|
Sat, 01 Jun 2002 23:18:44 +0000 |
michaelni |
bugfix
libavcodec
|
Sat, 01 Jun 2002 14:34:29 +0000 |
bellard |
fixed layer1/2 overflow if very loud sound - fixed broken free format decoding to pass all mpeg audio standard decoding tests (please avoid patching the parser without having all test streams available - contact me if necessary)
libavcodec
|
Thu, 30 May 2002 15:14:56 +0000 |
kabi |
* removed MANGLE from macros for setting constants
libavcodec
|
Wed, 29 May 2002 20:00:10 +0000 |
kabi |
* using unrolled loops seems to help to MMX Celerons
libavcodec
|
Wed, 29 May 2002 19:57:21 +0000 |
kabi |
* reenabled original xy2 put routine - rounding error is really bad with
libavcodec
|
Wed, 29 May 2002 17:16:22 +0000 |
kabi |
* code with new PAVGB for MMX only CPU splited into separate file
libavcodec
|
Wed, 29 May 2002 14:29:48 +0000 |
kabi |
* new mmx code - based upon http://aggregate.org/MAGIC
libavcodec
|
Wed, 29 May 2002 14:20:48 +0000 |
kabi |
* cosmetic minor change
libavcodec
|
Wed, 29 May 2002 08:31:22 +0000 |
kabi |
* optimized remaing avg_pixels_xy2
libavcodec
|
Tue, 28 May 2002 16:35:58 +0000 |
kabi |
* optimized avg_* functions (except xy2)
libavcodec
|
Mon, 27 May 2002 16:42:14 +0000 |
kabi |
* started to cleanup name clashes for onetime compilation
libavcodec
|
Mon, 27 May 2002 14:09:10 +0000 |
kabi |
* more PIC friendly and faster code
libavcodec
|
Mon, 27 May 2002 11:32:01 +0000 |
kabi |
* removed TESTCPU_MAIN - not needed for testing
libavcodec
|
Mon, 27 May 2002 09:17:21 +0000 |
kabi |
* for this moment bswap.h included ahead of HAVE_AV_CONFIG_H check
libavcodec
|
Mon, 27 May 2002 08:37:13 +0000 |
kabi |
* undefine local defines when they are no longer needed
libavcodec
|
Mon, 27 May 2002 08:34:24 +0000 |
kabi |
* compatibilized declaration with its original definition
libavcodec
|
Mon, 27 May 2002 08:31:54 +0000 |
kabi |
* avoids double inclusion of this header
libavcodec
|
Sun, 26 May 2002 15:24:32 +0000 |
bellard |
don't use inttypes.h - use inline function for bswap_64()
libavcodec
|
Sun, 26 May 2002 15:07:57 +0000 |
bellard |
fixed mangle issue
libavcodec
|
Sun, 26 May 2002 14:41:53 +0000 |
bellard |
removed invalid buffer handling
libavcodec
|
Sun, 26 May 2002 09:45:45 +0000 |
nickols_k |
untested generic bswap64
libavcodec
|
Sat, 25 May 2002 22:45:33 +0000 |
glantau |
license/copyright change
libavcodec
|
Sat, 25 May 2002 22:42:45 +0000 |
glantau |
consistent include usage
libavcodec
|
Sat, 25 May 2002 22:39:29 +0000 |
glantau |
fixed incorrect buffer handling
libavcodec
|
Sat, 25 May 2002 22:38:02 +0000 |
glantau |
better logic for bswap
libavcodec
|
Sat, 25 May 2002 22:36:24 +0000 |
glantau |
removed
libavcodec
|
Sat, 25 May 2002 22:36:01 +0000 |
glantau |
moved in libavcodec
libavcodec
|
Fri, 24 May 2002 01:16:08 +0000 |
philipjsg |
Add an av_abort macro that aborts, but also prints out the location of the abort.
libavcodec
|
Thu, 23 May 2002 16:19:07 +0000 |
kabi |
* baling 8 seems to have the same speed
libavcodec
|
Thu, 23 May 2002 15:57:28 +0000 |
kabi |
* always baling even though it seems to produce sometime worse
libavcodec
|
Thu, 23 May 2002 15:48:30 +0000 |
kabi |
* cleanup for put_pixels_mmx
libavcodec
|
Thu, 23 May 2002 15:33:23 +0000 |
alex |
applied 64bit patch from Ulrich Hecht <uli at suse dot de>
libavcodec
|
Thu, 23 May 2002 13:34:22 +0000 |
kabi |
* somewhat more advanced test suit for dsp code - for now i386 only
libavcodec
|
Thu, 23 May 2002 12:17:08 +0000 |
kabi |
* align the source initialy address
libavcodec
|
Thu, 23 May 2002 10:10:14 +0000 |
kabi |
* fixed contrains and avoid usage of scale index access
libavcodec
|
Thu, 23 May 2002 10:09:33 +0000 |
kabi |
* added simple test main - see comments about how to
libavcodec
|
Wed, 22 May 2002 23:18:59 +0000 |
michaelni |
using 1 operand less and slightly faster put_pixels_y2
libavcodec
|
Wed, 22 May 2002 20:46:24 +0000 |
kabi |
* fix for -fPIC compilation - compiles with 2.95.2 as well - any
libavcodec
|
Wed, 22 May 2002 13:53:23 +0000 |
kabi |
* minor cleanup
libavcodec
|
Tue, 21 May 2002 23:13:57 +0000 |
michaelni |
workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this)
libavcodec
|
Tue, 21 May 2002 23:07:26 +0000 |
kabi |
* oops - these are the midnight commits...
libavcodec
|
Tue, 21 May 2002 22:18:12 +0000 |
kabi |
* restored previous behaviour for this moment
libavcodec
|
Tue, 21 May 2002 21:50:05 +0000 |
kabi |
* restored previous non '..' version
libavcodec
|
Tue, 21 May 2002 21:07:47 +0000 |
glantau |
fixed incorrect global gain - slightly increased precision of n^(4/3) table
libavcodec
|
Tue, 21 May 2002 19:42:43 +0000 |
kabi |
* using ../ for bswap.h
libavcodec
|
Tue, 21 May 2002 18:56:03 +0000 |
kabi |
* avoid conflicts with non-ffmpeg config.h and also it's consistent
libavcodec
|
Mon, 20 May 2002 21:15:53 +0000 |
glantau |
fixed one overflow problem
libavcodec
|
Mon, 20 May 2002 16:37:58 +0000 |
glantau |
removed unused stuff - added dsputil_set_bit_exact() support for easier testing
libavcodec
|
Mon, 20 May 2002 16:25:09 +0000 |
glantau |
removed unused code
libavcodec
|
Mon, 20 May 2002 16:24:39 +0000 |
glantau |
mpeg1/2 identifier - fixed frame rate for some bad mpeg1 streams
libavcodec
|
Mon, 20 May 2002 16:23:27 +0000 |
glantau |
better av_freep()
libavcodec
|
Mon, 20 May 2002 16:22:51 +0000 |
glantau |
added avcodec_set_bit_exact() for testing
libavcodec
|
Sun, 19 May 2002 01:49:53 +0000 |
michaelni |
fixing alignment for alignment picky cpus
libavcodec
|
Sat, 18 May 2002 23:05:19 +0000 |
glantau |
removed unmaintained vc stuff
libavcodec
|
Sat, 18 May 2002 23:03:29 +0000 |
glantau |
removed useless header includes - use av memory functions
libavcodec
|
Sat, 18 May 2002 23:01:20 +0000 |
glantau |
added VPATH support for multiple dir compilation
libavcodec
|
Sat, 18 May 2002 22:59:50 +0000 |
glantau |
proper memory handling functions
libavcodec
|
Sat, 18 May 2002 22:59:12 +0000 |
glantau |
removed debug function
libavcodec
|
Sat, 18 May 2002 22:58:08 +0000 |
glantau |
put all integer init code to compute n^(4/3) - memory alloc and header fixes
libavcodec
|
Sat, 18 May 2002 22:56:50 +0000 |
glantau |
improved mpeg1/2 decoding speed
libavcodec
|
Sat, 18 May 2002 22:56:25 +0000 |
glantau |
added proper memory handling functions - fixed include paths
libavcodec
|
Sat, 18 May 2002 22:49:11 +0000 |
glantau |
tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added comment about rounding bug in some functions (need to correct or suppress them for regression tests)
libavcodec
|
Fri, 17 May 2002 15:31:33 +0000 |
michaelni |
qmin==1 bugfix
libavcodec
|
Fri, 17 May 2002 13:01:01 +0000 |
michaelni |
shared lib support (req by kabi) ...
libavcodec
|
Fri, 17 May 2002 01:04:14 +0000 |
michaelni |
hopefully faster mmx2&3dnow MC
libavcodec
|
Thu, 16 May 2002 23:29:09 +0000 |
michaelni |
new hopefully faster MC
libavcodec
|
Thu, 16 May 2002 22:01:30 +0000 |
michaelni |
print frame decoding time support (x86 only)
libavcodec
|
Tue, 14 May 2002 19:56:42 +0000 |
pulento |
- repeat_pict meaning changed, now it signals the extra delay for the
libavcodec
|
Tue, 14 May 2002 14:17:11 +0000 |
kabi |
* first shot for the new avcodec API
libavcodec
|
Tue, 14 May 2002 02:36:23 +0000 |
philipjsg |
* Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it.
libavcodec
|
Sun, 12 May 2002 16:06:45 +0000 |
nickols_k |
build num ++
libavcodec
|
Sun, 12 May 2002 15:53:25 +0000 |
nickols_k |
build info for ABI
libavcodec
|
Sun, 12 May 2002 15:30:10 +0000 |
nickols_k |
I was too lazy to be a hero ;)
libavcodec
|
Sun, 12 May 2002 02:55:48 +0000 |
pulento |
- repeat_pict added to AVCodecContext to signal if the decoder must repeat
libavcodec
|
Sat, 11 May 2002 23:42:16 +0000 |
pulento |
- pict_type exported to AVCodecContext
libavcodec
|
Thu, 09 May 2002 05:42:27 +0000 |
pulento |
- Warning fix.
libavcodec
|
Thu, 09 May 2002 01:24:27 +0000 |
philipjsg |
* Don't allocate 0 bytes of memory. It upsets electricFence!
libavcodec
|
Thu, 09 May 2002 01:23:49 +0000 |
philipjsg |
* Fix a problem with the first sample when down sampling.
libavcodec
|
Thu, 09 May 2002 01:22:51 +0000 |
philipjsg |
* Every frame is a key_frame
libavcodec
|
Thu, 09 May 2002 01:22:30 +0000 |
philipjsg |
* Start using enumerated types (makes debugging much easier)
libavcodec
|
Tue, 07 May 2002 17:55:02 +0000 |
al3x |
clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)
libavcodec
|
Tue, 07 May 2002 17:21:38 +0000 |
al3x |
added support for various app headers, and writin FFmpeg comment
libavcodec
|
Mon, 06 May 2002 21:34:50 +0000 |
pulento |
- Segfault fixed when liba52 dynamic library isn't found.
libavcodec
|
Mon, 06 May 2002 19:32:55 +0000 |
pulento |
- MPEG-4 B frames coding option for ffmpeg.c
libavcodec
|
Mon, 06 May 2002 16:40:43 +0000 |
kabi |
* replaced with liba52
libavcodec
|
Mon, 06 May 2002 13:15:05 +0000 |
michaelni |
there are divx5? encoded files without a userdata section but with b-frames :(
libavcodec
|
Sun, 05 May 2002 19:03:24 +0000 |
michaelni |
segfault fix for b-frame encoding with height%16!=0
libavcodec
|
Sun, 05 May 2002 11:08:59 +0000 |
michael |
3dnow temporal denoiser bugfix by R«±mi Guyomarch <rguyom@pobox.com>
libavcodec
|
Sun, 05 May 2002 09:56:13 +0000 |
nickols_k |
version info
libavcodec
|
Sun, 05 May 2002 01:39:07 +0000 |
michaelni |
MV visualisation support
libavcodec
|
Sun, 05 May 2002 01:37:07 +0000 |
michaelni |
shorter user data with formating by juanjo
libavcodec
|
Sat, 04 May 2002 18:58:07 +0000 |
michaelni |
move ABS() to common.h
libavcodec
|
Fri, 03 May 2002 23:13:24 +0000 |
michaelni |
move put_string() to common.{c,h}
libavcodec
|
Fri, 03 May 2002 21:38:02 +0000 |
michaelni |
correct quantizer bias
libavcodec
|
Fri, 03 May 2002 18:46:55 +0000 |
arpi_esp |
ar -s has portability problems, anyway rc is enough without s -- suggested by Atmosfear
libavcodec
|
Fri, 03 May 2002 18:11:23 +0000 |
pulento |
- H263 PAR support by Alex Beregszaszi.
libavcodec
|
Fri, 03 May 2002 16:34:40 +0000 |
arpi_esp |
patch by Alex Beregszaszi <alex@naxine.org>
libavcodec
|
Thu, 02 May 2002 20:45:43 +0000 |
michaelni |
freeze fix
libavcodec
|
Thu, 02 May 2002 13:35:33 +0000 |
michaelni |
C4=16383 for the c version too and even for some outcommented code
libavcodec
|
Thu, 02 May 2002 12:51:10 +0000 |
michaelni |
set C4 to 16383
libavcodec
|
Thu, 02 May 2002 04:39:45 +0000 |
pulento |
- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.
libavcodec
|
Wed, 01 May 2002 18:12:04 +0000 |
arpi_esp |
Support for external huffman table and various fixes by Alex Beregszaszi <alex@naxine.org>
libavcodec
|
Wed, 01 May 2002 13:27:40 +0000 |
kabi |
* by Thomas Sailer:
libavcodec
|
Tue, 30 Apr 2002 01:29:29 +0000 |
michaelni |
fixing msmpeg4v3 dc-scale for quantizers 24-31
libavcodec
|
Sat, 27 Apr 2002 14:10:47 +0000 |
michaelni |
detecting xvid/divx4/opendivx and set low_delay flag
libavcodec
|
Sat, 27 Apr 2002 13:12:57 +0000 |
michaelni |
export mbskip_table for direct rendering
libavcodec
|
Sat, 27 Apr 2002 12:30:26 +0000 |
michaelni |
fixed msmpeg4 infinite loop if buggy stream
libavcodec
|
Fri, 26 Apr 2002 07:18:57 +0000 |
kabi |
* cleanup
libavcodec
|
Wed, 24 Apr 2002 12:18:59 +0000 |
kabi |
* fixes problem with -funroll-loops and buggy gcc compiler
libavcodec
|
Wed, 24 Apr 2002 01:24:06 +0000 |
michaelni |
avcodec_flush_buffers()
libavcodec
|
Tue, 23 Apr 2002 08:52:53 +0000 |
kabi |
* path to ffmpegs config.h
libavcodec
|
Mon, 22 Apr 2002 21:02:18 +0000 |
michaelni |
segfault fix
libavcodec
|
Mon, 22 Apr 2002 19:57:45 +0000 |
kabi |
* using liba52
libavcodec
|
Mon, 22 Apr 2002 19:57:26 +0000 |
kabi |
* using some small char buffer - needed for sprintf
libavcodec
|
Mon, 22 Apr 2002 19:04:28 +0000 |
michaelni |
export delay info
libavcodec
|
Mon, 22 Apr 2002 17:33:43 +0000 |
michaelni |
b-frame mpeg4 fix when seeking
libavcodec
|
Mon, 22 Apr 2002 15:53:24 +0000 |
michael |
x1 deblocking filter bugfix
libavcodec
|
Mon, 22 Apr 2002 12:45:22 +0000 |
michaelni |
divx 5.01 support
libavcodec
|
Mon, 22 Apr 2002 10:27:25 +0000 |
kabi |
* add support for liba52
libavcodec
|
Sun, 21 Apr 2002 23:47:27 +0000 |
michaelni |
fix b-frame MB skip
libavcodec
|
Sun, 21 Apr 2002 22:41:49 +0000 |
michaelni |
rounding bugfix
libavcodec
|
Sun, 21 Apr 2002 21:18:17 +0000 |
michaelni |
fixed ratecontrol & b-frames
libavcodec
|
Sat, 20 Apr 2002 21:17:26 +0000 |
arpi_esp |
postprocess array increased to handle images up to 2048x1536
libavcodec
|
Fri, 19 Apr 2002 03:25:20 +0000 |
michaelni |
much better ME for b frames (a bit slow though)
libavcodec
|
Wed, 17 Apr 2002 18:19:50 +0000 |
michaelni |
fixing hq mode with mpeg1 and 2-pass
libavcodec
|
Wed, 17 Apr 2002 16:30:31 +0000 |
michaelni |
mpeg2/mpeg4 dequantizer support (c & mmx)
libavcodec
|
Wed, 17 Apr 2002 04:32:12 +0000 |
michaelni |
fixed mpeg4 time stuff on encoding
libavcodec
|
Mon, 15 Apr 2002 12:52:21 +0000 |
kabi |
* minor - slightly modified debug message
libavcodec
|
Mon, 15 Apr 2002 02:28:05 +0000 |
pulento |
- Versions defined for libav/libavcodec.
libavcodec
|
Sun, 14 Apr 2002 22:17:40 +0000 |
pulento |
- ME method compatibility with legacy apps.
libavcodec
|
Sun, 14 Apr 2002 18:57:51 +0000 |
pulento |
- ME setting moved to AVCodecContext/MpegEncContext, no longer a global.
libavcodec
|
Fri, 12 Apr 2002 14:01:10 +0000 |
michael |
fix typo found by Milan Cutka <cutka@szm.sk>
libavcodec
|
Tue, 09 Apr 2002 04:52:49 +0000 |
pulento |
- Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for
libavcodec
|
Tue, 09 Apr 2002 00:37:06 +0000 |
pulento |
- PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it.
libavcodec
|
Tue, 09 Apr 2002 00:08:39 +0000 |
pulento |
- Commented out PIX_FMT_ANY by now. It seems that not all codecs are setting
libavcodec
|
Mon, 08 Apr 2002 21:03:35 +0000 |
kabi |
* using pixtype as enum - by Philip Gladstone
libavcodec
|
Mon, 08 Apr 2002 12:08:03 +0000 |
kabi |
* encoding of AC3 with more than 2 channels
libavcodec
|
Sun, 07 Apr 2002 21:44:29 +0000 |
pulento |
- Added force_pts to av_write_packet() to be able to force PTS, this helps
libavcodec
|
Sun, 07 Apr 2002 02:03:32 +0000 |
michaelni |
mpeg4 mpeg quantizer support
libavcodec
|
Sat, 06 Apr 2002 22:29:37 +0000 |
michaelni |
wmv1 header parser (unfinished)
libavcodec
|
Fri, 05 Apr 2002 21:04:09 +0000 |
michaelni |
msmpeg4v2 encoding
libavcodec
|
Fri, 05 Apr 2002 16:51:12 +0000 |
michaelni |
fixing msmpeg4v2 bugs (is bugfree now afaik)
libavcodec
|
Fri, 05 Apr 2002 04:23:01 +0000 |
michaelni |
b frames & slices bugfix
libavcodec
|
Fri, 05 Apr 2002 04:09:04 +0000 |
michaelni |
msmpeg4v2 decoding (no encoding yet)
libavcodec
|
Thu, 04 Apr 2002 20:04:10 +0000 |
michaelni |
dump_stream support (nicely formated 0s and 1s)
libavcodec
|
Thu, 04 Apr 2002 19:50:46 +0000 |
michaelni |
emms was missing, found by juanjo but he didnt commit it?!
libavcodec
|
Mon, 01 Apr 2002 17:40:42 +0000 |
michaelni |
fixing MVs in hq mode
libavcodec
|
Mon, 01 Apr 2002 13:24:47 +0000 |
michaelni |
multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>)
libavcodec
|
Sat, 30 Mar 2002 21:33:14 +0000 |
michaelni |
fixing 1/0
libavcodec
|
Fri, 29 Mar 2002 05:15:49 +0000 |
michaelni |
divx5-gmc bug workaround
libavcodec
|
Fri, 29 Mar 2002 02:07:25 +0000 |
michaelni |
msmpeg4v2 header parser & some dump bits code behind #if 0
libavcodec
|
Fri, 29 Mar 2002 01:53:59 +0000 |
michaelni |
minor optimizations / simplifications
libavcodec
|
Thu, 28 Mar 2002 23:07:54 +0000 |
arpi_esp |
using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines aren't exported in the public interface, and the flagged method matches the way as qscale forcing work
libavcodec
|
Thu, 28 Mar 2002 22:50:22 +0000 |
michaelni |
force frame type for 2-pass encoding
libavcodec
|
Thu, 28 Mar 2002 13:41:04 +0000 |
michaelni |
sizeof(s->block) isnt 64*6*2 anymore bugfix
libavcodec
|
Thu, 28 Mar 2002 04:25:35 +0000 |
michaelni |
mpeg4 4MV encoding
libavcodec
|
Wed, 27 Mar 2002 21:25:22 +0000 |
michaelni |
4MV motion estimation (not finished yet)
libavcodec
|
Mon, 25 Mar 2002 15:36:16 +0000 |
michaelni |
optimizing mpeg4_encode_dc
libavcodec
|
Sun, 24 Mar 2002 23:45:13 +0000 |
michaelni |
fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de>
libavcodec
|
Sun, 24 Mar 2002 22:02:21 +0000 |
michaelni |
b-frame decoding bugfix
libavcodec
|
Sun, 24 Mar 2002 21:25:04 +0000 |
michaelni |
resync marker support, needed for some mp4 files
libavcodec
|
Sun, 24 Mar 2002 04:58:54 +0000 |
michaelni |
seems the old intra/inter decission is slightly better with a threshold, than the new one
libavcodec
|
Sun, 24 Mar 2002 04:16:51 +0000 |
michaelni |
10l (motion_val was uninitilized)
libavcodec
|
Sat, 23 Mar 2002 20:21:33 +0000 |
michaelni |
fixing motion estimation with h263p hopefully
libavcodec
|
Sat, 23 Mar 2002 17:43:30 +0000 |
michaelni |
statistics for 2-pass encoding
libavcodec
|
Sat, 23 Mar 2002 13:00:08 +0000 |
michaelni |
dont return -1 if mpeg4 scalability ...
libavcodec
|
Sat, 23 Mar 2002 12:39:45 +0000 |
michaelni |
better inter/intra decission algo (same as xvid)
libavcodec
|
Sat, 23 Mar 2002 00:31:33 +0000 |
michaelni |
fixing MV range in h263
libavcodec
|
Fri, 22 Mar 2002 23:28:11 +0000 |
michaelni |
more aspect stuff
libavcodec
|
Fri, 22 Mar 2002 23:22:08 +0000 |
michaelni |
mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)
libavcodec
|
Fri, 22 Mar 2002 16:51:44 +0000 |
michaelni |
fixing epzs & mpeg1 (hopefully now really ...)
libavcodec
|
Fri, 22 Mar 2002 04:35:46 +0000 |
michaelni |
mpeg1 & epzs fix
libavcodec
|
Fri, 22 Mar 2002 02:36:08 +0000 |
michaelni |
oops
libavcodec
|
Fri, 22 Mar 2002 02:21:17 +0000 |
michaelni |
new motion estimation (epzs) not complete yet but allready pretty good :)
libavcodec
|
Wed, 20 Mar 2002 11:16:07 +0000 |
pulento |
- Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert Buytenhek
libavcodec
|
Tue, 19 Mar 2002 06:30:41 +0000 |
pulento |
- Added video coding statistics for ffmpeg. Needs more work.
libavcodec
|
Tue, 19 Mar 2002 03:51:36 +0000 |
michaelni |
use the width & height from the mpeg4 header ... in the case that its complete
libavcodec
|
Mon, 18 Mar 2002 21:06:07 +0000 |
michaelni |
msmpeg4 bugfix (wrong frame displayed if some frames are skipped)
libavcodec
|
Mon, 18 Mar 2002 20:11:43 +0000 |
michaelni |
fixing 4MV
libavcodec
|
Sun, 17 Mar 2002 19:45:33 +0000 |
michaelni |
scene change detection
libavcodec
|
Sun, 17 Mar 2002 18:08:11 +0000 |
michaelni |
10l
libavcodec
|
Sun, 17 Mar 2002 17:44:45 +0000 |
pulento |
- Fixes on MPEG demuxer to handle VOBs without System Header.
libavcodec
|
Sun, 17 Mar 2002 16:31:38 +0000 |
michaelni |
hopefully better bitrate controll
libavcodec
|
Sat, 16 Mar 2002 02:41:00 +0000 |
pulento |
- Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)
libavcodec
|
Fri, 15 Mar 2002 14:57:17 +0000 |
michaelni |
optimization
libavcodec
|
Fri, 15 Mar 2002 04:10:53 +0000 |
michaelni |
use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes)
libavcodec
|
Wed, 13 Mar 2002 19:26:38 +0000 |
michaelni |
support decoding (with mplayer) of 3 .mp4 files from mphq
libavcodec
|
Wed, 13 Mar 2002 12:50:41 +0000 |
michaelni |
generate even more complete mpeg4 headers
libavcodec
|
Tue, 12 Mar 2002 22:54:25 +0000 |
michaelni |
mpeg4 b-frames :)
libavcodec
|
Sun, 10 Mar 2002 15:16:41 +0000 |
pulento |
- Bug fix on output sample rate for lame MP3 encoding.
libavcodec
|
Sun, 10 Mar 2002 14:58:53 +0000 |
pulento |
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.
libavcodec
|
Sun, 10 Mar 2002 14:52:00 +0000 |
pulento |
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.
libavcodec
|
Sun, 10 Mar 2002 14:51:20 +0000 |
pulento |
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.
libavcodec
|
Sun, 10 Mar 2002 03:17:53 +0000 |
michaelni |
divx5 draw_edges bugfix
libavcodec
|
Sat, 09 Mar 2002 14:22:21 +0000 |
michaelni |
q-pel mc fixed
libavcodec
|
Sat, 09 Mar 2002 13:01:16 +0000 |
michaelni |
divx5-gmc support
libavcodec
|
Thu, 07 Mar 2002 13:27:15 +0000 |
michaelni |
gmc bitstream decoding support (the real motion compensation isnt implemnted yet)
libavcodec
|
Tue, 05 Mar 2002 13:58:13 +0000 |
michaelni |
parsing more of the mpeg4 header & print some "not supported" stuff
libavcodec
|
Tue, 26 Feb 2002 22:14:27 +0000 |
pulento |
- Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm
libavcodec
|
Fri, 22 Feb 2002 19:19:01 +0000 |
michaelni |
fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext header, its the fps indeed)
libavcodec
|
Fri, 22 Feb 2002 03:35:41 +0000 |
pulento |
- Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder.
libavcodec
|
Tue, 19 Feb 2002 19:23:34 +0000 |
pulento |
- Bug fixes in H.263+ Advanced INTRA Coding decoder.
libavcodec
|
Mon, 18 Feb 2002 19:33:27 +0000 |
pulento |
- H.263+ decoder support for Advanded INTRA Coding (buggy)
libavcodec
|
Mon, 18 Feb 2002 09:40:05 +0000 |
kabi |
* some modifications to allow gcc to compile same code for -fPIC
libavcodec
|
Mon, 18 Feb 2002 09:34:54 +0000 |
kabi |
* simplified indexing
libavcodec
|
Mon, 18 Feb 2002 09:32:11 +0000 |
kabi |
* simplified indexing
libavcodec
|
Mon, 18 Feb 2002 09:31:37 +0000 |
kabi |
* eliminating duplicated code from MPV_common_end
libavcodec
|
Mon, 18 Feb 2002 09:29:32 +0000 |
kabi |
* using static instead of extern
libavcodec
|
Mon, 18 Feb 2002 09:28:05 +0000 |
kabi |
* continue after error in msmpeg4_decode_mb - helps for some movie samples
libavcodec
|
Mon, 18 Feb 2002 01:58:00 +0000 |
michaelni |
avoid overflow of picturenumber*fps*10000
libavcodec
|
Mon, 18 Feb 2002 00:31:16 +0000 |
michaelni |
block_last_index was too large (in mpeg1 decoding)
libavcodec
|
Fri, 15 Feb 2002 20:46:37 +0000 |
pulento |
- Minor changes on bitrate control
libavcodec
|
Fri, 15 Feb 2002 00:14:01 +0000 |
michaelni |
optimized the normal bitstream writer, its faster than the alternative one on p3 now ... lets hope its at least not slower on p4 & k7
libavcodec
|
Wed, 13 Feb 2002 15:26:28 +0000 |
michaelni |
optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings)
libavcodec
|
Wed, 13 Feb 2002 04:19:10 +0000 |
michaelni |
optimize mpeg1_encode_block()
libavcodec
|
Tue, 12 Feb 2002 22:43:26 +0000 |
michaelni |
aligned bitstream writer (1% slower on p3 but perhaps its faster on p4?)
libavcodec
|
Tue, 12 Feb 2002 15:43:16 +0000 |
michaelni |
alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it)
libavcodec
|
Sun, 10 Feb 2002 06:10:50 +0000 |
pulento |
- More work on preliminary bit rate control, just to be able to get an
libavcodec
|
Sun, 10 Feb 2002 01:56:50 +0000 |
pulento |
- Now the ME is done for the entire picture when enconding, the
libavcodec
|
Sat, 09 Feb 2002 16:59:56 +0000 |
pulento |
- Fixes on RTP and GOB headers for H.263.
libavcodec
|
Sat, 09 Feb 2002 01:25:06 +0000 |
arpi_esp |
PATCH by Rik Snel <rsnel@cube.dyndns.org>
libavcodec
|
Sat, 09 Feb 2002 01:23:41 +0000 |
arpi_esp |
PATCH by Rik Snel <rsnel@cube.dyndns.org>
libavcodec
|
Sat, 09 Feb 2002 00:38:44 +0000 |
michaelni |
workaround gcc 2.95.2 bug
libavcodec
|
Thu, 07 Feb 2002 23:48:24 +0000 |
michaelni |
avoid copying input when encoding non intra stuff too
libavcodec
|
Thu, 07 Feb 2002 02:08:36 +0000 |
michaelni |
width or height %16 != 0 bugfix
libavcodec
|
Tue, 05 Feb 2002 22:51:23 +0000 |
michaelni |
use multiply instead of divides for DC prediction on X86
libavcodec
|
Tue, 29 Jan 2002 04:21:27 +0000 |
michael |
top row bugfix
libavcodec
|
Mon, 28 Jan 2002 22:38:15 +0000 |
michael |
minor QP bugfix
libavcodec
|
Mon, 28 Jan 2002 19:34:16 +0000 |
arpi_esp |
workaround gcc bug "m" (0)
libavcodec
|
Mon, 28 Jan 2002 18:06:28 +0000 |
kabi |
* temporal solution for shared lib compilation
libavcodec
|
Sun, 27 Jan 2002 13:30:18 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Sat, 26 Jan 2002 00:22:25 +0000 |
arpi_esp |
(m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org>
libavcodec
|
Thu, 24 Jan 2002 19:06:47 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Thu, 24 Jan 2002 15:25:11 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Thu, 24 Jan 2002 14:34:03 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Mon, 21 Jan 2002 17:46:42 +0000 |
nickols_k |
Small simple idct improvement for Alpha by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
libavcodec
|
Sun, 20 Jan 2002 14:48:02 +0000 |
nickols_k |
Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
libavcodec
|
Sun, 20 Jan 2002 14:30:34 +0000 |
nickols_k |
Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net>
libavcodec
|
Sat, 19 Jan 2002 17:01:03 +0000 |
albeu |
Added reverting support for -pp and -npp options
libavcodec
|
Sat, 19 Jan 2002 16:56:35 +0000 |
atmos4 |
fix mangling with runtime cpu detection
libavcodec
|
Sat, 19 Jan 2002 05:14:46 +0000 |
atmos4 |
mangle for win32 in postproc
libavcodec
|
Thu, 17 Jan 2002 20:00:41 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Tue, 15 Jan 2002 22:22:41 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Tue, 15 Jan 2002 05:02:26 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Tue, 15 Jan 2002 04:07:29 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Mon, 14 Jan 2002 04:39:59 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Mon, 14 Jan 2002 04:34:52 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Mon, 14 Jan 2002 04:29:19 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Sun, 13 Jan 2002 20:51:49 +0000 |
michael |
dont print -npp parser debug info if only -v
libavcodec
|
Sun, 13 Jan 2002 06:12:35 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Sun, 13 Jan 2002 04:59:37 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Sat, 12 Jan 2002 20:21:51 +0000 |
arpi_esp |
(commited by michael / arpi was crazy enough to give me his password)
libavcodec
|
Sat, 12 Jan 2002 14:36:40 +0000 |
arpi_esp |
rv10 sig11 fix by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Fri, 11 Jan 2002 22:07:12 +0000 |
arpi_esp |
different fix, s->mbintra_table used only if h263_pred set. - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Fri, 11 Jan 2002 21:32:34 +0000 |
arpi_esp |
This fixes segfaults because of uninitialized s->mbintra_table variable - patch by Vladimir Dergachev <volodya@mindspring.com>
libavcodec
|
Fri, 11 Jan 2002 21:27:04 +0000 |
arpi_esp |
s->c_dc_scale was 7 if s->qscale==2 but should be 8 (the bug is visible in deep red areas in high bitrate clips) - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Fri, 11 Jan 2002 21:23:48 +0000 |
arpi_esp |
mpeg4 encoder fix by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Fri, 11 Jan 2002 21:21:20 +0000 |
arpi_esp |
aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni@gmx.at>
libavcodec
|
Thu, 10 Jan 2002 00:56:05 +0000 |
uid46427 |
another bitstream reader code (faster on intel cpus) - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Thu, 10 Jan 2002 00:53:21 +0000 |
uid46427 |
AC table reset (memset) optimization - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Thu, 10 Jan 2002 00:51:45 +0000 |
uid46427 |
fix for non-mmx runtimedetect encoding bugs - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Thu, 10 Jan 2002 00:46:40 +0000 |
uid46427 |
fix different UMV handling for mpeg4 vs. h263 - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Thu, 10 Jan 2002 00:41:53 +0000 |
uid46427 |
print cpu flags
libavcodec
|
Tue, 08 Jan 2002 00:28:55 +0000 |
arpi_esp |
qscale estimate fix, diff extended to 64bit wide. patch by Stephen Davies <steve@daviesfam.org>
libavcodec
|
Tue, 08 Jan 2002 00:21:41 +0000 |
arpi_esp |
fix slices when code=0x18, patch by Michael Niedermayer <michael@mplayer.dev.hu>
libavcodec
|
Fri, 04 Jan 2002 21:56:11 +0000 |
michael |
fixed -npp help ... i think i need more sleep ;)
libavcodec
|
Fri, 04 Jan 2002 13:39:06 +0000 |
michael |
-npp help
libavcodec
|
Thu, 03 Jan 2002 14:16:13 +0000 |
michael |
-npp fq:<quantizer>
libavcodec
|
Fri, 28 Dec 2001 13:56:04 +0000 |
michael |
minor brightness/contrast bugfix / moved some global vars into ppMode
libavcodec
|
Fri, 28 Dec 2001 00:09:55 +0000 |
michael |
customizeable deblocking (2 thresholds)
libavcodec
|
Wed, 26 Dec 2001 23:31:30 +0000 |
michael |
101
libavcodec
|
Wed, 26 Dec 2001 19:45:49 +0000 |
michael |
new -pp options stuff (-npp ...)
libavcodec
|
Wed, 26 Dec 2001 14:02:08 +0000 |
arpi_esp |
informal msg
libavcodec
|
Sun, 23 Dec 2001 22:25:18 +0000 |
arpi_esp |
avcodec_find_encoder_by_name() patch by Alex
libavcodec
|
Sun, 16 Dec 2001 12:44:34 +0000 |
arpi_esp |
unrestricted MC fixed - thanks to Michael Niedermayer for idea
libavcodec
|
Sun, 09 Dec 2001 12:39:54 +0000 |
arpi_esp |
new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable
libavcodec
|
Sun, 09 Dec 2001 12:04:09 +0000 |
arpi_esp |
new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable
libavcodec
|
Wed, 28 Nov 2001 01:26:03 +0000 |
michael |
faster brightness correcture in MMX2
libavcodec
|
Tue, 27 Nov 2001 02:25:31 +0000 |
michael |
compiletime pp-mode support (luminance = chrominance filters though) 1-2% faster with -benchmark -vo null -nosound
libavcodec
|
Tue, 27 Nov 2001 01:12:30 +0000 |
michael |
runtime cpu detect optional (compiles faster)
libavcodec
|
Mon, 26 Nov 2001 21:17:23 +0000 |
michael |
runtime cpu detection
libavcodec
|
Sat, 24 Nov 2001 22:16:29 +0000 |
michael |
runtime cpu detection
libavcodec
|
Sat, 24 Nov 2001 02:05:06 +0000 |
michael |
use fastmemcpy for chrominance if no chrominance filtering is done
libavcodec
|
Sat, 24 Nov 2001 01:38:30 +0000 |
michael |
faster dering
libavcodec
|
Tue, 20 Nov 2001 20:46:39 +0000 |
michael |
1% speedup
libavcodec
|
Tue, 20 Nov 2001 18:07:13 +0000 |
michael |
oops, too much cleanup ;)
libavcodec
|
Tue, 20 Nov 2001 17:47:52 +0000 |
michael |
cleanup
libavcodec
|
Mon, 19 Nov 2001 22:20:30 +0000 |
michael |
faster mmx2 / 3dnow deblocking filter
libavcodec
|
Mon, 19 Nov 2001 02:13:14 +0000 |
pulento |
- Preliminary RTP friendly mode for H.263.
libavcodec
|
Sat, 17 Nov 2001 21:14:54 +0000 |
pulento |
- Added support to Inter4V+Q MBs to H.263 decoder.
libavcodec
|
Sat, 17 Nov 2001 15:43:04 +0000 |
pulento |
- Bug fixed on H.263 decoder initialization.
libavcodec
|
Fri, 16 Nov 2001 19:13:03 +0000 |
gabucino |
postproc/ dir now respects --with-extraincdir
libavcodec
|
Wed, 14 Nov 2001 11:51:36 +0000 |
michael |
temp denoiser:
libavcodec
|
Wed, 14 Nov 2001 02:46:58 +0000 |
michael |
temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW version
libavcodec
|
Tue, 13 Nov 2001 02:40:56 +0000 |
michael |
temporal noise reducer in C (-pp 0x100000)
libavcodec
|
Tue, 13 Nov 2001 01:21:35 +0000 |
pulento |
- Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code.
libavcodec
|
Mon, 12 Nov 2001 05:19:55 +0000 |
pulento |
- Fixed a bug on H.263 MV prediction for MB on GOBs limits.
libavcodec
|
Sun, 11 Nov 2001 17:55:54 +0000 |
nickols_k |
Let loops will be aligned
libavcodec
|
Sun, 11 Nov 2001 01:18:40 +0000 |
michael |
QP_store==null bugfix and no opendivx bugfix
libavcodec
|
Sat, 10 Nov 2001 14:36:12 +0000 |
nickols_k |
fixed gcc-3.0.x compilation (by Michael Niedermayer)
libavcodec
|
Fri, 09 Nov 2001 02:17:02 +0000 |
pl |
added missing #include <malloc.h>
libavcodec
|
Tue, 06 Nov 2001 19:26:22 +0000 |
michael |
gcc does optimize writes to non volatile variables away if it didnt know that they were read in between
libavcodec
|
Tue, 06 Nov 2001 16:53:47 +0000 |
michael |
minor changes (fixed some warnings, added attribute aligned(8) stuff)
libavcodec
|
Tue, 06 Nov 2001 11:20:00 +0000 |
nick |
Move yuv2rgb to postprocess
libavcodec
|
Mon, 05 Nov 2001 18:23:31 +0000 |
arpi_esp |
postprocessing array increased to handle HDTV resolutions (1920x1152)
libavcodec
|
Sat, 03 Nov 2001 02:22:48 +0000 |
arpi_esp |
dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
Sat, 03 Nov 2001 00:49:53 +0000 |
pulento |
- Bug fix on inter MCBPC table for inter+q.
libavcodec
|
Wed, 31 Oct 2001 19:40:53 +0000 |
kabi |
* fixed decoding busy loop
libavcodec
|
Wed, 31 Oct 2001 18:29:03 +0000 |
michael |
deinterlace bugfix
libavcodec
|
Wed, 31 Oct 2001 02:29:02 +0000 |
michael |
c speedup (x1, rk1 filters)
libavcodec
|
Tue, 30 Oct 2001 21:14:02 +0000 |
michael |
minor speedup
libavcodec
|
Sun, 28 Oct 2001 10:17:57 +0000 |
nick |
vo_vesa: rgb2rgb support
libavcodec
|
Sat, 27 Oct 2001 13:34:10 +0000 |
nickols_k |
missing header
libavcodec
|
Sat, 27 Oct 2001 12:40:13 +0000 |
nickols_k |
headers installation
libavcodec
|
Sat, 27 Oct 2001 12:04:27 +0000 |
nickols_k |
Shared objects support
libavcodec
|
Fri, 26 Oct 2001 09:34:41 +0000 |
michael |
faster dering
libavcodec
|
Fri, 26 Oct 2001 00:35:41 +0000 |
michael |
dering in c
libavcodec
|
Thu, 25 Oct 2001 23:34:14 +0000 |
pl |
a few warning fixes (missing #include's)
libavcodec
|
Thu, 25 Oct 2001 22:50:03 +0000 |
michael |
3dnow dering
libavcodec
|
Thu, 25 Oct 2001 21:57:42 +0000 |
michael |
just a few "not implemented yet" removed
libavcodec
|
Thu, 25 Oct 2001 21:55:11 +0000 |
michael |
dering in mmx2
libavcodec
|
Thu, 25 Oct 2001 11:42:34 +0000 |
michael |
fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 versions
libavcodec
|
Wed, 24 Oct 2001 16:39:40 +0000 |
michael |
much better horizontal filters (transpose & use the vertical ones) :)
libavcodec
|
Wed, 24 Oct 2001 07:34:41 +0000 |
nick |
Independed compilation of SUBDIRS
libavcodec
|
Wed, 24 Oct 2001 00:05:30 +0000 |
michael |
more speed
libavcodec
|
Tue, 23 Oct 2001 20:20:01 +0000 |
kabi |
* and finaly avoid deadlock at the end of audio stream
libavcodec
|
Tue, 23 Oct 2001 19:58:30 +0000 |
kabi |
* fixes to avoid crash when broken mp3 header is found
libavcodec
|
Tue, 23 Oct 2001 19:03:33 +0000 |
kabi |
* simple fix to avoid memcpy with len < 0
libavcodec
|
Tue, 23 Oct 2001 19:02:55 +0000 |
kabi |
* prevent crash in decoder
libavcodec
|
Tue, 23 Oct 2001 15:55:54 +0000 |
michael |
more speed
libavcodec
|
Tue, 23 Oct 2001 12:05:34 +0000 |
michael |
and another +2% speedup
libavcodec
|
Tue, 23 Oct 2001 10:29:48 +0000 |
michael |
optimizations (+2% speedup)
libavcodec
|
Tue, 23 Oct 2001 01:46:50 +0000 |
michael |
brightness / contrast fix/copy optimizations +2% speedup
libavcodec
|
Tue, 23 Oct 2001 00:03:19 +0000 |
michael |
negative black bugfix
libavcodec
|
Mon, 22 Oct 2001 23:36:35 +0000 |
michael |
auto brightness/ contrast bugfix
libavcodec
|
Fri, 19 Oct 2001 17:03:51 +0000 |
michael |
more logic behavior if the altenative deblock filters are used (turning a alt filter on without turning the deblock filter on uses the alt filter instead of using no filter now)
libavcodec
|
Fri, 19 Oct 2001 14:54:26 +0000 |
arpi |
PP_FUNNY_STRIDE disabled
libavcodec
|
Fri, 19 Oct 2001 13:56:12 +0000 |
michael |
added compiletime option to turn width%8==0 on
libavcodec
|
Fri, 19 Oct 2001 13:41:38 +0000 |
michael |
fixed a bug in the tmp buffer
libavcodec
|
Wed, 17 Oct 2001 20:42:07 +0000 |
michael |
fixed the height%8!=0 bug
libavcodec
|
Wed, 17 Oct 2001 18:05:35 +0000 |
pulento |
Added Juergen Keil fix on quant_tab[4] type.
libavcodec
|
Wed, 17 Oct 2001 02:04:16 +0000 |
michael |
quick fix for movies with a height which is not a multiple of 8
libavcodec
|
Tue, 16 Oct 2001 23:10:38 +0000 |
arpi_esp |
exporting qscale data for postprocessing (for MPlayer)
libavcodec
|
Tue, 16 Oct 2001 02:31:14 +0000 |
michael |
minor cleanups
libavcodec
|
Mon, 15 Oct 2001 03:01:08 +0000 |
michael |
rewrote the horizontal lowpass filter to fix a bug which caused a blocky look
libavcodec
|
Sun, 14 Oct 2001 17:11:17 +0000 |
arpi |
c++ fix
libavcodec
|
Sat, 13 Oct 2001 15:53:24 +0000 |
arpi |
Cleanup:
libavcodec
|
Sat, 13 Oct 2001 15:38:19 +0000 |
arpi |
small changes for mplayer integration:
libavcodec
|
Sat, 13 Oct 2001 15:36:04 +0000 |
arpi |
small changes for mplayer integration:
libavcodec
|
Sat, 13 Oct 2001 11:58:41 +0000 |
michael |
fixed a sig4 bug an non mmx2 cpus (in case of more sig4 errors please send me a "disassemble $eip-16 $eip+16" from gdb)
libavcodec
|
Sat, 13 Oct 2001 09:30:07 +0000 |
michael |
minor QP scaling & auto-contrast bugfix
libavcodec
|
Sat, 13 Oct 2001 02:31:15 +0000 |
michael |
fixed a rounding bug thing in the X1 Filter
libavcodec
|
Thu, 11 Oct 2001 23:28:58 +0000 |
michael |
final changes to convert to C
libavcodec
|
Thu, 11 Oct 2001 22:35:45 +0000 |
michael |
bugfixes: last 3 lines not brightness/contrast corrected
libavcodec
|
Wed, 10 Oct 2001 22:21:19 +0000 |
arpi |
fixed a bug in the horizontal default filter
libavcodec
|
Wed, 10 Oct 2001 22:13:27 +0000 |
arpi |
new postprocess code by Michael Niedermayer (michaelni@gmx.at)
libavcodec
|
Mon, 24 Sep 2001 23:29:46 +0000 |
glantau |
fixed pcm bitrate
libavcodec
|
Sun, 23 Sep 2001 17:17:46 +0000 |
glantau |
suppressed mpglib
libavcodec
|
Sun, 23 Sep 2001 17:16:51 +0000 |
glantau |
added pcm codecs
libavcodec
|
Fri, 21 Sep 2001 21:30:15 +0000 |
arpi_esp |
CONFIG_MPGLIB no more needed
libavcodec
|
Mon, 17 Sep 2001 21:19:35 +0000 |
glantau |
copyright change
libavcodec
|
Mon, 17 Sep 2001 21:19:09 +0000 |
glantau |
corrected mpeg audio encoding overflows - now it should give correct quality even for very high volumes
libavcodec
|
Sun, 16 Sep 2001 21:54:00 +0000 |
glantau |
mlib merge
libavcodec
|
Sun, 16 Sep 2001 21:52:58 +0000 |
glantau |
fixed symetric quantization (better quality!)
libavcodec
|
Sun, 16 Sep 2001 21:52:17 +0000 |
glantau |
version change
libavcodec
|
Sat, 15 Sep 2001 22:43:01 +0000 |
glantau |
added get_bits_count()
libavcodec
|
Sat, 15 Sep 2001 22:42:25 +0000 |
glantau |
merged code and tables between encoder and decoder
libavcodec
|
Sat, 15 Sep 2001 22:41:10 +0000 |
glantau |
added mpeg audio decoder tables
libavcodec
|
Sat, 15 Sep 2001 22:40:28 +0000 |
glantau |
added completely new mpeg audio decoder (integer only, free format support, lsf/mpeg25 support, high/low precision support, simpler code)
libavcodec
|
Sat, 15 Sep 2001 22:37:36 +0000 |
glantau |
suppressed mpglib
libavcodec
|
Thu, 13 Sep 2001 07:16:59 +0000 |
nickols_k |
memalign autodetection
libavcodec
|
Fri, 31 Aug 2001 06:21:27 +0000 |
pulento |
Moved some H.263+ variables to MpegEncContext to be thread-safe.
libavcodec
|
Tue, 28 Aug 2001 23:32:34 +0000 |
pulento |
Added support to Unrestricted Motion Vectors (UMV)
libavcodec
|
Mon, 20 Aug 2001 16:01:35 +0000 |
nickols_k |
Aligned malloc. Another 10% of speedup.
libavcodec
|
Wed, 15 Aug 2001 22:33:03 +0000 |
glantau |
win32 fixes
libavcodec
|
Wed, 15 Aug 2001 22:31:26 +0000 |
glantau |
motion test
libavcodec
|
Wed, 15 Aug 2001 22:30:51 +0000 |
glantau |
suppressed nasm stuff
libavcodec
|
Wed, 15 Aug 2001 22:26:09 +0000 |
glantau |
removed
libavcodec
|
Wed, 15 Aug 2001 22:25:32 +0000 |
glantau |
suppressed nasm dependancy - rewrote forward DCT and motion estimation code
libavcodec
|
Wed, 15 Aug 2001 13:12:23 +0000 |
glantau |
changed opendivx to mpeg4
libavcodec
|
Wed, 15 Aug 2001 13:11:31 +0000 |
glantau |
log2 to av_log2
libavcodec
|
Wed, 15 Aug 2001 13:11:03 +0000 |
glantau |
copy avctx
libavcodec
|
Wed, 15 Aug 2001 13:10:39 +0000 |
glantau |
fix got_picture output
libavcodec
|
Wed, 15 Aug 2001 13:09:47 +0000 |
glantau |
added draw_horiz_band test
libavcodec
|
Wed, 15 Aug 2001 13:09:28 +0000 |
glantau |
log2 to av_log2 - added integer version define
libavcodec
|
Wed, 15 Aug 2001 13:07:42 +0000 |
glantau |
renamed log2 to av_log2
libavcodec
|
Mon, 13 Aug 2001 21:48:05 +0000 |
glantau |
win32 fixes
libavcodec
|
Mon, 13 Aug 2001 21:46:21 +0000 |
glantau |
better vol header parsing for mpeg4
libavcodec
|
Mon, 13 Aug 2001 21:45:36 +0000 |
glantau |
arm optimizations
libavcodec
|
Mon, 13 Aug 2001 21:38:25 +0000 |
glantau |
arm specific code
libavcodec
|
Sun, 12 Aug 2001 00:52:37 +0000 |
glantau |
moved matrix init away from MPV_common_init()
libavcodec
|
Sun, 12 Aug 2001 00:52:01 +0000 |
glantau |
fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsing
libavcodec
|
Sat, 11 Aug 2001 22:08:23 +0000 |
glantau |
fixed last zero mv for field - fixed mismatch handling for intra coefs
libavcodec
|
Sat, 11 Aug 2001 22:07:21 +0000 |
glantau |
fixed mpeg2 interlaced DCT
libavcodec
|
Sat, 11 Aug 2001 19:15:52 +0000 |
glantau |
removed incomplete seek patch
libavcodec
|
Sat, 11 Aug 2001 19:04:31 +0000 |
glantau |
picture utils
libavcodec
|
Sat, 11 Aug 2001 19:04:08 +0000 |
glantau |
fixed mpeg2 qscale decoding
libavcodec
|
Sat, 11 Aug 2001 19:03:30 +0000 |
glantau |
added interlaced MJPEG support
libavcodec
|
Sat, 11 Aug 2001 19:03:02 +0000 |
glantau |
added 422P, 444P support - added deinterlace support - added xxx to RGB24 convertion
libavcodec
|
Sat, 11 Aug 2001 19:01:04 +0000 |
glantau |
fix msmpeg4 seek
libavcodec
|
Sat, 11 Aug 2001 19:00:43 +0000 |
glantau |
export for imgconvert usage
libavcodec
|
Sat, 11 Aug 2001 19:00:05 +0000 |
glantau |
new img_convert API - added deinterlacing filter
libavcodec
|
Sat, 11 Aug 2001 18:56:40 +0000 |
glantau |
fixed mb_intra_vlc decoding table size
libavcodec
|
Wed, 08 Aug 2001 22:11:48 +0000 |
glantau |
return dummy quality to avoid bug in -sameq case - forgot emms in error case
libavcodec
|
Wed, 08 Aug 2001 21:57:07 +0000 |
glantau |
fixed mpeg1 first block bug (pb with black picture optimisation for B frames)
libavcodec
|
Wed, 08 Aug 2001 21:53:28 +0000 |
glantau |
fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...)
libavcodec
|
Wed, 08 Aug 2001 19:08:50 +0000 |
glantau |
added forgotten emms() - fix various segmentation faults when using mjpeg
libavcodec
|
Wed, 08 Aug 2001 16:26:51 +0000 |
nickols_k |
Portability and testing issues
libavcodec
|
Tue, 07 Aug 2001 22:49:50 +0000 |
glantau |
added mmx idct
libavcodec
|
Tue, 07 Aug 2001 22:49:11 +0000 |
glantau |
fixed scan protos
libavcodec
|
Tue, 07 Aug 2001 22:48:42 +0000 |
glantau |
fixed block permutation in encoder (not optimal - should move it in forward DCT code)
libavcodec
|
Tue, 07 Aug 2001 22:47:28 +0000 |
glantau |
updated scans
libavcodec
|
Tue, 07 Aug 2001 22:47:08 +0000 |
glantau |
changed quant matrix order (should fix mmx mpeg decoding bug)
libavcodec
|
Tue, 07 Aug 2001 22:46:19 +0000 |
glantau |
fixed mjpeg matrix quant encoding and decoding
libavcodec
|
Tue, 07 Aug 2001 22:45:35 +0000 |
glantau |
permuted coefs in normal IDCT to avoid having different cases there
libavcodec
|
Tue, 07 Aug 2001 22:43:37 +0000 |
glantau |
added idct reference code
libavcodec
|
Tue, 07 Aug 2001 22:43:19 +0000 |
glantau |
added block permutation functions
libavcodec
|
Tue, 07 Aug 2001 22:42:45 +0000 |
glantau |
updated dct-test to test IDCTs too
libavcodec
|
Tue, 07 Aug 2001 22:42:22 +0000 |
glantau |
added idct mmx
libavcodec
|
Tue, 07 Aug 2001 22:40:52 +0000 |
glantau |
updated mmx macros
libavcodec
|
Tue, 07 Aug 2001 22:40:29 +0000 |
glantau |
added idct mmx code
libavcodec
|
Mon, 06 Aug 2001 02:46:46 +0000 |
glantau |
use default huffman tables if none given
libavcodec
|
Mon, 06 Aug 2001 01:54:05 +0000 |
glantau |
added 422P and 444P support - fixed block parsing error
libavcodec
|
Mon, 06 Aug 2001 01:53:21 +0000 |
glantau |
added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program)
libavcodec
|
Mon, 06 Aug 2001 01:04:59 +0000 |
glantau |
added correct component id handling
libavcodec
|
Mon, 06 Aug 2001 00:47:50 +0000 |
glantau |
types fix
libavcodec
|
Mon, 06 Aug 2001 00:47:03 +0000 |
glantau |
added MJPEG decoder + comments
libavcodec
|
Mon, 06 Aug 2001 00:44:48 +0000 |
glantau |
added MJPEG decoder, renamed mjpegenc.c to mjpeg.c
libavcodec
|
Sun, 05 Aug 2001 16:49:57 +0000 |
nickols_k |
Suppressing external gas stuff to improve portability to Win32
libavcodec
|
Sat, 04 Aug 2001 00:46:50 +0000 |
arpi_esp |
get_bits() specialization, gives 4\speedup
libavcodec
|
Fri, 03 Aug 2001 23:09:15 +0000 |
arpi_esp |
inlineing common case of get_bits() -> gives 2speedup. more optim coming soon...
libavcodec
|
Fri, 03 Aug 2001 18:33:03 +0000 |
arpi_esp |
MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2
libavcodec
|
Thu, 02 Aug 2001 18:46:26 +0000 |
arpi_esp |
- removed #include ../config.h, because it's included from common.h
libavcodec
|
Thu, 02 Aug 2001 08:29:38 +0000 |
nickols_k |
Adding fastmemcpy stuff to speedup mplayer project
libavcodec
|
Mon, 30 Jul 2001 23:51:20 +0000 |
glantau |
added external cpuid code to solve -fPIC and gcc unclear constraints problems
libavcodec
|
Mon, 30 Jul 2001 23:50:04 +0000 |
glantau |
added cpuid.s
libavcodec
|
Mon, 30 Jul 2001 23:28:35 +0000 |
glantau |
renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 mmx specific unquantization stuff
libavcodec
|
Mon, 30 Jul 2001 23:26:26 +0000 |
glantau |
use block[] in structure to have it aligned on 8 bytes for mmx optimizations - dct_unquantize is always a function pointer - added specialized dct_unquantize_h263
libavcodec
|
Mon, 30 Jul 2001 23:24:58 +0000 |
glantau |
use block[] in structure to have it aligned on 8 bytes for mmx optimizations
libavcodec
|
Mon, 30 Jul 2001 23:23:11 +0000 |
glantau |
comments
libavcodec
|
Mon, 30 Jul 2001 23:22:07 +0000 |
glantau |
added HAVE_AV_CONFIG_H
libavcodec
|
Mon, 30 Jul 2001 23:21:37 +0000 |
glantau |
added mpegvideo_mmx.c - added HAVE_AV_CONFIG_H
libavcodec
|
Mon, 30 Jul 2001 09:04:34 +0000 |
nickols_k |
Sync with mplayer's stuff
libavcodec
|
Tue, 24 Jul 2001 20:43:41 +0000 |
glantau |
added skip macroblock optimization (big perf win on black regions for example)
libavcodec
|
Tue, 24 Jul 2001 20:42:03 +0000 |
glantau |
added emms_c() macro which should can used in c code in both mmx/non mmx cases
libavcodec
|
Tue, 24 Jul 2001 20:38:55 +0000 |
glantau |
suppressed no longer needed emms()
libavcodec
|
Tue, 24 Jul 2001 20:37:52 +0000 |
glantau |
fixed cpuid macro to allow PIC compiling
libavcodec
|
Mon, 23 Jul 2001 20:58:31 +0000 |
glantau |
added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer)
libavcodec
|
Mon, 23 Jul 2001 20:06:54 +0000 |
glantau |
fixed config for direct mplayer build compatibility
libavcodec
|
Mon, 23 Jul 2001 18:58:11 +0000 |
glantau |
fixed unsigned pb
libavcodec
|
Sun, 22 Jul 2001 14:18:56 +0000 |
glantau |
Initial revision
libavcodec
|