Fri, 31 Mar 2006 17:01:58 +0000 |
michael |
+ (sign&1) -> -sign (1 instruction less)
libavcodec
|
Fri, 31 Mar 2006 16:50:43 +0000 |
michael |
avoid hard to predict branch (idea by arpi)
libavcodec
|
Fri, 31 Mar 2006 13:06:24 +0000 |
michael |
warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>)
libavcodec
|
Fri, 31 Mar 2006 09:59:53 +0000 |
lu_zero |
Proper typecast for vector bool
libavcodec
|
Thu, 30 Mar 2006 16:24:38 +0000 |
lucabe |
move enum PixelFormat from libavcodec to libavutil
libavcodec
|
Thu, 30 Mar 2006 14:58:36 +0000 |
michael |
reverting 1.31->1.33
libavcodec
|
Thu, 30 Mar 2006 14:13:03 +0000 |
michael |
dont forget table_size in the decode_frame return value
libavcodec
|
Thu, 30 Mar 2006 04:33:05 +0000 |
corey |
- Add new file internal.h for common internal-use-only functions.
libavcodec
|
Wed, 29 Mar 2006 21:11:57 +0000 |
michael |
fix gcc 2.95 compilation
libavcodec
|
Wed, 29 Mar 2006 18:42:50 +0000 |
lu_zero |
Cast cruft in order to support Apple gcc
libavcodec
|
Wed, 29 Mar 2006 11:01:17 +0000 |
diego |
Ignore apiexample and test programs.
libavcodec
|
Wed, 29 Mar 2006 10:59:09 +0000 |
diego |
EXTRALIBS already contains -lm, no need to add it explicitly.
libavcodec
|
Wed, 29 Mar 2006 09:20:44 +0000 |
michael |
avoid if(i>=63) check at the end of decode_block()
libavcodec
|
Wed, 29 Mar 2006 09:13:43 +0000 |
michael |
avoid i++ in decode_block()
libavcodec
|
Wed, 29 Mar 2006 08:41:53 +0000 |
michael |
minor optimization of decode_block()
libavcodec
|
Wed, 29 Mar 2006 01:59:24 +0000 |
michael |
optimizations by arpi
libavcodec
|
Mon, 27 Mar 2006 22:22:50 +0000 |
reimar |
NuppelVideo/MythTVVideo support, including rtjpeg decoder
libavcodec
|
Mon, 27 Mar 2006 12:51:19 +0000 |
lu_zero |
altivec support for snow
libavcodec
|
Mon, 27 Mar 2006 12:45:27 +0000 |
lu_zero |
altivec support for snow
libavcodec
|
Sun, 26 Mar 2006 17:07:02 +0000 |
banan |
Use a more descriptive error message.
libavcodec
|
Sat, 25 Mar 2006 15:37:08 +0000 |
kostya |
Don't use get_vlc2() when tree is one symbol. This fixes audio decoding
libavcodec
|
Sat, 25 Mar 2006 09:46:43 +0000 |
lorenm |
10l in 1.199 (write_back_motion with B-pyramid + spatial)
libavcodec
|
Sat, 25 Mar 2006 08:41:14 +0000 |
lorenm |
simplified and slightly faster h264_chroma_mc8_mmx
libavcodec
|
Fri, 24 Mar 2006 01:33:22 +0000 |
mru |
ST16 is undefined for non-GNU compilers.
libavcodec
|
Thu, 23 Mar 2006 21:54:46 +0000 |
lorenm |
prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding (on an athlon-xp).
libavcodec
|
Thu, 23 Mar 2006 20:16:36 +0000 |
lorenm |
prefetch pixels for future motion compensation. 2-5% faster h264.
libavcodec
|
Wed, 22 Mar 2006 22:08:28 +0000 |
lorenm |
10l
libavcodec
|
Wed, 22 Mar 2006 22:05:00 +0000 |
lorenm |
added mmx implementation of h264_chroma_mc2
libavcodec
|
Wed, 22 Mar 2006 12:41:02 +0000 |
lorenm |
1.5x faster write_back_motion, 1-3% overall
libavcodec
|
Wed, 22 Mar 2006 12:08:35 +0000 |
gpoirier |
add MMX and SSE versions of ff_snow_inner_add_yblock
libavcodec
|
Tue, 21 Mar 2006 21:51:07 +0000 |
corey |
snow mmx+sse2 optimizations, part 4
libavcodec
|
Tue, 21 Mar 2006 17:27:47 +0000 |
kostya |
Smacker demuxer and decoder.
libavcodec
|
Mon, 20 Mar 2006 22:48:08 +0000 |
mru |
since Michael prefers to keep dsputil.h private to libavcodec
libavcodec
|
Mon, 20 Mar 2006 22:27:59 +0000 |
gpoirier |
Add the mmx and sse2 implementations of ff_snow_vertical_compose().
libavcodec
|
Mon, 20 Mar 2006 05:52:23 +0000 |
corey |
Snow mmx + sse2 part 2
libavcodec
|
Mon, 20 Mar 2006 01:18:56 +0000 |
michael |
fixing interlaced direct mode field select values
libavcodec
|
Sun, 19 Mar 2006 11:49:37 +0000 |
michael |
various fixes for xvid_rc
libavcodec
|
Sat, 18 Mar 2006 20:43:48 +0000 |
michael |
fix frametypes with xvid_rc
libavcodec
|
Sat, 18 Mar 2006 02:46:39 +0000 |
michael |
fixing bquant_offset
libavcodec
|
Sat, 18 Mar 2006 02:29:58 +0000 |
michael |
segfault fix
libavcodec
|
Fri, 17 Mar 2006 16:40:10 +0000 |
corey |
make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't
libavcodec
|
Fri, 17 Mar 2006 12:08:46 +0000 |
gpoirier |
10l: Only set *compose97i *add_yblock to dsputils context if we are building with Snow enabled
libavcodec
|
Thu, 16 Mar 2006 19:18:18 +0000 |
gpoirier |
First part of a series of speed-enchancing patches.
libavcodec
|
Tue, 14 Mar 2006 00:22:05 +0000 |
michael |
dont pass intra flag if its always 0
libavcodec
|
Mon, 13 Mar 2006 23:46:47 +0000 |
michael |
fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio array for illegal aspect ratios)
libavcodec
|
Mon, 13 Mar 2006 23:29:00 +0000 |
michael |
fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...)
libavcodec
|
Mon, 13 Mar 2006 01:27:13 +0000 |
lorenm |
seed iterative_me with mvs from conventional search.
libavcodec
|
Mon, 13 Mar 2006 01:26:06 +0000 |
lorenm |
obey vqscale in 2nd pass
libavcodec
|
Sun, 12 Mar 2006 19:55:52 +0000 |
michael |
reset interlaced_dct flag
libavcodec
|
Sat, 11 Mar 2006 04:26:55 +0000 |
kostya |
16-bit DPCM and stereo support for Sierra VMD
libavcodec
|
Sat, 11 Mar 2006 00:19:32 +0000 |
michael |
av_free -> av_freep
libavcodec
|
Sat, 11 Mar 2006 00:18:43 +0000 |
michael |
fix %8 != 0 w/h
libavcodec
|
Fri, 10 Mar 2006 22:00:36 +0000 |
michael |
asserts to check if assumed conditions really are true
libavcodec
|
Fri, 10 Mar 2006 21:20:49 +0000 |
michael |
out of array read fix
libavcodec
|
Fri, 10 Mar 2006 20:58:42 +0000 |
michael |
out of array read fix
libavcodec
|
Fri, 10 Mar 2006 20:40:52 +0000 |
michael |
cleanup picture / debug output code
libavcodec
|
Fri, 10 Mar 2006 19:42:51 +0000 |
michael |
fixing out of array access (only cosmetic, this should never have had a end user vissible effect)
libavcodec
|
Fri, 10 Mar 2006 19:10:46 +0000 |
michael |
add assert to clarify that we know what we are doing
libavcodec
|
Fri, 10 Mar 2006 18:40:41 +0000 |
michael |
fixing uninitalized dc_pred_dir
libavcodec
|
Fri, 10 Mar 2006 18:37:18 +0000 |
michael |
very minor optimization
libavcodec
|
Fri, 10 Mar 2006 18:34:51 +0000 |
michael |
unused variable
libavcodec
|
Fri, 10 Mar 2006 13:55:48 +0000 |
bcoudurier |
Fix cropping, depending on enc pix fmt
libavcodec
|
Thu, 09 Mar 2006 08:05:45 +0000 |
diego |
Alignment fixes, caused problems on SPARC.
libavcodec
|
Wed, 08 Mar 2006 11:43:10 +0000 |
diego |
(f)printf --> av_log conversion
libavcodec
|
Wed, 08 Mar 2006 09:26:57 +0000 |
banan |
Init simplification and 2% faster wma_decode_block on amd64 with tables use
libavcodec
|
Wed, 08 Mar 2006 04:13:55 +0000 |
corey |
3DNow! & Extended 3DNow! versions of FFT
libavcodec
|
Tue, 07 Mar 2006 22:45:56 +0000 |
lorenm |
h264_idct8_add_mmx
libavcodec
|
Tue, 07 Mar 2006 22:33:32 +0000 |
lorenm |
h264_idct_add only needs mmx1
libavcodec
|
Mon, 06 Mar 2006 22:06:33 +0000 |
diego |
Proper mangling information for symbols in OS X Mach-O shared objects.
libavcodec
|
Mon, 06 Mar 2006 15:09:04 +0000 |
michael |
switch flac to av_crc
libavcodec
|
Mon, 06 Mar 2006 14:53:13 +0000 |
michael |
switch ac3enc to av_crc
libavcodec
|
Mon, 06 Mar 2006 14:13:01 +0000 |
michael |
generic crc calculation code
libavcodec
|
Mon, 06 Mar 2006 09:54:09 +0000 |
romansh |
I still don't think this should be here. Note: without this code DV encoder
libavcodec
|
Mon, 06 Mar 2006 08:54:33 +0000 |
romansh |
DVCPRO50 support.
libavcodec
|
Sun, 05 Mar 2006 20:25:18 +0000 |
gpoirier |
use xorps instead of mulps to toggle the sign of a float, as suggested by Software Optimization Guide for AMD64 Processors.
libavcodec
|
Sun, 05 Mar 2006 19:02:35 +0000 |
lorenm |
gcc2.95 workaround
libavcodec
|
Sun, 05 Mar 2006 12:32:24 +0000 |
mru |
Make faac_decode_frame return -1 on error and not 0 which avoids
libavcodec
|
Sat, 04 Mar 2006 19:56:01 +0000 |
lorenm |
remove some useless instructions
libavcodec
|
Sat, 04 Mar 2006 17:34:17 +0000 |
diego |
Make -xy help output consistent, output an empty line before and after.
libavcodec
|
Sat, 04 Mar 2006 03:57:33 +0000 |
lorenm |
keyframe flag was wrong if SEIs followed the keyframe
libavcodec
|
Fri, 03 Mar 2006 21:33:06 +0000 |
michael |
PAL8 support (fixed BLUR8.AVI)
libavcodec
|
Fri, 03 Mar 2006 20:36:08 +0000 |
michael |
fix segfault with BLUR8.AVI
libavcodec
|
Thu, 02 Mar 2006 21:47:53 +0000 |
michael |
fix infinite loop
libavcodec
|
Thu, 02 Mar 2006 13:55:49 +0000 |
michael |
cleanup IMA-ADPCM WAV decoder
libavcodec
|
Thu, 02 Mar 2006 08:21:08 +0000 |
lorenm |
4% faster h264_qpel_mc
libavcodec
|
Wed, 01 Mar 2006 23:19:04 +0000 |
kabi |
* bugfixing call reference
libavcodec
|
Wed, 01 Mar 2006 22:59:22 +0000 |
michael |
fix decoding of mpeg2-trunc.vob
libavcodec
|
Tue, 28 Feb 2006 21:55:18 +0000 |
aurel |
use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >)
libavcodec
|
Tue, 28 Feb 2006 02:54:48 +0000 |
romansh |
Assign class 2 to most macroblocks by default, instead of a more conservative
libavcodec
|
Mon, 27 Feb 2006 12:17:20 +0000 |
banan |
64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch
libavcodec
|
Mon, 27 Feb 2006 05:04:05 +0000 |
romansh |
Not that we're that far from being an *initial* implementation, but
libavcodec
|
Mon, 27 Feb 2006 04:50:06 +0000 |
romansh |
AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The
libavcodec
|
Sun, 26 Feb 2006 15:40:08 +0000 |
michael |
remove wrong assert()
libavcodec
|
Sun, 26 Feb 2006 15:24:42 +0000 |
michael |
replace for loop with 2 asserts()
libavcodec
|
Sat, 25 Feb 2006 22:58:26 +0000 |
michael |
size[0-3] are not initialized (and can get random negative trash
libavcodec
|
Sat, 25 Feb 2006 22:41:31 +0000 |
mru |
kill some warnings
libavcodec
|
Sat, 25 Feb 2006 22:15:24 +0000 |
lorenm |
fix a memory leak on seeking.
libavcodec
|
Fri, 24 Feb 2006 09:16:26 +0000 |
michael |
10l (forgot EOBs)
libavcodec
|
Thu, 23 Feb 2006 13:05:37 +0000 |
michael |
dont lowwer qnos of more blocks then needed
libavcodec
|
Thu, 23 Feb 2006 10:07:41 +0000 |
gpoirier |
Give a hint about what is the expected the data type of command line options.
libavcodec
|
Thu, 23 Feb 2006 08:56:53 +0000 |
michael |
fixing dv_guess_qnos()
libavcodec
|
Thu, 23 Feb 2006 00:16:45 +0000 |
michael |
print a big warning if we mess up and run out of space ...
libavcodec
|
Wed, 22 Feb 2006 05:59:44 +0000 |
lorenm |
minor simplifications in cabac_mb_type
libavcodec
|
Tue, 21 Feb 2006 22:24:19 +0000 |
diego |
Fix AltiVec H.264 decoding on FSF gcc.
libavcodec
|
Tue, 21 Feb 2006 22:05:13 +0000 |
alex |
added none/8bit/24bit audio formats and defaulting to s16 for now (once the system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE)
libavcodec
|
Tue, 21 Feb 2006 00:03:10 +0000 |
alex |
explain extradata and pass avctx to av_log's
libavcodec
|
Mon, 20 Feb 2006 23:22:02 +0000 |
diego |
ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not
libavcodec
|
Mon, 20 Feb 2006 19:01:29 +0000 |
mru |
pass noise reduction option to x264
libavcodec
|
Sun, 19 Feb 2006 22:44:35 +0000 |
diego |
Increase maximum number of B-frames, necessary for H.264 encoding.
libavcodec
|
Sun, 19 Feb 2006 10:20:27 +0000 |
michael |
RMP4 ("xvid fork") decoding support
libavcodec
|
Fri, 17 Feb 2006 19:48:11 +0000 |
mellum |
Change license header to LGPL for consistency.
libavcodec
|
Fri, 17 Feb 2006 03:17:42 +0000 |
melanson |
complete AVS playback system (from Creature Shock computer game),
libavcodec
|
Thu, 16 Feb 2006 01:16:12 +0000 |
lorenm |
don't arbitrarily limit delta_qp
libavcodec
|
Thu, 16 Feb 2006 00:09:23 +0000 |
aurel |
add Creative 8 bits ADPCM schemes support
libavcodec
|
Tue, 14 Feb 2006 05:40:53 +0000 |
lorenm |
fix some crashes on negative nalsize.
libavcodec
|
Mon, 13 Feb 2006 18:13:13 +0000 |
lorenm |
fix some crashes when missing frames
libavcodec
|
Mon, 13 Feb 2006 12:53:25 +0000 |
mru |
move common parts of makefiles into common.mak
libavcodec
|
Mon, 13 Feb 2006 12:00:27 +0000 |
alex |
increase audio buffer to 1second of 48khz float audio
libavcodec
|
Sun, 12 Feb 2006 17:47:30 +0000 |
melanson |
add another set of zlib guards
libavcodec
|
Sun, 12 Feb 2006 16:56:06 +0000 |
melanson |
make TSCC endian-safe, PPC testing courtesy of Diego B.
libavcodec
|
Sun, 12 Feb 2006 08:53:29 +0000 |
melanson |
dosbox native ZMBV decoder, courtesy of Kostya
libavcodec
|
Sun, 12 Feb 2006 06:49:40 +0000 |
melanson |
complete American Laser Games MM playback system, courtesy of Peter Ross
libavcodec
|
Sun, 12 Feb 2006 02:15:19 +0000 |
alex |
tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE)
libavcodec
|
Sat, 11 Feb 2006 21:42:11 +0000 |
diego |
Move libpostproc compilation to the top-level Makefile.
libavcodec
|
Sat, 11 Feb 2006 20:54:40 +0000 |
diego |
Quote all installation paths to protect against spaces in the path.
libavcodec
|
Sat, 11 Feb 2006 20:53:55 +0000 |
diego |
libpostproc installs into a different directory that needs to be created.
libavcodec
|
Sat, 11 Feb 2006 20:40:01 +0000 |
diego |
100l typo: forgotten $
libavcodec
|
Sat, 11 Feb 2006 19:39:05 +0000 |
henry |
- fix insufficient code length for exp_vlc
libavcodec
|
Sat, 11 Feb 2006 19:30:55 +0000 |
diego |
Simplify header installation.
libavcodec
|
Sat, 11 Feb 2006 18:50:45 +0000 |
diego |
Separate library install into static and shared installation.
libavcodec
|
Sat, 11 Feb 2006 17:44:06 +0000 |
diego |
Separate header file installation from the general install target.
libavcodec
|
Sat, 11 Feb 2006 16:50:45 +0000 |
diego |
Add installlib and install-headers targets like everywhere else.
libavcodec
|
Sat, 11 Feb 2006 16:46:09 +0000 |
diego |
Install static libpostproc if CONFIG_PP is set.
libavcodec
|
Sat, 11 Feb 2006 16:17:27 +0000 |
diego |
Install libpostproc headers if CONFIG_PP is set.
libavcodec
|
Fri, 10 Feb 2006 11:59:38 +0000 |
al |
Don't use pow/powf functions where we just need integer arithmetic.
libavcodec
|
Fri, 10 Feb 2006 06:55:25 +0000 |
lorenm |
h264: special case dc-only idct. ~1% faster overall
libavcodec
|
Fri, 10 Feb 2006 01:19:54 +0000 |
mru |
use get_bits1/skip_bits[1] in ac3 and aac parsers
libavcodec
|
Thu, 09 Feb 2006 09:38:03 +0000 |
michael |
fix segfault on broken streams
libavcodec
|
Thu, 09 Feb 2006 02:43:23 +0000 |
lorenm |
10l in 1.12
libavcodec
|
Wed, 08 Feb 2006 07:04:32 +0000 |
lorenm |
slightly faster loopfilter
libavcodec
|
Wed, 08 Feb 2006 01:11:48 +0000 |
mru |
bump version numbers and update docs for adts aac support
libavcodec
|
Wed, 08 Feb 2006 01:10:07 +0000 |
mru |
create adts stream if CODEC_FLAG_GLOBAL_HEADER not set
libavcodec
|
Wed, 08 Feb 2006 00:50:22 +0000 |
mru |
adts aac parser
libavcodec
|
Wed, 08 Feb 2006 00:30:58 +0000 |
mru |
decode adts aac streams
libavcodec
|
Tue, 07 Feb 2006 16:10:48 +0000 |
lorenm |
10l (x86_64)
libavcodec
|
Tue, 07 Feb 2006 10:52:25 +0000 |
lorenm |
18% faster put_h264_qpel16_mc[13]2_mmx2
libavcodec
|
Tue, 07 Feb 2006 07:35:03 +0000 |
lorenm |
11% faster put_h264_qpel16_v_lowpass_mmx2
libavcodec
|
Tue, 07 Feb 2006 06:25:14 +0000 |
lorenm |
15% faster put_h264_qpel16_hv_lowpass_mmx2
libavcodec
|
Mon, 06 Feb 2006 11:21:26 +0000 |
michael |
1 goto 1 fix
libavcodec
|
Mon, 06 Feb 2006 11:21:10 +0000 |
banan |
Fix broken cosmetics commit and add a check for valid headers.
libavcodec
|
Mon, 06 Feb 2006 11:03:37 +0000 |
banan |
Small cosmetics and better variable names.
libavcodec
|
Sun, 05 Feb 2006 13:35:17 +0000 |
diego |
MSVC-compatible __align8/__align16 declaration
libavcodec
|
Sun, 05 Feb 2006 10:16:20 +0000 |
al |
Correct the relation between floors of type 0 and block sizes.
libavcodec
|
Sat, 04 Feb 2006 22:18:45 +0000 |
michael |
simplify
libavcodec
|
Sat, 04 Feb 2006 20:32:02 +0000 |
michael |
faster find_startcode()
libavcodec
|
Sat, 04 Feb 2006 10:04:13 +0000 |
al |
Cosmetic: Fix indentation.
libavcodec
|
Sat, 04 Feb 2006 09:59:48 +0000 |
al |
10l (malloc check with the wrong pointer)
libavcodec
|
Sat, 04 Feb 2006 08:55:34 +0000 |
al |
Added support for vorbis files containing floor type 0.
libavcodec
|
Thu, 02 Feb 2006 18:38:47 +0000 |
michael |
output last ac3 frame and simplify
libavcodec
|
Thu, 02 Feb 2006 13:07:30 +0000 |
michael |
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info)
libavcodec
|
Thu, 02 Feb 2006 09:24:13 +0000 |
diego |
Set interlaced_frame and top_field_first according to coded_frame.
libavcodec
|
Thu, 02 Feb 2006 02:36:27 +0000 |
michael |
list of supported pix_fmts
libavcodec
|
Thu, 02 Feb 2006 02:28:33 +0000 |
michael |
JPEG-LS codec by (Kostya | kostya.forjunk gmail com)
libavcodec
|
Tue, 31 Jan 2006 00:17:13 +0000 |
diego |
Fix silly typos.
libavcodec
|
Mon, 30 Jan 2006 23:41:27 +0000 |
mru |
add static keyword to some functions
libavcodec
|
Mon, 30 Jan 2006 23:33:19 +0000 |
mru |
add static keyword to some functions
libavcodec
|
Mon, 30 Jan 2006 22:59:09 +0000 |
mru |
long is better than int for pointer differences
libavcodec
|
Mon, 30 Jan 2006 00:22:41 +0000 |
diego |
On MinGW it is not possible to build shared and static libraries at once.
libavcodec
|
Sun, 29 Jan 2006 18:32:55 +0000 |
diego |
Simplify LDFLAGS handling for MinGW.
libavcodec
|
Sat, 28 Jan 2006 16:05:06 +0000 |
aurel |
make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)
libavcodec
|
Sat, 28 Jan 2006 00:57:59 +0000 |
lorenm |
fix crash on height < 16 pixels.
libavcodec
|
Fri, 27 Jan 2006 23:24:24 +0000 |
corey |
Add a newline to b_frame_strategy error message.
libavcodec
|
Fri, 27 Jan 2006 13:19:13 +0000 |
michael |
fixing bframe strategy 2
libavcodec
|
Thu, 26 Jan 2006 23:42:30 +0000 |
diego |
Remove obscure Makefile.bak entry from distclean rules.
libavcodec
|
Wed, 25 Jan 2006 22:10:13 +0000 |
diego |
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
libavcodec
|
Wed, 25 Jan 2006 02:16:27 +0000 |
michael |
10l forgot #ifdef CONFIG_XVID
libavcodec
|
Tue, 24 Jan 2006 21:57:26 +0000 |
michael |
xvid ratecontrol support
libavcodec
|
Tue, 24 Jan 2006 10:33:14 +0000 |
diego |
Remove all stray tabs and trailing whitespace, this time for good.
libavcodec
|
Mon, 23 Jan 2006 06:40:08 +0000 |
banan |
Mjpeg interlaced decoding fix, height was wrong while decoding (/2).
libavcodec
|
Sun, 22 Jan 2006 20:54:52 +0000 |
corey |
sc_factor support for encoding.
libavcodec
|
Sun, 22 Jan 2006 19:10:12 +0000 |
reimar |
faster copy functions for lzo decoder that also need padding
libavcodec
|
Sat, 21 Jan 2006 18:19:47 +0000 |
mru |
native ac3 parser
libavcodec
|
Sat, 21 Jan 2006 17:09:23 +0000 |
banan |
Implement audio cutoff frequency to the vorbis encoder.
libavcodec
|
Sat, 21 Jan 2006 02:35:03 +0000 |
lorenm |
fix convergence of snow iterative_me
libavcodec
|
Sat, 21 Jan 2006 02:33:01 +0000 |
lorenm |
revert 1.83 because it's not needed
libavcodec
|
Fri, 20 Jan 2006 23:06:35 +0000 |
banan |
Silence warnings, these came when some tables got declared as const.
libavcodec
|
Fri, 20 Jan 2006 21:20:46 +0000 |
mru |
place SPS/PPS in extradata if GLOBAL_HEADER flag is set
libavcodec
|
Thu, 19 Jan 2006 09:21:39 +0000 |
lorenm |
detect when iterative_me fails to converge, and stop searching
libavcodec
|
Thu, 19 Jan 2006 00:19:15 +0000 |
mru |
interpret H264 VUI timing info correctly
libavcodec
|
Tue, 17 Jan 2006 08:27:39 +0000 |
lorenm |
obmc-aware 4mv
libavcodec
|
Mon, 16 Jan 2006 14:59:54 +0000 |
diego |
Make clean/distclean consistent throughout all the Makefiles.
libavcodec
|
Sun, 15 Jan 2006 21:33:06 +0000 |
reimar |
10l, get_byte returning 0 on error can cause a hang. So let's try with 1 instead...
libavcodec
|
Sun, 15 Jan 2006 00:28:36 +0000 |
diego |
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.
libavcodec
|
Sat, 14 Jan 2006 18:17:19 +0000 |
diego |
Define separate version number for libpostproc.
libavcodec
|
Sat, 14 Jan 2006 18:07:36 +0000 |
diego |
Remove redundant --enable-shared-pp configure option and make the PP code
libavcodec
|
Sat, 14 Jan 2006 17:43:22 +0000 |
banan |
Off by one fix to prevent possible segfault. Patch by jwestfall at surrealistic dot net.
libavcodec
|
Sat, 14 Jan 2006 15:54:58 +0000 |
diego |
Move library name generation to configure, simplifies build system a bit more.
libavcodec
|
Sat, 14 Jan 2006 15:00:10 +0000 |
diego |
Fix a bunch of spelling/grammar mistakes in doxygen comments and output.
libavcodec
|
Sat, 14 Jan 2006 14:59:11 +0000 |
reimar |
get_byte may not return -1 on error, since it can lead to a negative backptr.
libavcodec
|
Sat, 14 Jan 2006 12:55:20 +0000 |
reimar |
Wrong state handling causing decompression errors in some cases
libavcodec
|
Sat, 14 Jan 2006 03:39:02 +0000 |
diego |
Create symbolic links for all library sonames and clean up Makefiles.
libavcodec
|
Sat, 14 Jan 2006 01:33:17 +0000 |
diego |
CamStudio video decoder
libavcodec
|
Fri, 13 Jan 2006 00:53:36 +0000 |
diego |
Change this Makefile to be consistent with all the others.
libavcodec
|
Fri, 13 Jan 2006 00:47:16 +0000 |
diego |
minor consistency fix
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Thu, 12 Jan 2006 21:37:57 +0000 |
michael |
bugs found by valgrind
libavcodec
|
Thu, 12 Jan 2006 17:52:41 +0000 |
reimar |
Our own LZO (1X) implementation, under LGPL and optimized for readability.
libavcodec
|
Thu, 12 Jan 2006 05:47:52 +0000 |
lorenm |
faster iterative_me: avoid duplicate mc of neighboring blocks.
libavcodec
|
Thu, 12 Jan 2006 00:00:00 +0000 |
diego |
Move Darwin shared library build peculiarities to configure.
libavcodec
|
Tue, 10 Jan 2006 20:07:29 +0000 |
banan |
Parameter added for user to set the cutoff frequency when encoding with faac.
libavcodec
|
Mon, 09 Jan 2006 15:41:39 +0000 |
reimar |
CamStudio decoder, only 32 bit lzo mode is tested
libavcodec
|
Mon, 09 Jan 2006 03:38:37 +0000 |
lorenm |
tweak h264_biweight
libavcodec
|
Mon, 09 Jan 2006 03:15:53 +0000 |
lorenm |
tweak inlines.
libavcodec
|
Mon, 09 Jan 2006 02:08:24 +0000 |
diego |
consistency cosmetics
libavcodec
|
Mon, 09 Jan 2006 02:08:12 +0000 |
lorenm |
10l: bidir_refine didn't save the new mvs. also improve speed.
libavcodec
|
Mon, 09 Jan 2006 02:05:17 +0000 |
diego |
Make shared lib name handling consistent with the other Makefiles.
libavcodec
|
Sun, 08 Jan 2006 21:19:39 +0000 |
banan |
get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h
libavcodec
|
Sun, 08 Jan 2006 19:31:21 +0000 |
banan |
get_vlc -> get_vlc2 transition.
libavcodec
|
Sun, 08 Jan 2006 17:09:05 +0000 |
banan |
get_vlc -> get_vlc2 transition.
libavcodec
|
Sun, 08 Jan 2006 14:53:37 +0000 |
nicodvb |
install dsputil.h, that is used by many filters in mplayer
libavcodec
|
Sun, 08 Jan 2006 01:50:34 +0000 |
michael |
use h264 MC functions for 2xX Xx2 blocks in snow too
libavcodec
|
Sat, 07 Jan 2006 23:38:17 +0000 |
banan |
Incorrect check removed.
libavcodec
|
Sat, 07 Jan 2006 18:34:19 +0000 |
michael |
use h264 MC functions for rectangular blocks too
libavcodec
|
Sat, 07 Jan 2006 03:39:10 +0000 |
michael |
10l (assertion failure)
libavcodec
|
Fri, 06 Jan 2006 19:19:39 +0000 |
romansh |
Moving dv_anchor back to the global scope. This creates a tiny memory
libavcodec
|
Fri, 06 Jan 2006 13:18:31 +0000 |
diego |
Comment out WMV3 decoder for now, it crashes on every file and causes
libavcodec
|
Fri, 06 Jan 2006 12:41:57 +0000 |
rtognimp |
Dual mono stereo strems sound ok now, added sanity checks and removed
libavcodec
|
Thu, 05 Jan 2006 06:58:36 +0000 |
melanson |
ugly, but necessary
libavcodec
|
Wed, 04 Jan 2006 22:34:11 +0000 |
michael |
cleanup
libavcodec
|
Wed, 04 Jan 2006 17:07:30 +0000 |
diego |
H.263: more descriptive error message
libavcodec
|
Wed, 04 Jan 2006 16:31:23 +0000 |
michael |
8x8 integer dct from x264 as cmp function (under CONFIG_GPL)
libavcodec
|
Wed, 04 Jan 2006 12:48:10 +0000 |
diego |
Fix an out of array access and some minor cleanup of the code.
libavcodec
|
Wed, 04 Jan 2006 09:42:37 +0000 |
michael |
av_freep() recommandition
libavcodec
|
Wed, 04 Jan 2006 03:01:05 +0000 |
diego |
Make all tables static const.
libavcodec
|
Tue, 03 Jan 2006 02:30:38 +0000 |
diego |
TrueSpeech compatible audio decoder by Konstantin Shishkov
libavcodec
|
Sat, 31 Dec 2005 14:14:38 +0000 |
lorenm |
fix asymmetric CQMs with pre-transposed DCT.
libavcodec
|
Sat, 31 Dec 2005 13:20:24 +0000 |
lorenm |
CQM: fix fallback to JVT scaling lists
libavcodec
|
Sat, 31 Dec 2005 11:31:53 +0000 |
lorenm |
direct mvs in B_8x8 mbs were set too early.
libavcodec
|
Sat, 31 Dec 2005 10:11:37 +0000 |
lorenm |
fix direct_8x8_inference_flag with 4x4 mvs.
libavcodec
|
Fri, 30 Dec 2005 23:47:41 +0000 |
lorenm |
fix some potential arithmetic overflows in pred_direct_motion() and
libavcodec
|
Fri, 30 Dec 2005 22:41:32 +0000 |
mmu_man |
:%s/check_block_2p/check_block_inter/g
libavcodec
|
Fri, 30 Dec 2005 21:05:44 +0000 |
mmu_man |
this fixes compilation with gcc 2.95 which seems to not like array casting... special case inline of check_block which makes the array and passes it
libavcodec
|
Fri, 30 Dec 2005 15:12:02 +0000 |
michael |
mem corruption fix
libavcodec
|
Thu, 29 Dec 2005 15:46:23 +0000 |
michael |
second try of improved lambda/qp guessing for motion estimation RD in first pass
libavcodec
|
Thu, 29 Dec 2005 07:24:23 +0000 |
lorenm |
update x264 wrapper.
libavcodec
|
Thu, 29 Dec 2005 02:17:51 +0000 |
michael |
4mv + iter ME 10l fix (still not bugfree but better)
libavcodec
|
Wed, 28 Dec 2005 23:45:16 +0000 |
michael |
10l
libavcodec
|
Wed, 28 Dec 2005 15:43:53 +0000 |
michael |
iterative overlapped block based motion estimation for snow
libavcodec
|
Tue, 27 Dec 2005 19:58:04 +0000 |
rtognimp |
Fix wma2 audio decoder
libavcodec
|
Sun, 25 Dec 2005 22:38:21 +0000 |
michael |
Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?)
libavcodec
|
Sun, 25 Dec 2005 18:34:02 +0000 |
michael |
support downscaling frames for dynamic b frame decission
libavcodec
|
Sun, 25 Dec 2005 17:43:52 +0000 |
michael |
10l (didnt remove option from old ones after converting to AVOption)
libavcodec
|
Sun, 25 Dec 2005 17:30:52 +0000 |
michael |
b frame strategy 2
libavcodec
|
Sun, 25 Dec 2005 16:34:12 +0000 |
michael |
dont discard least significant bits
libavcodec
|
Sat, 24 Dec 2005 23:47:29 +0000 |
michael |
hmm did i mess the scaling of these up at some point?
libavcodec
|
Sat, 24 Dec 2005 03:12:07 +0000 |
michael |
slightly better mv_penalty table
libavcodec
|
Fri, 23 Dec 2005 19:05:48 +0000 |
michael |
10l (segfault fix)
libavcodec
|
Fri, 23 Dec 2005 16:25:00 +0000 |
michael |
bidir refine support
libavcodec
|
Fri, 23 Dec 2005 00:40:52 +0000 |
michael |
minor typo
libavcodec
|
Thu, 22 Dec 2005 22:48:09 +0000 |
michael |
better f_code guessing in 2nd pass
libavcodec
|
Thu, 22 Dec 2005 14:17:54 +0000 |
michael |
improved lambda/qp guessing for motion estimation RD in first pass
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Wed, 21 Dec 2005 17:50:40 +0000 |
diego |
Add some comments to #ifdef #else #endif blocks and fix wrong ones.
libavcodec
|
Wed, 21 Dec 2005 15:51:45 +0000 |
michael |
also autodetect xvid idct if bitexact is used
libavcodec
|
Tue, 20 Dec 2005 23:07:25 +0000 |
rfelker |
10l to michael for breaking gcc 2.95 compile :)
libavcodec
|
Mon, 19 Dec 2005 18:26:17 +0000 |
michael |
10l
libavcodec
|
Mon, 19 Dec 2005 13:41:27 +0000 |
michael |
use correct qp & lambda for ME on the second pass
libavcodec
|
Mon, 19 Dec 2005 03:08:08 +0000 |
michael |
forgot
libavcodec
|
Sun, 18 Dec 2005 19:59:33 +0000 |
michael |
fix q=0 bug
libavcodec
|
Sun, 18 Dec 2005 13:29:09 +0000 |
henry |
new qscale type to distinguish H264
libavcodec
|
Sun, 18 Dec 2005 13:17:44 +0000 |
michael |
unfinished jpeg-ls codec (feel free to finish it ...)
libavcodec
|
Sun, 18 Dec 2005 11:41:32 +0000 |
michael |
typo
libavcodec
|
Sun, 18 Dec 2005 02:23:19 +0000 |
michael |
fix custom matrix permutation if xvid idct is autoselected and you have bad luck
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Sat, 17 Dec 2005 11:31:56 +0000 |
michael |
bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by (Steve Lhomme | slhomme divxcorp com)
libavcodec
|
Sat, 17 Dec 2005 11:29:34 +0000 |
michael |
wrong sizes, part of [PATCH] from DivX, Part 9: bitstream crashes from (Steve Lhomme | slhomme divxcorp com)
libavcodec
|
Wed, 14 Dec 2005 08:02:03 +0000 |
melanson |
correctly deal with the alpha channel in 32-bit QT RLE (courtesy of John
libavcodec
|
Wed, 14 Dec 2005 00:19:01 +0000 |
melanson |
correctly handle very large Cinepak frames (courtesy of John Koleszar
libavcodec
|
Mon, 12 Dec 2005 01:56:46 +0000 |
mru |
use PRIxN, %zd, %td formats where needed
libavcodec
|
Mon, 12 Dec 2005 01:42:06 +0000 |
mru |
remove unused variables
libavcodec
|
Sun, 11 Dec 2005 02:16:21 +0000 |
lorenm |
recognize some more nal types
libavcodec
|
Sun, 11 Dec 2005 00:56:39 +0000 |
rtognimp |
This patch adds some support for non-joint stereo streams. It also
libavcodec
|
Sat, 10 Dec 2005 22:53:44 +0000 |
gpoirier |
Add the rest of missing Reg_* macros to support both AMD-64 style regs and IA32 regs.
libavcodec
|
Sat, 10 Dec 2005 17:14:24 +0000 |
diego |
SONAME support for shared libs
libavcodec
|
Fri, 09 Dec 2005 16:08:18 +0000 |
rtognimp |
Cook compatibe decoder, patch by Benjamin Larsson
libavcodec
|
Wed, 07 Dec 2005 18:21:16 +0000 |
michael |
psnr calculation with threads>1 fix
libavcodec
|
Tue, 06 Dec 2005 17:42:16 +0000 |
rtognimp |
Support for samples with fft_order = 7
libavcodec
|
Tue, 06 Dec 2005 16:58:03 +0000 |
rtognimp |
Remove duplicated fft init
libavcodec
|
Sat, 03 Dec 2005 14:20:03 +0000 |
michael |
check block_max_depth (fixes crash)
libavcodec
|
Sat, 03 Dec 2005 03:07:54 +0000 |
michael |
make selftest code compile again
libavcodec
|
Fri, 02 Dec 2005 00:12:37 +0000 |
michael |
default_get_buffer() cleanup
libavcodec
|
Wed, 30 Nov 2005 01:40:50 +0000 |
mru |
BMP image decoder
libavcodec
|
Mon, 21 Nov 2005 20:03:35 +0000 |
gpoirier |
Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled depending on the configure system
libavcodec
|
Sun, 20 Nov 2005 23:09:05 +0000 |
iive |
Mark all 12 block unused when there are no coded blocks
libavcodec
|
Mon, 14 Nov 2005 22:17:29 +0000 |
gpoirier |
dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS uni-muenchen POIS de >
libavcodec
|
Sun, 13 Nov 2005 20:12:33 +0000 |
alex |
10l, left debugging on
libavcodec
|
Sun, 13 Nov 2005 20:06:31 +0000 |
alex |
Correctly skip unknown matrices (patch by Matthieu Castet) and disable comment reading
libavcodec
|
Sun, 13 Nov 2005 17:59:21 +0000 |
alex |
Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for Theora 3.4 and stream created by Elphel cameras are decodable.
libavcodec
|
Sun, 13 Nov 2005 17:48:27 +0000 |
alex |
fixed long standing off-by-one bug (fixes playback on ppc)
libavcodec
|
Sun, 13 Nov 2005 17:46:21 +0000 |
alex |
mode_code_vlc_table size mismatch
libavcodec
|
Sat, 12 Nov 2005 05:23:25 +0000 |
lorenm |
use sse16_sse2() in nsse
libavcodec
|
Thu, 10 Nov 2005 18:05:45 +0000 |
reimar |
clear the whole vert_pred buffer for 24 bit decoding.
libavcodec
|
Thu, 10 Nov 2005 13:54:32 +0000 |
melanson |
improvements by Reimar Dffinger; 24-bit decoding is not perfect, only
libavcodec
|
Thu, 10 Nov 2005 04:40:49 +0000 |
lorenm |
fix a crash on seeking to an invalid frame
libavcodec
|
Wed, 09 Nov 2005 19:18:20 +0000 |
mru |
revert incorrect change
libavcodec
|
Wed, 09 Nov 2005 11:29:29 +0000 |
michael |
check MPV_frame_start() return value
libavcodec
|
Wed, 09 Nov 2005 08:50:55 +0000 |
mru |
s/log2/av_log2/
libavcodec
|
Mon, 07 Nov 2005 01:32:29 +0000 |
diego |
Put double-quotes around the install path in the "install-headers" section
libavcodec
|
Sat, 05 Nov 2005 19:03:07 +0000 |
diego |
Two tables in truemotion1data.h were slightly different from VpVision
libavcodec
|
Sat, 05 Nov 2005 00:16:03 +0000 |
michael |
frame skip fixes
libavcodec
|
Sat, 05 Nov 2005 00:00:24 +0000 |
rtognimp |
Place qdm2 and truemotion2 in ifdef block so that they can be disabled
libavcodec
|
Fri, 04 Nov 2005 23:24:24 +0000 |
michael |
extradata endianness comment
libavcodec
|
Thu, 03 Nov 2005 23:26:51 +0000 |
lorenm |
tidier cabac_intra4x4_pred_mode
libavcodec
|
Wed, 02 Nov 2005 09:18:32 +0000 |
gpoirier |
Typo fix
libavcodec
|
Fri, 28 Oct 2005 18:18:04 +0000 |
mru |
no mixing of code and declarations
libavcodec
|
Fri, 28 Oct 2005 16:01:12 +0000 |
reimar |
Make rle_code int everywhere instead of signed char.
libavcodec
|
Fri, 28 Oct 2005 06:37:32 +0000 |
lorenm |
25% faster deblocking, 4-6% overall.
libavcodec
|
Thu, 27 Oct 2005 21:03:36 +0000 |
lorenm |
fix a crash on dropped frames
libavcodec
|
Thu, 27 Oct 2005 06:45:29 +0000 |
lorenm |
faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.
libavcodec
|
Wed, 26 Oct 2005 12:51:10 +0000 |
gpoirier |
avoid the registration of DECODERS if only CONFIG_DECODERS is not defined.
libavcodec
|
Wed, 26 Oct 2005 03:58:06 +0000 |
lorenm |
10l: cqm weren't initialized in svq3.
libavcodec
|
Tue, 25 Oct 2005 01:17:20 +0000 |
lorenm |
decode custom quant matrices.
libavcodec
|
Sun, 23 Oct 2005 18:16:53 +0000 |
diego |
Add DTS_INC to the CFLAGS for DTS. This is only set by external configure
libavcodec
|
Thu, 20 Oct 2005 20:04:45 +0000 |
rtognimp |
Increase version because of QDM2 decoder addition
libavcodec
|
Wed, 19 Oct 2005 22:27:34 +0000 |
rtognimp |
init_get_bits() requires size in bits, not bytes
libavcodec
|
Wed, 19 Oct 2005 18:42:37 +0000 |
gpoirier |
revert useless patch that was supposed to fix DTS support (but the fix belongs to MPlayer, not FFmpeg)
libavcodec
|
Tue, 18 Oct 2005 20:31:12 +0000 |
rtognimp |
QDM2 compatible decoder
libavcodec
|
Tue, 18 Oct 2005 20:16:43 +0000 |
rtognimp |
QDM2 compatible decoder
libavcodec
|
Sun, 16 Oct 2005 13:56:52 +0000 |
melanson |
chroma decoding fix by Kostya
libavcodec
|
Sat, 15 Oct 2005 16:29:58 +0000 |
rtognimp |
Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg
libavcodec
|
Sat, 15 Oct 2005 14:33:11 +0000 |
melanson |
TM2 fixes by Kostya
libavcodec
|
Fri, 14 Oct 2005 18:17:47 +0000 |
gpoirier |
Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POIS edu >
libavcodec
|
Fri, 14 Oct 2005 16:17:40 +0000 |
melanson |
gcc 2.95 fix, courtesy of Luca Abeni
libavcodec
|
Thu, 13 Oct 2005 04:35:31 +0000 |
melanson |
support for FLX and DTA extensions in the FLIC format, courtesy of
libavcodec
|
Thu, 13 Oct 2005 04:31:55 +0000 |
melanson |
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov
libavcodec
|
Wed, 12 Oct 2005 22:43:12 +0000 |
alex |
set_se_golomb can only write 16bits, add a note about this (ok, maybe it's brain dead using it with more than 16bits, but..)
libavcodec
|
Wed, 12 Oct 2005 22:40:10 +0000 |
alex |
sanity check whether dimensions are non-null
libavcodec
|
Wed, 12 Oct 2005 22:37:42 +0000 |
alex |
removed unused CONFIG_AUDIO_NONSHORT
libavcodec
|
Sun, 09 Oct 2005 23:38:52 +0000 |
lorenm |
h264 mmx weighted prediction. up to 3% overall speedup.
libavcodec
|
Thu, 06 Oct 2005 12:13:25 +0000 |
diego |
Ignore AMR directories.
libavcodec
|
Tue, 04 Oct 2005 11:19:08 +0000 |
diego |
Move all definitions of external dependencies into configure instead of
libavcodec
|
Fri, 30 Sep 2005 02:31:47 +0000 |
lorenm |
sse2 16x16 sum squared diff (306=>268 cycles on a K8)
libavcodec
|
Tue, 27 Sep 2005 05:12:13 +0000 |
lorenm |
6% faster decode_cabac_residual
libavcodec
|
Tue, 27 Sep 2005 04:46:45 +0000 |
lorenm |
13% faster decode_residual (cavlc).
libavcodec
|
Mon, 26 Sep 2005 10:05:13 +0000 |
diego |
support for building dynamic libraries on Mac OS X
libavcodec
|
Sat, 24 Sep 2005 17:42:56 +0000 |
diego |
Fix some #ifdef to allow building amr_wb alone.
libavcodec
|
Wed, 21 Sep 2005 23:18:52 +0000 |
aurel |
fix some pointer to intger without cast warnings (patch by Michel Bardiaux)
libavcodec
|
Wed, 21 Sep 2005 23:09:16 +0000 |
aurel |
fix unused variable warnings
libavcodec
|
Wed, 21 Sep 2005 21:17:09 +0000 |
michael |
replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ...
libavcodec
|
Wed, 21 Sep 2005 08:14:17 +0000 |
michael |
Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.
libavcodec
|
Tue, 20 Sep 2005 21:43:45 +0000 |
michael |
changing a few options to AVOptions
libavcodec
|
Tue, 20 Sep 2005 18:51:12 +0000 |
michael |
precautionary checks
libavcodec
|
Tue, 20 Sep 2005 12:57:20 +0000 |
michael |
dont print NULL
libavcodec
|
Mon, 19 Sep 2005 23:26:47 +0000 |
diego |
Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h
libavcodec
|
Mon, 19 Sep 2005 12:03:51 +0000 |
michael |
set pts for h.263 decoding
libavcodec
|
Sun, 18 Sep 2005 21:21:01 +0000 |
diego |
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.
libavcodec
|
Sun, 18 Sep 2005 14:45:17 +0000 |
michael |
print more time_base fps stuff if av_log level is at debug or above
libavcodec
|
Sat, 17 Sep 2005 08:15:07 +0000 |
reimar |
check return value of decode_cabac_mb_dqp, it is INT_MIN on error.
libavcodec
|
Wed, 14 Sep 2005 21:05:24 +0000 |
mru |
set more x264 encoding parameters
libavcodec
|
Mon, 12 Sep 2005 19:16:07 +0000 |
michael |
the people want lower case ...
libavcodec
|
Mon, 12 Sep 2005 18:24:48 +0000 |
michael |
dont include opt.h in avcodec.h
libavcodec
|
Mon, 12 Sep 2005 16:30:47 +0000 |
diego |
CAREFULL --> CAREFUL typo fix
libavcodec
|
Mon, 12 Sep 2005 12:07:08 +0000 |
michael |
converting a few more options to AVOptions
libavcodec
|
Mon, 12 Sep 2005 10:23:52 +0000 |
michael |
convert some options in ffmpeg.c to AVOptions
libavcodec
|
Sun, 11 Sep 2005 23:19:57 +0000 |
michael |
avoid stdio.h
libavcodec
|
Sun, 11 Sep 2005 14:39:33 +0000 |
michael |
missing include noticed by g0th
libavcodec
|
Sun, 11 Sep 2005 14:22:42 +0000 |
michael |
flags and named constants with type checking of course for AVOption
libavcodec
|
Sun, 11 Sep 2005 11:10:25 +0000 |
michael |
AVOption API improvments
libavcodec
|
Sat, 10 Sep 2005 23:00:13 +0000 |
michael |
add xvid idcts to dct-test
libavcodec
|
Sat, 10 Sep 2005 19:30:40 +0000 |
reimar |
Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.
libavcodec
|
Sat, 10 Sep 2005 19:03:37 +0000 |
michael |
remove unused table entries
libavcodec
|
Sat, 10 Sep 2005 17:09:54 +0000 |
michael |
select xvid idct for xvid files if possible
libavcodec
|
Sat, 10 Sep 2005 17:01:30 +0000 |
michael |
xvids mmx&mmx2 idcts
libavcodec
|
Sat, 10 Sep 2005 01:13:10 +0000 |
michael |
dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4
libavcodec
|
Wed, 07 Sep 2005 19:15:48 +0000 |
alex |
use av_log in debug mode
libavcodec
|
Tue, 06 Sep 2005 21:32:18 +0000 |
michael |
AVOption enumeration support and some flags to classify AVOptions
libavcodec
|
Tue, 06 Sep 2005 21:25:35 +0000 |
mru |
Kill some compiler warnings. Compiled code verified identical after changes.
libavcodec
|
Tue, 06 Sep 2005 15:02:43 +0000 |
michael |
a few more raw yuv fourccs
libavcodec
|
Tue, 06 Sep 2005 12:51:56 +0000 |
michael |
AVOption first try
libavcodec
|
Mon, 05 Sep 2005 17:07:52 +0000 |
lorenm |
fix emulated edge motion compensation when resolution%16!=0
libavcodec
|
Mon, 05 Sep 2005 10:26:11 +0000 |
michael |
set a few variables correctly
libavcodec
|
Mon, 05 Sep 2005 09:28:46 +0000 |
michael |
AV_LOG_DEBUG vs. AV_LOG_ERROR
libavcodec
|
Sun, 04 Sep 2005 09:04:52 +0000 |
michael |
fixme note
libavcodec
|
Sun, 04 Sep 2005 09:03:01 +0000 |
michael |
pts must be in time_base units
libavcodec
|
Sat, 03 Sep 2005 20:36:24 +0000 |
michael |
print fourcc in a readable form if possible
libavcodec
|
Sat, 03 Sep 2005 09:17:30 +0000 |
michael |
simplify (d&a) and (d&~a) calculation, hint by skal
libavcodec
|
Fri, 02 Sep 2005 21:13:19 +0000 |
michael |
add consts (this was in my local tree, dunno where it came from, probably forgoten from some const patch)
libavcodec
|
Fri, 02 Sep 2005 20:04:03 +0000 |
reimar |
Document "us" parameter for PCM conversion functions.
libavcodec
|
Fri, 02 Sep 2005 19:16:48 +0000 |
reimar |
Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).
libavcodec
|
Fri, 02 Sep 2005 17:12:16 +0000 |
michael |
setting timebase in the encoder doesnt seem like a good idea
libavcodec
|
Fri, 02 Sep 2005 11:08:49 +0000 |
michael |
fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net)
libavcodec
|
Fri, 02 Sep 2005 08:30:26 +0000 |
michael |
lowres support
libavcodec
|
Thu, 01 Sep 2005 00:15:12 +0000 |
michael |
error concealment fix
libavcodec
|
Tue, 30 Aug 2005 20:03:19 +0000 |
michael |
optimizations
libavcodec
|
Fri, 26 Aug 2005 19:05:44 +0000 |
michael |
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de)
libavcodec
|
Fri, 26 Aug 2005 15:41:28 +0000 |
michael |
Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de)
libavcodec
|
Thu, 25 Aug 2005 00:01:57 +0000 |
michael |
prevent assert failures and infinite loops with broken streams
libavcodec
|
Sun, 21 Aug 2005 22:31:01 +0000 |
michael |
time_base description by Rich Felker | dalias, aerifal cx
libavcodec
|
Sun, 21 Aug 2005 22:17:41 +0000 |
michael |
reducing minimum supported picture size
libavcodec
|
Sun, 21 Aug 2005 20:27:00 +0000 |
michael |
vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net)
libavcodec
|
Sun, 21 Aug 2005 19:50:22 +0000 |
michael |
Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-stuttgart de)
libavcodec
|
Sun, 21 Aug 2005 15:44:59 +0000 |
michael |
segfault fix
libavcodec
|
Tue, 16 Aug 2005 07:53:03 +0000 |
michael |
automatically remove mess
libavcodec
|
Mon, 15 Aug 2005 15:58:21 +0000 |
michael |
parse pict_type for streams in avi
libavcodec
|
Sun, 14 Aug 2005 18:39:59 +0000 |
melanson |
automatically detect Cinepak data from Sega FILM/CPK files
libavcodec
|
Sun, 14 Aug 2005 16:37:29 +0000 |
michael |
minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
libavcodec
|
Sun, 14 Aug 2005 15:42:40 +0000 |
mru |
kill a bunch of compiler warnings
libavcodec
|
Sun, 14 Aug 2005 01:15:27 +0000 |
michael |
subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also fixes a few
libavcodec
|
Sat, 13 Aug 2005 21:34:24 +0000 |
michael |
set pix_fmt
libavcodec
|
Sat, 13 Aug 2005 20:48:47 +0000 |
melanson |
tinfoil patch: no array is written to in bulk before counts are
libavcodec
|
Sat, 13 Aug 2005 18:49:01 +0000 |
melanson |
removed a bunch of unused, sub-optimal code
libavcodec
|
Sat, 13 Aug 2005 18:39:21 +0000 |
melanson |
tinfoil patch: be more diligent about checking array boundaries before
libavcodec
|
Sat, 13 Aug 2005 18:25:17 +0000 |
melanson |
tinfoil patch: validate motion vectors and do not free frame on exit if
libavcodec
|
Sat, 13 Aug 2005 17:46:09 +0000 |
melanson |
tinfoil patch: make sure pixel_ptr never goes negative
libavcodec
|
Sat, 13 Aug 2005 17:12:38 +0000 |
melanson |
tinfoil patch: accept no widths that are no multiples of 4
libavcodec
|
Sat, 13 Aug 2005 16:59:01 +0000 |
melanson |
tinfoil patch: make sure that pixel pointer does not go out of bounds
libavcodec
|
Sat, 13 Aug 2005 13:45:42 +0000 |
mru |
fix building in separate directory
libavcodec
|
Sat, 13 Aug 2005 09:12:09 +0000 |
michael |
security fixes
libavcodec
|
Thu, 11 Aug 2005 01:28:04 +0000 |
michael |
DV video encoder/decoder doesn't set keyframe and picture type properties patch by (Edward Hervey:bilboed,gmail com)
libavcodec
|
Sat, 06 Aug 2005 09:46:04 +0000 |
michael |
mkstemp on win32 workaround by (Ivan Wong: email, ivanwong info)
libavcodec
|
Fri, 05 Aug 2005 23:25:35 +0000 |
michael |
liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com)
libavcodec
|
Fri, 05 Aug 2005 19:15:34 +0000 |
alex |
10l
libavcodec
|
Thu, 04 Aug 2005 22:46:27 +0000 |
michael |
segfault fix
libavcodec
|
Mon, 01 Aug 2005 20:07:05 +0000 |
al |
libavutil: Utility code from libavcodec moved to a separate library.
libavcodec
|
Mon, 01 Aug 2005 20:01:41 +0000 |
michael |
fix assertion failure for mpeg2 encoding
libavcodec
|
Mon, 01 Aug 2005 14:47:07 +0000 |
michael |
workaround 'colocated mv if colocated block is L1 predicted' bug in x264
libavcodec
|
Sun, 31 Jul 2005 10:51:04 +0000 |
michael |
A.B.C versions
libavcodec
|
Sun, 31 Jul 2005 10:00:25 +0000 |
michael |
try to check for nonsense time_base instead of setting fake one
libavcodec
|
Sat, 30 Jul 2005 16:15:36 +0000 |
michael |
check time_base.den for mpeg4
libavcodec
|
Wed, 27 Jul 2005 13:16:35 +0000 |
michael |
motion vector limit for mpeg2
libavcodec
|
Wed, 27 Jul 2005 07:29:20 +0000 |
diego |
Reduce verbosity.
libavcodec
|
Wed, 27 Jul 2005 00:15:55 +0000 |
michael |
fixing colocated mv if colocated block is L1 predicted for the temporal direct case
libavcodec
|
Tue, 26 Jul 2005 23:40:55 +0000 |
michael |
fixing colocated mv if colocated block is L1 predicted
libavcodec
|
Mon, 25 Jul 2005 23:07:27 +0000 |
michael |
Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb uni-luebeck de)
libavcodec
|
Mon, 25 Jul 2005 14:35:01 +0000 |
michael |
thread mess check for avcodec_open/close()
libavcodec
|
Sun, 24 Jul 2005 09:28:24 +0000 |
michael |
fix user data parsing code so it suppors pre1 and cvs
libavcodec
|
Sat, 23 Jul 2005 11:16:18 +0000 |
michael |
minor user data reading bugfix
libavcodec
|
Fri, 22 Jul 2005 09:01:47 +0000 |
reimar |
Add missing +1 in bounds check.
libavcodec
|
Fri, 22 Jul 2005 08:48:00 +0000 |
reimar |
reset restart_count when restart_interval is set and fill the
libavcodec
|
Tue, 19 Jul 2005 14:25:23 +0000 |
michael |
portable IEEE float/double read/write functions
libavcodec
|
Tue, 19 Jul 2005 13:29:13 +0000 |
michael |
portable IEEE float/double read/write functions
libavcodec
|
Sun, 17 Jul 2005 12:56:56 +0000 |
michael |
dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADDING_SIZE
libavcodec
|
Sun, 17 Jul 2005 11:27:00 +0000 |
michael |
verify len field validity in mjpeg_decode_com()
libavcodec
|
Sun, 17 Jul 2005 09:22:51 +0000 |
michael |
10l (forgot to commit this yesterday)
libavcodec
|
Sun, 17 Jul 2005 00:28:12 +0000 |
michael |
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)
libavcodec
|
Sat, 16 Jul 2005 11:18:42 +0000 |
michael |
yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail com)
libavcodec
|
Fri, 15 Jul 2005 06:51:36 +0000 |
michael |
Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com)
libavcodec
|
Thu, 14 Jul 2005 21:57:22 +0000 |
michael |
more fine grained skip_frame
libavcodec
|
Thu, 14 Jul 2005 21:39:36 +0000 |
michael |
skip_idct
libavcodec
|
Thu, 14 Jul 2005 15:30:39 +0000 |
michael |
check for CODEC_CAP_DELAY in audio decoders too
libavcodec
|
Thu, 14 Jul 2005 14:34:39 +0000 |
michael |
ffmpeg version should be "CVS"
libavcodec
|
Mon, 11 Jul 2005 23:39:47 +0000 |
michael |
check len (should fix #1165694)
libavcodec
|
Mon, 11 Jul 2005 22:56:23 +0000 |
michael |
fix segfault (bug #1165640)
libavcodec
|
Mon, 11 Jul 2005 22:34:34 +0000 |
michael |
fix infinite loop (suggested change by rjayne at convera dot com)
libavcodec
|
Mon, 11 Jul 2005 22:15:03 +0000 |
michael |
fix decoding of (broken) files with f_code=0
libavcodec
|
Mon, 11 Jul 2005 00:43:21 +0000 |
michael |
segfault fix
libavcodec
|
Sun, 10 Jul 2005 00:22:13 +0000 |
michael |
patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-devel/files/patch-libavcodec::x264.c
libavcodec
|
Sat, 09 Jul 2005 21:39:29 +0000 |
michael |
Here is the patch suggested by: unkaggregate, users sf net
libavcodec
|
Sat, 02 Jul 2005 19:43:23 +0000 |
alex |
100l - this has only worked on big endian
libavcodec
|
Sat, 02 Jul 2005 19:39:58 +0000 |
alex |
parenthesing to avoid compiler errors in the future - compared asm outputs, behaviour didnt changed
libavcodec
|
Sat, 02 Jul 2005 19:28:32 +0000 |
alex |
print 'not working' message
libavcodec
|
Sat, 02 Jul 2005 19:10:30 +0000 |
alex |
1l
libavcodec
|
Fri, 01 Jul 2005 09:37:35 +0000 |
michael |
Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjrn Skjret: cisc, broadpark no)
libavcodec
|
Wed, 29 Jun 2005 08:41:01 +0000 |
michael |
off by 1 error bugfix
libavcodec
|
Tue, 28 Jun 2005 22:46:36 +0000 |
michael |
IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org)
libavcodec
|
Tue, 28 Jun 2005 14:56:16 +0000 |
michael |
WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk)
libavcodec
|
Tue, 28 Jun 2005 08:13:23 +0000 |
michael |
support extracting sps/pps from bitstream and putting it in extradata
libavcodec
|
Tue, 28 Jun 2005 06:45:41 +0000 |
michael |
fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0
libavcodec
|
Mon, 27 Jun 2005 23:13:10 +0000 |
michael |
check mb_y
libavcodec
|
Mon, 27 Jun 2005 09:37:16 +0000 |
michael |
keep decoding nal units after an error
libavcodec
|
Mon, 27 Jun 2005 00:55:29 +0000 |
michael |
x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)
libavcodec
|
Mon, 27 Jun 2005 00:04:03 +0000 |
michael |
support changing in bitstream global headers into extradata style and back
libavcodec
|
Sun, 26 Jun 2005 23:04:59 +0000 |
michael |
tiny docs improvement which i apparebtly forgot to commit
libavcodec
|
Thu, 23 Jun 2005 20:24:25 +0000 |
gpoirier |
GCC4 fix
libavcodec
|
Sun, 19 Jun 2005 23:33:09 +0000 |
michael |
make decoder a little bit more tolerant to missing NAL units
libavcodec
|
Sun, 19 Jun 2005 21:46:14 +0000 |
mellum |
Communicate proper aliasing to gcc (needed for 4.1).
libavcodec
|
Fri, 17 Jun 2005 15:02:53 +0000 |
diego |
spelling fixes
libavcodec
|
Fri, 17 Jun 2005 08:24:35 +0000 |
lorenm |
H.264 lossless mode
libavcodec
|
Thu, 09 Jun 2005 20:01:02 +0000 |
michael |
non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net)
libavcodec
|
Wed, 08 Jun 2005 00:40:41 +0000 |
lorenm |
typo in cabac tables
libavcodec
|