2008-06-18 |
michael |
remove unneeded tr == 0
libavcodec
|
2008-06-18 |
michael |
simplify
libavcodec
|
2008-06-18 |
michael |
Get rid of the redundant AVG726Context.
libavcodec
|
2008-06-18 |
michael |
Remove the truncated bitstream handling from our g726 decoder.
libavcodec
|
2008-06-17 |
gpoirier |
convert DOS-style carriage return to Unix-style
libavcodec
|
2008-06-17 |
michael |
Change iquant tables to int16.
libavcodec
|
2008-06-17 |
michael |
simplify
libavcodec
|
2008-06-17 |
michael |
Get rid of useless wrapper function.
libavcodec
|
2008-06-17 |
michael |
Do not inline g726_iterate() the function is big so its inlining will
libavcodec
|
2008-06-16 |
michael |
Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler.
libavcodec
|
2008-06-16 |
michael |
Remove redundant zeroing (the context is memset(0)).
libavcodec
|
2008-06-16 |
michael |
Use smaller data types for tables.
libavcodec
|
2008-06-16 |
michael |
Float11 does not need int, .o file becomes smaller and the code might
libavcodec
|
2008-06-16 |
michael |
simplify
libavcodec
|
2008-06-16 |
michael |
Correct validity checks.
libavcodec
|
2008-06-16 |
michael |
Print sane error message for channels != 1.
libavcodec
|
2008-06-16 |
michael |
Check number of bits so we do not try to use table entries which do not exist.
libavcodec
|
2008-06-16 |
michael |
Support decoding of sample_g726.asf.
libavcodec
|
2008-06-16 |
michael |
get_bits() outputs exactly as many bits as requested no need to mask them.
libavcodec
|
2008-06-16 |
michael |
Remove dead code.
libavcodec
|
2008-06-16 |
diego |
Add missing #includes to fix 'make checkheaders'.
libavcodec
|
2008-06-15 |
jbr |
fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).
libavcodec
|
2008-06-13 |
michael |
-0x8000 == 0x8000 with int16
libavcodec
|
2008-06-13 |
stefano |
Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software
libavcodec
|
2008-06-12 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
2008-06-10 |
bcoudurier |
remove useless wrapper func
libavcodec
|
2008-06-09 |
reimar |
Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and
libavcodec
|
2008-06-09 |
reimar |
Almost-cosmetics: split out coeff_count from all_fragments struct into
libavcodec
|
2008-06-09 |
bcoudurier |
enable global_header flag for audio and video encoding, was wrongly part of commit r13722
libavcodec
|
2008-06-09 |
bcoudurier |
revert wrong part of r13722 commit
libavcodec
|
2008-06-09 |
bcoudurier |
uniformize trellis quant option
libavcodec
|
2008-06-08 |
jbr |
move rematrixing band table to ac3dec_data.c
libavcodec
|
2008-06-08 |
jbr |
add ac3dec_data.[c,h]
libavcodec
|
2008-06-08 |
jbr |
add fields needed for E-AC-3 decoding to decode context
libavcodec
|
2008-06-08 |
bwolowiec |
Separating from nellymoserdec.c parts required by encoder
libavcodec
|
2008-06-08 |
banan |
Oma demuxer
libavcodec
|
2008-06-07 |
jbr |
split up header parsing function
libavcodec
|
2008-06-07 |
jbr |
store exp_strategy for all blocks in decode context
libavcodec
|
2008-06-07 |
jbr |
store cpl_in_use for all blocks in decode context
libavcodec
|
2008-06-07 |
jbr |
cosmetics: add and align references to spec variable names
libavcodec
|
2008-06-07 |
jbr |
cosmetics: vertical align
libavcodec
|
2008-06-07 |
jbr |
use macro constants for array sizes in decode context
libavcodec
|
2008-06-07 |
jbr |
cosmetics: vertical align
libavcodec
|
2008-06-07 |
jbr |
cosmetics: reorder decode context fields into logical groups
libavcodec
|
2008-06-07 |
jbr |
move the decode context and some macro constants to a new file, ac3dec.h
libavcodec
|
2008-06-07 |
jbr |
move mix level tables from parser to decoder. have parser read bitstream value instead of using an index to a table in the decoder.
libavcodec
|
2008-06-07 |
jbr |
add more gain levels and adjust mix level tables accordingly.
libavcodec
|
2008-06-07 |
jbr |
pass bap table to ff_ac3_bit_alloc_calc_bap()
libavcodec
|
2008-06-07 |
jbr |
set default mix levels regardless of bitstream id
libavcodec
|
2008-06-07 |
jbr |
cosmetics: indent
libavcodec
|
2008-06-07 |
jbr |
skip unsupported frame types and substream id's
libavcodec
|
2008-06-07 |
jbr |
read frame type from header info into decode context
libavcodec
|
2008-06-07 |
jbr |
get substreamid from ac3 parser
libavcodec
|
2008-06-07 |
jbr |
get the number of blocks from the ac3 parser and use in the ac3 decoder.
libavcodec
|
2008-06-07 |
rtogni |
Remove my old email address
libavcodec
|
2008-06-07 |
rtogni |
Remove my old email address.
libavcodec
|
2008-06-06 |
diego |
Remove Fabrice's copyright from the Makefiles. They have been entirely
libavcodec
|
2008-06-06 |
diego |
minor spelling/grammar fixes
libavcodec
|
2008-06-06 |
michael |
Fix reading an element after the array.
libavcodec
|
2008-06-05 |
vitor |
Remove *lpc_refl from the context. Only the value
libavcodec
|
2008-06-05 |
vitor |
Split function rms() in two (it does two unrelated things)
libavcodec
|
2008-06-05 |
lorenm |
rename me=tesa
libavcodec
|
2008-06-05 |
bcoudurier |
add esa/dia compat me options and new tesa for libx264
libavcodec
|
2008-06-04 |
bcoudurier |
x264 interlaced encoding option
libavcodec
|
2008-06-04 |
bcoudurier |
cleanup, remove useless parentheses
libavcodec
|
2008-06-04 |
jbr |
return error on frame sync error
libavcodec
|
2008-06-03 |
jbr |
prevent crash when dba params are invalid
libavcodec
|
2008-06-03 |
banan |
Sample tested and the code worked so the comment is removed
libavcodec
|
2008-06-03 |
diego |
small spelling/wording fixes
libavcodec
|
2008-06-03 |
michael |
ff_fetch_timestamp() prototype
libavcodec
|
2008-06-03 |
michael |
In mpeg1/2 timestamps are associated with the access unit which
libavcodec
|
2008-06-02 |
aurel |
bump micro version after commit r13615
libavcodec
|
2008-06-02 |
bcoudurier |
print correct mpeg-2 broken_link value, and print closed_gop
libavcodec
|
2008-06-02 |
vitor |
Remove warning that could never be triggered.
libavcodec
|
2008-06-02 |
michael |
indent
libavcodec
|
2008-06-02 |
michael |
Only store timestamps when there are timestamps.
libavcodec
|
2008-06-02 |
michael |
Our MPEG-TS demuxer does not send complete PES packets but sends them
libavcodec
|
2008-06-02 |
michael |
Move new field to the end to avoid ABI breakage, I thought this struct
libavcodec
|
2008-06-02 |
michael |
cosmetic
libavcodec
|
2008-06-02 |
michael |
Allow matching timestamps to be removed by fetch_timestamp().
libavcodec
|
2008-06-02 |
michael |
Add off argument so that fetch_timestamp can search for timestamps
libavcodec
|
2008-06-02 |
michael |
Factorize fetch_timestamp() into its own function
libavcodec
|
2008-06-02 |
michael |
unused variable
libavcodec
|
2008-06-02 |
bcoudurier |
cosmetics, remove table_ prefix
libavcodec
|
2008-06-02 |
michael |
indent
libavcodec
|
2008-06-02 |
michael |
Rename last_frame_offset to next_frame_offset.
libavcodec
|
2008-06-02 |
bcoudurier |
optimize, merge offset bits in vlc code
libavcodec
|
2008-06-02 |
michael |
Simplify parser core.
libavcodec
|
2008-06-02 |
jbr |
move some AC3HeaderInfo struct fields to the Coded elements group.
libavcodec
|
2008-06-01 |
bcoudurier |
return if bitrate is not specified or too low
libavcodec
|
2008-06-01 |
bcoudurier |
add context_to_name func for logging
libavcodec
|
2008-06-01 |
vitor |
Replace comments by error messages.
libavcodec
|
2008-06-01 |
vitor |
Cosmetics
libavcodec
|
2008-06-01 |
vitor |
Rename dec2() function
libavcodec
|
2008-06-01 |
vitor |
Rename var
libavcodec
|
2008-06-01 |
vitor |
Rename dec1() to a more descriptive name
libavcodec
|
2008-06-01 |
vitor |
The function dec1() do two completly unrelated things. Split the rms calculation out of it.
libavcodec
|
2008-06-01 |
vitor |
Yet more variable renaming
libavcodec
|
2008-06-01 |
vitor |
More variable renaming
libavcodec
|
2008-06-01 |
vitor |
Rename functions
libavcodec
|
2008-06-01 |
vitor |
Rename variables
libavcodec
|
2008-06-01 |
bcoudurier |
memcpy considering output width, not src linesize, fix segv with av_picture_pad
libavcodec
|
2008-06-01 |
bcoudurier |
give context to av_log
libavcodec
|
2008-06-01 |
michael |
Prevent scalefactors from overflowing.
libavcodec
|
2008-05-31 |
jbr |
cosmetics: add a comment, remove a comment
libavcodec
|
2008-05-31 |
jbr |
simplify
libavcodec
|
2008-05-31 |
jbr |
set lfe params at frame init instead of in every block
libavcodec
|
2008-05-31 |
jbr |
only calculate number of exponent groups when exponents are not reused.
libavcodec
|
2008-05-31 |
jbr |
cosmetics: remove unneeded braces
libavcodec
|
2008-05-31 |
jbr |
10l: cosmetics
libavcodec
|
2008-05-31 |
jbr |
new dba values requires running last 2 bit allocation stages
libavcodec
|
2008-05-31 |
jbr |
get_transform_coeffs() never returns an error, so make the function and its children return void.
libavcodec
|
2008-05-31 |
vitor |
Add doxy comments to eq() and do_voice()
libavcodec
|
2008-05-31 |
jbr |
use enum value for CRC error
libavcodec
|
2008-05-31 |
jbr |
move header error logging to after CRC check
libavcodec
|
2008-05-31 |
vitor |
Minor simplification
libavcodec
|
2008-05-31 |
vitor |
Rename variable
libavcodec
|
2008-05-31 |
vitor |
Remove useless intermediate variable
libavcodec
|
2008-05-31 |
vitor |
Remove ra144.o dependency added in revision r13500, now reverted
libavcodec
|
2008-05-30 |
michael |
unused
libavcodec
|
2008-05-30 |
michael |
As *_static are not deallocated anymore except on program termination
libavcodec
|
2008-05-30 |
michael |
unused
libavcodec
|
2008-05-30 |
michael |
Remove non C code.
libavcodec
|
2008-05-30 |
michael |
Move *_static to bitstream.c which is the only file left which needs
libavcodec
|
2008-05-30 |
michael |
Change init_vlc_rl() so it does not use *alloc_static() anymore.
libavcodec
|
2008-05-30 |
michael |
Change init_2d_vlc_rl() to not use *alloc_static().
libavcodec
|
2008-05-30 |
michael |
Remove constant argument.
libavcodec
|
2008-05-30 |
michael |
Switch to INIT_VLC_USE_NEW_STATIC.
libavcodec
|
2008-05-30 |
michael |
Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.
libavcodec
|
2008-05-30 |
michael |
Make init_vlc* support proper static tables instead of this broken beyond
libavcodec
|
2008-05-30 |
vitor |
Revert r13499, log:
libavcodec
|
2008-05-29 |
cehoyos |
Warn about unimplemented H264 feature.
libavcodec
|
2008-05-29 |
skal |
in TRUNCATED mode, use residual fragments in ParseContext
libavcodec
|
2008-05-29 |
diego |
Add ASUS V1/V2 decoder codec long names.
libavcodec
|
2008-05-28 |
bcoudurier |
set avctx time_base in dv decoder
libavcodec
|
2008-05-28 |
michael |
ILP64 fix
libavcodec
|
2008-05-28 |
vitor |
Rename variable
libavcodec
|
2008-05-28 |
vitor |
More intermediate vars removal
libavcodec
|
2008-05-28 |
vitor |
Remove unused var
libavcodec
|
2008-05-28 |
vitor |
Remove useless intermediate var
libavcodec
|
2008-05-28 |
vitor |
Remove dec1() function
libavcodec
|
2008-05-28 |
vitor |
Use ff_acelp_weighted_vector_sum() instead of reimplementing it
libavcodec
|
2008-05-28 |
vitor |
Make lpc coefficients 16 bit wide
libavcodec
|
2008-05-28 |
vitor |
Simplify implementation and use of dec2()
libavcodec
|
2008-05-28 |
michael |
Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.
libavcodec
|
2008-05-28 |
michael |
set coded_frame
libavcodec
|
2008-05-28 |
diego |
cosmetics: spelling typo fixes
libavcodec
|
2008-05-28 |
michael |
Fix return type of ff_init_me().
libavcodec
|
2008-05-28 |
michael |
minor simplification
libavcodec
|
2008-05-28 |
michael |
redundant
libavcodec
|
2008-05-27 |
michael |
Check dia size a little more. Fixes CID80.
libavcodec
|
2008-05-27 |
michael |
Arrays where one element too small, fixes CID114.
libavcodec
|
2008-05-27 |
michael |
memleak / fixes CID118
libavcodec
|
2008-05-27 |
michael |
Do not read from prior the array, fix CID 127.
libavcodec
|
2008-05-27 |
vitor |
Add comment
libavcodec
|
2008-05-27 |
vitor |
Fix doxy comments
libavcodec
|
2008-05-27 |
diego |
cosmetics: XviD is now called Xvid.
libavcodec
|
2008-05-27 |
diego |
cosmetics: typo fixes
libavcodec
|
2008-05-27 |
jbr |
zero the upper frequencies of the correct coefficients
libavcodec
|
2008-05-26 |
diego |
consistency cosmetics: indices --> indexes in variable names
libavcodec
|
2008-05-26 |
diego |
Clarify avcodec_encode_audio() vs. PCM audio.
libavcodec
|
2008-05-26 |
diego |
consistency cosmetics: indices --> indexes
libavcodec
|
2008-05-26 |
diego |
cosmetics: typo
libavcodec
|
2008-05-26 |
diego |
cosmetics: Use C-style comments in #endif directives.
libavcodec
|
2008-05-26 |
vitor |
Rename var: add read coefficients a decent name
libavcodec
|
2008-05-26 |
vitor |
Update comment
libavcodec
|
2008-05-26 |
vitor |
Rename var: val -> energy
libavcodec
|
2008-05-26 |
vitor |
Rename var: swapbuf* are LPC related
libavcodec
|
2008-05-26 |
vitor |
Rename var: buffer_2 is an adaptive codebook
libavcodec
|
2008-05-26 |
vitor |
Context vars are not global vars. glob is a bad name for it.
libavcodec
|
2008-05-26 |
vitor |
Rename context struct to be more consistent with the rest of ffmpeg
libavcodec
|
2008-05-26 |
michael |
Warn about packed B-frames. (especially useful if the file in question is
libavcodec
|
2008-05-26 |
michael |
indent
libavcodec
|
2008-05-26 |
michael |
allow av_parser_close(NULL)
libavcodec
|
2008-05-26 |
michael |
print direct_spatial_mv_pred
libavcodec
|
2008-05-25 |
jbr |
safer solution for setting audio parameters
libavcodec
|
2008-05-25 |
vitor |
Merge two if's
libavcodec
|
2008-05-25 |
vitor |
Use (u)int16_t instead of (unsigned) short
libavcodec
|
2008-05-25 |
jbr |
set audio parameters if frame header is ok, even if crc fails
libavcodec
|
2008-05-25 |
jbr |
cosmetics: indent
libavcodec
|
2008-05-25 |
jbr |
add error concealment
libavcodec
|
2008-05-25 |
vitor |
Yet more cosmetics
libavcodec
|
2008-05-25 |
vitor |
More cosmetics
libavcodec
|
2008-05-25 |
vitor |
Cosmetics
libavcodec
|
2008-05-25 |
vitor |
Rename var
libavcodec
|
2008-05-25 |
vitor |
Minor simplification of dec1()
libavcodec
|
2008-05-25 |
vitor |
Minor simplification of dec2()
libavcodec
|
2008-05-25 |
vitor |
Remove useless variable
libavcodec
|
2008-05-25 |
vitor |
Cosmetics: merge declaration and initialization
libavcodec
|
2008-05-25 |
vitor |
Cosmetics: braces removal
libavcodec
|
2008-05-25 |
vitor |
Move evaluation of variable a to where it is trivial
libavcodec
|
2008-05-25 |
vitor |
Make add_wav() receive a vector instead of three integers
libavcodec
|
2008-05-25 |
jbr |
cosmetics: indent
libavcodec
|
2008-05-25 |
jbr |
10l: fix error in commit r13382
libavcodec
|
2008-05-25 |
vitor |
Remove gbuf2 from context
libavcodec
|
2008-05-25 |
jbr |
add checks for missing information in the first block
libavcodec
|
2008-05-25 |
jbr |
add check for invalid channel mode when coupling is used
libavcodec
|
2008-05-25 |
michael |
Fix MB skipping with droppable frames.
libavcodec
|
2008-05-25 |
michael |
Do not reject odd width/height.
libavcodec
|
2008-05-25 |
vitor |
Use (u)int16_t instead of short for tables
libavcodec
|
2008-05-25 |
vitor |
Make tables that fit in one byte (u)int8_t
libavcodec
|
2008-05-25 |
vitor |
Remove yet another val (gbuf1) from context
libavcodec
|
2008-05-25 |
vitor |
Parameter n of dec functions is always 3. Hardcode it.
libavcodec
|
2008-05-24 |
michael |
Move const *pow2tab out of context.
libavcodec
|
2008-05-24 |
michael |
simplify init_pow2table
libavcodec
|
2008-05-24 |
michael |
Merge init_rootpow2table and init_pow2table.
libavcodec
|
2008-05-24 |
vitor |
Indent
libavcodec
|
2008-05-24 |
vitor |
Remove another useless variable from context
libavcodec
|
2008-05-24 |
voroshil |
Move pitch vector interpolation code to acelp_filters
libavcodec
|
2008-05-24 |
vitor |
Use an intermediate variable for overflow testing
libavcodec
|
2008-05-24 |
vitor |
Handle the case where we do not have enough input
libavcodec
|
2008-05-24 |
michael |
Anoter try to make +- behave sanely.
libavcodec
|
2008-05-24 |
vitor |
Simplify eq()
libavcodec
|
2008-05-24 |
vitor |
Simplify final()
libavcodec
|
2008-05-24 |
vitor |
Simplify rms()
libavcodec
|
2008-05-24 |
vitor |
More simplifications of ra144_decode_frame()
libavcodec
|
2008-05-24 |
vitor |
Make wavtable a table instead of an array
libavcodec
|
2008-05-24 |
cehoyos |
Fix compilation for buggy icc.
libavcodec
|
2008-05-23 |
voroshil |
adaptive and fixed codebook vector operations for ACELP-based codecs
libavcodec
|
2008-05-23 |
michael |
Fix + - bug with non flags.
libavcodec
|
2008-05-22 |
banan |
Update copyright and text
libavcodec
|
2008-05-22 |
banan |
Fix decoding of 01-Untitled(1).oma, patch by Maxim Poliakovski
libavcodec
|
2008-05-21 |
vitor |
Make gbuf2 a table instead of an array
libavcodec
|
2008-05-21 |
vitor |
Remove unneeded var from context
libavcodec
|
2008-05-21 |
benoit |
Improve parse_primary() error message.
libavcodec
|
2008-05-21 |
vitor |
Cosmetics: indentation
libavcodec
|
2008-05-21 |
vitor |
Simplify irms()
libavcodec
|
2008-05-21 |
vitor |
Simplify add_wav()
libavcodec
|
2008-05-21 |
vitor |
Only one out of two values of gbuf1 is actually used. Make it half the size.
libavcodec
|
2008-05-21 |
vitor |
Make etable1 and etable2 tables instead of arrays.
libavcodec
|
2008-05-21 |
vitor |
Simplify ra144_decode_frame() by unrolling a senseless
libavcodec
|
2008-05-21 |
vitor |
Use ff_sqrt() function instead of using a table
libavcodec
|
2008-05-17 |
vitor |
Cosmetics: move function to remove forward declarations
libavcodec
|
2008-05-17 |
vitor |
Minor simplification of rotate_block()
libavcodec
|
2008-05-17 |
vitor |
Cosmetics: indentation
libavcodec
|
2008-05-17 |
vitor |
Cosmetics: rename variable
libavcodec
|
2008-05-17 |
vitor |
Simplify ra144_decode_frame()
libavcodec
|
2008-05-17 |
michael |
Simplify vsad16_mmx2().
libavcodec
|
2008-05-17 |
vitor |
Remove a useless temporary buffer
libavcodec
|
2008-05-17 |
michael |
Simplify vsad16_mmx().
libavcodec
|