Fri, 30 Mar 2007 20:56:32 +0000 |
lu_zero |
Typos in comments
libavcodec
|
Fri, 30 Mar 2007 19:16:41 +0000 |
lorenm |
move some stuff out of an inner loop. 12% faster svq1 encoding.
libavcodec
|
Fri, 30 Mar 2007 19:15:31 +0000 |
lorenm |
mmx 16-bit ssd. 2.3x faster svq1 encoding.
libavcodec
|
Fri, 30 Mar 2007 09:26:13 +0000 |
takis |
Fix a bug in av_find_opt(). Because some of the AVOption structures have field
libavcodec
|
Fri, 30 Mar 2007 09:05:52 +0000 |
gpoirier |
add 'all' and 'none' options for partitions config
libavcodec
|
Fri, 30 Mar 2007 06:33:15 +0000 |
diego |
Update specification and reference implementation links.
libavcodec
|
Thu, 29 Mar 2007 14:20:30 +0000 |
takis |
Fix compilation when using the --disable-opts parameter. This to help those
libavcodec
|
Thu, 29 Mar 2007 09:39:20 +0000 |
diego |
Accept only existing bitrates.
libavcodec
|
Tue, 27 Mar 2007 11:18:24 +0000 |
michael |
codec id addition guidlines
libavcodec
|
Tue, 27 Mar 2007 07:28:52 +0000 |
kostya |
FASTTX==0 means additional 16 bits in extradata
libavcodec
|
Tue, 27 Mar 2007 07:27:53 +0000 |
kostya |
One more FASTTX-related hack
libavcodec
|
Tue, 27 Mar 2007 05:23:07 +0000 |
kostya |
Remove redundant assign
libavcodec
|
Mon, 26 Mar 2007 17:33:45 +0000 |
michael |
set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking
libavcodec
|
Mon, 26 Mar 2007 15:21:19 +0000 |
iive |
get rid of unused entries in the middle of xvmc_render struct,
libavcodec
|
Mon, 26 Mar 2007 10:03:57 +0000 |
banan |
Optimize by building the mdct window and multipying/adding at the same time.
libavcodec
|
Mon, 26 Mar 2007 00:54:29 +0000 |
michael |
factorize &
libavcodec
|
Mon, 26 Mar 2007 00:44:42 +0000 |
michael |
simplify
libavcodec
|
Mon, 26 Mar 2007 00:00:43 +0000 |
aurel |
properly set *data_size when returning >= 0 values in shorten_decode_frame()
libavcodec
|
Sun, 25 Mar 2007 23:37:38 +0000 |
michael |
check input validity, this prevents a few variables from reachin odd values which might have lead to out of array writes and thus might have been exploitable
libavcodec
|
Sun, 25 Mar 2007 23:22:11 +0000 |
michael |
simplify
libavcodec
|
Sun, 25 Mar 2007 20:52:45 +0000 |
bcoudurier |
increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API
libavcodec
|
Sun, 25 Mar 2007 16:43:59 +0000 |
bcoudurier |
remove TODO, its done now
libavcodec
|
Sun, 25 Mar 2007 16:29:11 +0000 |
bcoudurier |
pass correct buffer size to lzw decode init
libavcodec
|
Sun, 25 Mar 2007 15:43:46 +0000 |
michael |
move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, avoids some checks in the innermost loop and also gets rid of the controversal break while hopefully retaining the last byte in a valid bytestream, invalid bytestreams still can have very significant overread
libavcodec
|
Sun, 25 Mar 2007 15:09:16 +0000 |
michael |
simplify
libavcodec
|
Sun, 25 Mar 2007 14:02:54 +0000 |
michael |
factorize
libavcodec
|
Sun, 25 Mar 2007 13:41:14 +0000 |
michael |
simplify
libavcodec
|
Sun, 25 Mar 2007 06:00:06 +0000 |
kostya |
1000l to myself - get correct quantization for blocks 1 and 2
libavcodec
|
Sun, 25 Mar 2007 01:09:26 +0000 |
aurel |
use generic xiph header spliting func to split theora headers
libavcodec
|
Sun, 25 Mar 2007 01:06:45 +0000 |
aurel |
extract vorbis header spliting code into a reusable function
libavcodec
|
Sun, 25 Mar 2007 00:16:30 +0000 |
bcoudurier |
actually return bytes read
libavcodec
|
Sun, 25 Mar 2007 00:12:24 +0000 |
bcoudurier |
return error if loop has ended before decoding image
libavcodec
|
Sun, 25 Mar 2007 00:00:56 +0000 |
bcoudurier |
actually return bytes read
libavcodec
|
Sat, 24 Mar 2007 23:57:42 +0000 |
bcoudurier |
add some length checks
libavcodec
|
Sat, 24 Mar 2007 23:53:34 +0000 |
bcoudurier |
simplify
libavcodec
|
Sat, 24 Mar 2007 23:23:51 +0000 |
bcoudurier |
fix indentation
libavcodec
|
Sat, 24 Mar 2007 23:23:05 +0000 |
bcoudurier |
break if eob is reached to avoid reading one too much byte
libavcodec
|
Sat, 24 Mar 2007 12:07:07 +0000 |
mru |
Fix H.264 8x8 transform selection
libavcodec
|
Fri, 23 Mar 2007 00:05:45 +0000 |
mru |
iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but
libavcodec
|
Thu, 22 Mar 2007 14:27:16 +0000 |
michael |
set more reasonable cutoff for audio rate conversion
libavcodec
|
Thu, 22 Mar 2007 13:27:11 +0000 |
michael |
clarify codec_tag
libavcodec
|
Thu, 22 Mar 2007 13:17:03 +0000 |
michael |
clarify sub_id
libavcodec
|
Thu, 22 Mar 2007 11:23:38 +0000 |
michael |
replace long double in the audiophile kiddy mode with doubles, its faster (and more portable) and the audiophile placebo 120db stopband attenuation isnt affected
libavcodec
|
Thu, 22 Mar 2007 11:13:13 +0000 |
michael |
change high precision mode to 30 bits again after making the code less overflow sensitive
libavcodec
|
Thu, 22 Mar 2007 11:10:30 +0000 |
michael |
optimize linear filter coeff interpolation code, this also makes the code less prone to overflows
libavcodec
|
Thu, 22 Mar 2007 05:39:20 +0000 |
jbr |
cosmetics. align and condense.
libavcodec
|
Thu, 22 Mar 2007 05:38:00 +0000 |
jbr |
simplify
libavcodec
|
Thu, 22 Mar 2007 05:34:26 +0000 |
jbr |
utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30%
libavcodec
|
Thu, 22 Mar 2007 03:18:34 +0000 |
michael |
revert r8469 (increase bits for non default highprecision mode)
libavcodec
|
Thu, 22 Mar 2007 03:16:02 +0000 |
michael |
AUDIOPHILE_KIDDY_MODE
libavcodec
|
Thu, 22 Mar 2007 00:52:49 +0000 |
michael |
optimize bessel function instead of trusting gcc to do trivial optimizations (as gcc doesnt ...)
libavcodec
|
Thu, 22 Mar 2007 00:16:41 +0000 |
michael |
select more sensible default windows (= attenuation beyond the dynamic range of your input is silly if it negatively affects other parameters)
libavcodec
|
Wed, 21 Mar 2007 23:44:49 +0000 |
michael |
make kaiser windows with other beta than 16 available
libavcodec
|
Wed, 21 Mar 2007 23:07:24 +0000 |
mru |
enable iwmmxt support, removing mm_support() stub
libavcodec
|
Wed, 21 Mar 2007 22:39:00 +0000 |
michael |
make high precision mode accessible at compile time
libavcodec
|
Wed, 21 Mar 2007 22:38:07 +0000 |
michael |
increase bits for non default highprecision mode
libavcodec
|
Wed, 21 Mar 2007 22:37:05 +0000 |
michael |
code for testing the accuracy of the resampler
libavcodec
|
Wed, 21 Mar 2007 22:02:52 +0000 |
michael |
remove dithering of filter coefficients, improves precision by 1-2 bits and
libavcodec
|
Wed, 21 Mar 2007 05:56:29 +0000 |
kostya |
Smacker Audio stereo fix
libavcodec
|
Tue, 20 Mar 2007 18:08:51 +0000 |
banan |
Small simplifications to subband coefficient handling and use av_random().
libavcodec
|
Tue, 20 Mar 2007 16:51:30 +0000 |
lorenm |
oops, encoder was under ifdef decoders.
libavcodec
|
Tue, 20 Mar 2007 05:44:42 +0000 |
kostya |
Correctly handle data_size on decoding
libavcodec
|
Tue, 20 Mar 2007 02:12:13 +0000 |
jbr |
fix handling of special case for lowest snroffset. regressions are unaffected.
libavcodec
|
Mon, 19 Mar 2007 16:07:51 +0000 |
bcoudurier |
10l, fix debug, dprintf does not have log level
libavcodec
|
Sun, 18 Mar 2007 23:25:00 +0000 |
bcoudurier |
dnxhd decoder
libavcodec
|
Sun, 18 Mar 2007 23:18:05 +0000 |
jbr |
AC-3 encoded volume is too high. Revert revision 7160:
libavcodec
|
Sun, 18 Mar 2007 22:32:39 +0000 |
mru |
fix init_vlc() with nonzero flags
libavcodec
|
Sun, 18 Mar 2007 21:43:20 +0000 |
jbr |
split ac3_parametric_bit_allocation into 3 separate functions
libavcodec
|
Sun, 18 Mar 2007 18:07:27 +0000 |
kostya |
Zero MV vectors for P frame intra blocks
libavcodec
|
Sun, 18 Mar 2007 12:03:29 +0000 |
lorenm |
huffyuv rgb encoder
libavcodec
|
Sun, 18 Mar 2007 07:53:16 +0000 |
kostya |
indentation
libavcodec
|
Sun, 18 Mar 2007 07:51:40 +0000 |
kostya |
Proper handling of motion vectors for adv. profile
libavcodec
|
Sun, 18 Mar 2007 04:53:21 +0000 |
jbr |
hardcode ff_ac3_frame_sizes table
libavcodec
|
Sat, 17 Mar 2007 14:59:58 +0000 |
diego |
Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com.
libavcodec
|
Sat, 17 Mar 2007 13:16:18 +0000 |
diego |
Move the encoding of the image data to its own function.
libavcodec
|
Sat, 17 Mar 2007 12:56:34 +0000 |
diego |
Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com.
libavcodec
|
Thu, 15 Mar 2007 23:45:20 +0000 |
gpoirier |
force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2
libavcodec
|
Thu, 15 Mar 2007 21:22:10 +0000 |
banan |
subband_coef_noise -> subband_coef_sign
libavcodec
|
Thu, 15 Mar 2007 12:23:08 +0000 |
gpoirier |
Targa (.tga) encoder,
libavcodec
|
Wed, 14 Mar 2007 23:23:30 +0000 |
michael |
10l for myself, fixing --disable-encoders
libavcodec
|
Wed, 14 Mar 2007 14:49:49 +0000 |
kostya |
DXA demuxer and decoder
libavcodec
|
Wed, 14 Mar 2007 13:25:15 +0000 |
michael |
deprecate ff_realloc_static
libavcodec
|
Wed, 14 Mar 2007 13:20:29 +0000 |
michael |
10l to whoever wrote this
libavcodec
|
Wed, 14 Mar 2007 13:19:19 +0000 |
michael |
kill av_mallocz_static() calls in init_rl()
libavcodec
|
Wed, 14 Mar 2007 12:29:32 +0000 |
michael |
move RLTable stuff to its own header
libavcodec
|
Wed, 14 Mar 2007 12:15:34 +0000 |
michael |
kill av_mallocz_static()
libavcodec
|
Wed, 14 Mar 2007 11:13:17 +0000 |
bcoudurier |
reindent after last commit
libavcodec
|
Wed, 14 Mar 2007 11:12:02 +0000 |
bcoudurier |
h264 complete frames parsing support
libavcodec
|
Wed, 14 Mar 2007 01:59:53 +0000 |
michael |
kill 3 more av_mallocz_static()
libavcodec
|
Wed, 14 Mar 2007 00:19:56 +0000 |
michael |
kill another 2 av_mallocz_static()
libavcodec
|
Tue, 13 Mar 2007 23:30:28 +0000 |
michael |
kill a av_mallocz_static()
libavcodec
|
Tue, 13 Mar 2007 23:10:42 +0000 |
michael |
10^10l to whoever wrote this
libavcodec
|
Tue, 13 Mar 2007 22:53:01 +0000 |
michael |
remove useless static cm variable
libavcodec
|
Tue, 13 Mar 2007 22:51:49 +0000 |
michael |
cosmetic
libavcodec
|
Tue, 13 Mar 2007 22:51:11 +0000 |
michael |
remove silly static int done protecting the initalization of 32 elements to 1
libavcodec
|
Tue, 13 Mar 2007 22:47:59 +0000 |
michael |
remove redundant memset()
libavcodec
|
Tue, 13 Mar 2007 22:47:05 +0000 |
michael |
dont malloc() static mv_penalty arrays
libavcodec
|
Tue, 13 Mar 2007 22:01:06 +0000 |
michael |
deprecate av_mallocz_static()
libavcodec
|
Tue, 13 Mar 2007 19:44:02 +0000 |
banan |
Combine the window and overlap loops,
libavcodec
|
Mon, 12 Mar 2007 12:36:41 +0000 |
mbardiaux |
Give context to dprintf
libavcodec
|
Sun, 11 Mar 2007 21:01:33 +0000 |
banan |
Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour.
libavcodec
|
Sun, 11 Mar 2007 20:30:06 +0000 |
banan |
Replace custom modified discrete cosine transform with ffmpeg's own.
libavcodec
|
Sun, 11 Mar 2007 16:57:05 +0000 |
jbr |
the AC-3 parser needs ac3.o
libavcodec
|
Sun, 11 Mar 2007 16:44:14 +0000 |
jbr |
move AC-3 header parsing to ac3.c
libavcodec
|
Sun, 11 Mar 2007 09:51:01 +0000 |
kostya |
Correctly ME border blocks
libavcodec
|
Sun, 11 Mar 2007 09:16:11 +0000 |
reimar |
Check dimensions to avoid division by zero due to invalid new dimensions.
libavcodec
|
Sun, 11 Mar 2007 02:13:05 +0000 |
jbr |
remove redundancy in AC-3 parser by using common tables from ac3tab.h
libavcodec
|
Sat, 10 Mar 2007 09:20:07 +0000 |
banan |
Simplify, use avctx->frame_number.
libavcodec
|
Fri, 09 Mar 2007 13:57:42 +0000 |
jbr |
Remove common code from AC-3 encoder and utilize ac3.c.
libavcodec
|
Fri, 09 Mar 2007 13:54:44 +0000 |
jbr |
Create ac3.c which will be used for AC-3 common code.
libavcodec
|
Fri, 09 Mar 2007 03:17:43 +0000 |
jbr |
simplify AC-3 bit allocation
libavcodec
|
Thu, 08 Mar 2007 23:38:50 +0000 |
jbr |
cosmetics. remove space before semi-colon.
libavcodec
|
Thu, 08 Mar 2007 20:43:51 +0000 |
banan |
Simplify gain block handling.
libavcodec
|
Thu, 08 Mar 2007 19:47:03 +0000 |
banan |
Don't output the first two frames, since they don't contain valid audio.
libavcodec
|
Thu, 08 Mar 2007 18:25:47 +0000 |
bcoudurier |
fix drop frame timecode flag
libavcodec
|
Thu, 08 Mar 2007 14:49:43 +0000 |
mbardiaux |
Corrections so that builds with DEBUG work
libavcodec
|
Thu, 08 Mar 2007 10:25:06 +0000 |
michael |
bitrate sanity check (fixes assertion failure)
libavcodec
|
Thu, 08 Mar 2007 10:21:35 +0000 |
takis |
Remove useless casts as recommended by Mns Rullgrd.
libavcodec
|
Thu, 08 Mar 2007 10:11:31 +0000 |
takis |
Cosmetics in amr.c.
libavcodec
|
Thu, 08 Mar 2007 10:06:59 +0000 |
takis |
Move the initialization on context definition. In amr.c, only the
libavcodec
|
Wed, 07 Mar 2007 09:51:45 +0000 |
michael |
add a -ab with default of 64k
libavcodec
|
Wed, 07 Mar 2007 09:29:44 +0000 |
michael |
add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter
libavcodec
|
Wed, 07 Mar 2007 02:21:35 +0000 |
michael |
add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags
libavcodec
|
Wed, 07 Mar 2007 02:03:44 +0000 |
michael |
make av_find_opt() available to the public and add a mask+flags parameter to search for specific AVOptions
libavcodec
|
Wed, 07 Mar 2007 00:27:23 +0000 |
alex |
typo: unkown->unknown
libavcodec
|
Tue, 06 Mar 2007 13:05:38 +0000 |
alex |
add little endian 24bit read/write
libavcodec
|
Mon, 05 Mar 2007 10:04:53 +0000 |
gpoirier |
change management of "ab" option in ffmpeg.c, so that it works as "b" option.
libavcodec
|
Sun, 04 Mar 2007 11:53:11 +0000 |
takis |
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"
libavcodec
|
Sun, 04 Mar 2007 02:59:11 +0000 |
bcoudurier |
imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder
libavcodec
|
Sun, 04 Mar 2007 02:51:33 +0000 |
bcoudurier |
add bytestream_get/put_be24 functions
libavcodec
|
Sun, 04 Mar 2007 02:26:20 +0000 |
bcoudurier |
dummy support for mpeg2 non linear quant
libavcodec
|
Sat, 03 Mar 2007 21:33:33 +0000 |
michael |
check for no frame and prevent segfault
libavcodec
|
Sat, 03 Mar 2007 14:11:45 +0000 |
bcoudurier |
partial avid meridien uncompressed support
libavcodec
|
Sat, 03 Mar 2007 08:33:07 +0000 |
diego |
Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2.
libavcodec
|
Sat, 03 Mar 2007 08:29:03 +0000 |
diego |
Clarify that this decoder uses liba52.
libavcodec
|
Fri, 02 Mar 2007 23:35:26 +0000 |
michael |
support feeding individual NAL units to the decoder instead of just complete frames
libavcodec
|
Fri, 02 Mar 2007 12:26:07 +0000 |
bcoudurier |
support for mjpeg bottom field first in mov
libavcodec
|
Fri, 02 Mar 2007 10:08:05 +0000 |
bcoudurier |
fix adpcm swf decoding
libavcodec
|
Thu, 01 Mar 2007 16:36:38 +0000 |
bcoudurier |
remove ps option and rename rtp_payload_size AVOption to ps
libavcodec
|
Thu, 01 Mar 2007 15:27:26 +0000 |
takis |
Add documentation to some avcodec.h's pix_fmt related functions and defines.
libavcodec
|
Thu, 01 Mar 2007 13:03:33 +0000 |
bcoudurier |
quicktime 'raw ' support
libavcodec
|
Thu, 01 Mar 2007 10:29:03 +0000 |
bcoudurier |
get rid of CODEC_FLAG_H263P_AIC with next major bump
libavcodec
|
Thu, 01 Mar 2007 10:24:07 +0000 |
bcoudurier |
define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bump
libavcodec
|
Wed, 28 Feb 2007 17:56:45 +0000 |
bcoudurier |
get rid of rtp_mode field after next major bump
libavcodec
|
Wed, 28 Feb 2007 17:40:31 +0000 |
bcoudurier |
enable rtp payload size AVOption for video encoding
libavcodec
|
Wed, 28 Feb 2007 09:56:15 +0000 |
bcoudurier |
free faac extradata
libavcodec
|
Wed, 28 Feb 2007 06:59:39 +0000 |
kostya |
Looks like I'll work on it this year too
libavcodec
|
Wed, 28 Feb 2007 06:39:58 +0000 |
kostya |
WMV3 Complex Profile initial support
libavcodec
|
Wed, 28 Feb 2007 00:55:19 +0000 |
aurel |
enable some 64bit optimized code on 64bit arch
libavcodec
|
Tue, 27 Feb 2007 09:56:09 +0000 |
diego |
Fix wrong license header.
libavcodec
|
Tue, 27 Feb 2007 09:54:48 +0000 |
mbardiaux |
Rename WMADecodeContext to WMACodecContext
libavcodec
|
Tue, 27 Feb 2007 09:39:04 +0000 |
mbardiaux |
Supply context to tprintf
libavcodec
|
Tue, 27 Feb 2007 06:30:40 +0000 |
kostya |
DCA decoder
libavcodec
|
Tue, 27 Feb 2007 00:24:49 +0000 |
diego |
The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.
libavcodec
|
Tue, 27 Feb 2007 00:18:38 +0000 |
diego |
Remove useless conditional.
libavcodec
|
Sun, 25 Feb 2007 16:02:32 +0000 |
aurel |
cleanup setting of returned data frame
libavcodec
|
Sun, 25 Feb 2007 15:33:38 +0000 |
aurel |
Use pointers to avoid copying AVFrame.
libavcodec
|
Sun, 25 Feb 2007 10:27:12 +0000 |
reimar |
Add av_ prefix to clip functions
libavcodec
|
Sun, 25 Feb 2007 07:53:44 +0000 |
takis |
Move the unaltered documentation of the functions which are part of the public
libavcodec
|
Sun, 25 Feb 2007 02:38:08 +0000 |
michael |
rewrite find_frame_end()
libavcodec
|
Sun, 25 Feb 2007 00:35:30 +0000 |
aurel |
use FFMIN
libavcodec
|
Sat, 24 Feb 2007 11:59:26 +0000 |
diego |
Only compile snowdsp_mmx.c if the Snow decoder is enabled.
libavcodec
|
Sat, 24 Feb 2007 11:58:52 +0000 |
diego |
Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.
libavcodec
|
Sat, 24 Feb 2007 09:41:43 +0000 |
diego |
cosmetics: Fix another common typo, dependAnt --> dependEnt.
libavcodec
|
Sat, 24 Feb 2007 00:58:28 +0000 |
michael |
h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com)
libavcodec
|
Sat, 24 Feb 2007 00:55:50 +0000 |
aurel |
Use pointers to avoid copying AVFrame.
libavcodec
|
Fri, 23 Feb 2007 15:44:56 +0000 |
michael |
reorder a few more paddws to reduce dependancy chains
libavcodec
|
Fri, 23 Feb 2007 15:28:35 +0000 |
michael |
reorder paddws to reduce dependancy chain
libavcodec
|
Fri, 23 Feb 2007 15:19:29 +0000 |
gpoirier |
add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c
libavcodec
|
Fri, 23 Feb 2007 15:03:30 +0000 |
michael |
shortening dependancy chain in chroma mc2
libavcodec
|
Fri, 23 Feb 2007 14:29:59 +0000 |
michael |
remove now wrong comment
libavcodec
|
Fri, 23 Feb 2007 14:29:13 +0000 |
michael |
fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr)
libavcodec
|
Fri, 23 Feb 2007 10:23:45 +0000 |
aurel |
use av_noinline instead of __attribute((noinline))
libavcodec
|
Fri, 23 Feb 2007 00:47:21 +0000 |
michael |
dont check buffer size if the decode function wont be called at all
libavcodec
|
Fri, 23 Feb 2007 00:20:39 +0000 |
takis |
av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_.
libavcodec
|
Thu, 22 Feb 2007 20:21:33 +0000 |
takis |
Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.
libavcodec
|
Thu, 22 Feb 2007 19:16:31 +0000 |
takis |
Doxygenize the existing amr.c documentation.
libavcodec
|
Thu, 22 Feb 2007 19:14:07 +0000 |
takis |
Doxygenize the comments for the av_fast_realloc() function.
libavcodec
|
Thu, 22 Feb 2007 19:12:40 +0000 |
takis |
Doxygenize the comments for the av_free_static() function.
libavcodec
|
Thu, 22 Feb 2007 19:11:33 +0000 |
takis |
Doxygenize the comments for the av_mallocz_static() function.
libavcodec
|
Thu, 22 Feb 2007 19:10:55 +0000 |
takis |
Doxygenize the comments for the av_realloc_static() function.
libavcodec
|
Thu, 22 Feb 2007 19:09:35 +0000 |
takis |
Doxygenize the comments for the av_get_bits_per_sample() function.
libavcodec
|
Thu, 22 Feb 2007 19:08:39 +0000 |
takis |
Doxygenize the comments for the av_get_pict_type_char() function.
libavcodec
|
Thu, 22 Feb 2007 19:06:28 +0000 |
takis |
Doxygenize the comments for the avpicture_free() function.
libavcodec
|
Thu, 22 Feb 2007 19:05:44 +0000 |
takis |
Move the Doxygen function documentation unaltered from libavcodec/utils.c to
libavcodec
|
Thu, 22 Feb 2007 18:59:05 +0000 |
takis |
Add more Doxygen documentation.
libavcodec
|
Thu, 22 Feb 2007 14:56:54 +0000 |
takis |
Fix spelling.
libavcodec
|
Thu, 22 Feb 2007 12:56:31 +0000 |
takis |
The memsetting of the end of buffer is not needed for audio.
libavcodec
|
Thu, 22 Feb 2007 02:12:54 +0000 |
takis |
Stray comment, probably copy & pasted from audio_encode_example().
libavcodec
|
Thu, 22 Feb 2007 00:46:36 +0000 |
takis |
Fix typo.
libavcodec
|
Thu, 22 Feb 2007 00:14:54 +0000 |
diego |
cosmetics: aswell --> as well typo fix
libavcodec
|
Thu, 22 Feb 2007 00:04:36 +0000 |
michael |
gcc 2.95 fix
libavcodec
|
Wed, 21 Feb 2007 23:48:20 +0000 |
takis |
Correct typo.
libavcodec
|
Wed, 21 Feb 2007 23:46:25 +0000 |
aurel |
simplify release_buffer using FFSWAP
libavcodec
|
Wed, 21 Feb 2007 23:32:13 +0000 |
diego |
simplify i386 object handling
libavcodec
|
Wed, 21 Feb 2007 21:16:07 +0000 |
michael |
output delayed frames
libavcodec
|
Wed, 21 Feb 2007 19:19:46 +0000 |
diego |
cosmetics: Fix another common typo, gurantee --> guArantee.
libavcodec
|
Wed, 21 Feb 2007 18:10:25 +0000 |
kostya |
100l: forgot to reset LS mode on new frame
libavcodec
|
Wed, 21 Feb 2007 10:15:08 +0000 |
diego |
cosmetics: Fix a common typo, sepErate --> sepArate.
libavcodec
|
Tue, 20 Feb 2007 12:45:16 +0000 |
takis |
Add some more Doxygen documentation to libavcodec/utils.c.
libavcodec
|
Tue, 20 Feb 2007 11:09:47 +0000 |
mbardiaux |
Add support for MS-GSM codec
libavcodec
|
Tue, 20 Feb 2007 10:34:01 +0000 |
takis |
Provide Doxygen documentation.
libavcodec
|
Tue, 20 Feb 2007 08:35:25 +0000 |
gpoirier |
add doxygen docs for avpicture_fill()
libavcodec
|
Mon, 19 Feb 2007 20:59:40 +0000 |
stefang |
fix comment, get/show_bits(0) does not work
libavcodec
|
Mon, 19 Feb 2007 11:00:38 +0000 |
mbardiaux |
Remove some old disabled debugging output
libavcodec
|
Mon, 19 Feb 2007 04:44:17 +0000 |
lorenm |
simplify in fill_caches
libavcodec
|
Sun, 18 Feb 2007 21:23:50 +0000 |
takis |
Remove a non-C dependency (being M_PI) from the libavcodec example.
libavcodec
|
Sun, 18 Feb 2007 20:35:22 +0000 |
banan |
Clairyfication of the gain tool struct.
libavcodec
|
Sun, 18 Feb 2007 20:00:05 +0000 |
mru |
fix for x86-64
libavcodec
|
Sun, 18 Feb 2007 19:12:20 +0000 |
banan |
Don't use byte swaps and use the more portable way
libavcodec
|
Sun, 18 Feb 2007 01:37:50 +0000 |
michael |
factorize more calls to fill_rectangle()
libavcodec
|
Sun, 18 Feb 2007 01:24:57 +0000 |
michael |
factorize fill_rectangle() calls
libavcodec
|
Sun, 18 Feb 2007 01:02:34 +0000 |
alex |
display line number when printing error
libavcodec
|
Sat, 17 Feb 2007 23:43:02 +0000 |
michael |
rewrite H264_CHROMA_MC4_TMPL (20% faster)
libavcodec
|
Sat, 17 Feb 2007 11:55:57 +0000 |
michael |
remove imgresample and convert with the next version bump
libavcodec
|
Sat, 17 Feb 2007 11:41:59 +0000 |
kostya |
Use AVRandom
libavcodec
|
Sat, 17 Feb 2007 11:39:54 +0000 |
kostya |
10l: forgot break statement
libavcodec
|
Fri, 16 Feb 2007 21:50:37 +0000 |
michael |
factorize fill_rectangle()
libavcodec
|
Fri, 16 Feb 2007 21:42:01 +0000 |
michael |
replace list<2 checks by list<list_count
libavcodec
|
Fri, 16 Feb 2007 21:34:21 +0000 |
michael |
fix 2nd ref_count check
libavcodec
|
Fri, 16 Feb 2007 21:29:15 +0000 |
michael |
fix ref_count check
libavcodec
|
Fri, 16 Feb 2007 21:27:59 +0000 |
michael |
factorize mv_cache and mvd_cache init
libavcodec
|
Fri, 16 Feb 2007 21:25:22 +0000 |
michael |
simplify
libavcodec
|
Fri, 16 Feb 2007 21:22:53 +0000 |
michael |
add a few asserts to ensure alignment
libavcodec
|
Fri, 16 Feb 2007 21:21:07 +0000 |
michael |
prevent h.264 MC related functions from being inlined (yes this is much faster the code just doesnt fit in the code cache otherwise)
libavcodec
|
Thu, 15 Feb 2007 12:57:51 +0000 |
mbardiaux |
Spelling fix
libavcodec
|
Thu, 15 Feb 2007 12:57:20 +0000 |
mbardiaux |
Spelling fix
libavcodec
|
Wed, 14 Feb 2007 23:33:16 +0000 |
diego |
Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan.
libavcodec
|
Wed, 14 Feb 2007 10:50:01 +0000 |
michael |
doxy for avcodec_encode_video()
libavcodec
|
Wed, 14 Feb 2007 09:57:41 +0000 |
mbardiaux |
Fix one warning
libavcodec
|
Tue, 13 Feb 2007 23:45:28 +0000 |
mru |
rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
libavcodec
|
Tue, 13 Feb 2007 18:26:14 +0000 |
mmu_man |
This fixes error handling for BeOS, removing the need for some ifdefs.
libavcodec
|
Tue, 13 Feb 2007 16:06:50 +0000 |
mbardiaux |
Change some dprintf to av_log
libavcodec
|
Tue, 13 Feb 2007 07:48:23 +0000 |
kostya |
Intensity compensation for B-frames in AP was missing
libavcodec
|
Mon, 12 Feb 2007 23:23:05 +0000 |
diego |
consistency renaming: yuv422 --> yuyv422
libavcodec
|
Mon, 12 Feb 2007 23:15:38 +0000 |
diego |
consistency renaming: uyvy411 --> uyyvyy411
libavcodec
|
Mon, 12 Feb 2007 23:07:17 +0000 |
diego |
consistency renaming: rgba32 --> rgb32
libavcodec
|
Mon, 12 Feb 2007 10:05:19 +0000 |
diego |
Restore the possibility to link liba52 instead of dlopening.
libavcodec
|
Sun, 11 Feb 2007 19:02:59 +0000 |
diego |
Rename ac3 decoder to liba52 to prepare for native decoder.
libavcodec
|
Sun, 11 Feb 2007 16:39:09 +0000 |
mru |
rename HAVE_GPROF to CONFIG_GPROF
libavcodec
|
Sun, 11 Feb 2007 16:29:00 +0000 |
diego |
Remove internal liba52; external lib still works, native decoder coming up.
libavcodec
|
Sun, 11 Feb 2007 12:27:11 +0000 |
diego |
Remove unused libac3 AC3 decoding interface.
libavcodec
|
Sat, 10 Feb 2007 13:33:08 +0000 |
reimar |
Minor AMD64 compilation fix
libavcodec
|
Sat, 10 Feb 2007 03:56:49 +0000 |
michael |
maybe fix x86_64 (untested)
libavcodec
|
Fri, 09 Feb 2007 22:25:29 +0000 |
gpoirier |
always decode extradata when of non-avc stream (like RTSP)
libavcodec
|
Fri, 09 Feb 2007 13:57:14 +0000 |
michael |
packets with half pcm samples are invalid
libavcodec
|
Fri, 09 Feb 2007 12:37:38 +0000 |
michael |
factor out common subexprssion (gcc of course is too stupid to do this ...)
libavcodec
|
Fri, 09 Feb 2007 12:24:22 +0000 |
michael |
merge asm fragments in H264_CHROMA_MC2_TMPL()
libavcodec
|
Fri, 09 Feb 2007 02:25:23 +0000 |
michael |
sanity check
libavcodec
|
Fri, 09 Feb 2007 02:21:34 +0000 |
michael |
fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily)
libavcodec
|
Fri, 09 Feb 2007 02:02:09 +0000 |
jbr |
fix parsing of RealAudio AC-3/DolbyNet
libavcodec
|
Thu, 08 Feb 2007 18:55:36 +0000 |
lucabe |
Directly access av_log_level instead of calling av_log_{set, get}_level()
libavcodec
|
Wed, 07 Feb 2007 17:35:36 +0000 |
reimar |
Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.
libavcodec
|
Wed, 07 Feb 2007 16:59:10 +0000 |
michael |
vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back)
libavcodec
|
Wed, 07 Feb 2007 14:53:25 +0000 |
michael |
doxygenize
libavcodec
|
Wed, 07 Feb 2007 14:10:50 +0000 |
diego |
Add a comment about swapped numerator and denominator.
libavcodec
|
Wed, 07 Feb 2007 12:38:47 +0000 |
diego |
missing spaces
libavcodec
|
Wed, 07 Feb 2007 01:48:09 +0000 |
diego |
Replace deprecated PIX_FMT names by the newer variants.
libavcodec
|
Tue, 06 Feb 2007 23:58:02 +0000 |
michael |
workaround sign bug
libavcodec
|
Tue, 06 Feb 2007 22:20:55 +0000 |
michael |
10l use of uninitalized var
libavcodec
|
Tue, 06 Feb 2007 21:12:48 +0000 |
michael |
kill debuging code
libavcodec
|
Tue, 06 Feb 2007 20:19:04 +0000 |
michael |
wma encoder
libavcodec
|
Tue, 06 Feb 2007 19:14:16 +0000 |
michael |
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>)
libavcodec
|
Tue, 06 Feb 2007 19:10:17 +0000 |
michael |
simplify and remove useless index in AV_W*
libavcodec
|
Tue, 06 Feb 2007 07:16:52 +0000 |
kostya |
Progressive frames disguised as interlaced are supported
libavcodec
|
Tue, 06 Feb 2007 07:11:20 +0000 |
kostya |
B-frames could not be determined from broken_link/closed_entry, use fixed value
libavcodec
|
Tue, 06 Feb 2007 07:07:29 +0000 |
kostya |
Wrong flag tested
libavcodec
|
Tue, 06 Feb 2007 00:35:51 +0000 |
aurel |
ensure that data[0] is set to NULL for next frame
libavcodec
|
Mon, 05 Feb 2007 21:18:11 +0000 |
mru |
oops, revert accidental checkin
libavcodec
|
Mon, 05 Feb 2007 21:16:31 +0000 |
mru |
fix multichannel decoding
libavcodec
|
Mon, 05 Feb 2007 20:17:02 +0000 |
mru |
move static variables to private context struct
libavcodec
|
Mon, 05 Feb 2007 19:56:31 +0000 |
mru |
remove preprocessor cruft
libavcodec
|
Mon, 05 Feb 2007 19:55:15 +0000 |
mru |
cosmetics: don't needlessly open new blocks
libavcodec
|
Mon, 05 Feb 2007 19:35:36 +0000 |
mru |
cosmetic: indent sensibly so code can be read at all
libavcodec
|
Mon, 05 Feb 2007 15:05:29 +0000 |
diego |
BMP encoder by Michel Bardiaux, mbardiaux mediaxim be
libavcodec
|
Mon, 05 Feb 2007 11:57:36 +0000 |
faust3 |
fix use of uninitialized variables
libavcodec
|
Mon, 05 Feb 2007 09:11:10 +0000 |
diego |
Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com.
libavcodec
|
Mon, 05 Feb 2007 06:58:02 +0000 |
kostya |
Set codec dimensions in extradata parsing
libavcodec
|
Mon, 05 Feb 2007 06:56:49 +0000 |
kostya |
table fix
libavcodec
|
Sun, 04 Feb 2007 11:20:32 +0000 |
michael |
useless as this file wont be compiled if this is not true
libavcodec
|
Sun, 04 Feb 2007 10:46:28 +0000 |
kostya |
Save frame header info in context variables
libavcodec
|
Sun, 04 Feb 2007 10:45:01 +0000 |
kostya |
Set frame rate from extradata
libavcodec
|
Sat, 03 Feb 2007 13:15:55 +0000 |
michael |
factorize switch_buffer()
libavcodec
|
Sat, 03 Feb 2007 12:42:12 +0000 |
michael |
fix decoding of takethat.mp3
libavcodec
|
Sat, 03 Feb 2007 06:43:06 +0000 |
kostya |
These messages are just for debug purposes
libavcodec
|
Sat, 03 Feb 2007 06:41:14 +0000 |
kostya |
Set codec dimensions if provided by extradata
libavcodec
|
Sat, 03 Feb 2007 06:39:50 +0000 |
kostya |
VC-1 parser
libavcodec
|
Fri, 02 Feb 2007 15:14:13 +0000 |
kostya |
0x00000103 is not an escape marker
libavcodec
|
Fri, 02 Feb 2007 10:25:30 +0000 |
michael |
add FIXME
libavcodec
|
Fri, 02 Feb 2007 06:45:21 +0000 |
kostya |
General approach to parsing chunks in VC-1 AP
libavcodec
|
Fri, 02 Feb 2007 02:58:01 +0000 |
michael |
some (probably exploitable) out of array write fixes
libavcodec
|
Fri, 02 Feb 2007 00:23:19 +0000 |
mru |
missed a redundant load
libavcodec
|
Thu, 01 Feb 2007 23:30:33 +0000 |
mru |
revert accidental checkin
libavcodec
|
Thu, 01 Feb 2007 22:50:38 +0000 |
mru |
save one cycle
libavcodec
|
Thu, 01 Feb 2007 22:44:42 +0000 |
mru |
remove redundant loads
libavcodec
|
Thu, 01 Feb 2007 18:39:49 +0000 |
kostya |
Check for out-of-bounds access
libavcodec
|
Thu, 01 Feb 2007 09:48:09 +0000 |
takis |
Add decode_end method to bmp decoder. Patch by Michel Bardiaux,
libavcodec
|
Thu, 01 Feb 2007 09:47:36 +0000 |
bcoudurier |
correctly set profile/level for hd
libavcodec
|
Thu, 01 Feb 2007 09:45:05 +0000 |
takis |
Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux,
libavcodec
|
Wed, 31 Jan 2007 23:04:56 +0000 |
mru |
optimize IDCT of rows with mostly zero coefficients
libavcodec
|
Wed, 31 Jan 2007 22:58:53 +0000 |
reimar |
Move lzo decompression to libavutil
libavcodec
|
Wed, 31 Jan 2007 21:20:31 +0000 |
reimar |
Make sure we do not accidentially "fix" cnt to something < 0
libavcodec
|
Wed, 31 Jan 2007 21:00:48 +0000 |
reimar |
Simplify checks, use that we know that cnt will not be < 0
libavcodec
|
Wed, 31 Jan 2007 20:57:30 +0000 |
reimar |
Remove boundary checks that are actually done "well enough"
libavcodec
|
Wed, 31 Jan 2007 20:26:32 +0000 |
reimar |
Documentation fix: Copy functions should "work" fine for cnt == 0
libavcodec
|
Wed, 31 Jan 2007 17:16:13 +0000 |
reimar |
Optimize LZO copy operations
libavcodec
|
Wed, 31 Jan 2007 11:19:48 +0000 |
diego |
Fix memcpy out-of-bounds.
libavcodec
|
Wed, 31 Jan 2007 10:48:08 +0000 |
michael |
another >> vs >
libavcodec
|
Wed, 31 Jan 2007 10:34:13 +0000 |
michael |
simpify state and make code 2% faster
libavcodec
|
Wed, 31 Jan 2007 10:29:58 +0000 |
reimar |
Add two extra needed bounds checks
libavcodec
|
Wed, 31 Jan 2007 10:07:22 +0000 |
michael |
replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my doubts that gcc can replace the shifts as x is signed, it could in theory but well its gcc ...
libavcodec
|
Wed, 31 Jan 2007 09:37:02 +0000 |
reimar |
Add code to testcode to ease comparing with liblzo.
libavcodec
|
Wed, 31 Jan 2007 00:34:56 +0000 |
takis |
Make BMP decoder use bytestream. Patch by Michel Bardiaux
libavcodec
|
Tue, 30 Jan 2007 14:24:12 +0000 |
takis |
Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian
libavcodec
|
Tue, 30 Jan 2007 14:19:43 +0000 |
takis |
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not
libavcodec
|
Tue, 30 Jan 2007 10:31:34 +0000 |
takis |
Add the const specifier as needed to reduce the number of warnings.
libavcodec
|
Mon, 29 Jan 2007 22:27:27 +0000 |
mru |
typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru
libavcodec
|
Mon, 29 Jan 2007 22:25:54 +0000 |
mru |
theoretically save one cycle
libavcodec
|
Mon, 29 Jan 2007 14:23:00 +0000 |
kostya |
Fix BI-frames decoding for Adv. profile
libavcodec
|
Mon, 29 Jan 2007 14:07:12 +0000 |
takis |
Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.
libavcodec
|
Mon, 29 Jan 2007 10:42:36 +0000 |
banan |
Check that js_vlc_bits from the extradata is in a valid range.
libavcodec
|
Mon, 29 Jan 2007 10:32:14 +0000 |
banan |
Get rid of the COOKextradata struct. And use valid C to parse the extradata.
libavcodec
|
Mon, 29 Jan 2007 08:58:03 +0000 |
banan |
Kill a warning and don't use modulus.
libavcodec
|
Mon, 29 Jan 2007 08:37:22 +0000 |
banan |
decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk.
libavcodec
|
Sun, 28 Jan 2007 21:32:08 +0000 |
mru |
ARMv6 SIMD IDCT
libavcodec
|
Sun, 28 Jan 2007 16:49:51 +0000 |
reimar |
LZO optimization: check input buffer bounds less frequently if padded
libavcodec
|
Sun, 28 Jan 2007 10:17:48 +0000 |
banan |
Sort out the diffrent cook versions.
libavcodec
|
Sun, 28 Jan 2007 10:05:21 +0000 |
banan |
Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite.
libavcodec
|
Sat, 27 Jan 2007 17:30:54 +0000 |
banan |
Get rid of one warning.
libavcodec
|
Sat, 27 Jan 2007 15:09:34 +0000 |
lu_zero |
Simplify and avoid a warning (should be faster on Cell and certain G4 revisions)
libavcodec
|
Sat, 27 Jan 2007 14:24:40 +0000 |
kostya |
Coded residual in WavPack may be > 0xFFFF
libavcodec
|
Sat, 27 Jan 2007 14:23:55 +0000 |
reimar |
Fix _LZO_H vs. LZO_H typo
libavcodec
|
Sat, 27 Jan 2007 14:15:03 +0000 |
reimar |
Fix buffer end checks in lzo copy code to work in all cases.
libavcodec
|
Sat, 27 Jan 2007 14:10:57 +0000 |
mru |
rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure
libavcodec
|
Sat, 27 Jan 2007 13:48:27 +0000 |
reimar |
Add lzo test code
libavcodec
|
Sat, 27 Jan 2007 12:35:12 +0000 |
lu_zero |
Fix warnings and simplify/reorder the code
libavcodec
|
Sat, 27 Jan 2007 07:39:16 +0000 |
diego |
Segregate code common to BMP decoder and future encoder
libavcodec
|
Sat, 27 Jan 2007 06:57:11 +0000 |
kostya |
Set aspect ratio if present (for AP only)
libavcodec
|
Fri, 26 Jan 2007 15:26:08 +0000 |
michael |
fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg
libavcodec
|
Fri, 26 Jan 2007 15:11:10 +0000 |
takis |
Typo
libavcodec
|
Fri, 26 Jan 2007 12:32:23 +0000 |
bcoudurier |
remove void * used in arithmetic warnings
libavcodec
|
Fri, 26 Jan 2007 02:29:23 +0000 |
michael |
cosmetics / remove #if 0 code
libavcodec
|
Thu, 25 Jan 2007 15:23:22 +0000 |
takis |
Silence GCC when incorrectly complaining that the "line" variable could be used
libavcodec
|
Thu, 25 Jan 2007 09:54:22 +0000 |
takis |
Bring down the number of snow.c warnings from 27 to 17 by using the const
libavcodec
|
Thu, 25 Jan 2007 09:43:52 +0000 |
takis |
Brings down the number of snow.c warnings from 33 to 27 by putting parentheses
libavcodec
|
Thu, 25 Jan 2007 08:21:02 +0000 |
banan |
Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot com and Michel Bardiaux mbardiaux at mediaxim dot be.
libavcodec
|
Thu, 25 Jan 2007 06:44:53 +0000 |
kostya |
Some TIFFs do not set rows per strip for single strip.
libavcodec
|
Thu, 25 Jan 2007 00:34:38 +0000 |
diego |
Move conditional CFLAGS and OBJS setting to common place.
libavcodec
|
Thu, 25 Jan 2007 00:16:28 +0000 |
diego |
Theora encoding via libtheora.
libavcodec
|
Wed, 24 Jan 2007 17:50:28 +0000 |
kostya |
Add debug messages for AP headers
libavcodec
|
Wed, 24 Jan 2007 17:49:26 +0000 |
kostya |
Off-by-one error fix
libavcodec
|
Wed, 24 Jan 2007 17:47:42 +0000 |
kostya |
Fail on VC-1 interlaced streams
libavcodec
|
Wed, 24 Jan 2007 16:15:00 +0000 |
bcoudurier |
add hint for closed gop and sc threshold error message
libavcodec
|
Wed, 24 Jan 2007 15:32:49 +0000 |
gpoirier |
fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %
libavcodec
|
Wed, 24 Jan 2007 15:31:48 +0000 |
gpoirier |
Allows the AC3 parser to read the frame size and codec parameters from E-AC3 streams,
libavcodec
|
Wed, 24 Jan 2007 14:20:00 +0000 |
michael |
set last_picture for h.264 too, this significantly improves error concealment quality, i hope it doesnt break anything as last_picture_ptr was always NULL for h.264
libavcodec
|
Wed, 24 Jan 2007 11:20:01 +0000 |
michael |
crash fix by Carl Eugen Hoyos cehoyos ag.or at
libavcodec
|
Wed, 24 Jan 2007 11:01:17 +0000 |
michael |
explicit values for all enums
libavcodec
|
Wed, 24 Jan 2007 10:41:03 +0000 |
michael |
enum
libavcodec
|
Wed, 24 Jan 2007 00:54:36 +0000 |
michael |
maybe fix segfault with missing extradata (unchecked)
libavcodec
|
Tue, 23 Jan 2007 19:32:26 +0000 |
michael |
fix segfault with darkkben.free.fr/corrupted_h264.mp4
libavcodec
|
Tue, 23 Jan 2007 13:42:09 +0000 |
michael |
flame
libavcodec
|
Tue, 23 Jan 2007 13:36:56 +0000 |
michael |
check num_reorder_frames for validity
libavcodec
|
Tue, 23 Jan 2007 12:45:57 +0000 |
michael |
adding assert to protect delayed_pic
libavcodec
|
Tue, 23 Jan 2007 12:04:48 +0000 |
lu_zero |
10l, there is a corner case afterall...
libavcodec
|
Mon, 22 Jan 2007 22:27:02 +0000 |
michael |
1/0 fix
libavcodec
|
Mon, 22 Jan 2007 01:18:33 +0000 |
diego |
Fix FSF postal address.
libavcodec
|
Mon, 22 Jan 2007 01:16:42 +0000 |
diego |
Fix some more license headers.
libavcodec
|
Sun, 21 Jan 2007 22:45:18 +0000 |
diego |
cosmetics: Sort decoder/encoder/parser variables lists.
libavcodec
|
Sun, 21 Jan 2007 22:31:52 +0000 |
mru |
remove the last #ifdef from allcodecs.c
libavcodec
|
Sun, 21 Jan 2007 22:20:18 +0000 |
diego |
cosmetics: List all encoders together.
libavcodec
|
Sun, 21 Jan 2007 21:58:32 +0000 |
mru |
remove useless #ifdef CONFIG_ZLIB
libavcodec
|
Sun, 21 Jan 2007 21:55:10 +0000 |
mru |
remove useless #ifdef CONFIG_ZLIB
libavcodec
|
Sun, 21 Jan 2007 21:25:16 +0000 |
banan |
Remove debug line.
libavcodec
|
Sun, 21 Jan 2007 21:24:05 +0000 |
banan |
Add flashsv encoder to changelog and fix the encoder so it actually works.
libavcodec
|
Sun, 21 Jan 2007 21:06:10 +0000 |
mru |
remove no longer needed ifeq tests
libavcodec
|
Sun, 21 Jan 2007 21:04:01 +0000 |
mru |
remove no longer needed #ifdefs
libavcodec
|
Sun, 21 Jan 2007 20:56:20 +0000 |
banan |
Flash screen video encoder.
libavcodec
|
Sun, 21 Jan 2007 20:04:00 +0000 |
diego |
Declare zlib dependency in the Makefile, not in the source.
libavcodec
|
Sun, 21 Jan 2007 18:46:19 +0000 |
banan |
Really fix my never ending mistakes.
libavcodec
|
Sun, 21 Jan 2007 17:48:03 +0000 |
banan |
Don't break compilation on systems without zlib.
libavcodec
|
Sun, 21 Jan 2007 14:14:50 +0000 |
banan |
The block_size might be used incorrectly if it is not updated.
libavcodec
|
Sun, 21 Jan 2007 12:32:01 +0000 |
lu_zero |
Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the other Diego"
libavcodec
|
Sun, 21 Jan 2007 12:27:53 +0000 |
banan |
Fixed a typo, cosmetics.
libavcodec
|
Sun, 21 Jan 2007 12:26:23 +0000 |
banan |
Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.
libavcodec
|
Sun, 21 Jan 2007 09:55:28 +0000 |
reimar |
Fix crash when pred_order greater s->blocksize >> rice_order.
libavcodec
|
Sat, 20 Jan 2007 13:50:00 +0000 |
michael |
checking bitstream values and other related changes
libavcodec
|
Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavcodec
|
Fri, 19 Jan 2007 12:41:56 +0000 |
gpoirier |
remove useless cast that makes code unreadable
libavcodec
|
Fri, 19 Jan 2007 09:37:04 +0000 |
gpoirier |
harden h264 decoding to prevent some crashes when input data is corrupted.
libavcodec
|
Fri, 19 Jan 2007 03:14:13 +0000 |
michael |
uint16->uint8
libavcodec
|
Thu, 18 Jan 2007 13:35:24 +0000 |
takis |
Change the Snow encoder to always use the available MotionEstContext pointer.
libavcodec
|
Wed, 17 Jan 2007 11:02:07 +0000 |
lu_zero |
Avoid branches in the loop and solve a gcc warning
libavcodec
|
Wed, 17 Jan 2007 10:47:58 +0000 |
lu_zero |
Cosmetics
libavcodec
|
Wed, 17 Jan 2007 10:26:13 +0000 |
takis |
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and
libavcodec
|
Tue, 16 Jan 2007 23:28:41 +0000 |
michael |
set data_size to 0 so that in case we return without setting it nothing funny can happen
libavcodec
|
Tue, 16 Jan 2007 22:07:49 +0000 |
lu_zero |
fix a gcc warning, avoid an unnecessary operation
libavcodec
|
Tue, 16 Jan 2007 17:46:26 +0000 |
reimar |
Avoid calling decode_slice when context_initialized is not set.
libavcodec
|
Mon, 15 Jan 2007 23:26:09 +0000 |
michael |
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.org/zzuf/lol-ffplay.m2v
libavcodec
|
Mon, 15 Jan 2007 07:41:28 +0000 |
romansh |
* Fixing a bug with incorrect bits set in AAUX source pack
libavcodec
|
Sun, 14 Jan 2007 23:50:06 +0000 |
michael |
avcodec_decode_audio2()
libavcodec
|
Sun, 14 Jan 2007 23:19:22 +0000 |
michael |
er and strict also apply to audio theoretically
libavcodec
|
Sun, 14 Jan 2007 18:18:14 +0000 |
aurel |
cosmetics: reindent
libavcodec
|
Sun, 14 Jan 2007 18:17:15 +0000 |
aurel |
add support for another variant of vp6
libavcodec
|
Sun, 14 Jan 2007 16:11:10 +0000 |
reimar |
Buffer for get_bits must be padded because readers may overread.
libavcodec
|
Sat, 13 Jan 2007 02:45:05 +0000 |
michael |
some interlaced direct sanity checks
libavcodec
|
Sat, 13 Jan 2007 01:00:37 +0000 |
michael |
replace a few hardcoded numbers with their correct named ones
libavcodec
|
Sat, 13 Jan 2007 00:56:43 +0000 |
michael |
fix 16 CABAC_BIT * 10l bug introduced in r6578
libavcodec
|
Wed, 10 Jan 2007 14:23:28 +0000 |
bcoudurier |
print error when decoding fails
libavcodec
|
Wed, 10 Jan 2007 14:19:33 +0000 |
diego |
Unconditionally enable Theora decoder. It works fine now and there is no
libavcodec
|
Sun, 07 Jan 2007 23:34:01 +0000 |
gpoirier |
add missing bit from commit r7423
libavcodec
|
Sun, 07 Jan 2007 23:24:14 +0000 |
gpoirier |
Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)
libavcodec
|
Sun, 07 Jan 2007 18:04:11 +0000 |
mru |
enable bidirectional me with x264
libavcodec
|
Sun, 07 Jan 2007 00:07:10 +0000 |
diego |
cosmetics: Reorder external libraries.
libavcodec
|
Sun, 07 Jan 2007 00:02:15 +0000 |
diego |
variable renaming: mp3lame --> libmp3lame
libavcodec
|
Sat, 06 Jan 2007 23:54:01 +0000 |
diego |
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin
libavcodec
|
Sat, 06 Jan 2007 23:44:48 +0000 |
diego |
variable renaming: dts --> libdts
libavcodec
|
Sat, 06 Jan 2007 23:33:43 +0000 |
diego |
Rename variables: a52 --> liba52, a52bin --> liba52bin
libavcodec
|
Wed, 03 Jan 2007 11:32:02 +0000 |
michael |
maybe fixing a segfault
libavcodec
|
Wed, 03 Jan 2007 00:48:20 +0000 |
michael |
dead code removial
libavcodec
|
Tue, 02 Jan 2007 12:24:31 +0000 |
michael |
store a few values in the header as difference to the last
libavcodec
|
Mon, 01 Jan 2007 05:32:27 +0000 |
kostya |
Decode previous 32 frames to avoid seeking artifacts in MPC
libavcodec
|
Tue, 26 Dec 2006 17:08:03 +0000 |
michael |
skiprd doxygen comment from avcodec.h -> AVOption comment
libavcodec
|
Sun, 24 Dec 2006 04:51:43 +0000 |
kostya |
Musepack SV7 decoding support
libavcodec
|
Sat, 23 Dec 2006 03:05:36 +0000 |
michael |
skiprd
libavcodec
|
Fri, 22 Dec 2006 23:30:57 +0000 |
michael |
test DIRECT{0,0} too if flag mv0 is used
libavcodec
|
Fri, 22 Dec 2006 10:10:13 +0000 |
bcoudurier |
bt 0 is invalid, setting min to 1
libavcodec
|
Thu, 21 Dec 2006 22:58:02 +0000 |
aurel |
more simplification
libavcodec
|
Thu, 21 Dec 2006 22:35:13 +0000 |
michael |
10l
libavcodec
|
Thu, 21 Dec 2006 15:49:40 +0000 |
michael |
FIXME has already been fixed ages ago
libavcodec
|
Thu, 21 Dec 2006 15:46:32 +0000 |
michael |
simplify
libavcodec
|
Thu, 21 Dec 2006 15:45:53 +0000 |
michael |
use qscale_table in adaptive quant
libavcodec
|
Thu, 21 Dec 2006 15:22:16 +0000 |
michael |
simplify
libavcodec
|
Thu, 21 Dec 2006 15:21:44 +0000 |
michael |
i think this if() is useless lets abuse our users to test this ;)
libavcodec
|
Thu, 21 Dec 2006 15:20:02 +0000 |
michael |
skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome)
libavcodec
|
Thu, 21 Dec 2006 14:24:23 +0000 |
michael |
dont randomly disallow intr4v in adaptive quant
libavcodec
|
Thu, 21 Dec 2006 13:23:49 +0000 |
michael |
dont randomly dissallow direct MBs
libavcodec
|
Wed, 20 Dec 2006 23:43:13 +0000 |
michael |
try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD
libavcodec
|
Wed, 20 Dec 2006 17:11:54 +0000 |
michael |
fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)
libavcodec
|
Wed, 20 Dec 2006 01:30:17 +0000 |
michael |
dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 to 0.14, most are <=0.04 though)
libavcodec
|
Mon, 18 Dec 2006 22:43:09 +0000 |
gpoirier |
Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection
libavcodec
|
Mon, 18 Dec 2006 19:27:28 +0000 |
michael |
minor doc fix
libavcodec
|
Mon, 18 Dec 2006 13:45:03 +0000 |
bcoudurier |
always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR
libavcodec
|
Sun, 17 Dec 2006 22:00:12 +0000 |
aurel |
Add support for VP60 and VP61.
libavcodec
|
Sun, 17 Dec 2006 15:41:30 +0000 |
michael |
10l
libavcodec
|
Sun, 17 Dec 2006 15:26:50 +0000 |
aurel |
small optimization
libavcodec
|
Sun, 17 Dec 2006 13:11:34 +0000 |
michael |
warn user if the selected diamond size is larger then the motion estimation score cache size
libavcodec
|
Sun, 17 Dec 2006 12:07:09 +0000 |
michael |
limit x/ymin/max to me_range
libavcodec
|
Sun, 17 Dec 2006 11:11:44 +0000 |
reimar |
Check mb_pos is big enough before trying to access data left or above.
libavcodec
|
Thu, 14 Dec 2006 17:58:25 +0000 |
banan |
av_log(NULL,... -> av_log(avctx,.. where appropriate.
libavcodec
|
Thu, 14 Dec 2006 17:50:23 +0000 |
banan |
Bug fix for crashes when SSE is used on unaligned arrays.
libavcodec
|
Wed, 13 Dec 2006 11:10:41 +0000 |
diego |
vqmin/vqmax --> qmin/qmax in the option description
libavcodec
|
Tue, 12 Dec 2006 13:41:17 +0000 |
gpoirier |
Doxygen comments about variables described by Michael here:
libavcodec
|
Tue, 12 Dec 2006 13:31:12 +0000 |
michael |
mv overflow in map fix (untested except regression tests)
libavcodec
|
Mon, 11 Dec 2006 20:18:36 +0000 |
reimar |
Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.
libavcodec
|
Mon, 11 Dec 2006 15:53:55 +0000 |
takis |
Adding H.264 DCT.
libavcodec
|
Mon, 11 Dec 2006 13:01:20 +0000 |
michael |
fix playback of mp3_bits_left.avi
libavcodec
|
Mon, 11 Dec 2006 10:52:18 +0000 |
gpoirier |
GCC 3.3 compile fix
libavcodec
|
Mon, 11 Dec 2006 10:51:42 +0000 |
diego |
Improve option description.
libavcodec
|
Mon, 11 Dec 2006 09:19:58 +0000 |
mru |
improved stack misalignment warning
libavcodec
|
Mon, 11 Dec 2006 01:00:50 +0000 |
takis |
Adding function which enables writing H.264 NAL units.
libavcodec
|
Sat, 09 Dec 2006 13:30:28 +0000 |
reimar |
Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the original
libavcodec
|
Sat, 09 Dec 2006 13:13:45 +0000 |
reimar |
Typo in error message
libavcodec
|
Fri, 08 Dec 2006 13:25:37 +0000 |
bcoudurier |
fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architecture, patch by Martin Storsj, martin at martin st
libavcodec
|
Fri, 08 Dec 2006 05:28:00 +0000 |
kostya |
Deobfuscate expression
libavcodec
|
Fri, 08 Dec 2006 05:13:40 +0000 |
kostya |
Now ZMBV encoder compiles
libavcodec
|
Fri, 08 Dec 2006 04:37:00 +0000 |
kostya |
1e6l forgot to add zmbvenc.c
libavcodec
|
Fri, 08 Dec 2006 00:42:55 +0000 |
mru |
lavc is at major version 51, delete old stuff
libavcodec
|
Fri, 08 Dec 2006 00:35:08 +0000 |
mru |
rename always_inline to av_always_inline and move to common.h
libavcodec
|
Thu, 07 Dec 2006 18:35:58 +0000 |
michael |
better warning
libavcodec
|
Thu, 07 Dec 2006 18:33:00 +0000 |
michael |
ff_check_alignment to warn the user about a missaligned stack
libavcodec
|
Thu, 07 Dec 2006 18:29:02 +0000 |
michael |
fix compilation
libavcodec
|
Thu, 07 Dec 2006 16:09:33 +0000 |
takis |
Added entry for H.264 DCT to the DSP context.
libavcodec
|
Thu, 07 Dec 2006 15:59:42 +0000 |
takis |
Add codec ID for a native H.264 encoder.
libavcodec
|
Thu, 07 Dec 2006 09:59:05 +0000 |
takis |
Making rem6 and div6 globally visible and thus adding prefixes.
libavcodec
|
Thu, 07 Dec 2006 09:47:29 +0000 |
takis |
Removing unused code
libavcodec
|
Thu, 07 Dec 2006 04:17:01 +0000 |
kostya |
ZMBV encoder
libavcodec
|
Wed, 06 Dec 2006 23:46:11 +0000 |
mru |
use the standard INT64_C() macro for 64-bit constants
libavcodec
|
Wed, 06 Dec 2006 17:04:23 +0000 |
takis |
Add "mixed_refs" description suggested by Loren Merritt and update accompanying
libavcodec
|
Wed, 06 Dec 2006 08:24:29 +0000 |
takis |
Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments.
libavcodec
|
Wed, 06 Dec 2006 08:17:43 +0000 |
takis |
Export symbols of several H.264 intra prediction functions
libavcodec
|
Tue, 05 Dec 2006 22:18:19 +0000 |
gpoirier |
fix crash when decoding a truncated H264 slice
libavcodec
|
Tue, 05 Dec 2006 22:05:09 +0000 |
takis |
Removing unused code
libavcodec
|
Tue, 05 Dec 2006 21:57:31 +0000 |
takis |
Add comment denoting group of H.264 functions
libavcodec
|
Tue, 05 Dec 2006 21:52:15 +0000 |
takis |
Change NAL unit type defines to an enum and move to a header file for usage
libavcodec
|
Tue, 05 Dec 2006 12:35:47 +0000 |
michael |
10l umh search needs hex size 2 now after the last change
libavcodec
|
Tue, 05 Dec 2006 12:34:52 +0000 |
michael |
make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2
libavcodec
|
Mon, 04 Dec 2006 12:04:53 +0000 |
diego |
Fix some obvious mistakes in the option descriptions.
libavcodec
|
Sun, 03 Dec 2006 16:35:30 +0000 |
reimar |
Move BE_*/LE_*/ST*/LD* macros to a common place. Some further
libavcodec
|
Sat, 02 Dec 2006 22:27:18 +0000 |
melanson |
Another hack to allow the Cinepak decoder to detect both types of deviant Cinepak
libavcodec
|
Sat, 02 Dec 2006 18:58:20 +0000 |
diego |
Fill in some missing AVOption descriptions.
libavcodec
|
Sat, 02 Dec 2006 14:50:42 +0000 |
gpoirier |
Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca Barbato
libavcodec
|
Sat, 02 Dec 2006 14:19:49 +0000 |
diego |
spelling cosmetics: cliped --> clipped
libavcodec
|
Sat, 02 Dec 2006 12:55:29 +0000 |
kostya |
10e6l FastUVMC was done right but in the wrong place
libavcodec
|
Sat, 02 Dec 2006 11:24:41 +0000 |
michael |
fix indention
libavcodec
|
Sat, 02 Dec 2006 10:58:20 +0000 |
michael |
dia_size=-1 -> funny_diamond_search()
libavcodec
|
Sat, 02 Dec 2006 10:45:51 +0000 |
michael |
hexagon search
libavcodec
|
Sat, 02 Dec 2006 01:28:21 +0000 |
lu_zero |
Unused variable removed
libavcodec
|
Fri, 01 Dec 2006 20:38:54 +0000 |
michael |
remove pretty much useless skiping of some predictors
libavcodec
|
Fri, 01 Dec 2006 14:06:21 +0000 |
bcoudurier |
mjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime
libavcodec
|
Fri, 01 Dec 2006 14:01:50 +0000 |
bcoudurier |
add bytestream big endian 16/32 writing functions
libavcodec
|
Fri, 01 Dec 2006 09:58:06 +0000 |
michael |
typo in umh
libavcodec
|
Fri, 01 Dec 2006 09:48:33 +0000 |
michael |
UMH support (dia_size=-1 activates it)
libavcodec
|
Fri, 01 Dec 2006 09:46:52 +0000 |
michael |
cosmetic (prevent name clashes of variables in a macro with surrounding code)
libavcodec
|
Fri, 01 Dec 2006 07:24:56 +0000 |
kostya |
100l FastUVMC rounding was incorrect.
libavcodec
|
Thu, 30 Nov 2006 22:44:22 +0000 |
michael |
1 step diamond search around the median MV predictor
libavcodec
|
Wed, 29 Nov 2006 05:40:37 +0000 |
kostya |
VQA v1 support
libavcodec
|
Tue, 28 Nov 2006 23:55:24 +0000 |
aurel |
cleanup the #ifdef mess in encoder/decoder/parser registration
libavcodec
|
Tue, 28 Nov 2006 05:34:28 +0000 |
kostya |
Correct information in header
libavcodec
|
Mon, 27 Nov 2006 13:04:56 +0000 |
aurel |
alphabetic reordering of codec registration
libavcodec
|
Mon, 27 Nov 2006 10:56:10 +0000 |
michael |
PIC fix
libavcodec
|
Sun, 26 Nov 2006 18:25:07 +0000 |
gpoirier |
Move copy_block* functions to dsp dsputil.h
libavcodec
|
Sun, 26 Nov 2006 04:57:31 +0000 |
kostya |
Correct rounding values in overlap filtering
libavcodec
|
Sun, 26 Nov 2006 04:54:17 +0000 |
kostya |
B-frames support for adv. profile
libavcodec
|
Sun, 26 Nov 2006 04:53:36 +0000 |
kostya |
100l: Initialize dc_scale with current quantizer for adv I frames
libavcodec
|
Sun, 26 Nov 2006 04:52:36 +0000 |
kostya |
Use halfpq in coefficient scaling
libavcodec
|
Fri, 24 Nov 2006 12:36:06 +0000 |
lu_zero |
typo
libavcodec
|
Fri, 24 Nov 2006 00:16:32 +0000 |
alex |
Implement DELTA_FLI opcodes correctly. Patch by Steven Johnson
libavcodec
|
Thu, 23 Nov 2006 23:50:08 +0000 |
alex |
support byte_run=0 case in DELTA_FLI (this case means only skip pixels)
libavcodec
|
Thu, 23 Nov 2006 22:57:20 +0000 |
alex |
10l memory corruption bug found by Steven Johnson
libavcodec
|
Thu, 23 Nov 2006 22:22:03 +0000 |
aurel |
flac: allow reading of full metadata headers from extradata
libavcodec
|
Thu, 23 Nov 2006 22:21:01 +0000 |
gpoirier |
bring AC3 encoder output up to input volume level
libavcodec
|
Wed, 22 Nov 2006 13:53:22 +0000 |
bcoudurier |
fix bitstream to be correctly decoded by quicktime
libavcodec
|
Wed, 22 Nov 2006 13:24:58 +0000 |
bcoudurier |
fix sigfpe with intra only encoding
libavcodec
|
Wed, 22 Nov 2006 09:20:16 +0000 |
diego |
Conditionally compile some of the AltiVec optimizations.
libavcodec
|
Wed, 22 Nov 2006 01:11:29 +0000 |
bcoudurier |
fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de
libavcodec
|
Tue, 21 Nov 2006 21:18:55 +0000 |
diego |
Fix compilation with VC-1 decoder disabled.
libavcodec
|
Tue, 21 Nov 2006 19:37:44 +0000 |
michael |
fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt been noticed as everyone who tested stuff used -psnr)
libavcodec
|
Tue, 21 Nov 2006 19:35:06 +0000 |
michael |
100l infinite loop fix
libavcodec
|
Tue, 21 Nov 2006 06:15:18 +0000 |
kostya |
Decode non-interleaved scans
libavcodec
|
Mon, 20 Nov 2006 20:41:31 +0000 |
gpoirier |
Fix declaration and code thingie
libavcodec
|
Mon, 20 Nov 2006 20:35:47 +0000 |
gpoirier |
allow amr bitrate to be changed "on the fly" through avctx->bitrate.
libavcodec
|
Mon, 20 Nov 2006 14:13:32 +0000 |
diego |
Fix linking with H.261 support disabled.
libavcodec
|
Mon, 20 Nov 2006 11:53:02 +0000 |
michael |
infiinit loop fix for CBR + adaptive quant
libavcodec
|
Mon, 20 Nov 2006 10:48:23 +0000 |
michael |
100l qprd fix 2nd try
libavcodec
|
Mon, 20 Nov 2006 05:21:17 +0000 |
kostya |
Some progressive JPEG support
libavcodec
|
Sun, 19 Nov 2006 23:19:52 +0000 |
michael |
testing all dquant for qp_rd fixes the qp runaway to 31 bug
libavcodec
|
Sun, 19 Nov 2006 22:51:54 +0000 |
gpoirier |
Add useful Altivec types, taken from with permission from x264 authors
libavcodec
|
Sun, 19 Nov 2006 05:30:43 +0000 |
kostya |
Divide first audio buffer chunk into atomary bufffers.
libavcodec
|
Fri, 17 Nov 2006 21:43:46 +0000 |
banan |
Missed one log2().
libavcodec
|
Fri, 17 Nov 2006 06:12:33 +0000 |
kostya |
Optimize overlapping
libavcodec
|
Fri, 17 Nov 2006 06:10:52 +0000 |
kostya |
Fix comments
libavcodec
|
Fri, 17 Nov 2006 06:09:32 +0000 |
kostya |
Overlap filtering was done in reverse order
libavcodec
|
Thu, 16 Nov 2006 20:46:36 +0000 |
alex |
Remove alpha channel from RGB555
libavcodec
|
Thu, 16 Nov 2006 20:43:29 +0000 |
alex |
BGR555 has never been working as alpha supporting format. Remove the false setting.
libavcodec
|
Thu, 16 Nov 2006 09:58:34 +0000 |
bcoudurier |
throw error if unsupported resolution is used with h261
libavcodec
|
Wed, 15 Nov 2006 17:58:35 +0000 |
michael |
detect a few more errors (fixes libmp3-bug.avi again)
libavcodec
|
Tue, 14 Nov 2006 22:06:28 +0000 |
michael |
making decoding more error robust
libavcodec
|
Tue, 14 Nov 2006 20:39:20 +0000 |
michael |
reset internal buffer during seeking
libavcodec
|
Tue, 14 Nov 2006 20:35:15 +0000 |
michael |
more checks and error messages
libavcodec
|
Tue, 14 Nov 2006 19:53:22 +0000 |
alex |
changed rgba32_to routines to support both alpha and non-alpha formats (see r7066 too)
libavcodec
|
Tue, 14 Nov 2006 19:48:11 +0000 |
alex |
changed rgba32_to routines to support both alpha and non-alpha formats
libavcodec
|
Tue, 14 Nov 2006 19:19:13 +0000 |
alex |
Fix possible overflows. Found by Steven Johnson
libavcodec
|
Tue, 14 Nov 2006 18:54:42 +0000 |
banan |
Remove log2() usage.
libavcodec
|
Tue, 14 Nov 2006 03:18:09 +0000 |
mru |
revert bad checkin
libavcodec
|
Tue, 14 Nov 2006 03:12:29 +0000 |
mru |
move some CFLAGS settings away from config.* writing section
libavcodec
|
Tue, 14 Nov 2006 00:56:56 +0000 |
diego |
Remove redundant #ifdef HAVE_THREAD, the file is only compiled
libavcodec
|
Mon, 13 Nov 2006 22:09:31 +0000 |
mru |
rename CONFIG_AC3 to CONFIG_A52
libavcodec
|
Mon, 13 Nov 2006 11:39:28 +0000 |
kostya |
Support for 16-bit grayscale
libavcodec
|
Mon, 13 Nov 2006 11:38:42 +0000 |
kostya |
Give error about planar RGB
libavcodec
|
Mon, 13 Nov 2006 11:36:22 +0000 |
kostya |
Update error message
libavcodec
|
Mon, 13 Nov 2006 11:34:46 +0000 |
kostya |
Use table for determining type sizes
libavcodec
|
Mon, 13 Nov 2006 11:30:26 +0000 |
bcoudurier |
add low delay forcing option for mpeg1/2 encoding
libavcodec
|
Mon, 13 Nov 2006 11:27:36 +0000 |
kostya |
Decoder can decode many ZLib-packed strips
libavcodec
|
Mon, 13 Nov 2006 11:20:50 +0000 |
kostya |
Print error message for unsupported mode (RGB planar,CMYK,YCrCb)
libavcodec
|
Mon, 13 Nov 2006 05:32:10 +0000 |
kostya |
8-bit images support for TIFF
libavcodec
|
Mon, 13 Nov 2006 05:30:50 +0000 |
kostya |
Rows per strip may be >= height
libavcodec
|
Mon, 13 Nov 2006 05:29:45 +0000 |
kostya |
Warn about JPEG in TIFF
libavcodec
|
Mon, 13 Nov 2006 05:28:55 +0000 |
kostya |
Correctly detect 4-component images
libavcodec
|
Mon, 13 Nov 2006 05:15:55 +0000 |
kostya |
Output proper 16-bit sound (fixes decoding on PPC)
libavcodec
|
Sun, 12 Nov 2006 23:35:49 +0000 |
mru |
zigzag_direct_noperm doesn't exist, remove declaration
libavcodec
|
Sun, 12 Nov 2006 23:14:20 +0000 |
mru |
make more tables static
libavcodec
|
Sun, 12 Nov 2006 21:48:04 +0000 |
mru |
rename squareTbl -> ff_squareTbl
libavcodec
|
Sun, 12 Nov 2006 20:23:47 +0000 |
stefang |
rename ff_cavs_flush to cavs_flush and make it static
libavcodec
|
Sun, 12 Nov 2006 20:18:07 +0000 |
stefang |
move all cavs-parsing to cavs.c
libavcodec
|
Sun, 12 Nov 2006 20:08:09 +0000 |
mru |
rename cropTbl -> ff_cropTbl
libavcodec
|
Sun, 12 Nov 2006 20:01:50 +0000 |
stefang |
make mpeg4video_split public as ff_mpeg4video_split
libavcodec
|
Sun, 12 Nov 2006 18:49:36 +0000 |
mru |
rename inverse -> ff_inverse
libavcodec
|
Sun, 12 Nov 2006 13:40:40 +0000 |
mru |
make some tables static
libavcodec
|
Sun, 12 Nov 2006 03:34:12 +0000 |
mru |
adding more static keywords
libavcodec
|
Sun, 12 Nov 2006 01:08:05 +0000 |
mru |
make vp6_pcr_tree static
libavcodec
|
Sat, 11 Nov 2006 20:54:48 +0000 |
mru |
make some symbols static
libavcodec
|
Sat, 11 Nov 2006 19:46:53 +0000 |
mru |
make two functions static
libavcodec
|
Fri, 10 Nov 2006 11:45:43 +0000 |
michael |
zero private bits
libavcodec
|
Fri, 10 Nov 2006 11:31:02 +0000 |
michael |
store a identifer and the first header in extradata
libavcodec
|
Fri, 10 Nov 2006 01:41:53 +0000 |
michael |
mp3 header (de)compression bitstream filter
libavcodec
|
Thu, 09 Nov 2006 17:28:46 +0000 |
michael |
16bit in avi is RGB555
libavcodec
|
Thu, 09 Nov 2006 16:40:33 +0000 |
takis |
Remove the H264Context parameter from decode_init_vlc() as it is not being used.
libavcodec
|
Thu, 09 Nov 2006 11:37:30 +0000 |
bcoudurier |
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used
libavcodec
|
Thu, 09 Nov 2006 01:23:47 +0000 |
michael |
10000l to myself, fixing regression test failure
libavcodec
|
Wed, 08 Nov 2006 18:15:54 +0000 |
michael |
100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture
libavcodec
|
Wed, 08 Nov 2006 00:02:15 +0000 |
mru |
allow spaces in source and build directory names
libavcodec
|
Tue, 07 Nov 2006 13:50:41 +0000 |
bcoudurier |
typo
libavcodec
|
Tue, 07 Nov 2006 13:45:08 +0000 |
bcoudurier |
add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag
libavcodec
|
Tue, 07 Nov 2006 12:45:29 +0000 |
lu_zero |
Simplify
libavcodec
|
Tue, 07 Nov 2006 12:28:13 +0000 |
diego |
Use MMX only under x86_32, there are compilation problems.
libavcodec
|
Tue, 07 Nov 2006 09:46:57 +0000 |
bcoudurier |
add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values
libavcodec
|
Tue, 07 Nov 2006 05:57:42 +0000 |
kostya |
Bump version for Fraps v[24] support
libavcodec
|
Mon, 06 Nov 2006 17:56:08 +0000 |
reimar |
Avoid void*-arithmetic, and uint8_t* is more correct anyway.
libavcodec
|
Mon, 06 Nov 2006 10:47:41 +0000 |
bcoudurier |
include parser.h instead of mpegvideo.h
libavcodec
|
Mon, 06 Nov 2006 10:46:54 +0000 |
bcoudurier |
rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static
libavcodec
|
Mon, 06 Nov 2006 10:43:49 +0000 |
bcoudurier |
move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c
libavcodec
|
Mon, 06 Nov 2006 10:32:48 +0000 |
gpoirier |
Fix ASF format parser's broken UTF-16 string handling
libavcodec
|
Mon, 06 Nov 2006 06:13:29 +0000 |
kostya |
Check for symbol count
libavcodec
|
Mon, 06 Nov 2006 05:35:09 +0000 |
kostya |
Limit output sample to 0..maxval, fixes decoding of T16E0.JLS
libavcodec
|
Sun, 05 Nov 2006 19:24:23 +0000 |
bcoudurier |
use AVRational and ff_frame_rate_tab for frame_rate
libavcodec
|
Sun, 05 Nov 2006 16:18:37 +0000 |
reimar |
Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since
libavcodec
|
Sun, 05 Nov 2006 15:10:33 +0000 |
bcoudurier |
remove useless line variable
libavcodec
|
Sun, 05 Nov 2006 15:06:12 +0000 |
bcoudurier |
fix decoding position
libavcodec
|
Sun, 05 Nov 2006 08:18:52 +0000 |
kostya |
Correct support for Fraps v4 (and Huffman tree for < 256 symbols)
libavcodec
|
Sun, 05 Nov 2006 04:59:38 +0000 |
kostya |
Update comment
libavcodec
|
Sun, 05 Nov 2006 04:57:14 +0000 |
kostya |
Fraps v2 and v4 support
libavcodec
|
Sat, 04 Nov 2006 00:42:50 +0000 |
ods15 |
ministry of english grammar :) then->than
libavcodec
|
Fri, 03 Nov 2006 20:30:22 +0000 |
michael |
doxy
libavcodec
|
Fri, 03 Nov 2006 16:54:05 +0000 |
michael |
ensure alignment (no speed change)
libavcodec
|
Fri, 03 Nov 2006 16:02:18 +0000 |
michael |
merging mov & and (no speedchange)
libavcodec
|
Fri, 03 Nov 2006 15:40:57 +0000 |
michael |
2 instructions less (same speed)
libavcodec
|
Fri, 03 Nov 2006 15:17:36 +0000 |
michael |
comment about failed optimization
libavcodec
|
Fri, 03 Nov 2006 14:28:30 +0000 |
michael |
move luma tc0 related init into asm
libavcodec
|
Fri, 03 Nov 2006 13:13:08 +0000 |
kostya |
RGB32 support in Targa
libavcodec
|
Fri, 03 Nov 2006 12:07:53 +0000 |
michael |
2 instructions less in h264_loop_filter_luma_mmx2()
libavcodec
|
Fri, 03 Nov 2006 11:07:35 +0000 |
michael |
preempt possible overflow
libavcodec
|
Fri, 03 Nov 2006 09:59:15 +0000 |
michael |
1 instruction less
libavcodec
|
Fri, 03 Nov 2006 04:42:11 +0000 |
kostya |
Use bpp from header in error message
libavcodec
|
Fri, 03 Nov 2006 02:03:56 +0000 |
michael |
optimize H264_DEBLOCK_P0_Q0
libavcodec
|
Thu, 02 Nov 2006 23:36:39 +0000 |
michael |
new I/P frame selection heuristic
libavcodec
|
Thu, 02 Nov 2006 23:13:34 +0000 |
bcoudurier |
change gif muxer to simple gif encoder
libavcodec
|
Thu, 02 Nov 2006 23:08:09 +0000 |
corey |
Correct description of mblmin and mblmax.
libavcodec
|
Thu, 02 Nov 2006 19:11:20 +0000 |
gpoirier |
outputs bit spent on various encoding functions (motion vectors, overhead, etc)
libavcodec
|
Wed, 01 Nov 2006 22:39:58 +0000 |
diego |
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
libavcodec
|
Wed, 01 Nov 2006 21:41:54 +0000 |
michael |
10l (forgot ALT_SCAN)
libavcodec
|
Wed, 01 Nov 2006 21:28:36 +0000 |
diego |
Rename SWAP macro to FFSWAP.
libavcodec
|
Wed, 01 Nov 2006 21:09:14 +0000 |
diego |
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com
libavcodec
|
Wed, 01 Nov 2006 19:34:30 +0000 |
michael |
merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3)
libavcodec
|
Wed, 01 Nov 2006 18:51:37 +0000 |
diego |
Make tests compile on non-x86.
libavcodec
|
Wed, 01 Nov 2006 18:34:40 +0000 |
diego |
Use common define for x86_32 and x86_64.
libavcodec
|
Wed, 01 Nov 2006 18:19:20 +0000 |
mru |
indentation
libavcodec
|
Wed, 01 Nov 2006 18:18:48 +0000 |
mru |
CODEC_CAP_DELAY support
libavcodec
|
Wed, 01 Nov 2006 17:18:49 +0000 |
reimar |
Reenable AMD64 optimizations for cabac accidentially disabled in r6852
libavcodec
|
Wed, 01 Nov 2006 17:01:33 +0000 |
diego |
Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change
libavcodec
|
Tue, 31 Oct 2006 22:22:11 +0000 |
michael |
fix 1/0 b frames + CBR bug
libavcodec
|
Tue, 31 Oct 2006 11:19:51 +0000 |
diego |
cosmetics: Restore alphabetical order.
libavcodec
|
Mon, 30 Oct 2006 20:43:07 +0000 |
mru |
coded line size is a multiple of 4
libavcodec
|
Mon, 30 Oct 2006 18:05:35 +0000 |
ods15 |
fix for disabling vorbis decoder but enabling vorbis encoder
libavcodec
|
Mon, 30 Oct 2006 13:57:55 +0000 |
kostya |
Init vlc tables as static
libavcodec
|
Mon, 30 Oct 2006 13:48:48 +0000 |
kostya |
IMC decoder
libavcodec
|
Mon, 30 Oct 2006 10:15:37 +0000 |
lucabe |
AVPicture has 4 planes, not 3
libavcodec
|
Mon, 30 Oct 2006 02:19:55 +0000 |
michael |
dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3)
libavcodec
|
Mon, 30 Oct 2006 01:29:56 +0000 |
michael |
avoid random noise on damaged frames
libavcodec
|
Sun, 29 Oct 2006 13:14:37 +0000 |
diego |
Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under
libavcodec
|
Sat, 28 Oct 2006 20:18:18 +0000 |
michael |
update copyright year, it looks odd otherwise :)
libavcodec
|
Sat, 28 Oct 2006 20:00:05 +0000 |
michael |
CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the distortion becomes less relevant then the overhead of intra blocks
libavcodec
|
Sat, 28 Oct 2006 18:30:20 +0000 |
ods15 |
I hope noone minds, adding myself to eval.c copyright...
libavcodec
|
Sat, 28 Oct 2006 16:11:25 +0000 |
michael |
lambda* should be unsigned
libavcodec
|
Sat, 28 Oct 2006 15:20:00 +0000 |
michael |
prevent overflow if lambda2 is "too" large
libavcodec
|
Sat, 28 Oct 2006 11:15:06 +0000 |
michael |
use lambda/lmax instead of qscale/qmax as end check for vbv retry
libavcodec
|
Sat, 28 Oct 2006 09:49:13 +0000 |
ods15 |
ignore whitespace in ff_eval
libavcodec
|
Sat, 28 Oct 2006 09:30:43 +0000 |
diego |
sample rate fix
libavcodec
|
Sat, 28 Oct 2006 08:03:30 +0000 |
ods15 |
add missing 'e->value * '
libavcodec
|
Sat, 28 Oct 2006 07:03:24 +0000 |
ods15 |
shut gcc warning, also makes sense for NAN to be returned if the loop was never executed
libavcodec
|
Fri, 27 Oct 2006 23:37:35 +0000 |
diego |
Rename dvdsub.c to dvdsubdec.c.
libavcodec
|
Fri, 27 Oct 2006 22:35:55 +0000 |
michael |
add support for while() loops again ugly syntax while(condition, statements) but very simple implementation
libavcodec
|
Fri, 27 Oct 2006 22:16:25 +0000 |
michael |
support seperating expressons by ;
libavcodec
|
Fri, 27 Oct 2006 22:08:02 +0000 |
reynaldo |
Fix obvious typo, BGR555 was missing
libavcodec
|
Fri, 27 Oct 2006 21:37:47 +0000 |
ods15 |
possible bug of 'gte' being read as 'gt', same with 'lte'
libavcodec
|
Fri, 27 Oct 2006 21:13:31 +0000 |
michael |
minor simplification
libavcodec
|
Fri, 27 Oct 2006 20:38:10 +0000 |
michael |
factorize AVEvalExpr alloc and init
libavcodec
|
Fri, 27 Oct 2006 20:16:26 +0000 |
ods15 |
update ratecontrol to new ff_eval API
libavcodec
|
Fri, 27 Oct 2006 19:53:41 +0000 |
reynaldo |
adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by Michael
libavcodec
|
Fri, 27 Oct 2006 19:50:31 +0000 |
reynaldo |
adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael
libavcodec
|
Fri, 27 Oct 2006 16:42:16 +0000 |
ods15 |
new optimized eval method, by seperating parsing and runtime
libavcodec
|
Thu, 26 Oct 2006 04:15:48 +0000 |
kostya |
LZW decoder as separate module plus TIFF LZW support
libavcodec
|
Thu, 26 Oct 2006 04:06:08 +0000 |
kostya |
10l predictor should not skip first line
libavcodec
|
Tue, 24 Oct 2006 18:57:43 +0000 |
diego |
Don't include inttypes.h/stdint.h directly, there is an abstraction in
libavcodec
|
Tue, 24 Oct 2006 10:33:40 +0000 |
michael |
simplify
libavcodec
|
Tue, 24 Oct 2006 10:13:26 +0000 |
michael |
reverse my last change, it was wrong and broken
libavcodec
|
Tue, 24 Oct 2006 09:45:21 +0000 |
michael |
remove map variable
libavcodec
|
Tue, 24 Oct 2006 09:34:13 +0000 |
michael |
factorize update state out
libavcodec
|
Tue, 24 Oct 2006 09:09:38 +0000 |
michael |
FFMAX
libavcodec
|
Tue, 24 Oct 2006 08:52:51 +0000 |
michael |
common subexpression elimination
libavcodec
|
Tue, 24 Oct 2006 08:33:44 +0000 |
michael |
merge 8 and 16bit functions, they are identical except the data type
libavcodec
|
Tue, 24 Oct 2006 07:33:39 +0000 |
michael |
set v_edge_pos correctly for field picture mpeg2
libavcodec
|
Tue, 24 Oct 2006 05:01:04 +0000 |
kostya |
JPEG-LS 16-bit gray support
libavcodec
|
Tue, 24 Oct 2006 05:00:14 +0000 |
kostya |
PGM 16-bit gray support
libavcodec
|
Tue, 24 Oct 2006 04:59:46 +0000 |
kostya |
PNG 16-bit gray decoding support
libavcodec
|
Tue, 24 Oct 2006 04:57:43 +0000 |
kostya |
16-bit grayscale support
libavcodec
|
Mon, 23 Oct 2006 17:06:32 +0000 |
lucabe |
Do not use a fake libavcodec/swscale.h, but always use the real one
libavcodec
|
Mon, 23 Oct 2006 16:54:21 +0000 |
reimar |
CABAC assembler optimizations ported to AMD64
libavcodec
|
Mon, 23 Oct 2006 00:10:18 +0000 |
aurel |
document the extradata protocol for VP6F
libavcodec
|
Sun, 22 Oct 2006 23:19:42 +0000 |
aurel |
use the adjustment value present in FLV to crop VP6 video
libavcodec
|
Sun, 22 Oct 2006 18:33:09 +0000 |
aurel |
use coded_width and coded_height instead of width and height
libavcodec
|
Sun, 22 Oct 2006 17:25:16 +0000 |
bcoudurier |
indention
libavcodec
|
Sun, 22 Oct 2006 16:12:13 +0000 |
bcoudurier |
removed useless variables
libavcodec
|
Sun, 22 Oct 2006 16:10:04 +0000 |
bcoudurier |
use avctx->get_buffer
libavcodec
|
Sun, 22 Oct 2006 15:15:15 +0000 |
bcoudurier |
remove unused variables
libavcodec
|
Sun, 22 Oct 2006 15:11:51 +0000 |
bcoudurier |
printf -> dprintf
libavcodec
|
Sun, 22 Oct 2006 15:09:32 +0000 |
bcoudurier |
indention
libavcodec
|
Sun, 22 Oct 2006 15:05:03 +0000 |
bcoudurier |
change gif demuxer to gif decoder
libavcodec
|
Sun, 22 Oct 2006 04:52:15 +0000 |
kostya |
handle limit>32 for set_ur_golomb_jpegls()
libavcodec
|
Sat, 21 Oct 2006 22:07:01 +0000 |
michael |
prevent infinite loop
libavcodec
|
Fri, 20 Oct 2006 21:34:02 +0000 |
michael |
decode_significance_8x8_x86()
libavcodec
|
Fri, 20 Oct 2006 17:53:19 +0000 |
gpoirier |
Protect code that uses CMOV instructions with HAVE_CMOV,
libavcodec
|
Fri, 20 Oct 2006 10:00:28 +0000 |
michael |
another instruction less in decode_significance_x86() -> 1% faster ion P3
libavcodec
|
Fri, 20 Oct 2006 08:46:33 +0000 |
michael |
1 instruction less
libavcodec
|
Fri, 20 Oct 2006 00:51:04 +0000 |
michael |
reordering instructions a little in decode_significance_x86() -> 2 instructions less / 1% faster decode_residual on P3
libavcodec
|
Fri, 20 Oct 2006 00:35:54 +0000 |
michael |
factorize get_cabac asm (0.5% slower but its much cleaner)
libavcodec
|
Thu, 19 Oct 2006 23:03:47 +0000 |
alex |
correct signaling of palette change
libavcodec
|
Thu, 19 Oct 2006 20:24:33 +0000 |
diego |
Fix PIC compilation, some defines were under #ifdef !PIC but used
libavcodec
|
Thu, 19 Oct 2006 18:22:03 +0000 |
michael |
unused variable
libavcodec
|
Thu, 19 Oct 2006 14:54:34 +0000 |
michael |
slightly faster decode_cabac_mb_mvd()
libavcodec
|
Thu, 19 Oct 2006 10:33:56 +0000 |
michael |
1 variable less in decode_cabac_residual() no speed change (but less vars means less things gcc can load and store redundantly)
libavcodec
|
Thu, 19 Oct 2006 01:19:03 +0000 |
michael |
optimize sign decoding code in decode_residual()
libavcodec
|
Wed, 18 Oct 2006 09:37:25 +0000 |
gpoirier |
Kill a warning with MSVC
libavcodec
|
Tue, 17 Oct 2006 23:59:21 +0000 |
michael |
copy cabac context onto the stack for the c code in decode_cabac_residual() (15% faster on P3 but still slower then the current asm)
libavcodec
|
Tue, 17 Oct 2006 22:18:29 +0000 |
michael |
x86 asm version of the decode significance loop (not 8x8) of decode_residual() 5% faster decode_residual() on P3
libavcodec
|
Tue, 17 Oct 2006 10:26:37 +0000 |
lucabe |
Implement sws_getCachedContext() in swscale emulation
libavcodec
|
Tue, 17 Oct 2006 09:38:37 +0000 |
michael |
cosmetic (%%eax->%0)
libavcodec
|
Mon, 16 Oct 2006 21:47:19 +0000 |
diego |
Fix crash with illegal instruction, cmov is available on 686 and later only.
libavcodec
|
Mon, 16 Oct 2006 21:22:47 +0000 |
diego |
Expand some #endif comments.
libavcodec
|
Mon, 16 Oct 2006 19:06:56 +0000 |
michael |
fix -a^b which was interpreted as (-a)^b
libavcodec
|
Mon, 16 Oct 2006 18:36:44 +0000 |
michael |
asin() acos() atan()
libavcodec
|
Mon, 16 Oct 2006 17:44:29 +0000 |
lu_zero |
Make ffmpeg work with x264 r592
libavcodec
|
Mon, 16 Oct 2006 15:01:12 +0000 |
michael |
mod()
libavcodec
|
Mon, 16 Oct 2006 12:52:21 +0000 |
diego |
Fix #endif comments.
libavcodec
|
Mon, 16 Oct 2006 11:11:20 +0000 |
michael |
fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt come up with a better one quickly)
libavcodec
|
Sun, 15 Oct 2006 21:04:10 +0000 |
michael |
10l
libavcodec
|
Sun, 15 Oct 2006 20:50:05 +0000 |
michael |
this code will not work with PIC as it needs 7 registers and gcc doesnt support that in PIC
libavcodec
|
Sun, 15 Oct 2006 20:40:50 +0000 |
michael |
shift CABACContext.range right, this reduces the number of shifts needed in get_cabac() and is slightly faster on P3 (and should be much faster on P4 as the P4 except the more recent variants lacks an integer shifter and so shifts have ~10 times longer latency then simple operations like adds)
libavcodec
|
Sun, 15 Oct 2006 16:52:33 +0000 |
gpoirier |
Have xvid encoder wrapper honnor -vtag option
libavcodec
|
Sun, 15 Oct 2006 12:59:45 +0000 |
diego |
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
libavcodec
|
Sun, 15 Oct 2006 04:50:19 +0000 |
kostya |
Ignore blocks with no samples and flags (but usually with MD5 sum)
libavcodec
|
Sat, 14 Oct 2006 17:04:50 +0000 |
diego |
Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failure
libavcodec
|
Sat, 14 Oct 2006 14:48:45 +0000 |
gpoirier |
Remove empty structures,
libavcodec
|
Sat, 14 Oct 2006 12:23:54 +0000 |
kostya |
Make PNG produce correct 8-bit pictures
libavcodec
|
Sat, 14 Oct 2006 05:01:05 +0000 |
kostya |
Move block size check to decoder
libavcodec
|
Fri, 13 Oct 2006 16:19:15 +0000 |
michael |
simplify escape decoding
libavcodec
|
Fri, 13 Oct 2006 16:04:41 +0000 |
diego |
Remove intrinsics checks, they are no longer used.
libavcodec
|
Fri, 13 Oct 2006 14:21:25 +0000 |
michael |
dehack *ps_state indexing in the branchless decoder
libavcodec
|
Fri, 13 Oct 2006 10:48:29 +0000 |
kostya |
TIFF decoder
libavcodec
|
Thu, 12 Oct 2006 21:32:56 +0000 |
michael |
add "memory" to the clobber list we change memory so we need it, this also fixes some problems with gcc svn
libavcodec
|
Thu, 12 Oct 2006 20:55:42 +0000 |
michael |
-1 is a valid return value in ratecontrol_1pass() -> 100l for takis
libavcodec
|
Thu, 12 Oct 2006 19:57:47 +0000 |
rathann |
Fixes:
libavcodec
|
Thu, 12 Oct 2006 18:41:29 +0000 |
michael |
10l int vs uint8_t
libavcodec
|
Thu, 12 Oct 2006 14:49:19 +0000 |
michael |
prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_cabac() on P3)
libavcodec
|
Thu, 12 Oct 2006 12:27:02 +0000 |
michael |
int->uint8_t for 2 tables
libavcodec
|
Thu, 12 Oct 2006 12:02:58 +0000 |
bcoudurier |
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
libavcodec
|
Thu, 12 Oct 2006 11:54:24 +0000 |
bcoudurier |
fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A users P sourceforge P net%
libavcodec
|
Thu, 12 Oct 2006 11:51:34 +0000 |
diego |
Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h.
libavcodec
|
Thu, 12 Oct 2006 10:26:07 +0000 |
lu_zero |
ppc generic prefetch
libavcodec
|
Thu, 12 Oct 2006 07:51:18 +0000 |
gpoirier |
adds some useful comments after some of the #else, #elseif,
libavcodec
|
Wed, 11 Oct 2006 23:17:58 +0000 |
diego |
Rename ABS macro to FFABS.
libavcodec
|
Wed, 11 Oct 2006 21:34:15 +0000 |
lorenm |
more prefetches, 2% faster h264
libavcodec
|
Wed, 11 Oct 2006 17:59:40 +0000 |
michael |
slightly faster on P3 slightly slower on athlon and probably faster on P4
libavcodec
|
Wed, 11 Oct 2006 17:14:02 +0000 |
bcoudurier |
update doc, changelog, and increase libavcodec version for .cin files support
libavcodec
|
Wed, 11 Oct 2006 16:57:00 +0000 |
bcoudurier |
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
libavcodec
|
Wed, 11 Oct 2006 16:39:50 +0000 |
michael |
moving lps state transition code a little up in the branched asm code (1% faster on P3)
libavcodec
|
Wed, 11 Oct 2006 16:11:41 +0000 |
michael |
write cabac low and range variables as early as possible to prevent stalls from reading them before they where written, the P4 is said to disslike that alot, on P3 its 2% faster (START/STOP_TIMER over decode_residual)
libavcodec
|
Wed, 11 Oct 2006 15:20:08 +0000 |
michael |
use ecx instead of cl (no speed change on P3 but might avoid partial register stalls on some cpus)
libavcodec
|
Wed, 11 Oct 2006 14:44:17 +0000 |
michael |
make state transition tables global as they are constant and the code is slightly faster that way
libavcodec
|
Wed, 11 Oct 2006 13:25:29 +0000 |
michael |
10l
libavcodec
|
Wed, 11 Oct 2006 13:21:42 +0000 |
michael |
make lps_range a global table its constant anyway (saves 1 addition for accessing it)
libavcodec
|
Wed, 11 Oct 2006 12:23:40 +0000 |
michael |
enable CMOV_IS_FAST as its faster or equal speed on every cpu (duron, athlon, PM, P3) from which ive seen benchmarks, it might be slower on P4 but noone has posted benchmarks ...
libavcodec
|
Wed, 11 Oct 2006 10:29:00 +0000 |
michael |
doxy
libavcodec
|
Wed, 11 Oct 2006 08:30:13 +0000 |
diego |
Move CFLAGS handling to common.mak.
libavcodec
|
Wed, 11 Oct 2006 07:47:59 +0000 |
diego |
Switch to the LGPL as agreed to by the author according to the
libavcodec
|
Wed, 11 Oct 2006 04:15:04 +0000 |
kostya |
Targa image decoder
libavcodec
|
Tue, 10 Oct 2006 12:07:25 +0000 |
diego |
Rename SIGN macro to the more fitting UNFOLD.
libavcodec
|
Tue, 10 Oct 2006 08:16:41 +0000 |
diego |
BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER
libavcodec
|
Tue, 10 Oct 2006 08:01:19 +0000 |
gpoirier |
Move TRANSPOSE8 macro to dsputil_altivec.h.
libavcodec
|
Tue, 10 Oct 2006 06:56:51 +0000 |
michael |
moving another bit&1 out, this is as fast as with it in there, but it makes more sense with it outside of the loop
libavcodec
|
Tue, 10 Oct 2006 01:17:39 +0000 |
michael |
move the &1 out of the asm so gcc can optimize it away in inlined cases (yes this is slightly faster)
libavcodec
|
Tue, 10 Oct 2006 01:08:39 +0000 |
michael |
replace a few and/sub/... by cmov
libavcodec
|
Mon, 09 Oct 2006 21:57:10 +0000 |
michael |
reading 8bit mem into a 8bit register needs 2 uops on P4, 8bit->32bit with zero extension needs just 1
libavcodec
|
Mon, 09 Oct 2006 21:39:07 +0000 |
michael |
on the P4 inc needs twice as much time a add
libavcodec
|
Mon, 09 Oct 2006 21:21:10 +0000 |
michael |
10l
libavcodec
|
Mon, 09 Oct 2006 21:14:16 +0000 |
michael |
reverse remainder of the failed attempt to optimize *state=c->mps_state[s]
libavcodec
|
Mon, 09 Oct 2006 20:51:33 +0000 |
michael |
x86 branchless cabac decoder
libavcodec
|
Mon, 09 Oct 2006 20:44:11 +0000 |
michael |
optimize branchless C CABAC decoder
libavcodec
|
Mon, 09 Oct 2006 18:29:46 +0000 |
lu_zero |
removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore
libavcodec
|
Mon, 09 Oct 2006 18:20:00 +0000 |
michael |
move outcommented START/STOP_TIMER to a hopefully better place for benchmarking ...
libavcodec
|
Mon, 09 Oct 2006 15:52:17 +0000 |
michael |
drop failed attempt to optimize *state= c->mps_state[s];
libavcodec
|
Mon, 09 Oct 2006 14:15:53 +0000 |
michael |
10l bugfix for some disabled code
libavcodec
|
Mon, 09 Oct 2006 14:15:14 +0000 |
michael |
first try of a handwritten get_cabac() for x86, this is 10-20% faster on P3 depening on if you try to subtract the START/STOP_TIMER overhead
libavcodec
|
Mon, 09 Oct 2006 13:37:43 +0000 |
lu_zero |
add_bytes passes tests
libavcodec
|
Mon, 09 Oct 2006 12:25:24 +0000 |
michael |
remove bytestream_end checks, seems to work fine without them and the bitstream reader doesnt check for the end either
libavcodec
|
Mon, 09 Oct 2006 11:36:42 +0000 |
gpoirier |
fix AC3 5.1 being decoded as mono
libavcodec
|
Mon, 09 Oct 2006 07:31:27 +0000 |
diego |
Fix GPL/LGPL license version mismatch.
libavcodec
|
Mon, 09 Oct 2006 00:59:42 +0000 |
michael |
decrease ff_h264_norm_shift[] size
libavcodec
|
Sun, 08 Oct 2006 21:26:19 +0000 |
rathann |
Fixes:
libavcodec
|
Sun, 08 Oct 2006 21:26:08 +0000 |
michael |
cleanup
libavcodec
|
Sun, 08 Oct 2006 21:25:22 +0000 |
rathann |
Fixes:
libavcodec
|
Sun, 08 Oct 2006 21:23:57 +0000 |
rathann |
Fixes:
libavcodec
|
Sun, 08 Oct 2006 21:11:03 +0000 |
rathann |
Fixes:
libavcodec
|
Sun, 08 Oct 2006 14:32:27 +0000 |
reimar |
Avoid void *-arithmetic
libavcodec
|
Sun, 08 Oct 2006 13:55:02 +0000 |
lu_zero |
Non Altivec optimizations already present at the top
libavcodec
|
Sun, 08 Oct 2006 13:20:22 +0000 |
michael |
branchless renormalization (1% faster get_cabac) old branchless renormalization wasnt faster because gcc was scared of the shift variable (missusing bit variable now)
libavcodec
|
Sun, 08 Oct 2006 11:24:37 +0000 |
michael |
5% faster get_cabac()
libavcodec
|
Sun, 08 Oct 2006 10:11:58 +0000 |
diego |
output typo fixes
libavcodec
|
Sun, 08 Oct 2006 09:41:00 +0000 |
diego |
Compilation fix: pix_abs16x16_c was undeclared.
libavcodec
|
Sun, 08 Oct 2006 09:38:22 +0000 |
diego |
Compilation fix, printf gets redefined to please_use_av_log.
libavcodec
|
Sat, 07 Oct 2006 22:37:34 +0000 |
michael |
disable benchmarking code
libavcodec
|
Sat, 07 Oct 2006 22:34:32 +0000 |
michael |
renorm_cabac_decoder_once START/STOP_TIMER scores for athlon
libavcodec
|
Sat, 07 Oct 2006 19:14:25 +0000 |
lu_zero |
fix the dcbz check and move it in configure
libavcodec
|
Sat, 07 Oct 2006 15:44:14 +0000 |
michael |
refill cabac variables in 16bit steps, 3% faster get_cabac()
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Sat, 07 Oct 2006 12:41:55 +0000 |
michael |
() 10l
libavcodec
|
Sat, 07 Oct 2006 11:46:35 +0000 |
lu_zero |
fix a warning
libavcodec
|
Sat, 07 Oct 2006 11:30:24 +0000 |
diego |
Compilation fix, printf gets redefined to please_use_av_log.
libavcodec
|
Sat, 07 Oct 2006 11:15:10 +0000 |
michael |
several x86 renorm_cabac_decoder_once optimizations
libavcodec
|
Sat, 07 Oct 2006 09:22:44 +0000 |
diego |
Replace -I../-I. by -I$(BUILD_ROOT).
libavcodec
|
Sat, 07 Oct 2006 08:10:47 +0000 |
diego |
cosmetics: Add backslashes to the last line of continued lines to make
libavcodec
|
Fri, 06 Oct 2006 11:33:57 +0000 |
michael |
fix decoding of ED-small-sample-file.ogg
libavcodec
|
Thu, 05 Oct 2006 19:27:18 +0000 |
michael |
fix buffer underflows by reencoding the current frame with a higher QP
libavcodec
|
Thu, 05 Oct 2006 18:15:17 +0000 |
diego |
message typo fixes
libavcodec
|
Thu, 05 Oct 2006 17:10:33 +0000 |
diego |
Simplify test program build.
libavcodec
|
Thu, 05 Oct 2006 09:58:33 +0000 |
diego |
Also ignore cpuid_test.
libavcodec
|
Thu, 05 Oct 2006 01:28:25 +0000 |
diego |
Fix imgresample-test compilation.
libavcodec
|
Thu, 05 Oct 2006 00:51:40 +0000 |
diego |
imgresample-test depends on $(LIB).
libavcodec
|
Thu, 05 Oct 2006 00:32:56 +0000 |
diego |
Simplify EXTRALIBS handling.
libavcodec
|
Thu, 05 Oct 2006 00:23:24 +0000 |
diego |
Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the
libavcodec
|
Wed, 04 Oct 2006 21:42:31 +0000 |
diego |
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
libavcodec
|
Wed, 04 Oct 2006 13:13:07 +0000 |
bcoudurier |
change extradata type to uint8_t *
libavcodec
|
Wed, 04 Oct 2006 12:49:52 +0000 |
bcoudurier |
mjpeg 4:2:2 encoding support
libavcodec
|
Wed, 04 Oct 2006 07:16:10 +0000 |
lorenm |
don't try to inline cabac functions. gcc ignored the hint anyway, and forcing it would make h264 slower.
libavcodec
|
Wed, 04 Oct 2006 07:08:26 +0000 |
lorenm |
simplify write_back_motion for skip mbs
libavcodec
|
Wed, 04 Oct 2006 02:57:43 +0000 |
lorenm |
10l in r6412
libavcodec
|
Tue, 03 Oct 2006 19:23:39 +0000 |
diego |
Move EXTRALIBS handling to common.mak.
libavcodec
|
Tue, 03 Oct 2006 18:03:45 +0000 |
diego |
Slightly simplify apiexample compilation command line.
libavcodec
|
Tue, 03 Oct 2006 17:59:10 +0000 |
diego |
Also remove cpuid_test on clean.
libavcodec
|
Tue, 03 Oct 2006 17:50:02 +0000 |
diego |
Remove bogus dependency information.
libavcodec
|
Tue, 03 Oct 2006 17:42:17 +0000 |
diego |
Mark all phony targets as such.
libavcodec
|
Tue, 03 Oct 2006 17:12:48 +0000 |
diego |
Remove unused variables and the corresponding warnings along with them.
libavcodec
|
Mon, 02 Oct 2006 11:55:24 +0000 |
ods15 |
more forgotten free's.
libavcodec
|
Mon, 02 Oct 2006 11:47:10 +0000 |
ods15 |
10l, wrong order in freeing
libavcodec
|
Mon, 02 Oct 2006 11:31:52 +0000 |
michael |
slightly saner indention
libavcodec
|
Mon, 02 Oct 2006 10:23:59 +0000 |
diego |
Fix quantiSer --> quantiZer typo.
libavcodec
|
Mon, 02 Oct 2006 06:56:39 +0000 |
ods15 |
add vorbis_enc_data.h, remove codebook data from vorbis_enc.c
libavcodec
|
Mon, 02 Oct 2006 06:18:02 +0000 |
ods15 |
Add vorbis encoder to ffmpeg
libavcodec
|
Mon, 02 Oct 2006 06:09:52 +0000 |
ods15 |
Original Commit: r114 | ods15 | 2006-10-01 21:38:37 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:49 +0000 |
ods15 |
Original Commit: r113 | ods15 | 2006-10-01 21:35:47 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:47 +0000 |
ods15 |
Original Commit: r112 | ods15 | 2006-10-01 20:48:39 +0200 (Sun, 01 Oct 2006) | 3 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:45 +0000 |
ods15 |
Original Commit: r111 | ods15 | 2006-10-01 19:40:50 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:43 +0000 |
ods15 |
Original Commit: r110 | ods15 | 2006-10-01 19:17:32 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:41 +0000 |
ods15 |
Original Commit: r109 | ods15 | 2006-10-01 19:14:52 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:39 +0000 |
ods15 |
Original Commit: r108 | ods15 | 2006-10-01 18:46:06 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:36 +0000 |
ods15 |
Original Commit: r107 | ods15 | 2006-10-01 18:13:12 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:33 +0000 |
ods15 |
Original Commit: r106 | ods15 | 2006-10-01 18:11:55 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:30 +0000 |
ods15 |
Original Commit: r105 | ods15 | 2006-10-01 18:09:55 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:28 +0000 |
ods15 |
Original Commit: r104 | ods15 | 2006-10-01 18:04:08 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:24 +0000 |
ods15 |
Original Commit: r103 | ods15 | 2006-10-01 18:00:43 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:22 +0000 |
ods15 |
Original Commit: r102 | ods15 | 2006-10-01 17:58:38 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:20 +0000 |
ods15 |
Original Commit: r101 | ods15 | 2006-10-01 14:15:00 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:18 +0000 |
ods15 |
Original Commit: r100 | ods15 | 2006-10-01 14:01:27 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:14 +0000 |
ods15 |
Original Commit: r99 | ods15 | 2006-10-01 11:12:44 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:12 +0000 |
ods15 |
Original Commit: r98 | ods15 | 2006-10-01 10:15:33 +0200 (Sun, 01 Oct 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:10 +0000 |
ods15 |
Original Commit: r97 | ods15 | 2006-09-30 23:32:19 +0300 (Sat, 30 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:08 +0000 |
ods15 |
Original Commit: r96 | ods15 | 2006-09-30 23:25:18 +0300 (Sat, 30 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:06 +0000 |
ods15 |
Original Commit: r95 | ods15 | 2006-09-30 22:11:08 +0300 (Sat, 30 Sep 2006) | 3 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:04 +0000 |
ods15 |
Original Commit: r94 | ods15 | 2006-09-30 22:09:33 +0300 (Sat, 30 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:09:02 +0000 |
ods15 |
Original Commit: r93 | ods15 | 2006-09-30 22:02:21 +0300 (Sat, 30 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:59 +0000 |
ods15 |
Original Commit: r92 | ods15 | 2006-09-30 12:13:47 +0300 (Sat, 30 Sep 2006) | 3 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:57 +0000 |
ods15 |
Original Commit: r91 | ods15 | 2006-09-30 10:05:16 +0300 (Sat, 30 Sep 2006) | 4 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:55 +0000 |
ods15 |
Original Commit: r90 | ods15 | 2006-09-29 22:14:40 +0300 (Fri, 29 Sep 2006) | 3 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:53 +0000 |
ods15 |
Original Commit: r88 | ods15 | 2006-09-29 21:10:36 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:51 +0000 |
ods15 |
Original Commit: r87 | ods15 | 2006-09-29 21:10:05 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:48 +0000 |
ods15 |
Original Commit: r86 | ods15 | 2006-09-29 21:08:42 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:46 +0000 |
ods15 |
Original Commit: r85 | ods15 | 2006-09-29 21:07:58 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:44 +0000 |
ods15 |
Original Commit: r84 | ods15 | 2006-09-29 21:07:07 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:41 +0000 |
ods15 |
Original Commit: r83 | ods15 | 2006-09-29 21:06:13 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:39 +0000 |
ods15 |
Original Commit: r82 | ods15 | 2006-09-29 21:03:43 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:36 +0000 |
ods15 |
Original Commit: r81 | ods15 | 2006-09-29 21:02:09 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:33 +0000 |
ods15 |
Original Commit: r80 | ods15 | 2006-09-29 15:44:22 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:31 +0000 |
ods15 |
Original Commit: r79 | ods15 | 2006-09-29 15:15:26 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:28 +0000 |
ods15 |
Original Commit: r78 | ods15 | 2006-09-29 15:14:28 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:25 +0000 |
ods15 |
Original Commit: r77 | ods15 | 2006-09-29 15:12:56 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:23 +0000 |
ods15 |
Original Commit: r76 | ods15 | 2006-09-29 13:16:37 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:21 +0000 |
ods15 |
Original Commit: r75 | ods15 | 2006-09-29 13:03:51 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:19 +0000 |
ods15 |
Original Commit: r74 | ods15 | 2006-09-29 13:03:31 +0300 (Fri, 29 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:16 +0000 |
ods15 |
Original Commit: r73 | ods15 | 2006-09-28 21:01:59 +0300 (Thu, 28 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:14 +0000 |
ods15 |
Original Commit: r72 | ods15 | 2006-09-28 21:00:47 +0300 (Thu, 28 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:11 +0000 |
ods15 |
Original Commit: r71 | ods15 | 2006-09-28 21:00:24 +0300 (Thu, 28 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:09 +0000 |
ods15 |
Original Commit: r70 | ods15 | 2006-09-28 19:07:36 +0300 (Thu, 28 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:07 +0000 |
ods15 |
Original Commit: r69 | ods15 | 2006-09-27 20:27:50 +0300 (Wed, 27 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:03 +0000 |
ods15 |
Original Commit: r68 | ods15 | 2006-09-25 21:15:09 +0300 (Mon, 25 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:08:01 +0000 |
ods15 |
Original Commit: r67 | ods15 | 2006-09-25 20:33:06 +0300 (Mon, 25 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:59 +0000 |
ods15 |
Original Commit: r66 | ods15 | 2006-09-25 18:42:13 +0300 (Mon, 25 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:57 +0000 |
ods15 |
Original Commit: r65 | ods15 | 2006-09-25 18:40:19 +0300 (Mon, 25 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:55 +0000 |
ods15 |
Original Commit: r64 | ods15 | 2006-09-25 18:39:30 +0300 (Mon, 25 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:53 +0000 |
ods15 |
Original Commit: r63 | ods15 | 2006-09-25 13:51:44 +0300 (Mon, 25 Sep 2006) | 3 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:51 +0000 |
ods15 |
Original Commit: r62 | ods15 | 2006-09-25 13:12:07 +0300 (Mon, 25 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:49 +0000 |
ods15 |
Original Commit: r61 | ods15 | 2006-09-25 13:10:56 +0300 (Mon, 25 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:46 +0000 |
ods15 |
Original Commit: r60 | ods15 | 2006-09-25 12:46:30 +0300 (Mon, 25 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:44 +0000 |
ods15 |
Original Commit: r59 | ods15 | 2006-09-24 17:40:40 +0300 (Sun, 24 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:42 +0000 |
ods15 |
Original Commit: r58 | ods15 | 2006-09-24 17:35:28 +0300 (Sun, 24 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:40 +0000 |
ods15 |
Original Commit: r56 | ods15 | 2006-09-24 13:55:01 +0300 (Sun, 24 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:38 +0000 |
ods15 |
Original Commit: r55 | ods15 | 2006-09-24 13:54:43 +0300 (Sun, 24 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:36 +0000 |
ods15 |
Original Commit: r54 | ods15 | 2006-09-24 13:54:12 +0300 (Sun, 24 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:34 +0000 |
ods15 |
Original Commit: r52 | ods15 | 2006-09-23 17:38:43 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:32 +0000 |
ods15 |
Original Commit: r51 | ods15 | 2006-09-23 16:32:30 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:30 +0000 |
ods15 |
Original Commit: r50 | ods15 | 2006-09-23 16:24:51 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:28 +0000 |
ods15 |
Original Commit: r49 | ods15 | 2006-09-23 12:52:21 +0300 (Sat, 23 Sep 2006) | 3 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:26 +0000 |
ods15 |
Original Commit: r48 | ods15 | 2006-09-23 12:45:25 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 06:07:24 +0000 |
ods15 |
Original Commit: r47 | ods15 | 2006-09-23 12:34:48 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:40 +0000 |
ods15 |
Original Commit: r46 | ods15 | 2006-09-23 11:36:32 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:37 +0000 |
ods15 |
Original Commit: r44 | ods15 | 2006-09-23 10:54:43 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:35 +0000 |
ods15 |
Original Commit: r43 | ods15 | 2006-09-23 10:53:46 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:32 +0000 |
ods15 |
Original Commit: r42 | ods15 | 2006-09-23 10:53:16 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:30 +0000 |
ods15 |
Original Commit: r41 | ods15 | 2006-09-23 10:52:34 +0300 (Sat, 23 Sep 2006) | 4 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:27 +0000 |
ods15 |
Original Commit: r40 | ods15 | 2006-09-23 09:36:30 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:25 +0000 |
ods15 |
Original Commit: r39 | ods15 | 2006-09-23 09:36:11 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:23 +0000 |
ods15 |
Original Commit: r38 | ods15 | 2006-09-23 09:02:34 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:21 +0000 |
ods15 |
Original Commit: r37 | ods15 | 2006-09-23 08:43:43 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:18 +0000 |
ods15 |
Original Commit: r36 | ods15 | 2006-09-23 08:43:09 +0300 (Sat, 23 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:16 +0000 |
ods15 |
Original Commit: r35 | ods15 | 2006-09-22 18:53:22 +0300 (Fri, 22 Sep 2006) | 4 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:14 +0000 |
ods15 |
Original Commit: r34 | ods15 | 2006-09-22 18:46:57 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:12 +0000 |
ods15 |
Original Commit: r32 | ods15 | 2006-09-22 18:37:50 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:10 +0000 |
ods15 |
Original Commit: r31 | ods15 | 2006-09-22 18:33:17 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:07 +0000 |
ods15 |
Original Commit: r30 | ods15 | 2006-09-22 18:24:04 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:05 +0000 |
ods15 |
Original Commit: r27 | ods15 | 2006-09-22 14:19:51 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:03 +0000 |
ods15 |
Original Commit: r26 | ods15 | 2006-09-22 14:18:22 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:56:01 +0000 |
ods15 |
Original Commit: r25 | ods15 | 2006-09-22 14:06:04 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:59 +0000 |
ods15 |
Original Commit: r24 | ods15 | 2006-09-22 13:57:09 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:57 +0000 |
ods15 |
Original Commit: r23 | ods15 | 2006-09-22 13:55:48 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:55 +0000 |
ods15 |
Original Commit: r22 | ods15 | 2006-09-22 13:49:56 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:52 +0000 |
ods15 |
Original Commit: r21 | ods15 | 2006-09-22 13:40:31 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:49 +0000 |
ods15 |
Original Commit: r20 | ods15 | 2006-09-22 13:12:48 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:47 +0000 |
ods15 |
Original Commit: r19 | ods15 | 2006-09-22 12:54:18 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:45 +0000 |
ods15 |
Original Commit: r18 | ods15 | 2006-09-22 12:29:26 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:43 +0000 |
ods15 |
Original Commit: r17 | ods15 | 2006-09-22 12:28:28 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:41 +0000 |
ods15 |
Original Commit: r16 | ods15 | 2006-09-22 12:27:17 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:39 +0000 |
ods15 |
Original Commit: r15 | ods15 | 2006-09-22 12:26:42 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:37 +0000 |
ods15 |
Original Commit: r14 | ods15 | 2006-09-22 12:26:17 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:35 +0000 |
ods15 |
Original Commit: r13 | ods15 | 2006-09-22 09:29:38 +0300 (Fri, 22 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:33 +0000 |
ods15 |
Original Commit: r12 | ods15 | 2006-09-22 09:28:30 +0300 (Fri, 22 Sep 2006) | 5 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:30 +0000 |
ods15 |
Original Commit: r11 | ods15 | 2006-09-17 19:41:28 +0300 (Sun, 17 Sep 2006) | 4 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:28 +0000 |
ods15 |
Original Commit: r10 | ods15 | 2006-09-17 19:37:17 +0300 (Sun, 17 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:26 +0000 |
ods15 |
Original Commit: r9 | ods15 | 2006-09-17 18:56:41 +0300 (Sun, 17 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:24 +0000 |
ods15 |
Original Commit: r8 | ods15 | 2006-09-17 09:43:38 +0300 (Sun, 17 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:22 +0000 |
ods15 |
Original Commit: r7 | ods15 | 2006-09-17 08:50:47 +0300 (Sun, 17 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:20 +0000 |
ods15 |
Original Commit: r6 | ods15 | 2006-09-16 20:36:31 +0300 (Sat, 16 Sep 2006) | 2 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:18 +0000 |
ods15 |
Original Commit: r5 | ods15 | 2006-09-16 17:29:04 +0300 (Sat, 16 Sep 2006) | 4 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:16 +0000 |
ods15 |
Original Commit: r4 | ods15 | 2006-09-16 15:36:03 +0300 (Sat, 16 Sep 2006) | 3 lines
libavcodec
|
Mon, 02 Oct 2006 05:55:14 +0000 |
ods15 |
Original Commit: r3 | ods15 | 2006-09-16 11:49:07 +0300 (Sat, 16 Sep 2006) | 2 lines
libavcodec
|
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
|