Thu, 15 May 2008 11:35:19 +0000 |
diego |
ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
Thu, 15 May 2008 11:31:14 +0000 |
diego |
DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
Thu, 15 May 2008 01:03:48 +0000 |
benoit |
Make av_set_string() fail when number could not be set.
libavcodec
|
Wed, 14 May 2008 16:30:37 +0000 |
diego |
Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.
libavcodec
|
Wed, 14 May 2008 02:14:11 +0000 |
benoit |
Update offset in the option string later, to have a better error message.
libavcodec
|
Tue, 13 May 2008 18:10:15 +0000 |
mru |
acelp_filters.h needs stdint.h
libavcodec
|
Tue, 13 May 2008 15:56:45 +0000 |
cehoyos |
Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
libavcodec
|
Tue, 13 May 2008 00:49:38 +0000 |
benoit |
Fix a typo.
libavcodec
|
Mon, 12 May 2008 19:04:08 +0000 |
cehoyos |
Correct type for pcx_rle_decode().
libavcodec
|
Mon, 12 May 2008 10:31:52 +0000 |
cehoyos |
Replace one more occurrence of -1 with PIX_FMT_NONE.
libavcodec
|
Mon, 12 May 2008 09:18:32 +0000 |
gpoirier |
armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since
libavcodec
|
Mon, 12 May 2008 06:51:30 +0000 |
cehoyos |
Do not use variable frame_info before its value is set.
libavcodec
|
Sun, 11 May 2008 23:39:55 +0000 |
astrange |
Previous commit missed an initialization - this fixes FATE's test sample.
libavcodec
|
Sun, 11 May 2008 22:28:43 +0000 |
cehoyos |
Replace some occurrences of -1 with PIX_FMT_NONE.
libavcodec
|
Sun, 11 May 2008 20:26:35 +0000 |
astrange |
Set and use h->mb_xy in SVQ3 too.
libavcodec
|
Sun, 11 May 2008 20:06:03 +0000 |
gpoirier |
Add some initial optimizations for ARM VFP (floating
libavcodec
|
Sun, 11 May 2008 19:22:28 +0000 |
astrange |
Remove newly unused variables.
libavcodec
|
Sun, 11 May 2008 19:18:39 +0000 |
astrange |
Use h->mb_xy directly in decode_cabac_residual().
libavcodec
|
Sun, 11 May 2008 19:16:21 +0000 |
astrange |
Store mb_xy in H264Context and only calculate it once per MB.
libavcodec
|
Sun, 11 May 2008 18:47:16 +0000 |
astrange |
Simplify do_voice().
libavcodec
|
Sun, 11 May 2008 18:43:11 +0000 |
astrange |
Replace some hardcoded swapping with FFSWAP.
libavcodec
|
Sun, 11 May 2008 18:39:13 +0000 |
astrange |
Remove unused defines from ra144.
libavcodec
|
Sun, 11 May 2008 18:14:30 +0000 |
jbr |
cosmetics: indent after last commit. patch by matthieu castet <castet matthieu free fr>.
libavcodec
|
Sun, 11 May 2008 18:13:30 +0000 |
jbr |
simplify decoding of uncompressed samples. patch by matthieu castet <castet matthieu free fr>.
libavcodec
|
Sun, 11 May 2008 11:49:25 +0000 |
voroshil |
Implement bidirectional (positive offset - left, negative - right)
libavcodec
|
Sun, 11 May 2008 11:15:18 +0000 |
diego |
Document AVCodecContext channels field.
libavcodec
|
Sun, 11 May 2008 10:07:11 +0000 |
voroshil |
Update comment to version, negotiated with Diego, and
libavcodec
|
Sun, 11 May 2008 05:28:29 +0000 |
voroshil |
Fix compilation error.
libavcodec
|
Sun, 11 May 2008 04:25:34 +0000 |
jbr |
fix reading of samples-per-frame
libavcodec
|
Sun, 11 May 2008 03:42:53 +0000 |
voroshil |
various filters for ACELP-based codecs
libavcodec
|
Sun, 11 May 2008 03:40:14 +0000 |
diego |
Simplify a list of array allocations with a loop.
libavcodec
|
Sun, 11 May 2008 03:18:18 +0000 |
voroshil |
Replace hardcoded LP filter order with parameter.
libavcodec
|
Sat, 10 May 2008 16:05:12 +0000 |
diego |
Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.
libavcodec
|
Sat, 10 May 2008 16:02:38 +0000 |
diego |
Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.
libavcodec
|
Sat, 10 May 2008 15:59:08 +0000 |
diego |
cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,
libavcodec
|
Fri, 09 May 2008 14:34:52 +0000 |
diego |
Add missing required header directly.
libavcodec
|
Fri, 09 May 2008 14:33:55 +0000 |
diego |
Add missing path to #include.
libavcodec
|
Fri, 09 May 2008 14:29:37 +0000 |
diego |
Add missing path to #include statement.
libavcodec
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavcodec
|
Fri, 09 May 2008 10:44:12 +0000 |
michael |
Little fix for block sizes <16
libavcodec
|
Fri, 09 May 2008 10:18:58 +0000 |
diego |
Revert previous mistaken commit.
libavcodec
|
Fri, 09 May 2008 10:06:51 +0000 |
diego |
ipp.h is a system header, use <> when #including it.
libavcodec
|
Fri, 09 May 2008 09:48:49 +0000 |
diego |
dsputil.h is not a system header, use "" when #including it.
libavcodec
|
Fri, 09 May 2008 09:02:41 +0000 |
kostya |
Improve motion estimation metric.
libavcodec
|
Thu, 08 May 2008 23:15:39 +0000 |
aurel |
remove useless comment
libavcodec
|
Thu, 08 May 2008 21:59:51 +0000 |
aurel |
ensure vp56_decode_frame always return unchanged buf_size
libavcodec
|
Thu, 08 May 2008 21:11:24 +0000 |
ramiro |
Do not misuse long as the size of a register in x86.
libavcodec
|
Thu, 08 May 2008 14:02:35 +0000 |
cehoyos |
Do not return -1 from void functions.
libavcodec
|
Thu, 08 May 2008 14:01:44 +0000 |
cehoyos |
One const per declaration is enough.
libavcodec
|
Tue, 06 May 2008 17:18:41 +0000 |
bcoudurier |
export dnxhd encoded picture quality
libavcodec
|
Tue, 06 May 2008 09:20:50 +0000 |
diego |
Remove one more set of useless parentheses from a return call.
libavcodec
|
Tue, 06 May 2008 09:16:36 +0000 |
diego |
Remove unnecessary parentheses from return calls.
libavcodec
|
Sun, 04 May 2008 22:39:12 +0000 |
astrange |
Use a state machine to reduce branching logic in decode_cabac_residual.
libavcodec
|
Sun, 04 May 2008 20:04:00 +0000 |
ramiro |
Prevent targaenc.c from outputting trash byte.
libavcodec
|
Sun, 04 May 2008 09:58:22 +0000 |
diego |
Add complete multimedia Wiki URL, patch by Sisir Koppaka.
libavcodec
|
Sun, 04 May 2008 01:08:40 +0000 |
ramiro |
Indent.
libavcodec
|
Sun, 04 May 2008 01:07:46 +0000 |
ramiro |
Do not read out of array bounds.
libavcodec
|
Sat, 03 May 2008 21:06:55 +0000 |
michael |
Output buffer overflow.
libavcodec
|
Sat, 03 May 2008 21:01:47 +0000 |
michael |
Heap buffer overflow.
libavcodec
|
Sat, 03 May 2008 20:56:57 +0000 |
michael |
Fix memset(0) based buffer overflow.
libavcodec
|
Sat, 03 May 2008 17:28:25 +0000 |
michael |
Move declaration a little.
libavcodec
|
Sat, 03 May 2008 17:26:13 +0000 |
michael |
Setting i to 0 once should do.
libavcodec
|
Sat, 03 May 2008 14:15:29 +0000 |
diego |
cosmetics: Consistently use C-style comments in #endif preprocessor directives.
libavcodec
|
Sat, 03 May 2008 13:59:45 +0000 |
diego |
Add Dirac support through libschroedinger.
libavcodec
|
Sat, 03 May 2008 13:55:31 +0000 |
diego |
10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, so
libavcodec
|
Sat, 03 May 2008 13:29:44 +0000 |
mru |
fix checkheaders when libdirac not installed
libavcodec
|
Sat, 03 May 2008 13:29:39 +0000 |
mru |
add necessary #includes in headers
libavcodec
|
Sat, 03 May 2008 03:47:26 +0000 |
diego |
Dirac decoding/encoding support via libdirac.
libavcodec
|
Sat, 03 May 2008 03:33:21 +0000 |
diego |
Add Dirac parser from SoC; written by Marco Gerards;
libavcodec
|
Fri, 02 May 2008 23:20:29 +0000 |
jbr |
include avcodec.h
libavcodec
|
Fri, 02 May 2008 22:58:16 +0000 |
banan |
Long name spelling fixes
libavcodec
|
Fri, 02 May 2008 21:35:32 +0000 |
jbr |
move call to init_get_bits inside conditional
libavcodec
|
Fri, 02 May 2008 21:34:34 +0000 |
jbr |
share streaminfo parsing function
libavcodec
|
Fri, 02 May 2008 21:33:14 +0000 |
jbr |
split out some decoder context params to a shared macro
libavcodec
|
Fri, 02 May 2008 21:30:32 +0000 |
jbr |
change function parameters for dump_headers()
libavcodec
|
Fri, 02 May 2008 21:29:49 +0000 |
jbr |
change function parameters for metadata_streaminfo()
libavcodec
|
Thu, 01 May 2008 15:20:57 +0000 |
diego |
Mark symbol as static, patch by Diego 'Flameeyes' Petten, flameeyes gmail com.
libavcodec
|
Wed, 30 Apr 2008 16:33:58 +0000 |
diego |
Comment out unused ff_vc1_norm6_spec table.
libavcodec
|
Wed, 30 Apr 2008 09:29:15 +0000 |
diego |
Transform codec short name into a single word.
libavcodec
|
Tue, 29 Apr 2008 21:31:21 +0000 |
diego |
Add long names to some AVCodec declarations.
libavcodec
|
Tue, 29 Apr 2008 18:32:06 +0000 |
michael |
indent
libavcodec
|
Tue, 29 Apr 2008 18:31:29 +0000 |
michael |
Fix decoding of:
libavcodec
|
Tue, 29 Apr 2008 14:08:01 +0000 |
ramiro |
Typo: distoration -> distortion.
libavcodec
|
Tue, 29 Apr 2008 08:37:40 +0000 |
superdump |
Remove leading whitespace in long codec name that was committed in r13017
libavcodec
|
Tue, 29 Apr 2008 07:24:44 +0000 |
diego |
Add some long names to AVCodec declarations.
libavcodec
|
Tue, 29 Apr 2008 07:11:59 +0000 |
diego |
Transform codec names into single words.
libavcodec
|
Tue, 29 Apr 2008 01:29:35 +0000 |
jbr |
remove unused variable, min_framesize
libavcodec
|
Mon, 28 Apr 2008 13:37:36 +0000 |
kostya |
Calculate motion vector information based on PTS provided in slice header
libavcodec
|
Mon, 28 Apr 2008 10:21:58 +0000 |
diego |
Add long names to some AVCodec declarations.
libavcodec
|
Sun, 27 Apr 2008 22:39:51 +0000 |
diego |
Add long names to AVCodec declarations.
libavcodec
|
Sun, 27 Apr 2008 22:19:02 +0000 |
diego |
Make 8SVX codec names just a single word for consistency with other codec names.
libavcodec
|
Sun, 27 Apr 2008 10:52:44 +0000 |
diego |
Add long names to many AVCodec declarations.
libavcodec
|
Sun, 27 Apr 2008 10:01:07 +0000 |
diego |
Use filename as multiple inclusion guard.
libavcodec
|
Sat, 26 Apr 2008 16:02:22 +0000 |
diego |
Rename i386/cputest.c --> i386/cpuid.c.
libavcodec
|
Sat, 26 Apr 2008 15:38:00 +0000 |
diego |
Remove unnecessary test program dependency declarations.
libavcodec
|
Sat, 26 Apr 2008 15:20:06 +0000 |
superdump |
Grammar fixes and improvements for the new ACELP code
libavcodec
|
Sat, 26 Apr 2008 14:41:29 +0000 |
bcoudurier |
break if error in header so it can output already decoded frames
libavcodec
|
Sat, 26 Apr 2008 14:36:34 +0000 |
bcoudurier |
merge init with declaration
libavcodec
|
Sat, 26 Apr 2008 14:34:01 +0000 |
bcoudurier |
cosmetics: merge decls
libavcodec
|
Sat, 26 Apr 2008 14:33:09 +0000 |
bcoudurier |
simplify: merge loops
libavcodec
|
Sat, 26 Apr 2008 14:30:06 +0000 |
bcoudurier |
simplify
libavcodec
|
Sat, 26 Apr 2008 14:28:18 +0000 |
bcoudurier |
simplify: remove useless fields and vars
libavcodec
|
Sat, 26 Apr 2008 14:22:43 +0000 |
bcoudurier |
move MP3On4DecodeContext def near the code and under ifdef
libavcodec
|
Sat, 26 Apr 2008 14:18:29 +0000 |
bcoudurier |
correctly patch syncword for samples rates < 16000, decoder now fully support all iso ref files
libavcodec
|
Sat, 26 Apr 2008 14:10:31 +0000 |
bcoudurier |
fix 1 frame config decoding
libavcodec
|
Sat, 26 Apr 2008 14:08:34 +0000 |
bcoudurier |
remove old draft last case not present anymore in iso specs
libavcodec
|
Sat, 26 Apr 2008 14:00:27 +0000 |
bcoudurier |
mp3on4 decoder now depends on mpeg4audio code
libavcodec
|
Sat, 26 Apr 2008 13:56:52 +0000 |
bcoudurier |
use mpeg4audio common code
libavcodec
|
Sat, 26 Apr 2008 13:09:36 +0000 |
kostya |
Skip blocks in B-frames reuse motion vectors from next reference frame.
libavcodec
|
Sat, 26 Apr 2008 13:08:16 +0000 |
bcoudurier |
simplify
libavcodec
|
Sat, 26 Apr 2008 13:03:41 +0000 |
bcoudurier |
correctly compute out_size and samples number
libavcodec
|
Sat, 26 Apr 2008 12:59:46 +0000 |
bcoudurier |
fsize is 12 bits according to specs
libavcodec
|