Sun, 30 Sep 2007 03:36:13 +0000 |
lorenm |
simplify lpc
libavcodec
|
Sun, 30 Sep 2007 03:01:56 +0000 |
lorenm |
20% faster lpc, 6% overall flac decoding
libavcodec
|
Sun, 30 Sep 2007 02:12:03 +0000 |
lorenm |
replace FIR with finite differences.
libavcodec
|
Sat, 29 Sep 2007 23:44:34 +0000 |
lorenm |
unroll finite differences to avoid swapping registers.
libavcodec
|
Sat, 29 Sep 2007 23:21:57 +0000 |
lorenm |
encode_residual_fixed(): replace FIR with finite differences.
libavcodec
|
Sat, 29 Sep 2007 22:31:18 +0000 |
lorenm |
sse2 version of compute_autocorr().
libavcodec
|
Sat, 29 Sep 2007 15:20:22 +0000 |
vitor |
AMV video decoder.
libavcodec
|
Sat, 29 Sep 2007 15:09:34 +0000 |
andoma |
Use emms_c() instead of ifdef
libavcodec
|
Sat, 29 Sep 2007 12:52:56 +0000 |
vitor |
Add variables to prepare to the AMV decoder patch.
libavcodec
|
Sat, 29 Sep 2007 07:43:52 +0000 |
lorenm |
was computing one more autocorrelation coefficient that was actually used
libavcodec
|
Sat, 29 Sep 2007 05:41:27 +0000 |
lorenm |
replace brute force find_optimal_param() with a closed-form solution.
libavcodec
|
Sat, 29 Sep 2007 01:54:25 +0000 |
lorenm |
gcc isn't smart enough to factor out duplicate stores
libavcodec
|
Fri, 28 Sep 2007 20:38:32 +0000 |
iive |
On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will segfault when xvmc is in use.
libavcodec
|
Fri, 28 Sep 2007 06:06:18 +0000 |
lorenm |
2.5x faster compute_autocorr()
libavcodec
|
Thu, 27 Sep 2007 11:29:21 +0000 |
takis |
cosmetics: typos
libavcodec
|
Thu, 27 Sep 2007 10:45:16 +0000 |
takis |
Remove redundant test.
libavcodec
|
Thu, 27 Sep 2007 06:21:57 +0000 |
vitor |
AMV audio decoder
libavcodec
|
Thu, 27 Sep 2007 03:16:25 +0000 |
lorenm |
oops, revert unrelated change
libavcodec
|
Thu, 27 Sep 2007 02:42:00 +0000 |
lorenm |
unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order.
libavcodec
|
Wed, 26 Sep 2007 13:28:13 +0000 |
andoma |
h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output
libavcodec
|
Tue, 25 Sep 2007 23:34:48 +0000 |
lorenm |
oops, potential overflow on really large blocks
libavcodec
|
Tue, 25 Sep 2007 23:31:13 +0000 |
lorenm |
optimize decode_subframe_lpc()
libavcodec
|
Tue, 25 Sep 2007 23:30:29 +0000 |
lorenm |
optimize encode_residual_lpc()
libavcodec
|
Tue, 25 Sep 2007 22:33:31 +0000 |
aurel |
simplify
libavcodec
|
Tue, 25 Sep 2007 22:31:00 +0000 |
aurel |
rename one variable to be consistent with the rest of the file
libavcodec
|
Tue, 25 Sep 2007 21:01:34 +0000 |
aurel |
consistent spelling: plan => plane
libavcodec
|
Tue, 25 Sep 2007 19:22:47 +0000 |
aurel |
simplify
libavcodec
|
Tue, 25 Sep 2007 19:16:38 +0000 |
aurel |
cosmetic: indent
libavcodec
|
Tue, 25 Sep 2007 19:12:46 +0000 |
aurel |
add a new vp6a codec (add alpha plan support to vp6)
libavcodec
|
Tue, 25 Sep 2007 08:43:49 +0000 |
andoma |
reindent
libavcodec
|
Tue, 25 Sep 2007 07:30:22 +0000 |
diego |
Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an
libavcodec
|
Mon, 24 Sep 2007 22:29:11 +0000 |
aurel |
move all model related tables into their own struct
libavcodec
|
Mon, 24 Sep 2007 21:18:45 +0000 |
diego |
cosmetics: Sort CODEC_ID list.
libavcodec
|
Mon, 24 Sep 2007 20:52:11 +0000 |
aurel |
rename vp56_b6to3 to vp56_b2p
libavcodec
|
Mon, 24 Sep 2007 20:43:47 +0000 |
aurel |
some simplifications and uniformisation
libavcodec
|
Mon, 24 Sep 2007 16:50:32 +0000 |
kostya |
Remove check for input buffer size as it does not guarantee that
libavcodec
|
Mon, 24 Sep 2007 13:21:41 +0000 |
aurel |
add support for yuva420p colorspace (yuv420p + alpha)
libavcodec
|
Mon, 24 Sep 2007 13:01:15 +0000 |
gpoirier |
factor out dequant table lookup outside loops, gives a 1-2% speed-up
libavcodec
|
Mon, 24 Sep 2007 03:32:24 +0000 |
kostya |
Do not try to decode more data than output buffer may hold
libavcodec
|
Sun, 23 Sep 2007 21:59:09 +0000 |
diego |
VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.
libavcodec
|
Sun, 23 Sep 2007 21:11:36 +0000 |
michael |
some experimental iterative quantization code
libavcodec
|
Sun, 23 Sep 2007 21:06:08 +0000 |
diego |
Move VIS CFLAGS settings into configure.
libavcodec
|
Sun, 23 Sep 2007 21:02:22 +0000 |
diego |
VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC.
libavcodec
|
Sun, 23 Sep 2007 16:11:07 +0000 |
kostya |
Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff).
libavcodec
|
Sat, 22 Sep 2007 10:28:22 +0000 |
reimar |
Apply skip_loop_filter before checking if we can parallelize with the selected
libavcodec
|
Sat, 22 Sep 2007 09:21:43 +0000 |
kostya |
Guard against output buffer overflows
libavcodec
|
Sat, 22 Sep 2007 09:09:47 +0000 |
kostya |
Do not decode more data than output buffer may hold
libavcodec
|
Fri, 21 Sep 2007 18:23:46 +0000 |
bcoudurier |
HDYC fourcc, sample hdyc/Test2.avi
libavcodec
|
Fri, 21 Sep 2007 00:26:31 +0000 |
diego |
Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup.
libavcodec
|
Thu, 20 Sep 2007 20:42:50 +0000 |
aurel |
allcodecs.h and allformats.h are not used anymore
libavcodec
|
Thu, 20 Sep 2007 20:36:15 +0000 |
aurel |
remove last dependencies on allformats.h and allcodecs.h
libavcodec
|
Tue, 18 Sep 2007 18:12:53 +0000 |
iive |
Remove inline from function that is exported.
libavcodec
|
Mon, 17 Sep 2007 13:23:16 +0000 |
mhoffman |
blackfin vsad primitives
libavcodec
|
Mon, 17 Sep 2007 13:17:50 +0000 |
mhoffman |
properly tell the compiler that A0 and A1 are clobbered
libavcodec
|
Mon, 17 Sep 2007 10:14:56 +0000 |
diego |
Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to
libavcodec
|
Sun, 16 Sep 2007 22:50:12 +0000 |
aurel |
remove obsolete and wrong extern declaration
libavcodec
|
Sun, 16 Sep 2007 16:23:34 +0000 |
diego |
cosmetics: typo
libavcodec
|
Sun, 16 Sep 2007 10:37:07 +0000 |
gpoirier |
fix image corruption when with multi-threaded decoding.
libavcodec
|
Sat, 15 Sep 2007 11:06:27 +0000 |
kostya |
Enable error resilience in WMV3/VC-1 decoder
libavcodec
|
Sat, 15 Sep 2007 09:24:53 +0000 |
kostya |
HALFPQ should be used only for when PQUANT is selected
libavcodec
|
Sat, 15 Sep 2007 09:23:58 +0000 |
kostya |
In case when any quantizer may occur, HALFPQ should be zero
libavcodec
|
Sat, 15 Sep 2007 02:44:28 +0000 |
jbr |
skip incomplete frames
libavcodec
|
Sat, 15 Sep 2007 02:41:24 +0000 |
jbr |
better AC3 header error reporting
libavcodec
|
Sat, 15 Sep 2007 00:43:40 +0000 |
jbr |
fix random dithering of zero-bit mantissas
libavcodec
|
Sat, 15 Sep 2007 00:19:21 +0000 |
jbr |
cosmetics: rename variables. tbl->tab for consistency with other AC3 tables
libavcodec
|
Sat, 15 Sep 2007 00:00:57 +0000 |
jbr |
fix decoding of DolbyNet AC3
libavcodec
|
Fri, 14 Sep 2007 06:01:29 +0000 |
kostya |
Check unp_size for possible overflows too
libavcodec
|
Thu, 13 Sep 2007 09:13:56 +0000 |
diego |
Pass correct CPU flags to compilation of sparc/simple_idct_vis.o.
libavcodec
|
Thu, 13 Sep 2007 05:59:58 +0000 |
kostya |
Add checks on input/output buffers size for some audio decoders
libavcodec
|
Thu, 13 Sep 2007 03:22:47 +0000 |
kostya |
Monkey Audio decoder
libavcodec
|
Tue, 11 Sep 2007 22:46:41 +0000 |
michael |
fix timestamps used for ratecontrol
libavcodec
|
Mon, 10 Sep 2007 00:31:27 +0000 |
michael |
cosmetic
libavcodec
|
Sun, 09 Sep 2007 18:28:36 +0000 |
michael |
make changing spatial_decomposition_count per frame work
libavcodec
|
Sun, 09 Sep 2007 18:14:11 +0000 |
reimar |
dsputil must be initialized before calling rtjpeg init.
libavcodec
|
Sun, 09 Sep 2007 17:01:11 +0000 |
michael |
do not ignore return of decode_header()
libavcodec
|
Sun, 09 Sep 2007 16:54:00 +0000 |
michael |
do not force the halfpel filter coeffs to be retransmitted on every frame
libavcodec
|
Sun, 09 Sep 2007 15:06:46 +0000 |
michael |
allow changing of the spatial_decomposition_count and quantization tables
libavcodec
|
Sun, 09 Sep 2007 13:47:25 +0000 |
michael |
perform init after reading the values needed for init
libavcodec
|
Sun, 09 Sep 2007 12:46:25 +0000 |
michael |
unneeded and impossible during init ...
libavcodec
|
Sun, 09 Sep 2007 12:36:10 +0000 |
michael |
unused
libavcodec
|
Sun, 09 Sep 2007 12:33:34 +0000 |
michael |
allocate slice buffer after parsing the header containing needed parameters
libavcodec
|
Sun, 09 Sep 2007 12:25:12 +0000 |
michael |
remove ()
libavcodec
|
Sun, 09 Sep 2007 12:24:45 +0000 |
michael |
spatial_decomposition_count != 5 bugfix
libavcodec
|
Sun, 09 Sep 2007 12:22:11 +0000 |
michael |
scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)
libavcodec
|
Sun, 09 Sep 2007 10:20:47 +0000 |
reimar |
Properly handle nuv file with changing resolution
libavcodec
|
Sun, 09 Sep 2007 09:16:47 +0000 |
reimar |
Make sure rtjpeg quality is a valid value
libavcodec
|
Sun, 09 Sep 2007 09:00:12 +0000 |
reimar |
Fix extreme stupidity: buffer size check must of course be before buffer use!
libavcodec
|
Sun, 09 Sep 2007 08:52:53 +0000 |
reimar |
10l, add check forgotten in last commit
libavcodec
|
Sun, 09 Sep 2007 08:42:49 +0000 |
reimar |
First ugly and slow attempt to fix nuv files with extra frameheader
libavcodec
|
Sun, 09 Sep 2007 08:22:07 +0000 |
reimar |
Simplify nuv: factor out LZO decompression
libavcodec
|
Sat, 08 Sep 2007 14:52:21 +0000 |
michael |
rename HTAPS -> HTAPS_MAX (later is correct after the previous change)
libavcodec
|
Sat, 08 Sep 2007 14:51:13 +0000 |
michael |
store halfpel filter coefficients in the header as well as the
libavcodec
|
Sat, 08 Sep 2007 03:16:24 +0000 |
michael |
remove outcommented code
libavcodec
|
Sat, 08 Sep 2007 03:15:42 +0000 |
michael |
indention
libavcodec
|
Sat, 08 Sep 2007 03:14:20 +0000 |
michael |
cleanup mc_block()
libavcodec
|
Fri, 07 Sep 2007 19:19:49 +0000 |
benoit |
Indentation
libavcodec
|
Fri, 07 Sep 2007 18:27:13 +0000 |
benoit |
Let H.264 decoder skip deblocking across slices
libavcodec
|
Thu, 06 Sep 2007 14:55:13 +0000 |
kostya |
Set data_size to zero when DCA header parse failed
libavcodec
|
Thu, 06 Sep 2007 12:36:07 +0000 |
benoit |
Add a bitstream filter for H.264.
libavcodec
|
Wed, 05 Sep 2007 20:04:09 +0000 |
benoit |
Avoid a crash when H264 MMC operation causes the short term reference
libavcodec
|
Wed, 05 Sep 2007 16:18:15 +0000 |
gpoirier |
Add slice-based parallel H.264 decoding
libavcodec
|
Wed, 05 Sep 2007 11:05:33 +0000 |
diego |
Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm.
libavcodec
|
Wed, 05 Sep 2007 10:38:59 +0000 |
diego |
Sort one more list alphabetically.
libavcodec
|
Wed, 05 Sep 2007 07:49:01 +0000 |
gpoirier |
Fix links to ARM documentation
libavcodec
|
Wed, 05 Sep 2007 05:30:08 +0000 |
kostya |
Move H.264 intra prediction functions into their own context
libavcodec
|
Wed, 05 Sep 2007 01:49:14 +0000 |
michael |
add a 8 taps filter for testing
libavcodec
|
Wed, 05 Sep 2007 01:21:32 +0000 |
michael |
fix decoding of dracula.4xm before diego complains
libavcodec
|
Wed, 05 Sep 2007 01:14:17 +0000 |
michael |
fix segfault with dracula.4xm
libavcodec
|
Wed, 05 Sep 2007 00:49:09 +0000 |
michael |
Replace constants by HTAPS (half pel interpolation filter taps) where appropriate.
libavcodec
|
Wed, 05 Sep 2007 00:06:34 +0000 |
michael |
code to do halfpel interpolation per frame (unfinished and under ifdef but it
libavcodec
|
Tue, 04 Sep 2007 17:31:25 +0000 |
melanson |
Fix issue 123 (Support Magic-carpet fli version,
libavcodec
|
Tue, 04 Sep 2007 14:48:39 +0000 |
diego |
Silence warnings about NAL_SVC_NON_IDR in H.264.
libavcodec
|
Tue, 04 Sep 2007 06:48:22 +0000 |
benoit |
add a close function to bitstream filter
libavcodec
|
Mon, 03 Sep 2007 08:46:24 +0000 |
benoit |
Remove error raising when explicitely skipping frame
libavcodec
|
Sat, 01 Sep 2007 21:03:17 +0000 |
vitor |
Remove reimplementation of get_unary.
libavcodec
|
Sat, 01 Sep 2007 14:00:47 +0000 |
lu_zero |
Cosmetics
libavcodec
|
Sat, 01 Sep 2007 13:04:25 +0000 |
aurel |
add a warning message for unsupported kind of encoding
libavcodec
|
Fri, 31 Aug 2007 18:51:22 +0000 |
vitor |
Cosmetical: Empty line removal
libavcodec
|
Fri, 31 Aug 2007 15:05:40 +0000 |
vitor |
Comment about unsupported sample size
libavcodec
|
Fri, 31 Aug 2007 14:58:44 +0000 |
mhoffman |
renaming ARCH_BFIN to HAVE_BFIN
libavcodec
|
Thu, 30 Aug 2007 23:16:34 +0000 |
diego |
cosmetics: Add some whitespace for better readability.
libavcodec
|
Thu, 30 Aug 2007 23:13:10 +0000 |
diego |
cosmetics: Sort bitstream filters.
libavcodec
|
Thu, 30 Aug 2007 23:11:24 +0000 |
diego |
cosmetics: Sort some lines, whitespace changes.
libavcodec
|
Thu, 30 Aug 2007 22:41:54 +0000 |
diego |
Use a consistent multiple inclusion guard.
libavcodec
|
Thu, 30 Aug 2007 19:18:23 +0000 |
gpoirier |
add simple_idct implemented in Sparc VIS
libavcodec
|
Thu, 30 Aug 2007 16:40:51 +0000 |
vitor |
Rename function
libavcodec
|
Thu, 30 Aug 2007 16:04:00 +0000 |
vitor |
Replace two #define's by inline functions
libavcodec
|
Thu, 30 Aug 2007 15:16:52 +0000 |
mhoffman |
Hooking bfin/mathops.h
libavcodec
|
Thu, 30 Aug 2007 15:15:48 +0000 |
mhoffman |
Blackfin 32bit multiplication primitives MULH MUL16
libavcodec
|
Thu, 30 Aug 2007 11:41:58 +0000 |
reimar |
Replace complicated and currently broken manual alignment code by
libavcodec
|
Tue, 28 Aug 2007 13:39:50 +0000 |
lu_zero |
snow altivec is broken
libavcodec
|
Mon, 27 Aug 2007 21:58:39 +0000 |
rtogni |
Change 4xm demuxer and video decoder to pass the video format version in
libavcodec
|
Mon, 27 Aug 2007 10:39:31 +0000 |
michael |
typo
libavcodec
|
Mon, 27 Aug 2007 09:21:33 +0000 |
diego |
Simplify preprocessor directives.
libavcodec
|
Mon, 27 Aug 2007 09:17:03 +0000 |
diego |
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific
libavcodec
|
Sun, 26 Aug 2007 22:38:57 +0000 |
aurel |
add get_unary_0_33() to help gcc with inlining
libavcodec
|
Sun, 26 Aug 2007 22:34:49 +0000 |
aurel |
cleanup get_unary()
libavcodec
|
Sun, 26 Aug 2007 22:33:48 +0000 |
aurel |
move get_unary() to its own file
libavcodec
|
Sun, 26 Aug 2007 22:06:40 +0000 |
diego |
Do not wrongly mark Apple gcc workarounds as being specific to Darwin.
libavcodec
|
Sun, 26 Aug 2007 21:47:58 +0000 |
gpoirier |
remove alignment correction of the destination pointers in luma_16x6
libavcodec
|
Sun, 26 Aug 2007 16:10:53 +0000 |
ramiro |
CONFIG_7REGS has been renamed to HAVE_7REGS
libavcodec
|
Sun, 26 Aug 2007 12:34:22 +0000 |
michael |
workaround gcc bug, untested as my gcc is not complaining
libavcodec
|
Sun, 26 Aug 2007 11:16:23 +0000 |
michael |
optimize the first vertical lifting step, this also prevents another
libavcodec
|
Sun, 26 Aug 2007 08:31:55 +0000 |
michael |
optimize 1st horizontal lifting step
libavcodec
|
Sun, 26 Aug 2007 08:03:23 +0000 |
michael |
typo
libavcodec
|
Sun, 26 Aug 2007 06:51:51 +0000 |
michael |
get rid of totally senseless "m" + read in register we have enough
libavcodec
|
Sun, 26 Aug 2007 02:02:14 +0000 |
michael |
simplify senselessly complex addressing
libavcodec
|
Sun, 26 Aug 2007 01:20:09 +0000 |
michael |
cosmetics
libavcodec
|
Sun, 26 Aug 2007 01:11:02 +0000 |
michael |
avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum
libavcodec
|
Sat, 25 Aug 2007 19:04:33 +0000 |
michael |
avoid an overflow in the 1 horizontal lifting step
libavcodec
|
Sat, 25 Aug 2007 16:28:45 +0000 |
michael |
prevent one overflow in the first vertical lifting step
libavcodec
|
Sat, 25 Aug 2007 15:20:56 +0000 |
michael |
update mmx code to latest snow changes
libavcodec
|
Sat, 25 Aug 2007 09:23:17 +0000 |
diego |
prettyprinting cosmetics
libavcodec
|
Sat, 25 Aug 2007 03:19:39 +0000 |
michael |
cleanup (remove some old experimentation related code)
libavcodec
|
Sat, 25 Aug 2007 03:04:13 +0000 |
michael |
we only have 2 wavelets, the 3rd was just for experimentation ...
libavcodec
|
Sat, 25 Aug 2007 03:00:51 +0000 |
michael |
use 16bit IDWT (a SIMD implementation of it should be >2x faster then with
libavcodec
|
Fri, 24 Aug 2007 23:49:11 +0000 |
diego |
whitespace/indentation cosmetics
libavcodec
|
Fri, 24 Aug 2007 23:01:50 +0000 |
diego |
Remove HAVE_ALTIVEC preprocessor directives that are only compiled
libavcodec
|
Fri, 24 Aug 2007 15:42:50 +0000 |
diego |
Fix trivial mixed declarations and code warning caused by a double semicolon.
libavcodec
|
Fri, 24 Aug 2007 15:38:37 +0000 |
diego |
Remove SYS_DARWIN preprocessor directive that is just a duplicate of a
libavcodec
|
Fri, 24 Aug 2007 15:18:41 +0000 |
diego |
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor
libavcodec
|
Fri, 24 Aug 2007 15:08:46 +0000 |
diego |
Merge __MWERKS__ preprocessor directives.
libavcodec
|
Fri, 24 Aug 2007 15:04:00 +0000 |
diego |
Move Apple gcc AltiVec vector declaration syntax to libavutil.
libavcodec
|
Fri, 24 Aug 2007 14:57:46 +0000 |
diego |
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor
libavcodec
|
Fri, 24 Aug 2007 14:18:09 +0000 |
michael |
int->uint8_t
libavcodec
|
Fri, 24 Aug 2007 14:02:02 +0000 |
michael |
int->int8_t (no need for them to be int ...)
libavcodec
|
Thu, 23 Aug 2007 20:28:28 +0000 |
reimar |
Add request_channels member to AVCodecContext so we now have a proper
libavcodec
|
Thu, 23 Aug 2007 10:49:14 +0000 |
michael |
use more bits on the encoder side
libavcodec
|
Thu, 23 Aug 2007 07:02:27 +0000 |
lucabe |
Initialize the "stc" variable before using it in ff_find_start_code()
libavcodec
|
Wed, 22 Aug 2007 22:46:39 +0000 |
diego |
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
libavcodec
|
Wed, 22 Aug 2007 17:26:49 +0000 |
michael |
simplify
libavcodec
|
Wed, 22 Aug 2007 15:03:14 +0000 |
benoit |
right filename in doxygen comment
libavcodec
|
Wed, 22 Aug 2007 13:19:10 +0000 |
diego |
cosmetics: alphabetical order
libavcodec
|
Wed, 22 Aug 2007 13:04:10 +0000 |
diego |
Simplify preprocessor directives.
libavcodec
|
Wed, 22 Aug 2007 12:54:49 +0000 |
mhoffman |
make clean bfin
libavcodec
|
Wed, 22 Aug 2007 12:41:16 +0000 |
diego |
Identifiers starting with underscores are reserved.
libavcodec
|
Tue, 21 Aug 2007 18:24:08 +0000 |
aurel |
parsers and bsfs declarations are not meant to be part of public API
libavcodec
|
Tue, 21 Aug 2007 16:29:40 +0000 |
michael |
Change rounding of the horizontal DWT to match the vertical one.
libavcodec
|
Tue, 21 Aug 2007 15:48:08 +0000 |
aurel |
asv1.c directly uses Put/GetBitContext, so it should include bitstream.h
libavcodec
|
Tue, 21 Aug 2007 00:05:30 +0000 |
michael |
remove code which become unused by the previous changes
libavcodec
|
Tue, 21 Aug 2007 00:03:18 +0000 |
michael |
Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested)
libavcodec
|
Tue, 21 Aug 2007 00:02:19 +0000 |
michael |
Simplify and optimize the 4th vertical lifting step of the MMX code
libavcodec
|
Mon, 20 Aug 2007 23:59:20 +0000 |
michael |
Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd
libavcodec
|
Mon, 20 Aug 2007 23:54:49 +0000 |
michael |
simplify, speedup and reduce needed headroom by 2 bits in the 3rd
libavcodec
|
Mon, 20 Aug 2007 23:11:05 +0000 |
michael |
replace <<1 by add for SSE2 (untested)
libavcodec
|
Mon, 20 Aug 2007 23:09:39 +0000 |
michael |
replace <<1 by add
libavcodec
|
Mon, 20 Aug 2007 23:02:59 +0000 |
michael |
slightly change horizontal lift3 so it needs 1 bit less headroom
libavcodec
|
Mon, 20 Aug 2007 22:41:47 +0000 |
michael |
remove idiotc double subtraction from the sse2 code (untested, no sse2 here)
libavcodec
|
Mon, 20 Aug 2007 22:34:42 +0000 |
michael |
fixme note
libavcodec
|
Mon, 20 Aug 2007 22:29:21 +0000 |
michael |
and of course the unneeded double subtractions were blindly put in the
libavcodec
|
Mon, 20 Aug 2007 22:26:49 +0000 |
michael |
more stupid double subtractions
libavcodec
|
Mon, 20 Aug 2007 22:18:26 +0000 |
michael |
get rid of idiotc double subtraction
libavcodec
|
Sun, 19 Aug 2007 20:34:27 +0000 |
banan |
Cosmetics, indentation.
libavcodec
|
Sun, 19 Aug 2007 20:31:53 +0000 |
banan |
Trellis quantization support for adpcm_swf.
libavcodec
|
Sun, 19 Aug 2007 12:36:15 +0000 |
reimar |
Use defines instead of raw hex numbers to specify CRC polynomials
libavcodec
|
Wed, 15 Aug 2007 21:19:13 +0000 |
ramiro |
CONFIG_7REGS -> HAVE_7REGS
libavcodec
|
Wed, 15 Aug 2007 12:59:27 +0000 |
marco |
Make the Golomb decoder work for Dirac
libavcodec
|
Tue, 14 Aug 2007 22:28:09 +0000 |
gpoirier |
Statements like a = b = c = d = e; store from right-to-left, so if
libavcodec
|
Mon, 13 Aug 2007 22:55:04 +0000 |
ramiro |
Introduce AVERROR_PATCHWELCOME
libavcodec
|
Mon, 13 Aug 2007 17:57:06 +0000 |
diego |
Move msmpeg4 tables from a header file to msmpegdata.c.
libavcodec
|
Mon, 13 Aug 2007 15:28:29 +0000 |
ramiro |
Add attribute that forces alignment of stack to functions that need it.
libavcodec
|
Mon, 13 Aug 2007 14:16:20 +0000 |
mhoffman |
special handling for vp3 idct, use the c reference
libavcodec
|
Mon, 13 Aug 2007 13:20:16 +0000 |
michael |
use bytestream_get_le*() this also fixes a big endian bug
libavcodec
|
Mon, 13 Aug 2007 05:36:50 +0000 |
kostya |
Support for WavPack version 0x410 (false stereo chunks)
libavcodec
|
Mon, 13 Aug 2007 05:35:48 +0000 |
kostya |
Rename flag for consistency with the next commit
libavcodec
|
Mon, 13 Aug 2007 05:23:38 +0000 |
conrad |
Add av_get_bits_per_sample_format()
libavcodec
|
Mon, 13 Aug 2007 01:06:04 +0000 |
michael |
fix type 3 aka skipped blocks for old version
libavcodec
|
Mon, 13 Aug 2007 01:05:19 +0000 |
michael |
fix motion vectors for old version
libavcodec
|
Mon, 13 Aug 2007 00:56:26 +0000 |
michael |
set pix_fmt properly depending on version
libavcodec
|
Mon, 13 Aug 2007 00:55:39 +0000 |
michael |
use version instead of some random 32bit value to switch between 16 and
libavcodec
|
Mon, 13 Aug 2007 00:53:55 +0000 |
michael |
replace vlc_type by version and set that from codec_tag which contains the
libavcodec
|
Sun, 12 Aug 2007 15:47:27 +0000 |
michael |
support ifr2 from Toy-Story2_better-image-quality.4xa
libavcodec
|
Sun, 12 Aug 2007 13:50:06 +0000 |
gpoirier |
use shorter types vec_"type" instead of the too long vector "type"
libavcodec
|
Sun, 12 Aug 2007 12:22:19 +0000 |
michael |
add second vlc table
libavcodec
|
Sun, 12 Aug 2007 00:07:29 +0000 |
conrad |
Don't check the return value of decode_cabac_residual since it always
libavcodec
|
Sat, 11 Aug 2007 23:29:21 +0000 |
aurel |
more usage of av_clip()
libavcodec
|
Sat, 11 Aug 2007 23:23:20 +0000 |
aurel |
one more simplification
libavcodec
|
Sat, 11 Aug 2007 23:17:03 +0000 |
aurel |
various simplifications around recent av_clip_int16() usage
libavcodec
|
Sat, 11 Aug 2007 23:09:28 +0000 |
michael |
fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq
libavcodec
|
Sat, 11 Aug 2007 22:48:55 +0000 |
aurel |
use av_clip_int16() where it makes sense
libavcodec
|
Fri, 10 Aug 2007 19:28:28 +0000 |
michael |
ensure that default_get_buffer() doesnt reuse images if the dimension or
libavcodec
|
Fri, 10 Aug 2007 19:23:14 +0000 |
bcoudurier |
dnxhd 120 interlaced support
libavcodec
|
Thu, 09 Aug 2007 17:01:15 +0000 |
romansh |
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
libavcodec
|
Thu, 09 Aug 2007 01:08:28 +0000 |
alex |
use skip_bits where appropriate
libavcodec
|
Thu, 09 Aug 2007 00:57:36 +0000 |
alex |
use skip_bits where appropriate
libavcodec
|
Thu, 09 Aug 2007 00:54:41 +0000 |
alex |
fix compilation with TRACE enabled
libavcodec
|
Thu, 09 Aug 2007 00:39:35 +0000 |
jbr |
cosmetics: vertical alignment
libavcodec
|
Thu, 09 Aug 2007 00:36:49 +0000 |
jbr |
comments modification: add, clean up, Doxygenize, and reword
libavcodec
|
Thu, 09 Aug 2007 00:16:27 +0000 |
alex |
use reget_buffer and remove internal copying of buffer - codec works again
libavcodec
|
Thu, 09 Aug 2007 00:13:31 +0000 |
alex |
use get_bits1(..) instead get_bits(.., 1)
libavcodec
|
Wed, 08 Aug 2007 23:58:23 +0000 |
romansh |
* getting rid of code duplication
libavcodec
|
Wed, 08 Aug 2007 22:54:47 +0000 |
alex |
use get_unary from bitstream.h
libavcodec
|
Wed, 08 Aug 2007 22:36:12 +0000 |
alex |
use get_unary from bitstream.h
libavcodec
|
Wed, 08 Aug 2007 20:38:30 +0000 |
alex |
copy get_unary from vc1
libavcodec
|
Wed, 08 Aug 2007 20:27:18 +0000 |
alex |
debug: tell how much bits are skipped with unknown nal code
libavcodec
|
Wed, 08 Aug 2007 07:04:23 +0000 |
benoit |
kill warning
libavcodec
|
Tue, 07 Aug 2007 12:53:22 +0000 |
vitor |
More indentation
libavcodec
|
Tue, 07 Aug 2007 12:50:41 +0000 |
vitor |
Cosmetics: indentation
libavcodec
|
Tue, 07 Aug 2007 12:44:23 +0000 |
vitor |
Rename function
libavcodec
|
Tue, 07 Aug 2007 00:02:29 +0000 |
jbr |
enable the native AC-3 decoder
libavcodec
|
Mon, 06 Aug 2007 23:34:41 +0000 |
michael |
make output buffer larger so drift compensation can work
libavcodec
|
Mon, 06 Aug 2007 19:49:18 +0000 |
banan |
Don't encode the first sample twice.
libavcodec
|
Mon, 06 Aug 2007 08:42:05 +0000 |
bcoudurier |
cosmetic, indentation
libavcodec
|
Sun, 05 Aug 2007 21:48:46 +0000 |
jbr |
cosmetics: blank lines, remove some comments
libavcodec
|
Sun, 05 Aug 2007 21:34:33 +0000 |
jbr |
add pointer to the parent context for use with av_log()
libavcodec
|
Sun, 05 Aug 2007 21:10:09 +0000 |
jbr |
use array for dynamic range scaling factors
libavcodec
|
Sun, 05 Aug 2007 20:03:37 +0000 |
michael |
make wmv1 and wmv2 playable with M$ DMO decoder
libavcodec
|
Sun, 05 Aug 2007 19:36:35 +0000 |
jbr |
add dialogue normalization
libavcodec
|
Sun, 05 Aug 2007 13:41:44 +0000 |
bcoudurier |
fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf
libavcodec
|
Sun, 05 Aug 2007 12:11:34 +0000 |
reimar |
Add proper license header
libavcodec
|
Sun, 05 Aug 2007 12:11:31 +0000 |
reimar |
Remove AVCodecContext parameter from parse_timecode function
libavcodec
|
Sun, 05 Aug 2007 12:11:28 +0000 |
reimar |
Fix deinterlacing for odd height
libavcodec
|
Sun, 05 Aug 2007 12:11:26 +0000 |
reimar |
Deinterlace xsub subtitles
libavcodec
|
Sun, 05 Aug 2007 12:11:24 +0000 |
reimar |
Colours except background should not be transparent
libavcodec
|
Sun, 05 Aug 2007 12:11:22 +0000 |
reimar |
get rid of av_rescale_q, it does not work as intended.
libavcodec
|
Sun, 05 Aug 2007 12:11:20 +0000 |
reimar |
get rid of xsubdec array and calculate value instead
libavcodec
|
Sun, 05 Aug 2007 12:11:18 +0000 |
reimar |
10l, runbits order was reversed
libavcodec
|
Sun, 05 Aug 2007 12:11:13 +0000 |
reimar |
100l, wrong argument to av_freep
libavcodec
|
Sun, 05 Aug 2007 12:11:11 +0000 |
reimar |
Add forgotten xsub timecode parsing
libavcodec
|
Sun, 05 Aug 2007 12:11:09 +0000 |
reimar |
First version of xsub decoder, not yet tested
libavcodec
|
Sun, 05 Aug 2007 05:56:34 +0000 |
kostya |
Add the handling of the INT32INFO block to the WavPack decoder.
libavcodec
|
Sun, 05 Aug 2007 00:29:02 +0000 |
lorenm |
prevent huffyuv from generating codewords of length 32. (regression in r9069)
libavcodec
|
Sat, 04 Aug 2007 22:32:17 +0000 |
jbr |
add support for downmixing to stereo or mono
libavcodec
|
Sat, 04 Aug 2007 20:59:22 +0000 |
jbr |
use dsputil for float to signed 16-bit sample conversion
libavcodec
|
Sat, 04 Aug 2007 20:49:39 +0000 |
diego |
Add support for grayscale MJPEG streams sent by Axis cameras such as the
libavcodec
|
Sat, 04 Aug 2007 20:32:57 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sat, 04 Aug 2007 19:19:48 +0000 |
jbr |
consolidate decoding of lfe and coupling channels with decoding of full-bandwidth channels.
libavcodec
|
Sat, 04 Aug 2007 15:01:21 +0000 |
jbr |
there are only 4 rematrixing bands
libavcodec
|
Sat, 04 Aug 2007 13:52:56 +0000 |
jbr |
cosmetics: use more appropriate names for iterator variables.
libavcodec
|
Sat, 04 Aug 2007 13:41:33 +0000 |
bcoudurier |
move dnxhd data tables to separate file
libavcodec
|
Sat, 04 Aug 2007 13:30:37 +0000 |
jbr |
move some variables to a more local scope.
libavcodec
|
Sat, 04 Aug 2007 13:26:46 +0000 |
jbr |
make exponent decoding consistent (prepare for merging coupling and lfe code with normal channel code).
libavcodec
|
Sat, 04 Aug 2007 13:26:29 +0000 |
bcoudurier |
dnxhd 120 progressive support
libavcodec
|
Sat, 04 Aug 2007 13:18:30 +0000 |
bcoudurier |
indentation
libavcodec
|
Sat, 04 Aug 2007 13:17:53 +0000 |
bcoudurier |
dnxhd 185 interlaced support
libavcodec
|
Sat, 04 Aug 2007 13:10:16 +0000 |
bcoudurier |
cosmetic
libavcodec
|
Sat, 04 Aug 2007 13:09:08 +0000 |
bcoudurier |
no need to duplicate cid table vars in context
libavcodec
|
Sat, 04 Aug 2007 13:03:12 +0000 |
bcoudurier |
10l, use correct cid table
libavcodec
|
Sat, 04 Aug 2007 12:59:49 +0000 |
bcoudurier |
add coding unit size for interlaced decoding
libavcodec
|
Sat, 04 Aug 2007 12:43:31 +0000 |
bcoudurier |
should be more correct
libavcodec
|
Sat, 04 Aug 2007 12:21:00 +0000 |
michael |
indent
libavcodec
|
Sat, 04 Aug 2007 12:04:41 +0000 |
jbr |
cosmetics: use braces when it makes the code easier to read.
libavcodec
|
Sat, 04 Aug 2007 11:55:10 +0000 |
jbr |
change AC3DecodeContext variable to local variable
libavcodec
|
Sat, 04 Aug 2007 11:39:47 +0000 |
jbr |
use array instead of bitmask
libavcodec
|
Sat, 04 Aug 2007 11:01:11 +0000 |
michael |
Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.
libavcodec
|
Sat, 04 Aug 2007 03:27:05 +0000 |
jbr |
use table for converting dynamic range codes to scale factors
libavcodec
|
Sat, 04 Aug 2007 03:21:17 +0000 |
jbr |
use floating-point mantissa dequantization tables
libavcodec
|
Sat, 04 Aug 2007 01:14:14 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sat, 04 Aug 2007 01:13:08 +0000 |
jbr |
dither zero-bit mantissas by default. remove dithering only if it's explicitly turned off.
libavcodec
|
Sat, 04 Aug 2007 00:12:23 +0000 |
jbr |
simplify coefficient decoding
libavcodec
|
Sat, 04 Aug 2007 00:04:17 +0000 |
jbr |
merge decoding of coupling channel coefficients and regular channel coefficients
libavcodec
|
Fri, 03 Aug 2007 23:53:53 +0000 |
jbr |
split out coupling coefficient reconstruction into a separate function
libavcodec
|
Fri, 03 Aug 2007 16:43:11 +0000 |
diego |
Reduce Theora decoder verbosity.
libavcodec
|
Thu, 02 Aug 2007 20:49:42 +0000 |
michael |
output last frame if seq end code is encountered
libavcodec
|
Thu, 02 Aug 2007 07:42:06 +0000 |
diego |
Remove unused variable.
libavcodec
|
Thu, 02 Aug 2007 01:28:37 +0000 |
michael |
simplify s->mv_dir init
libavcodec
|
Wed, 01 Aug 2007 22:39:03 +0000 |
michael |
get rid of mb_type_len
libavcodec
|
Wed, 01 Aug 2007 22:12:52 +0000 |
michael |
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,
libavcodec
|
Wed, 01 Aug 2007 21:17:26 +0000 |
michael |
exchange if() and for() in the MT_FIELD case
libavcodec
|
Wed, 01 Aug 2007 21:05:58 +0000 |
michael |
exchange for() and if() order in the MT_FRAME case
libavcodec
|
Wed, 01 Aug 2007 20:44:08 +0000 |
mhoffman |
making reference models have the same API
libavcodec
|
Wed, 01 Aug 2007 20:37:41 +0000 |
michael |
change
libavcodec
|
Wed, 01 Aug 2007 20:04:12 +0000 |
michael |
merge another 2 if() to save a few cpu cycles
libavcodec
|
Wed, 01 Aug 2007 19:37:28 +0000 |
michael |
reorder if() so that the condition can be simplified
libavcodec
|
Wed, 01 Aug 2007 19:26:24 +0000 |
michael |
merge/simplify 2 if()
libavcodec
|
Wed, 01 Aug 2007 19:17:36 +0000 |
michael |
merge 2 if()
libavcodec
|
Wed, 01 Aug 2007 13:18:23 +0000 |
bcoudurier |
use buf_ptr to correctly decode second field
libavcodec
|
Wed, 01 Aug 2007 01:13:58 +0000 |
jbr |
align array used in mdct. fixes segfault.
libavcodec
|
Wed, 01 Aug 2007 01:01:03 +0000 |
michael |
use ENABLE_GRAY
libavcodec
|
Wed, 01 Aug 2007 00:39:39 +0000 |
michael |
make grayscale only decoding checks in inner loops compiletime killable
libavcodec
|
Tue, 31 Jul 2007 21:39:09 +0000 |
michael |
move some code which was executed for every skipped MB so it is only executed
libavcodec
|
Tue, 31 Jul 2007 21:00:17 +0000 |
michael |
get rid of a useless variable
libavcodec
|
Tue, 31 Jul 2007 20:52:49 +0000 |
michael |
avoid 2 additions (1 cpu cycle) per MB
libavcodec
|
Tue, 31 Jul 2007 20:44:48 +0000 |
michael |
chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it
libavcodec
|
Tue, 31 Jul 2007 16:22:57 +0000 |
takis |
Fix typo
libavcodec
|
Tue, 31 Jul 2007 14:51:21 +0000 |
benoit |
fix mem leak
libavcodec
|
Tue, 31 Jul 2007 06:55:48 +0000 |
diego |
Identifiers starting with underscores are reserved.
libavcodec
|
Mon, 30 Jul 2007 21:19:36 +0000 |
gpoirier |
fix cabac decoding with some Blue-Ray sources
libavcodec
|
Mon, 30 Jul 2007 18:05:46 +0000 |
romansh |
replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32
libavcodec
|
Mon, 30 Jul 2007 13:58:17 +0000 |
takis |
Handle malloc failure
libavcodec
|
Mon, 30 Jul 2007 02:05:16 +0000 |
michael |
support silly PCM variant used by zork nemesis
libavcodec
|
Sun, 29 Jul 2007 21:34:31 +0000 |
michael |
prevent assert failure with negative quant_offset
libavcodec
|
Sun, 29 Jul 2007 19:21:56 +0000 |
michael |
warn user if max=bitrate && max > min
libavcodec
|
Sun, 29 Jul 2007 13:32:53 +0000 |
michael |
support raw 4bpp avi
libavcodec
|
Sun, 29 Jul 2007 10:11:12 +0000 |
michael |
make the reference code use double instead of float where it is easy
libavcodec
|
Sun, 29 Jul 2007 09:58:36 +0000 |
michael |
print max and mse
libavcodec
|
Sun, 29 Jul 2007 04:04:21 +0000 |
kostya |
Make bicubic interpolation standard compliant
libavcodec
|
Sun, 29 Jul 2007 00:58:32 +0000 |
jbr |
simplify stereo rematrixing
libavcodec
|
Sun, 29 Jul 2007 00:35:30 +0000 |
jbr |
change 2 fields from context to local variables
libavcodec
|
Sat, 28 Jul 2007 20:50:25 +0000 |
jbr |
BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion
libavcodec
|
Sat, 28 Jul 2007 19:33:19 +0000 |
jbr |
remove broken downmixing. will add new implementation later.
libavcodec
|
Sat, 28 Jul 2007 18:26:43 +0000 |
takis |
Take care of some renames (Doxygen and function name) after the previous pure rename patch.
libavcodec
|
Sat, 28 Jul 2007 18:23:35 +0000 |
takis |
Rename h264dsp.c to h264dspenc.c
libavcodec
|
Sat, 28 Jul 2007 12:50:28 +0000 |
diego |
Ahem, fix typos overlooked in last commit.
libavcodec
|
Sat, 28 Jul 2007 12:46:26 +0000 |
diego |
cosmetics: misc typo fixes
libavcodec
|
Fri, 27 Jul 2007 16:31:54 +0000 |
takis |
Replace a return of -1 with ENOMEM.
libavcodec
|
Fri, 27 Jul 2007 11:37:56 +0000 |
michael |
detect voxware (closes issue39)
libavcodec
|
Thu, 26 Jul 2007 15:47:43 +0000 |
michael |
remove "Advanced Prediction Mode not supported" spam
libavcodec
|
Thu, 26 Jul 2007 15:46:43 +0000 |
michael |
also support DEBUG_PICT_INFO for h263i
libavcodec
|
Thu, 26 Jul 2007 15:44:46 +0000 |
michael |
move show_pict_info() to its own function
libavcodec
|
Wed, 25 Jul 2007 19:34:31 +0000 |
aurel |
remove wrong const qualifier
libavcodec
|
Wed, 25 Jul 2007 05:09:54 +0000 |
stefang |
have less functions as inline
libavcodec
|
Tue, 24 Jul 2007 18:21:40 +0000 |
vitor |
Minor cosmetics
libavcodec
|
Tue, 24 Jul 2007 14:17:13 +0000 |
takis |
Update the dvdsub parser to be able to parse HD-DVD subtitle packets.
libavcodec
|
Tue, 24 Jul 2007 13:05:28 +0000 |
takis |
Reindent two lines.
libavcodec
|
Tue, 24 Jul 2007 13:04:47 +0000 |
takis |
Add HD-DVD subpicture decoding.
libavcodec
|
Tue, 24 Jul 2007 13:03:13 +0000 |
takis |
Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit
libavcodec
|
Tue, 24 Jul 2007 09:59:54 +0000 |
gpoirier |
increase buffer size of LAME MP3 encoder
libavcodec
|
Tue, 24 Jul 2007 08:54:56 +0000 |
aurel |
help some gcc version to optimize out those functions
libavcodec
|
Tue, 24 Jul 2007 02:08:27 +0000 |
jbr |
simplify snr offset and bit allocation
libavcodec
|
Tue, 24 Jul 2007 01:43:47 +0000 |
jbr |
only use sized data types when necessary
libavcodec
|
Tue, 24 Jul 2007 01:35:25 +0000 |
jbr |
set bit allocation parameters directly instead of copying
libavcodec
|
Mon, 23 Jul 2007 22:47:49 +0000 |
jbr |
use enum value instead of numerical value for acmod
libavcodec
|
Mon, 23 Jul 2007 22:23:37 +0000 |
jbr |
use consistent data type for exponents. needs to be int8_t to pass to bit allocation.
libavcodec
|
Mon, 23 Jul 2007 22:16:15 +0000 |
jbr |
change some bit masks to arrays
libavcodec
|
Sat, 21 Jul 2007 17:03:30 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sat, 21 Jul 2007 16:28:12 +0000 |
jbr |
Use shared AC-3 header parsing. Move some initializations to block parsing function.
libavcodec
|
Sat, 21 Jul 2007 13:56:04 +0000 |
jbr |
don't need to synchronize in the decoder. the parser does that already.
libavcodec
|
Sat, 21 Jul 2007 11:54:19 +0000 |
jbr |
get rid of an ugly macro
libavcodec
|
Fri, 20 Jul 2007 15:09:10 +0000 |
takis |
Return AVERROR(EINVAL) when invalid width and/or height are specified to
libavcodec
|
Fri, 20 Jul 2007 15:08:10 +0000 |
takis |
Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open.
libavcodec
|
Thu, 19 Jul 2007 15:56:56 +0000 |
gpoirier |
bail out on unknown jpeg pixel format instead of silently decoding data incorrectly
libavcodec
|
Thu, 19 Jul 2007 08:47:07 +0000 |
takis |
Fix the self tests which are contained in some codecs and are using random().
libavcodec
|
Thu, 19 Jul 2007 08:46:28 +0000 |
takis |
Fix the compilation of dct-test, fft-test and motion-test which are using
libavcodec
|
Thu, 19 Jul 2007 02:21:14 +0000 |
jbr |
don't need to define ALT_BITSTREAM_READER
libavcodec
|
Thu, 19 Jul 2007 02:16:20 +0000 |
jbr |
update license header. add copyright for myself. correct and complete the statement about liba52.
libavcodec
|
Thu, 19 Jul 2007 02:09:58 +0000 |
jbr |
revise comment for exponent decoding function
libavcodec
|
Thu, 19 Jul 2007 02:04:05 +0000 |
jbr |
new implementation of exponent decoding
libavcodec
|
Thu, 19 Jul 2007 00:51:19 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Thu, 19 Jul 2007 00:50:31 +0000 |
jbr |
remove portions of bit allocation which are no longer needed since they are shared with the encoder
libavcodec
|
Wed, 18 Jul 2007 20:23:43 +0000 |
vitor |
Another minor simplification
libavcodec
|
Wed, 18 Jul 2007 18:40:03 +0000 |
banan |
Set the step index correctly for flash adpcm. Patch by Baptiste
libavcodec
|
Wed, 18 Jul 2007 18:35:03 +0000 |
banan |
Calculate the correct blocksize for flash adpcm. Patch by Baptiste
libavcodec
|
Wed, 18 Jul 2007 15:36:45 +0000 |
benoit |
fix mem leak
libavcodec
|
Wed, 18 Jul 2007 14:45:01 +0000 |
vitor |
Make deinterlace_16 receive an array as a parameter and not two separated vars
libavcodec
|
Wed, 18 Jul 2007 14:37:39 +0000 |
vitor |
Minor simplification
libavcodec
|
Wed, 18 Jul 2007 14:36:30 +0000 |
vitor |
Yet more cosmetics
libavcodec
|
Wed, 18 Jul 2007 14:29:14 +0000 |
vitor |
More cosmetics
libavcodec
|
Wed, 18 Jul 2007 14:15:14 +0000 |
vitor |
Remove reimplementation of av_log2
libavcodec
|
Wed, 18 Jul 2007 08:11:16 +0000 |
benoit |
add YUV440P and YUVJ440P support
libavcodec
|
Wed, 18 Jul 2007 06:45:47 +0000 |
vitor |
Test for supported number of channels
libavcodec
|
Wed, 18 Jul 2007 06:27:37 +0000 |
vitor |
Cosmetics: indentation
libavcodec
|
Wed, 18 Jul 2007 06:17:20 +0000 |
vitor |
Cosmetics: alignment
libavcodec
|
Wed, 18 Jul 2007 06:06:21 +0000 |
vitor |
Remove more code duplication. Based on a patch by Matthieu Castet.
libavcodec
|
Tue, 17 Jul 2007 23:51:34 +0000 |
vitor |
Move var. declaration to allow further clean up
libavcodec
|
Tue, 17 Jul 2007 22:05:33 +0000 |
vitor |
Remove code duplication. Based on a patch by Matthieu Castet.
libavcodec
|
Tue, 17 Jul 2007 13:35:16 +0000 |
alex |
set codec_type on init
libavcodec
|
Tue, 17 Jul 2007 12:57:50 +0000 |
diego |
typo fixes
libavcodec
|
Tue, 17 Jul 2007 12:33:14 +0000 |
benoit |
create colorspace.h and use it where appropriate
libavcodec
|
Tue, 17 Jul 2007 11:06:12 +0000 |
mhoffman |
fixpoint: renaming all lowlevel arithmetic routines to xxx_float
libavcodec
|
Tue, 17 Jul 2007 07:12:40 +0000 |
benoit |
Don't segfault if an empty codebook gets used.
libavcodec
|
Tue, 17 Jul 2007 04:06:03 +0000 |
romansh |
* making profile selection a bit more tolerant to the badly broken streams
libavcodec
|
Tue, 17 Jul 2007 00:36:47 +0000 |
mhoffman |
cosmetics: adding some white space to align the arguments of a couple of functions
libavcodec
|
Mon, 16 Jul 2007 21:05:16 +0000 |
mru |
remove useless #ifdef CONFIG_ZLIB from zmbv decoder
libavcodec
|
Mon, 16 Jul 2007 14:45:54 +0000 |
mhoffman |
float_t was a typo that compiled on macosx
libavcodec
|
Mon, 16 Jul 2007 13:24:43 +0000 |
mhoffman |
fixpoint: move cplscales to context structure and provide hook for data format conversion
libavcodec
|
Mon, 16 Jul 2007 12:32:41 +0000 |
mhoffman |
fixpoint: lowlevel functional abstraction for all buffer arithmetics
libavcodec
|
Mon, 16 Jul 2007 11:52:46 +0000 |
mhoffman |
fixpoint: separate windowing arithmetic imlt_window_float
libavcodec
|
Mon, 16 Jul 2007 11:25:56 +0000 |
mhoffman |
separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation
libavcodec
|
Mon, 16 Jul 2007 01:28:58 +0000 |
mhoffman |
separating saturation codes so that we can support other data formats
libavcodec
|
Sun, 15 Jul 2007 22:06:08 +0000 |
mhoffman |
moving automatic allocation of joint_decode/decode_buffer
libavcodec
|
Sun, 15 Jul 2007 21:48:17 +0000 |
mhoffman |
cosmetic changing hardwired 20 to SUBBAND_SIZE
libavcodec
|
Sun, 15 Jul 2007 19:32:31 +0000 |
mru |
remove superfluous #include
libavcodec
|
Sun, 15 Jul 2007 19:23:55 +0000 |
mru |
hardly anything in PNGContext is shared; split it
libavcodec
|
Sun, 15 Jul 2007 19:03:12 +0000 |
gpoirier |
fix visual painting of MVs from h264: they are painted twice too long
libavcodec
|
Sun, 15 Jul 2007 18:24:26 +0000 |
mru |
separate en/decoder specific parts from png.c
libavcodec
|
Sun, 15 Jul 2007 14:47:39 +0000 |
jbr |
fix the 256-point MDCT
libavcodec
|
Sun, 15 Jul 2007 13:53:42 +0000 |
jbr |
use shared ac3 bit allocation function
libavcodec
|
Sun, 15 Jul 2007 01:38:13 +0000 |
jbr |
no need for the decoder to have the license as a prefix
libavcodec
|
Sun, 15 Jul 2007 01:35:46 +0000 |
jbr |
remove a debugging function and variable, and remove the commented-out code which uses them.
libavcodec
|
Sun, 15 Jul 2007 01:32:04 +0000 |
jbr |
ABS -> FFABS
libavcodec
|
Sun, 15 Jul 2007 01:31:09 +0000 |
jbr |
move some common values to ac3.h and utilize them
libavcodec
|
Sat, 14 Jul 2007 23:57:05 +0000 |
jbr |
use random number generator from libavutil
libavcodec
|
Sat, 14 Jul 2007 22:17:23 +0000 |
jbr |
10l to me. I accidentally removed a word.
libavcodec
|
Sat, 14 Jul 2007 18:53:56 +0000 |
jbr |
revise license header for simplicity and consistency
libavcodec
|
Sat, 14 Jul 2007 17:14:16 +0000 |
aurel |
Remove redundant assignment of CODEC_ID_BMP.
libavcodec
|
Sat, 14 Jul 2007 16:07:56 +0000 |
jbr |
make ac3dec.c GPL until violations are fixed
libavcodec
|
Sat, 14 Jul 2007 16:06:14 +0000 |
jbr |
AC-3 decoder, soc revision 402, Jul 14 13:45:14 2007 UTC by jbr
libavcodec
|
Sat, 14 Jul 2007 16:05:39 +0000 |
jbr |
AC-3 decoder, soc revision 148, Sep 28 18:38:27 2006 UTC by banan
libavcodec
|
Sat, 14 Jul 2007 16:05:13 +0000 |
jbr |
AC-3 decoder, soc revision 109, Sep 22 22:42:54 2006 UTC by banan
libavcodec
|
Sat, 14 Jul 2007 16:04:40 +0000 |
jbr |
AC-3 decoder, soc revision 72, Sep 7 04:20:00 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 16:04:17 +0000 |
jbr |
AC-3 decoder, soc revision 71, Sep 4 09:47:12 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 16:03:47 +0000 |
jbr |
AC-3 decoder, soc revision 70, Aug 31 18:04:23 2006 UTC by banan
libavcodec
|
Sat, 14 Jul 2007 16:03:14 +0000 |
jbr |
AC-3 decoder, soc revision 69, Aug 31 07:12:56 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 16:02:32 +0000 |
jbr |
AC-3 decoder, soc revision 58, Aug 19 14:20:45 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 16:02:08 +0000 |
jbr |
AC-3 decoder, soc revision 57, Aug 19 12:44:38 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 16:01:44 +0000 |
jbr |
AC-3 decoder, soc revision 56, Aug 17 14:21:58 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 16:01:14 +0000 |
jbr |
AC-3 decoder, soc revision 55, Aug 17 12:25:24 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 16:00:38 +0000 |
jbr |
AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 16:00:05 +0000 |
jbr |
AC-3 decoder, soc revision 53, Aug 17 08:53:44 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:59:25 +0000 |
jbr |
AC-3 decoder, soc revision 52, Aug 16 22:45:07 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:58:42 +0000 |
jbr |
AC-3 decoder, soc revision 48, Aug 16 11:27:49 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:57:51 +0000 |
jbr |
AC-3 decoder, soc revision 40, Aug 9 00:10:14 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:56:55 +0000 |
jbr |
AC-3 decoder, soc revision 38, Aug 7 00:03:00 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:51:00 +0000 |
jbr |
AC-3 decoder, soc revision 34, Jul 18 14:27:54 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:49:12 +0000 |
jbr |
AC-3 decoder, soc revision 33, Jul 17 12:13:40 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:48:28 +0000 |
jbr |
AC-3 decoder, soc revision 32, Jul 17 09:37:32 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:42:15 +0000 |
jbr |
AC-3 decoder, soc revision 31, Jul 14 23:53:28 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:41:27 +0000 |
jbr |
AC-3 decoder, soc revision 26, Jul 5 04:55:15 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 15:38:39 +0000 |
jbr |
AC-3 decoder, soc revision 9, Jun 14 03:52:02 2006 UTC by cloud9
libavcodec
|
Sat, 14 Jul 2007 13:23:26 +0000 |
aurel |
The mpegaudio parser depends on mpegaudiodata.o.
libavcodec
|
Sat, 14 Jul 2007 13:14:28 +0000 |
aurel |
Allow selecting only the vp6f decoder.
libavcodec
|
Sat, 14 Jul 2007 13:11:15 +0000 |
aurel |
The svq3 decoder depends on h264idct.o and also requires h264_parser.
libavcodec
|
Fri, 13 Jul 2007 13:04:55 +0000 |
diego |
Replace non-existing @fixme doxygen tags with @todo.
libavcodec
|
Fri, 13 Jul 2007 00:06:46 +0000 |
vitor |
Make "channels" variable mean the number of channels, not the number of
libavcodec
|
Thu, 12 Jul 2007 22:55:35 +0000 |
mru |
indent
libavcodec
|
Thu, 12 Jul 2007 22:55:34 +0000 |
mru |
remove useless LclDecContext.avctx field
libavcodec
|
Thu, 12 Jul 2007 22:46:13 +0000 |
mru |
forgot to rm lcl.c
libavcodec
|
Thu, 12 Jul 2007 22:40:33 +0000 |
mru |
split lcl.c into lcldec.c, lclenc.c, lcl.h
libavcodec
|
Thu, 12 Jul 2007 08:22:28 +0000 |
benoit |
map warning levels between libx264 and libavutil
libavcodec
|
Thu, 12 Jul 2007 00:23:53 +0000 |
diego |
license header consistency: Remove redundant "all rights reserved" statement
libavcodec
|
Wed, 11 Jul 2007 23:21:13 +0000 |
iive |
revert commit 9603
libavcodec
|
Wed, 11 Jul 2007 23:13:30 +0000 |
iive |
remove file because of lincense issues
libavcodec
|
Wed, 11 Jul 2007 22:05:43 +0000 |
iive |
Integrate reference mpeg IDCT into dsputil.
libavcodec
|
Wed, 11 Jul 2007 22:05:25 +0000 |
michael |
simplify ff_h263_round_chroma()
libavcodec
|
Wed, 11 Jul 2007 22:01:21 +0000 |
iive |
Inport the original intiger IDCT from MPEG2 reference decoder.
libavcodec
|
Wed, 11 Jul 2007 21:04:53 +0000 |
mru |
move ff_h263_round_chroma() to mpegvideo.h as static inline
libavcodec
|
Wed, 11 Jul 2007 15:21:24 +0000 |
ramiro |
Remove underscores before fcntl flags
libavcodec
|
Wed, 11 Jul 2007 13:57:22 +0000 |
ramiro |
Proper check for mkstemp().
libavcodec
|
Wed, 11 Jul 2007 13:19:58 +0000 |
aurel |
comment explaining that text subtitle need to be UTF-8 for now
libavcodec
|
Wed, 11 Jul 2007 13:13:20 +0000 |
aurel |
add support for Matroska subtitle tracks
libavcodec
|
Wed, 11 Jul 2007 09:07:23 +0000 |
aurel |
conditional compilation of ratecontrol.c
libavcodec
|
Wed, 11 Jul 2007 08:59:52 +0000 |
aurel |
conditional compilation of motion_est.c
libavcodec
|
Tue, 10 Jul 2007 20:28:56 +0000 |
aurel |
makes compilation of h263.o and mpegvideo_enc.o conditional
libavcodec
|
Tue, 10 Jul 2007 20:27:50 +0000 |
aurel |
cosmetics: indentation
libavcodec
|
Tue, 10 Jul 2007 20:23:08 +0000 |
aurel |
Avoid linking with h263.c functions when the relevant codecs
libavcodec
|
Tue, 10 Jul 2007 17:50:44 +0000 |
vitor |
Use proper bytestream functions
libavcodec
|
Tue, 10 Jul 2007 17:31:17 +0000 |
aurel |
Better place to disable some mpeg4 code and ensure that
libavcodec
|
Tue, 10 Jul 2007 17:17:42 +0000 |
aurel |
move init_vlc_rl from h263.c to mpegvideo.c
libavcodec
|
Tue, 10 Jul 2007 14:37:33 +0000 |
aurel |
Split ff_set_mpeg4_time() and move the non mpeg4 specific part
libavcodec
|
Tue, 10 Jul 2007 14:30:57 +0000 |
vitor |
Prepare to remove more duplicated code
libavcodec
|
Tue, 10 Jul 2007 13:32:22 +0000 |
vitor |
Remove some duplicated code
libavcodec
|
Tue, 10 Jul 2007 10:02:01 +0000 |
diego |
Add standard licensing header to files that lack it.
libavcodec
|
Tue, 10 Jul 2007 09:58:38 +0000 |
diego |
cosmetics: typo
libavcodec
|
Tue, 10 Jul 2007 08:40:00 +0000 |
aurel |
don't compile some mpeg4 encoder code when encoders are disabled
libavcodec
|
Tue, 10 Jul 2007 03:40:37 +0000 |
vitor |
Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based)
libavcodec
|
Mon, 09 Jul 2007 22:15:07 +0000 |
mru |
avoid deprecation warnings for ImgReSampleContext from avcodec.h
libavcodec
|
Mon, 09 Jul 2007 21:07:24 +0000 |
aurel |
move ff_set_qscale from h263.c to mpegvideo.c
libavcodec
|
Mon, 09 Jul 2007 16:26:11 +0000 |
aurel |
split rawvideo encoder and decoder in their own files
libavcodec
|
Mon, 09 Jul 2007 15:57:13 +0000 |
aurel |
compile rangecoder.o only when needed
libavcodec
|
Mon, 09 Jul 2007 07:51:54 +0000 |
benoit |
bring back h264 build
libavcodec
|
Mon, 09 Jul 2007 00:08:47 +0000 |
mru |
use correct type for palette
libavcodec
|
Sun, 08 Jul 2007 23:15:12 +0000 |
mru |
indent
libavcodec
|
Sun, 08 Jul 2007 23:15:10 +0000 |
mru |
set sample rate in more logical place, kill warning
libavcodec
|
Sun, 08 Jul 2007 23:15:08 +0000 |
mru |
trivial warning fixes
libavcodec
|
Sun, 08 Jul 2007 23:15:04 +0000 |
mru |
kill warnings
libavcodec
|
Sun, 08 Jul 2007 23:15:02 +0000 |
mru |
fix warning
libavcodec
|
Sun, 08 Jul 2007 23:15:00 +0000 |
mru |
make arguments to ssd_int8_vs_int16() const
libavcodec
|
Sun, 08 Jul 2007 23:14:54 +0000 |
mru |
trivial warning fixes
libavcodec
|
Sun, 08 Jul 2007 13:34:02 +0000 |
kostya |
Pass modes as parameters instead of calculating them inplace.
libavcodec
|
Sun, 08 Jul 2007 13:26:13 +0000 |
kostya |
Replace function declarations with macro
libavcodec
|
Sun, 08 Jul 2007 13:23:44 +0000 |
kostya |
Drop ff_ prefix for static functions
libavcodec
|
Sun, 08 Jul 2007 07:37:30 +0000 |
stefang |
split decoder-specific parts into their own file
libavcodec
|
Sun, 08 Jul 2007 07:13:25 +0000 |
stefang |
prepare splitting decoder-only parts into own file:
libavcodec
|
Sun, 08 Jul 2007 03:16:59 +0000 |
romansh |
* Getting rid of the use of GCC language extensions
libavcodec
|
Sat, 07 Jul 2007 23:03:14 +0000 |
aurel |
simplify ff_copy_bits() when compiled with config-small
libavcodec
|
Sat, 07 Jul 2007 20:50:29 +0000 |
mru |
whitespace cosmetics
libavcodec
|
Sat, 07 Jul 2007 20:50:27 +0000 |
mru |
add 64-bit bytestream read/write functions
libavcodec
|
Sat, 07 Jul 2007 07:35:18 +0000 |
stefang |
prepare splitting decoder-only parts into own file:
libavcodec
|
Sat, 07 Jul 2007 07:14:58 +0000 |
stefang |
move dequantization into its own inline function
libavcodec
|
Sat, 07 Jul 2007 06:49:20 +0000 |
stefang |
cosmetic: rename VLC tables to make clear they
libavcodec
|
Sat, 07 Jul 2007 06:34:30 +0000 |
stefang |
setting special motion vectors in intra macroblocks
libavcodec
|
Sat, 07 Jul 2007 06:27:44 +0000 |
stefang |
setting intra prediction modes to default values
libavcodec
|
Sat, 07 Jul 2007 06:15:05 +0000 |
stefang |
move modification of intra prediction modes into
libavcodec
|
Sat, 07 Jul 2007 05:27:59 +0000 |
stefang |
move preparation of chroma intra prediction into its
libavcodec
|
Sat, 07 Jul 2007 05:03:22 +0000 |
stefang |
move existing inline functions from cavs.c to cavs.h
libavcodec
|
Sat, 07 Jul 2007 04:58:54 +0000 |
stefang |
move context structure definition from cavs.c to cavs.h
libavcodec
|
Sat, 07 Jul 2007 04:54:05 +0000 |
stefang |
make vector constants global
libavcodec
|
Fri, 06 Jul 2007 15:24:08 +0000 |
benoit |
free thread context
libavcodec
|
Fri, 06 Jul 2007 15:19:35 +0000 |
aurel |
split SVQ1 decoder and encoder in their own files
libavcodec
|
Fri, 06 Jul 2007 15:17:52 +0000 |
benoit |
set thread_opaque to NULL when freeing it
libavcodec
|
Fri, 06 Jul 2007 14:21:37 +0000 |
gpoirier |
Add support for streams with different chroma_qp_index_offset
libavcodec
|
Fri, 06 Jul 2007 14:14:41 +0000 |
aurel |
simplify ff_copy_bits: merge 2 test branches
libavcodec
|
Fri, 06 Jul 2007 14:13:25 +0000 |
aurel |
move ff_copy_bits to bitstream.c
libavcodec
|
Fri, 06 Jul 2007 14:11:29 +0000 |
kostya |
Drop redundant assignment and variable
libavcodec
|
Fri, 06 Jul 2007 11:47:02 +0000 |
benoit |
me option implemented as an AVOption
libavcodec
|
Fri, 06 Jul 2007 07:58:08 +0000 |
gpoirier |
Precompute a chroma_qp table with index offset for each pps,
libavcodec
|
Fri, 06 Jul 2007 07:55:37 +0000 |
gpoirier |
Compute the dequant coefficient table ptr outside the loop,
libavcodec
|
Thu, 05 Jul 2007 22:57:52 +0000 |
aurel |
include snow encoder only if it is not disabled
libavcodec
|
Thu, 05 Jul 2007 22:29:55 +0000 |
diego |
spelling/grammar
libavcodec
|
Thu, 05 Jul 2007 20:47:58 +0000 |
benoit |
fix mem leak
libavcodec
|
Thu, 05 Jul 2007 20:46:48 +0000 |
benoit |
fix mem leak
libavcodec
|
Thu, 05 Jul 2007 20:08:51 +0000 |
mru |
update my email address
libavcodec
|
Thu, 05 Jul 2007 19:53:34 +0000 |
vitor |
Add my last name to copyright headers
libavcodec
|
Thu, 05 Jul 2007 12:59:38 +0000 |
aurel |
forgot to svn add mpeg12.h in r9477
libavcodec
|
Thu, 05 Jul 2007 12:06:02 +0000 |
diego |
typos
libavcodec
|
Thu, 05 Jul 2007 10:41:37 +0000 |
diego |
UTF-8 conversion
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Thu, 05 Jul 2007 10:37:29 +0000 |
diego |
Group all copyright and author notices together.
libavcodec
|
Thu, 05 Jul 2007 09:55:48 +0000 |
aurel |
make DCT_common_init() static
libavcodec
|
Thu, 05 Jul 2007 09:50:00 +0000 |
diego |
Add missing license header.
libavcodec
|
Thu, 05 Jul 2007 09:48:29 +0000 |
aurel |
move mpeg encoder specific initialization in the encoder specific file
libavcodec
|
Thu, 05 Jul 2007 09:21:55 +0000 |
aurel |
add proper ff_ prefix to new extern symbols
libavcodec
|
Thu, 05 Jul 2007 09:09:53 +0000 |
aurel |
cosmetics: indentation
libavcodec
|
Thu, 05 Jul 2007 09:08:28 +0000 |
aurel |
split mpeg12 encoder out of mpeg12.c
libavcodec
|
Thu, 05 Jul 2007 06:47:02 +0000 |
mru |
Merge branch 'master' of /var/git/ffmpeg/
libavcodec
|
Thu, 05 Jul 2007 06:47:00 +0000 |
mru |
use av_freep() in free_vlc() and failed init_vlc()
libavcodec
|
Thu, 05 Jul 2007 03:01:53 +0000 |
vitor |
Remove more useless parentheses.
libavcodec
|
Tue, 03 Jul 2007 09:55:56 +0000 |
benoit |
Description: split mpegvideo.c
libavcodec
|
Tue, 03 Jul 2007 09:12:55 +0000 |
diego |
CONFIG_XVID --> CONFIG_LIBXVID
libavcodec
|
Tue, 03 Jul 2007 02:52:40 +0000 |
vitor |
Remove useless parentheses.
libavcodec
|
Tue, 03 Jul 2007 02:50:36 +0000 |
vitor |
Remove variables made unused by the last two patches and test svn access.
libavcodec
|
Mon, 02 Jul 2007 17:00:04 +0000 |
diego |
Remove leading underscores from specifiers, they are reserved.
libavcodec
|
Mon, 02 Jul 2007 10:21:41 +0000 |
benoit |
use properly AVFrame.linesize
libavcodec
|
Mon, 02 Jul 2007 10:20:12 +0000 |
benoit |
use properly AVFrame.linesize
libavcodec
|
Mon, 02 Jul 2007 10:13:19 +0000 |
diego |
Ignore .ho files.
libavcodec
|
Mon, 02 Jul 2007 10:08:47 +0000 |
diego |
Add missing comment markers to #endif directive.
libavcodec
|
Mon, 02 Jul 2007 07:06:28 +0000 |
benoit |
QT RLE encoder
libavcodec
|
Thu, 28 Jun 2007 15:53:36 +0000 |
kostya |
this prediction direction adjustment is wrong
libavcodec
|
Wed, 27 Jun 2007 14:27:47 +0000 |
iive |
Identify the loop_filter flag as such and remove the unused variables in the context.
libavcodec
|
Wed, 27 Jun 2007 10:40:29 +0000 |
benoit |
use the right stride
libavcodec
|
Wed, 27 Jun 2007 06:57:31 +0000 |
benoit |
use the right stride
libavcodec
|
Tue, 26 Jun 2007 20:13:59 +0000 |
benoit |
indentation
libavcodec
|
Tue, 26 Jun 2007 20:13:09 +0000 |
benoit |
right copyrights
libavcodec
|
Tue, 26 Jun 2007 20:10:26 +0000 |
benoit |
add width and height in context and use them
libavcodec
|
Tue, 26 Jun 2007 18:01:15 +0000 |
benoit |
Indentation
libavcodec
|
Tue, 26 Jun 2007 18:00:50 +0000 |
benoit |
test context before accessing it
libavcodec
|
Tue, 26 Jun 2007 16:09:55 +0000 |
benoit |
add an AVClass pointer in SwsContext context
libavcodec
|
Mon, 25 Jun 2007 12:09:23 +0000 |
benoit |
RoQ video encoder
libavcodec
|
Mon, 25 Jun 2007 07:29:45 +0000 |
benoit |
Fix typo
libavcodec
|
Fri, 22 Jun 2007 17:18:58 +0000 |
michael |
get rid of one unneeded #ifdef HAVE_XVMC
libavcodec
|
Fri, 22 Jun 2007 13:44:58 +0000 |
mhoffman |
removing dependency on bfin_sram.h, which is not used right now
libavcodec
|
Fri, 22 Jun 2007 13:43:47 +0000 |
mhoffman |
renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.h
libavcodec
|
Fri, 22 Jun 2007 08:35:21 +0000 |
benoit |
modify msmpeg4 functions to generate VC1 compatible block layer bitstream
libavcodec
|
Thu, 21 Jun 2007 07:53:48 +0000 |
benoit |
static (inline) X => ff_X
libavcodec
|
Thu, 21 Jun 2007 07:52:06 +0000 |
gpoirier |
Don't swap back un-deblocked lines for intra prediction when
libavcodec
|
Thu, 21 Jun 2007 07:46:48 +0000 |
benoit |
split frame rate and frame size abbreviation into two structures
libavcodec
|
Wed, 20 Jun 2007 11:01:50 +0000 |
benoit |
move dct_quantize and denoise_dct function pointers initialization to C
libavcodec
|
Wed, 20 Jun 2007 08:53:53 +0000 |
benoit |
Do not reuse the rbsp de-escape buffer if both
libavcodec
|
Wed, 20 Jun 2007 07:08:00 +0000 |
benoit |
remove unused constant definition
libavcodec
|
Tue, 19 Jun 2007 21:34:04 +0000 |
gpoirier |
Decouple bit context from h264 context in decode_ref_pic_marking()
libavcodec
|
Tue, 19 Jun 2007 21:14:19 +0000 |
benoit |
aanscales is used only with CONFIG_ENCODERS
libavcodec
|
Mon, 18 Jun 2007 08:48:26 +0000 |
benoit |
indentation
libavcodec
|
Sun, 17 Jun 2007 18:59:28 +0000 |
gpoirier |
add a comment to indicate which #endif belong to which #define
libavcodec
|
Sun, 17 Jun 2007 15:47:03 +0000 |
mru |
simplify ppc64 handling
libavcodec
|
Sun, 17 Jun 2007 12:38:51 +0000 |
gpoirier |
restore GCC3 support
libavcodec
|
Sun, 17 Jun 2007 09:38:35 +0000 |
gpoirier |
re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec,
libavcodec
|
Sun, 17 Jun 2007 09:37:13 +0000 |
gpoirier |
part 2/2 of fixing Altivec-accelerated H264 luma inloop filter
libavcodec
|
Sun, 17 Jun 2007 09:14:02 +0000 |
gpoirier |
convert h264_deblock_q1 to an inline function.
libavcodec
|
Sun, 17 Jun 2007 00:01:30 +0000 |
mru |
add multiple inclusion guards to headers
libavcodec
|
Sat, 16 Jun 2007 22:59:13 +0000 |
mru |
include all prerequisites in header files
libavcodec
|
Sat, 16 Jun 2007 22:58:43 +0000 |
mru |
move a couple of macros and structs to mpegaudio.h
libavcodec
|
Sat, 16 Jun 2007 19:54:04 +0000 |
gpoirier |
Factor out init_scan_tables(), patch by Andreas man %andreas A olebyn.nu%
libavcodec
|
Sat, 16 Jun 2007 18:59:10 +0000 |
gpoirier |
Use a faster way to compute 255-val: Instead of creating a vector of
libavcodec
|
Sat, 16 Jun 2007 15:15:19 +0000 |
mru |
move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't
libavcodec
|
Sat, 16 Jun 2007 15:15:17 +0000 |
mru |
correct type of qsort() comparison callback
libavcodec
|
Sat, 16 Jun 2007 15:15:16 +0000 |
mru |
correct type for h263_parse()
libavcodec
|
Sat, 16 Jun 2007 14:52:12 +0000 |
mru |
fix indentation
libavcodec
|
Sat, 16 Jun 2007 14:52:10 +0000 |
mru |
replace endian detection hack with #ifdef WORDS_BIGENDIAN
libavcodec
|
Sat, 16 Jun 2007 14:52:05 +0000 |
mru |
fix some printf format specifiers
libavcodec
|
Sat, 16 Jun 2007 14:51:57 +0000 |
mru |
correct type for {put,avg}_h264_chroma_mc2_mmx2
libavcodec
|
Sat, 16 Jun 2007 11:44:57 +0000 |
mru |
kill some "defined but not used" warnings
libavcodec
|
Sat, 16 Jun 2007 11:44:54 +0000 |
mru |
kill a warning on 64-bit machines
libavcodec
|
Sat, 16 Jun 2007 10:44:46 +0000 |
mru |
move dsputil_init_foo() out from #ifdef
libavcodec
|
Fri, 15 Jun 2007 20:35:44 +0000 |
mru |
replace TARGET_* with HAVE_* simplifying lists in configure script
libavcodec
|
Fri, 15 Jun 2007 20:35:37 +0000 |
mru |
replace TARGET_ARCH_* to ARCH_* for consistency
libavcodec
|
Fri, 15 Jun 2007 18:18:31 +0000 |
aurel |
use if() instead of #ifdef and ensure all possible optimisations are enabled
libavcodec
|
Fri, 15 Jun 2007 08:22:06 +0000 |
gpoirier |
some samples aren't decoded correctly such as
libavcodec
|
Fri, 15 Jun 2007 08:16:24 +0000 |
takis |
Remove unneeded semicolon.
libavcodec
|
Fri, 15 Jun 2007 08:15:45 +0000 |
takis |
Correct signature of just_return().
libavcodec
|
Thu, 14 Jun 2007 16:16:37 +0000 |
takis |
Remove an unreferenced variable from qpeg_decode_inter().
libavcodec
|
Thu, 14 Jun 2007 09:32:04 +0000 |
benoit |
add and remove some parentheses
libavcodec
|
Thu, 14 Jun 2007 08:44:41 +0000 |
diego |
Simplify init preprocessor statements.
libavcodec
|
Thu, 14 Jun 2007 07:28:16 +0000 |
benoit |
More detailed documentation
libavcodec
|
Wed, 13 Jun 2007 12:46:27 +0000 |
mhoffman |
removing underscores from block profiling renaming to xx_
libavcodec
|
Wed, 13 Jun 2007 08:28:00 +0000 |
benoit |
Improve understanding ofavcodec_find_decoder()
libavcodec
|
Wed, 13 Jun 2007 08:25:48 +0000 |
benoit |
Workaround adjustments for DivX 6.1 and later
libavcodec
|
Tue, 12 Jun 2007 21:44:38 +0000 |
gpoirier |
cosmetics
libavcodec
|
Tue, 12 Jun 2007 21:24:25 +0000 |
gpoirier |
kill one vector constant value load by the right combination of vec_splatX/vec_sl
libavcodec
|
Tue, 12 Jun 2007 21:17:22 +0000 |
gpoirier |
restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%
libavcodec
|
Tue, 12 Jun 2007 19:34:06 +0000 |
mhoffman |
integrating MPV_common_init_bfin into the build system and mpegvideo.c
libavcodec
|
Tue, 12 Jun 2007 19:13:50 +0000 |
mhoffman |
Blackfin dct_quantize_bfin routine
libavcodec
|
Tue, 12 Jun 2007 19:06:39 +0000 |
mhoffman |
Blackfin IDCT has no special permutation it uses normal order
libavcodec
|
Tue, 12 Jun 2007 18:50:50 +0000 |
diego |
misc typo fixes
libavcodec
|
Tue, 12 Jun 2007 15:03:28 +0000 |
kostya |
Typo
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Tue, 12 Jun 2007 08:06:54 +0000 |
benoit |
Move the video size and rate abbreviations system from libavformat to libavcodec
libavcodec
|
Tue, 12 Jun 2007 07:59:43 +0000 |
gpoirier |
fix 8- and 24-bit FLAC decoding
libavcodec
|
Mon, 11 Jun 2007 16:05:32 +0000 |
aurel |
move codecs declarations from avcodec.h to allcodecs.h
libavcodec
|
Mon, 11 Jun 2007 08:00:31 +0000 |
gpoirier |
one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go
libavcodec
|
Mon, 11 Jun 2007 07:57:15 +0000 |
benoit |
Cygwin compatibility workaround
libavcodec
|
Sun, 10 Jun 2007 13:54:11 +0000 |
diego |
Adapt to API changes, fix compilation.
libavcodec
|
Sat, 09 Jun 2007 22:20:24 +0000 |
gpoirier |
minor GCC3 compile fix
libavcodec
|
Sat, 09 Jun 2007 19:13:34 +0000 |
gpoirier |
Altivec version of h264_(h|v)_loop_filter_luma
libavcodec
|
Sat, 09 Jun 2007 17:52:16 +0000 |
diego |
Add some #includes to allow compilation without HAVE_AV_CONFIG_H.
libavcodec
|
Fri, 08 Jun 2007 20:35:30 +0000 |
gpoirier |
work around issues with the old version of Gnu Assembler shipped on
libavcodec
|
Thu, 07 Jun 2007 21:31:26 +0000 |
diego |
emms --> emms_c, taken from a patch by Ronald Bultje
libavcodec
|
Thu, 07 Jun 2007 17:21:34 +0000 |
diego |
Use consistent names for all test programs.
libavcodec
|
Thu, 07 Jun 2007 17:19:37 +0000 |
diego |
Preprocessor #defines starting with __ are reserved for the system.
libavcodec
|
Thu, 07 Jun 2007 17:18:01 +0000 |
diego |
Use FFmpeg-specific CPU feature definitions.
libavcodec
|
Thu, 07 Jun 2007 16:58:08 +0000 |
diego |
Add CPU feature definitions for SSE3 and SSSE3.
libavcodec
|
Thu, 07 Jun 2007 16:15:20 +0000 |
diego |
CPU feature definitions should always be available, not just when the
libavcodec
|
Thu, 07 Jun 2007 15:59:15 +0000 |
diego |
Only run MMX2 tests when MMX2 is available.
libavcodec
|
Thu, 07 Jun 2007 15:54:49 +0000 |
diego |
Fix linking when GPL code has been disabled.
libavcodec
|
Thu, 07 Jun 2007 15:30:54 +0000 |
diego |
Fix compilation when MMX is disabled.
libavcodec
|
Thu, 07 Jun 2007 15:27:53 +0000 |
diego |
FAAN is not x86-specific.
libavcodec
|
Thu, 07 Jun 2007 13:51:06 +0000 |
benoit |
h264: use 'simple' in border backup / xchg
libavcodec
|
Wed, 06 Jun 2007 18:56:14 +0000 |
diego |
Add some forgotten lib prefixes to Makefile variables.
libavcodec
|
Wed, 06 Jun 2007 10:40:05 +0000 |
benoit |
Rename cb field
libavcodec
|
Wed, 06 Jun 2007 08:51:41 +0000 |
diego |
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
libavcodec
|
Wed, 06 Jun 2007 08:41:45 +0000 |
diego |
Give names of external library decoders/encoders a lib prefix
libavcodec
|
Wed, 06 Jun 2007 00:14:18 +0000 |
diego |
Give all wrappers for external libraries names starting with lib.
libavcodec
|
Tue, 05 Jun 2007 14:18:13 +0000 |
diego |
Remove unused variables.
libavcodec
|
Tue, 05 Jun 2007 08:05:16 +0000 |
benoit |
Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks
libavcodec
|
Tue, 05 Jun 2007 07:18:29 +0000 |
gpoirier |
Rename code012() to ff_code012(), and remove static qualifier: paves the way
libavcodec
|
Mon, 04 Jun 2007 23:07:27 +0000 |
diego |
spelling
libavcodec
|
Mon, 04 Jun 2007 11:03:24 +0000 |
gpoirier |
fix error: indeo2.c:202:1: directives may not be used inside a macro argument,
libavcodec
|
Mon, 04 Jun 2007 07:28:34 +0000 |
benoit |
Codebook generator using the ELBG algorithm
libavcodec
|
Sun, 03 Jun 2007 13:27:44 +0000 |
lu_zero |
h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com>
libavcodec
|
Sun, 03 Jun 2007 11:44:43 +0000 |
lorenm |
filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb().
libavcodec
|
Sat, 02 Jun 2007 11:44:44 +0000 |
diego |
Rename aac_decoder to libfaad_decoder for consistency and to be able to
libavcodec
|
Sat, 02 Jun 2007 11:20:24 +0000 |
diego |
Rename faac_encoder to libfaac_encoder for consistency and to be able to
libavcodec
|
Sat, 02 Jun 2007 01:42:47 +0000 |
ramiro |
Remove get_byte wrapper
libavcodec
|
Sat, 02 Jun 2007 01:41:07 +0000 |
ramiro |
Use AV_xx throughout libavcodec
libavcodec
|
Fri, 01 Jun 2007 21:17:05 +0000 |
michael |
fix skipped blocks
libavcodec
|
Thu, 31 May 2007 21:40:22 +0000 |
michael |
check qblur > 1 (prevent assert failure / segfault)
libavcodec
|
Wed, 30 May 2007 23:06:37 +0000 |
michael |
sanity checks (should prevent hypothetical div by zero issue)
libavcodec
|
Wed, 30 May 2007 21:38:57 +0000 |
michael |
fix assert() 2nd try
libavcodec
|
Wed, 30 May 2007 14:20:55 +0000 |
benoit |
Add support for listing the supported pixel formats using the option
libavcodec
|
Wed, 30 May 2007 09:32:25 +0000 |
benoit |
rename attribute_unused to av_unused and moves its declaration to common.h
libavcodec
|
Tue, 29 May 2007 16:51:55 +0000 |
michael |
fix assertion failure
libavcodec
|
Tue, 29 May 2007 16:43:25 +0000 |
kostya |
Do proper frame swapping so VMD video decoder works again
libavcodec
|
Tue, 29 May 2007 15:01:33 +0000 |
benoit |
Split RoQ decoder to accommodate future encoder patch
libavcodec
|
Tue, 29 May 2007 14:35:29 +0000 |
benoit |
allocate PPS and SPS dynamically
libavcodec
|
Tue, 29 May 2007 12:20:40 +0000 |
benoit |
cosmetics and function rename
libavcodec
|
Mon, 28 May 2007 09:30:41 +0000 |
diego |
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
libavcodec
|
Sun, 27 May 2007 22:34:49 +0000 |
michael |
make decoder decode the first frame properly if theres more than just one
libavcodec
|
Fri, 25 May 2007 14:42:11 +0000 |
takis |
Correct the parameter order for the call to "av_clip".
libavcodec
|
Fri, 25 May 2007 00:16:14 +0000 |
lorenm |
merge huffman tables for rgb too
libavcodec
|
Thu, 24 May 2007 19:04:19 +0000 |
lorenm |
cosmetics (reduce nesting)
libavcodec
|
Thu, 24 May 2007 17:40:02 +0000 |
lorenm |
use sparse huffman tables. 1.5% faster huffyuv decoding.
libavcodec
|
Thu, 24 May 2007 17:38:56 +0000 |
lorenm |
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables.
libavcodec
|
Thu, 24 May 2007 04:08:48 +0000 |
kostya |
fix dca_bitalloc_index decoder init
libavcodec
|
Thu, 24 May 2007 04:02:47 +0000 |
kostya |
Fix dca.c compilation with #define TRACE
libavcodec
|
Wed, 23 May 2007 18:41:34 +0000 |
ods15 |
fix mjpeg decoding with broken huffman table headers
libavcodec
|
Wed, 23 May 2007 14:55:13 +0000 |
ramiro |
Remove duplicate bytestream functions
libavcodec
|
Wed, 23 May 2007 13:46:11 +0000 |
takis |
Export the four remaining H.264 decoder intra prediction functions for reuse in
libavcodec
|
Wed, 23 May 2007 09:07:57 +0000 |
takis |
Reindent
libavcodec
|
Wed, 23 May 2007 09:07:23 +0000 |
takis |
Make the compilation of h264idct.c optional.
libavcodec
|
Wed, 23 May 2007 09:02:07 +0000 |
lorenm |
merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding.
libavcodec
|
Tue, 22 May 2007 07:08:38 +0000 |
diego |
Remove mdct.o and fft.o from fft-test prerequisites list.
libavcodec
|
Mon, 21 May 2007 15:28:37 +0000 |
takis |
Only compile golomb.c when needed.
libavcodec
|
Mon, 21 May 2007 15:24:31 +0000 |
takis |
Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic
libavcodec
|
Mon, 21 May 2007 12:55:02 +0000 |
takis |
Only compile cabac.c when needed.
libavcodec
|
Mon, 21 May 2007 12:54:12 +0000 |
aurel |
vorbis encoder missed rename to libvorbis
libavcodec
|
Mon, 21 May 2007 12:51:29 +0000 |
takis |
Split the h261.c file into separate files for the encoder, decoder and common stuff.
libavcodec
|
Mon, 21 May 2007 07:11:27 +0000 |
diego |
Rename motion_test.c to motion-test.c, which is the naming scheme used by all
libavcodec
|
Mon, 21 May 2007 07:05:23 +0000 |
diego |
Fix imgresample-test linking.
libavcodec
|
Mon, 21 May 2007 07:01:42 +0000 |
diego |
Add explanatory comments to some #endifs.
libavcodec
|
Sun, 20 May 2007 22:59:32 +0000 |
aurel |
make compilation of mpegaudiodec conditional
libavcodec
|
Sun, 20 May 2007 22:50:29 +0000 |
aurel |
remove dependency of mpeg audio encoder over mpeg audio decoder
libavcodec
|
Sun, 20 May 2007 15:11:55 +0000 |
aurel |
add a ff_ prefix to some mpegaudio funcs
libavcodec
|
Sun, 20 May 2007 13:40:07 +0000 |
aurel |
loosen dependencies over mpegaudiodec
libavcodec
|
Sun, 20 May 2007 05:07:44 +0000 |
zuxy |
Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon
libavcodec
|
Sun, 20 May 2007 01:41:36 +0000 |
michael |
use AV_LOG_ERROR instead of INFO for errors
libavcodec
|
Sun, 20 May 2007 01:35:15 +0000 |
michael |
sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the
libavcodec
|
Sun, 20 May 2007 01:05:34 +0000 |
michael |
slightly more correct spliting of frames
libavcodec
|
Sat, 19 May 2007 15:06:34 +0000 |
aurel |
move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h
libavcodec
|
Sat, 19 May 2007 14:58:31 +0000 |
aurel |
move mjpeg-b decoder in its own file
libavcodec
|
Sat, 19 May 2007 14:53:55 +0000 |
aurel |
10l: forgot to svn add mjpegdec.h
libavcodec
|
Sat, 19 May 2007 14:40:02 +0000 |
aurel |
move sp5x decoder in its own file
libavcodec
|
Sat, 19 May 2007 14:31:57 +0000 |
aurel |
allows to disable jpegls decoder
libavcodec
|
Sat, 19 May 2007 02:32:59 +0000 |
lorenm |
change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding.
libavcodec
|
Sat, 19 May 2007 00:53:41 +0000 |
aurel |
move mjpega_dump_header bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:44:41 +0000 |
aurel |
move imx_dump_header bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:35:27 +0000 |
aurel |
move dump_extradata bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:32:11 +0000 |
aurel |
move remove_extradata bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:30:15 +0000 |
aurel |
move noise bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:27:43 +0000 |
aurel |
move mp3_header_compress bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:24:34 +0000 |
aurel |
move mp3_header_decompress bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:13:35 +0000 |
aurel |
add proper prefix to extern mpeg audio data tables
libavcodec
|
Sat, 19 May 2007 00:06:02 +0000 |
aurel |
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
libavcodec
|
Fri, 18 May 2007 22:58:01 +0000 |
aurel |
move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c
libavcodec
|
Fri, 18 May 2007 22:54:54 +0000 |
aurel |
add a proper prefix to all mjpeg encoder exported functions
libavcodec
|
Fri, 18 May 2007 22:42:49 +0000 |
aurel |
split ljpeg encoder out of mjpeg.c
libavcodec
|
Fri, 18 May 2007 10:06:07 +0000 |
banan |
Better error reporting.
libavcodec
|
Fri, 18 May 2007 08:58:30 +0000 |
lorenm |
cosmetics: macrofy duplicate code in huffyuv
libavcodec
|
Fri, 18 May 2007 08:56:46 +0000 |
lorenm |
r3938 broke 2pass huffyuv (not that anyone uses it)
libavcodec
|
Fri, 18 May 2007 08:18:56 +0000 |
zuxy |
3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw instead of pmulhw
libavcodec
|
Thu, 17 May 2007 20:18:46 +0000 |
reimar |
Move attribute_unused to variable declarations in macros instead of
libavcodec
|
Thu, 17 May 2007 17:04:00 +0000 |
aurel |
remove libdts decoder, we have a native dts decoder
libavcodec
|
Thu, 17 May 2007 16:45:55 +0000 |
aurel |
add proper prefix to new mjpeg extern func/var
libavcodec
|
Thu, 17 May 2007 16:29:11 +0000 |
aurel |
split mjpeg.c into an encoder and a decoder file
libavcodec
|
Thu, 17 May 2007 14:14:53 +0000 |
gpoirier |
use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables
libavcodec
|
Thu, 17 May 2007 12:26:04 +0000 |
aurel |
Only compile fft and mdct when needed.
libavcodec
|
Thu, 17 May 2007 11:03:43 +0000 |
banan |
Use FFABS instead of abs.
libavcodec
|
Thu, 17 May 2007 07:50:08 +0000 |
banan |
Remove lots of unused commented code. (Cleanup)
libavcodec
|
Thu, 17 May 2007 07:47:02 +0000 |
banan |
Change default 1 pass blocksize to 64x64.
libavcodec
|
Wed, 16 May 2007 23:23:45 +0000 |
aurel |
better separation of vp3dsp functions from dsputil_mmx.c
libavcodec
|
Wed, 16 May 2007 12:57:27 +0000 |
diego |
printf --> av_log, patch by Denis Fortin, fortin nerim net
libavcodec
|
Wed, 16 May 2007 12:25:54 +0000 |
diego |
Remove extern C declarations for C++.
libavcodec
|
Wed, 16 May 2007 10:50:18 +0000 |
diego |
DTS decoding was broken for every speaker configuration except 5.1.
libavcodec
|
Wed, 16 May 2007 09:51:45 +0000 |
diego |
Add libavcodec to compiler include flags in order to simplify header
libavcodec
|
Tue, 15 May 2007 20:47:55 +0000 |
reimar |
Use DECLARE_ALIGNED to ease porting
libavcodec
|
Mon, 14 May 2007 23:22:02 +0000 |
michael |
dont write over the end of ref_cache
libavcodec
|
Mon, 14 May 2007 14:28:13 +0000 |
takis |
Make vp3dsp*.c compilation optional.
libavcodec
|
Mon, 14 May 2007 14:07:50 +0000 |
reimar |
Change some leftover __attribute__((unused)) and __attribute__((used)) to
libavcodec
|
Mon, 14 May 2007 11:53:27 +0000 |
aurel |
remove some unused mjpeg encoding variables
libavcodec
|
Sun, 13 May 2007 23:22:05 +0000 |
aurel |
jpegls encoder does not call this function, so remove useless tests
libavcodec
|
Sun, 13 May 2007 23:16:56 +0000 |
aurel |
split jpeg_ls into jpeglsdec, jpeglsenc and jpegls
libavcodec
|
Sun, 13 May 2007 22:15:52 +0000 |
diego |
Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.
libavcodec
|
Sun, 13 May 2007 20:19:22 +0000 |
gpoirier |
Blackfin DSP utilities: add DEFUN_END
libavcodec
|
Sun, 13 May 2007 16:32:32 +0000 |
gpoirier |
Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com%
libavcodec
|
Sun, 13 May 2007 14:01:15 +0000 |
alex |
use DECLARE_ALIGNED from mem.h (which is included through common.h)
libavcodec
|
Sun, 13 May 2007 00:26:21 +0000 |
aurel |
cosmetics: indent
libavcodec
|
Sun, 13 May 2007 00:24:37 +0000 |
aurel |
replace some #ifdef CONFIG_* by if(ENABLE_*)
libavcodec
|
Sat, 12 May 2007 23:43:23 +0000 |
aurel |
cosmetics: indentation
libavcodec
|
Sat, 12 May 2007 23:42:07 +0000 |
aurel |
make compilation of mjpeg.c optional
libavcodec
|
Sat, 12 May 2007 23:33:53 +0000 |
aurel |
allow to enable or disable every bitstream filters individually
libavcodec
|
Sat, 12 May 2007 22:50:12 +0000 |
aurel |
jpegls never call this code, so those tests are useless
libavcodec
|
Sat, 12 May 2007 19:37:26 +0000 |
banan |
Added support for instances where linesize[0] is negative.
libavcodec
|
Sat, 12 May 2007 10:53:33 +0000 |
diego |
Remove redundant extern declaration of j_rev_dct that is already
libavcodec
|
Sat, 12 May 2007 10:43:45 +0000 |
diego |
cosmetics: Group all test targets together.
libavcodec
|
Sat, 12 May 2007 05:55:09 +0000 |
lorenm |
sse2 & ssse3 versions of dct_quantize.
libavcodec
|
Sat, 12 May 2007 02:41:25 +0000 |
lorenm |
factor sum_abs_dctelem out of dct_sad, and simd it.
libavcodec
|
Sat, 12 May 2007 01:16:06 +0000 |
lorenm |
sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels.
libavcodec
|
Sat, 12 May 2007 00:31:48 +0000 |
lorenm |
fix a crash with svq1 + sse2.
libavcodec
|
Fri, 11 May 2007 09:28:07 +0000 |
aurel |
rename pnm.c to pnmenc.c and pnm_common.c to pnm.c
libavcodec
|
Fri, 11 May 2007 07:21:14 +0000 |
diego |
Remove duplicate #includes, avcodec.h #includes common.h.
libavcodec
|
Fri, 11 May 2007 07:07:00 +0000 |
diego |
Remove unused variable.
libavcodec
|
Fri, 11 May 2007 03:29:06 +0000 |
lorenm |
10l, r8991 broke mmx1 sad
libavcodec
|
Fri, 11 May 2007 01:11:45 +0000 |
lorenm |
sse2 version of fullpel sad.
libavcodec
|
Fri, 11 May 2007 00:45:07 +0000 |
lorenm |
tweak mmx2 sad.
libavcodec
|
Thu, 10 May 2007 23:16:56 +0000 |
aurel |
make compilation of pnm.c optional
libavcodec
|
Thu, 10 May 2007 23:03:14 +0000 |
aurel |
move pnm parser in its own file
libavcodec
|
Thu, 10 May 2007 22:37:36 +0000 |
aurel |
move mjpeg parser in its own file
libavcodec
|
Thu, 10 May 2007 22:28:23 +0000 |
aurel |
cosmetics: reindent
libavcodec
|
Thu, 10 May 2007 22:26:44 +0000 |
aurel |
split h264.c to move parser in its own file
libavcodec
|
Thu, 10 May 2007 22:24:19 +0000 |
lorenm |
tweak mmx2 sad.
libavcodec
|
Thu, 10 May 2007 18:44:58 +0000 |
ramiro |
Revert r8979 (Ugly fix for r8963)
libavcodec
|
Thu, 10 May 2007 15:24:01 +0000 |
aurel |
rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c
libavcodec
|
Thu, 10 May 2007 15:17:17 +0000 |
aurel |
loosen vorbis_enc.c dependencies by spliting vorbis.c
libavcodec
|
Thu, 10 May 2007 15:00:09 +0000 |
ramiro |
Fix r8963
libavcodec
|
Thu, 10 May 2007 14:36:36 +0000 |
takis |
Fix Vorbis encoder Xiph dependency by making sure the references to
libavcodec
|
Thu, 10 May 2007 13:24:05 +0000 |
benoit |
add AVERROR_NOENT
libavcodec
|
Thu, 10 May 2007 13:11:36 +0000 |
aurel |
disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in
libavcodec
|
Thu, 10 May 2007 10:14:58 +0000 |
aurel |
those tables don't need to be extern
libavcodec
|
Thu, 10 May 2007 10:12:02 +0000 |
aurel |
use header instead of copying table declarations
libavcodec
|
Thu, 10 May 2007 10:03:16 +0000 |
aurel |
split msmpeg4 data to easily share some of it with vc1.c
libavcodec
|
Thu, 10 May 2007 09:26:14 +0000 |
aurel |
add missing rules for wmv2 compilation
libavcodec
|
Thu, 10 May 2007 09:00:44 +0000 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
libavcodec
|
Thu, 10 May 2007 03:13:41 +0000 |
lorenm |
sse2 version of fdct_col.
libavcodec
|
Wed, 09 May 2007 23:32:29 +0000 |
ramiro |
Simplify ptr[0]; ptr++; to *ptr++
libavcodec
|
Wed, 09 May 2007 23:21:07 +0000 |
ramiro |
Use bytestream
libavcodec
|
Wed, 09 May 2007 23:15:19 +0000 |
ramiro |
Use AV_XX16 macros
libavcodec
|
Wed, 09 May 2007 23:13:43 +0000 |
aurel |
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
libavcodec
|
Wed, 09 May 2007 23:08:01 +0000 |
ramiro |
Factorize usum
libavcodec
|
Wed, 09 May 2007 22:24:23 +0000 |
ramiro |
Use 1 array with double the size instead of 2 arrays with normal size
libavcodec
|
Wed, 09 May 2007 22:00:08 +0000 |
ramiro |
Add bias instead of -32 or 0, as is done in g.722.1
libavcodec
|
Wed, 09 May 2007 21:57:50 +0000 |
ramiro |
Indentation for previous patch
libavcodec
|
Wed, 09 May 2007 21:56:22 +0000 |
ramiro |
Add another tmpbias variable, as bias' value will be used later
libavcodec
|
Wed, 09 May 2007 21:50:01 +0000 |
ramiro |
Fix logic for return value of init_vlc
libavcodec
|
Wed, 09 May 2007 18:23:20 +0000 |
diego |
Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER.
libavcodec
|
Wed, 09 May 2007 16:59:46 +0000 |
kostya |
Add ff_ prefix to (externally) visible variables
libavcodec
|
Wed, 09 May 2007 11:30:30 +0000 |
kostya |
Use correct dequantizer value
libavcodec
|
Wed, 09 May 2007 09:26:06 +0000 |
diego |
Allow conditional compilation of H.263-related decoders.
libavcodec
|
Wed, 09 May 2007 01:46:33 +0000 |
lorenm |
cosmetics: remove code duplication in hadamard8_diff_mmx
libavcodec
|
Wed, 09 May 2007 00:03:17 +0000 |
aurel |
move cavs parser in it's own file
libavcodec
|
Tue, 08 May 2007 23:58:35 +0000 |
aurel |
move defines and enums out of cavsdata.h
libavcodec
|
Tue, 08 May 2007 23:30:42 +0000 |
aurel |
remove no more useful includes
libavcodec
|
Tue, 08 May 2007 23:29:07 +0000 |
aurel |
cosmetics: rename for consistency after previous aac and ac3 parsers move
libavcodec
|
Tue, 08 May 2007 23:25:31 +0000 |
aurel |
move aac and ac3 parsers in their own files
libavcodec
|
Tue, 08 May 2007 23:24:22 +0000 |
aurel |
avoid multiple inclusion of ac3.h
libavcodec
|
Tue, 08 May 2007 17:55:56 +0000 |
lorenm |
cosmetics: remove duplicate transpose macro
libavcodec
|
Tue, 08 May 2007 08:52:38 +0000 |
diego |
Move H.263 parser to its own file.
libavcodec
|
Mon, 07 May 2007 20:07:35 +0000 |
ivo |
add doxygen comments
libavcodec
|
Mon, 07 May 2007 15:44:42 +0000 |
aurel |
cosmetics: fix inconsistent indentation
libavcodec
|
Mon, 07 May 2007 15:43:01 +0000 |
aurel |
fix display of theora videos with visible size smaller than encoded size
libavcodec
|
Mon, 07 May 2007 13:29:02 +0000 |
ivo |
Renderware TXD decoder
libavcodec
|
Mon, 07 May 2007 13:15:24 +0000 |
ivo |
generic S3TC DXT1 and DXT3 decoding functions
libavcodec
|
Mon, 07 May 2007 08:55:27 +0000 |
benoit |
RoQ audio encoder
libavcodec
|
Mon, 07 May 2007 00:47:03 +0000 |
aurel |
make some parser parameters const to avoid casting const to non-const
libavcodec
|
Sun, 06 May 2007 15:25:04 +0000 |
michael |
fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar)
libavcodec
|
Sun, 06 May 2007 11:40:42 +0000 |
kostya |
Add prefix to some variables for consistency
libavcodec
|
Sun, 06 May 2007 11:23:12 +0000 |
kostya |
Move VC-1 data to .c file
libavcodec
|
Sun, 06 May 2007 11:01:25 +0000 |
kostya |
Make vc1_parser.c compilable without special defines
libavcodec
|
Sun, 06 May 2007 10:58:32 +0000 |
kostya |
Move variables to vc1data.h
libavcodec
|
Sun, 06 May 2007 09:17:50 +0000 |
lorenm |
simplify
libavcodec
|
Sun, 06 May 2007 09:12:10 +0000 |
diego |
Move dvdsub parser to its own file.
libavcodec
|
Sun, 06 May 2007 08:41:24 +0000 |
diego |
Rename dvbsubdec_parser.c to dvbsub_parser.c.
libavcodec
|
Sun, 06 May 2007 06:46:20 +0000 |
lorenm |
simplify
libavcodec
|
Sun, 06 May 2007 06:43:33 +0000 |
lorenm |
faster and simpler vp6 bilinear mc
libavcodec
|
Sun, 06 May 2007 02:11:31 +0000 |
diego |
Move dvbsubdec parser to its own file.
libavcodec
|
Sat, 05 May 2007 21:11:22 +0000 |
diego |
Remove superfluous #includes, parser.h now includes its prerequisites.
libavcodec
|
Sat, 05 May 2007 18:32:19 +0000 |
aurel |
ff_frame_rate_tab is now declared in mpegvideo.h
libavcodec
|
Sat, 05 May 2007 18:31:34 +0000 |
aurel |
avoid a clash between two definitions of SEQ_START_CODE
libavcodec
|
Sat, 05 May 2007 18:25:02 +0000 |
aurel |
add a ff_ prefix to the now exported mpeg1_find_frame_end() function
libavcodec
|
Sat, 05 May 2007 18:18:51 +0000 |
aurel |
move mpegvideo_parser in it's own file
libavcodec
|
Sat, 05 May 2007 18:17:03 +0000 |
aurel |
avoid a 'discards qualifiers from pointer' warning
libavcodec
|
Sat, 05 May 2007 18:08:16 +0000 |
aurel |
move mpegaudio_parser in it's own file
libavcodec
|
Sat, 05 May 2007 17:59:37 +0000 |
aurel |
move mpeg4video_parser in it's own file
libavcodec
|
Sat, 05 May 2007 17:56:47 +0000 |
aurel |
parser.h uses AVCodecContext so it needs to include avcodec.h
libavcodec
|
Sat, 05 May 2007 15:21:57 +0000 |
aurel |
set CODEC_CAP_DR1 for vp5 and vp6 decoders
libavcodec
|
Sat, 05 May 2007 12:24:51 +0000 |
diego |
parser.c is compiled unconditionally, there is no need to compile it
libavcodec
|
Sat, 05 May 2007 12:18:14 +0000 |
diego |
Fix multiple "inline/static is not at beginning of declaration" warnings.
libavcodec
|
Sat, 05 May 2007 11:14:03 +0000 |
diego |
Fix warning:
libavcodec
|
Sat, 05 May 2007 09:15:03 +0000 |
diego |
parser.c is compiled unconditionally, there is no need to compile it
libavcodec
|
Fri, 04 May 2007 19:38:10 +0000 |
diego |
Move H.261 parser to its own file.
libavcodec
|
Fri, 04 May 2007 12:31:40 +0000 |
kostya |
100l to myself. Do not include stuff unneeded by parser
libavcodec
|
Fri, 04 May 2007 03:34:38 +0000 |
kostya |
Typo
libavcodec
|
Fri, 04 May 2007 03:34:21 +0000 |
kostya |
Move some declarations into header
libavcodec
|
Fri, 04 May 2007 00:18:54 +0000 |
diego |
Rename oggvorbis decoder to libvorbis.
libavcodec
|
Fri, 04 May 2007 00:09:33 +0000 |
diego |
Move VC1 parser to its own file.
libavcodec
|
Thu, 03 May 2007 23:50:24 +0000 |
diego |
Move dca parser to its own file.
libavcodec
|
Thu, 03 May 2007 10:38:03 +0000 |
diego |
Give libamr decoders/encoders a lib prefix in the name.
libavcodec
|
Thu, 03 May 2007 09:35:54 +0000 |
diego |
Rename dts_decoder to libdts_decoder.
libavcodec
|
Wed, 02 May 2007 23:11:23 +0000 |
diego |
Remove unused variable.
libavcodec
|
Wed, 02 May 2007 20:42:44 +0000 |
jbr |
cosmetics: indention after last commit
libavcodec
|
Wed, 02 May 2007 20:33:32 +0000 |
jbr |
use downmixing coefficients in dca decoder.
libavcodec
|
Wed, 02 May 2007 20:31:32 +0000 |
jbr |
enable multichannel output in dca decoder.
libavcodec
|
Wed, 02 May 2007 16:43:29 +0000 |
kostya |
1000l to myself - DCA decoder should not be registered in video codecs section
libavcodec
|
Wed, 02 May 2007 13:49:08 +0000 |
benoit |
add the possibility to choose aac profile
libavcodec
|
Wed, 02 May 2007 09:37:47 +0000 |
diego |
cosmetics: Group all external library decoders and encoders together.
libavcodec
|
Wed, 02 May 2007 09:13:47 +0000 |
benoit |
patch so that the deprecated items show up correctly
libavcodec
|
Wed, 02 May 2007 08:18:28 +0000 |
benoit |
make mpeg decoder handle mid-stream changes in resolution
libavcodec
|
Wed, 02 May 2007 07:26:07 +0000 |
benoit |
add some comments
libavcodec
|
Sun, 29 Apr 2007 23:18:39 +0000 |
gpoirier |
prevent going out of the buffer if the nal size does not fit in the buffer.
libavcodec
|
Sun, 29 Apr 2007 13:25:32 +0000 |
alex |
check for channels<=0 and print a reasonable error message
libavcodec
|
Sun, 29 Apr 2007 09:37:07 +0000 |
ivo |
add V.Flash PTX decoder
libavcodec
|
Fri, 27 Apr 2007 12:41:55 +0000 |
michael |
fix exploitable buffer overflow
libavcodec
|
Fri, 27 Apr 2007 09:32:31 +0000 |
diego |
Mark code parts that cannot work on AMD64 due to broken relocations as such.
libavcodec
|
Thu, 26 Apr 2007 00:32:31 +0000 |
diego |
10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.
libavcodec
|
Wed, 25 Apr 2007 22:16:50 +0000 |
aurel |
cosmetics: align
libavcodec
|
Wed, 25 Apr 2007 22:12:51 +0000 |
aurel |
move ac3 tables from a .h to a .c
libavcodec
|
Wed, 25 Apr 2007 19:13:09 +0000 |
diego |
cosmetics: Put AMR entry in alphabetical order with all external libraries.
libavcodec
|
Wed, 25 Apr 2007 19:12:04 +0000 |
diego |
Remove hackish support for the non-free fixed-point AMR-NB reference code.
libavcodec
|
Tue, 24 Apr 2007 17:31:39 +0000 |
kostya |
1000l to myself as used VLC indexes were totally wrong
libavcodec
|
Sat, 21 Apr 2007 23:05:30 +0000 |
aurel |
Blackfin is a strictly aligned processor.
libavcodec
|
Sat, 21 Apr 2007 18:47:30 +0000 |
bcoudurier |
simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail com
libavcodec
|
Sat, 21 Apr 2007 15:55:45 +0000 |
diego |
Remove unused variable.
libavcodec
|
Sat, 21 Apr 2007 00:47:55 +0000 |
alex |
compile rawvideo decoder on request
libavcodec
|
Sat, 21 Apr 2007 00:36:53 +0000 |
alex |
compile mjpeg parser if requested
libavcodec
|
Sat, 21 Apr 2007 00:29:01 +0000 |
alex |
ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c
libavcodec
|
Fri, 20 Apr 2007 23:59:22 +0000 |
alex |
cosmetics: remove my email address
libavcodec
|
Fri, 20 Apr 2007 15:48:26 +0000 |
diego |
typo
libavcodec
|
Thu, 19 Apr 2007 20:09:43 +0000 |
mru |
add .type foo, %function directives for the benefit of debuggers
libavcodec
|
Thu, 19 Apr 2007 16:12:06 +0000 |
reimar |
Fix parts missed in clip -> av_clip rename
libavcodec
|
Wed, 18 Apr 2007 19:58:20 +0000 |
banan |
Deobfuscade decodeTonalComponents calling logic.
libavcodec
|
Wed, 18 Apr 2007 19:49:47 +0000 |
banan |
Version bump, atrac3 added.
libavcodec
|
Wed, 18 Apr 2007 19:47:22 +0000 |
banan |
Simplify, patch by Ramiro Polla.
libavcodec
|
Wed, 18 Apr 2007 19:46:42 +0000 |
banan |
Remove unused vars, patch by Ramiro Polla.
libavcodec
|
Wed, 18 Apr 2007 19:44:54 +0000 |
banan |
Remove unused vars, patch by Ramiro Polla.
libavcodec
|
Wed, 18 Apr 2007 19:44:04 +0000 |
banan |
Cosmetics, patch by Ramiro Polla.
libavcodec
|
Wed, 18 Apr 2007 17:36:52 +0000 |
kostya |
Pullback should be performed on scaled motion vectors in B-frames
libavcodec
|
Wed, 18 Apr 2007 09:34:08 +0000 |
diego |
Remove the build instructions from the doxygen comments, they are duplicated
libavcodec
|
Wed, 18 Apr 2007 09:29:18 +0000 |
diego |
Doxygen comment wording/spelling
libavcodec
|
Tue, 17 Apr 2007 20:53:39 +0000 |
banan |
Atrac3 decoder.
libavcodec
|
Sun, 15 Apr 2007 12:32:36 +0000 |
diego |
Move AC3 header parsing code together with the rest of the AC3 parsing code.
libavcodec
|
Sun, 15 Apr 2007 08:53:03 +0000 |
michael |
fix mjpeg.mov
libavcodec
|
Sat, 14 Apr 2007 22:58:23 +0000 |
michael |
fix playback of angels_480-mjpegcompress.avi
libavcodec
|
Sat, 14 Apr 2007 22:22:34 +0000 |
michael |
fix playback of odd_height.mov
libavcodec
|
Sat, 14 Apr 2007 22:05:12 +0000 |
michael |
correct another possible buffer overflow where interlaced would
libavcodec
|
Sat, 14 Apr 2007 18:58:26 +0000 |
michael |
fix tiff regression test (bitexact flag was ignoredwhich caused the
libavcodec
|
Sat, 14 Apr 2007 18:42:50 +0000 |
michael |
remove MpegEncContext, patch by baptiste
libavcodec
|
Sat, 14 Apr 2007 09:59:57 +0000 |
diego |
Update preprocessor directive comments to take recent changes to this file
libavcodec
|
Fri, 13 Apr 2007 12:02:54 +0000 |
diego |
cosmetics: Fix indentation.
libavcodec
|
Fri, 13 Apr 2007 07:50:04 +0000 |
benoit |
timestamps generation improvement when parsing avi
libavcodec
|
Thu, 12 Apr 2007 15:37:23 +0000 |
banan |
As usual Real actually took something existing and rebranded it.
libavcodec
|
Thu, 12 Apr 2007 11:12:43 +0000 |
diego |
Add complete instructions for the brave people wishing to fiddle with the
libavcodec
|
Thu, 12 Apr 2007 10:59:52 +0000 |
diego |
Replace hackish support for amr-nb and amr-wb. Instead of including the source
libavcodec
|
Thu, 12 Apr 2007 10:27:40 +0000 |
diego |
Update download URL with a link to a working version.
libavcodec
|
Wed, 11 Apr 2007 14:04:47 +0000 |
benoit |
add a check before find_frame_end call
libavcodec
|
Wed, 11 Apr 2007 13:10:13 +0000 |
banan |
Per reference swf/flv adpcm encoder.
libavcodec
|
Wed, 11 Apr 2007 06:59:09 +0000 |
diego |
cosmetics: indentation
libavcodec
|
Tue, 10 Apr 2007 09:47:37 +0000 |
lu_zero |
ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1
libavcodec
|
Tue, 10 Apr 2007 09:16:35 +0000 |
ivo |
cosmetics after last commit
libavcodec
|
Tue, 10 Apr 2007 09:15:54 +0000 |
ivo |
Add support for grayscale images with arbitrary maxvals.
libavcodec
|
Tue, 10 Apr 2007 08:18:04 +0000 |
diego |
Fix an underflow/overflow that was causing some crackles when playing
libavcodec
|
Tue, 10 Apr 2007 05:31:22 +0000 |
kostya |
Set C predictor to zero if unavailable (should fix B-frame border artifacts)
libavcodec
|
Mon, 09 Apr 2007 22:25:27 +0000 |
michael |
superflouos ()
libavcodec
|
Mon, 09 Apr 2007 22:21:49 +0000 |
michael |
remove code_prefix variable, no speed change
libavcodec
|
Mon, 09 Apr 2007 22:18:09 +0000 |
michael |
simplify
libavcodec
|
Mon, 09 Apr 2007 14:10:07 +0000 |
diego |
When dst_length == 0 bit_length has to be 0, too, but the current code still
libavcodec
|
Mon, 09 Apr 2007 13:39:35 +0000 |
diego |
Remove a NAL unit's trailing zero bytes even when dst_length is 1.
libavcodec
|
Mon, 09 Apr 2007 12:55:07 +0000 |
diego |
scenario: A properly coded frame is followed by an end of sequence NAL unit,
libavcodec
|
Sun, 08 Apr 2007 20:24:16 +0000 |
diego |
Get rid of unnecessary pointer casts.
libavcodec
|
Sun, 08 Apr 2007 18:54:53 +0000 |
diego |
Only compile in Theora-specific functions if the Theora decoder has been
libavcodec
|
Sun, 08 Apr 2007 18:52:03 +0000 |
diego |
cosmetics: Move one code block to save an #ifdef in the next commit.
libavcodec
|
Sun, 08 Apr 2007 18:50:18 +0000 |
diego |
Remove #if 0 code.
libavcodec
|
Sun, 08 Apr 2007 13:42:44 +0000 |
diego |
Fix compilation when Theora decoder is disabled, but VP3 is enabled.
libavcodec
|
Sun, 08 Apr 2007 13:02:25 +0000 |
diego |
Remove unused variable.
libavcodec
|
Sun, 08 Apr 2007 12:05:02 +0000 |
diego |
cosmetics: indentation fix
libavcodec
|
Sun, 08 Apr 2007 09:44:34 +0000 |
michael |
factorize & 0x0F
libavcodec
|
Sun, 08 Apr 2007 09:31:54 +0000 |
michael |
remove c93_ prefix from static functions in c93.c
libavcodec
|
Sat, 07 Apr 2007 23:31:30 +0000 |
michael |
align vertically
libavcodec
|
Sat, 07 Apr 2007 23:30:47 +0000 |
michael |
shorter variable names
libavcodec
|
Sat, 07 Apr 2007 23:27:11 +0000 |
michael |
general purpose var should be int
libavcodec
|
Sat, 07 Apr 2007 23:18:34 +0000 |
michael |
remove redundant comments
libavcodec
|
Sat, 07 Apr 2007 23:17:06 +0000 |
michael |
remove useless debuging av_log()
libavcodec
|
Sat, 07 Apr 2007 23:16:05 +0000 |
michael |
indention cleanup
libavcodec
|
Sat, 07 Apr 2007 23:10:22 +0000 |
michael |
use shorter names for the block type enum
libavcodec
|
Sat, 07 Apr 2007 23:02:43 +0000 |
michael |
cosmetic
libavcodec
|
Sat, 07 Apr 2007 22:04:33 +0000 |
michael |
use bytestream reader instead of bitstream for THP
libavcodec
|
Sat, 07 Apr 2007 21:34:18 +0000 |
diego |
CRYO APC demuxer
libavcodec
|
Sat, 07 Apr 2007 21:30:19 +0000 |
michael |
simplify
libavcodec
|
Sat, 07 Apr 2007 21:27:58 +0000 |
michael |
prev1/2 -> prev[2]
libavcodec
|
Sat, 07 Apr 2007 21:22:50 +0000 |
michael |
simplify
libavcodec
|
Sat, 07 Apr 2007 21:19:36 +0000 |
michael |
general purpose vars should be int
libavcodec
|
Sat, 07 Apr 2007 21:15:52 +0000 |
michael |
table[index][ch] -> table[ch][index] (might be faster ...)
libavcodec
|
Sat, 07 Apr 2007 20:51:58 +0000 |
diego |
Bethsoft VID demuxer and video decoder
libavcodec
|
Sat, 07 Apr 2007 19:24:27 +0000 |
ivo |
Fix segmentation fault for gray16le to gray conversion.
libavcodec
|
Sat, 07 Apr 2007 17:37:30 +0000 |
diego |
Remove superfluous setting of has_b_frames in codecs without B-frames.
libavcodec
|
Sat, 07 Apr 2007 16:03:23 +0000 |
diego |
THP PCM decoder, used on the Nintendo GameCube.
libavcodec
|
Sat, 07 Apr 2007 15:15:45 +0000 |
michael |
TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)
libavcodec
|
Sat, 07 Apr 2007 15:10:22 +0000 |
michael |
LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl
libavcodec
|
Sat, 07 Apr 2007 14:25:25 +0000 |
diego |
Interplay C93 demuxer and video decoder
libavcodec
|
Sat, 07 Apr 2007 14:10:02 +0000 |
diego |
typos
libavcodec
|
Sat, 07 Apr 2007 14:09:20 +0000 |
diego |
typos/grammar
libavcodec
|
Sat, 07 Apr 2007 14:07:33 +0000 |
diego |
spelling/wording/grammar
libavcodec
|
Sat, 07 Apr 2007 11:57:35 +0000 |
diego |
Print a list of valid AMR bitrates if a wrong one is used.
libavcodec
|
Fri, 06 Apr 2007 23:16:08 +0000 |
michael |
YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)
libavcodec
|
Fri, 06 Apr 2007 20:49:26 +0000 |
michael |
s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad students mimuw edu pl
libavcodec
|
Fri, 06 Apr 2007 18:29:27 +0000 |
diego |
SGI image decoder ported to the new image API.
libavcodec
|
Fri, 06 Apr 2007 10:37:34 +0000 |
diego |
Return correct decoded size, decoder is called with only one frame at a time.
libavcodec
|
Fri, 06 Apr 2007 09:59:55 +0000 |
diego |
IWMMXT-specific dsputils clear_blocks function.
libavcodec
|
Fri, 06 Apr 2007 04:40:13 +0000 |
kostya |
This codec is PAL8 so make it output PAL8 too
libavcodec
|
Thu, 05 Apr 2007 00:09:48 +0000 |
michael |
remove compound literals gcc 2.95 doesnt support taking an address of a compound literal
libavcodec
|
Wed, 04 Apr 2007 13:49:55 +0000 |
banan |
WMA decoder improvement, output closer to the dmo binary.
libavcodec
|
Wed, 04 Apr 2007 13:26:26 +0000 |
kostya |
vc1_split should be static
libavcodec
|
Wed, 04 Apr 2007 11:51:08 +0000 |
gpoirier |
changes some function declarations from () to (void) as per ansi c.
libavcodec
|