2008-06-19 |
michael |
Copy 4 pointers to avid dozends of ptr dereferences.
libavcodec
|
2008-06-19 |
michael |
Does not need to be int16.
libavcodec
|
2008-06-19 |
michael |
Factorize I >> (c->tbls->bits - 1) out.
libavcodec
|
2008-06-19 |
stefano |
Improve an lclenc.c error message in case of unsupported input pixel
libavcodec
|
2008-06-19 |
michael |
1 abs() less
libavcodec
|
2008-06-18 |
michael |
simplify
libavcodec
|
2008-06-18 |
michael |
useless ()
libavcodec
|
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
|