2008-04-26 |
bcoudurier |
use mpeg4audio common code
libavcodec
|
2008-04-26 |
kostya |
Skip blocks in B-frames reuse motion vectors from next reference frame.
libavcodec
|
2008-04-26 |
bcoudurier |
simplify
libavcodec
|
2008-04-26 |
bcoudurier |
correctly compute out_size and samples number
libavcodec
|
2008-04-26 |
bcoudurier |
fsize is 12 bits according to specs
libavcodec
|
2008-04-26 |
bcoudurier |
simplify using FFMIN3
libavcodec
|
2008-04-26 |
bcoudurier |
return error if buf_size is too small
libavcodec
|
2008-04-26 |
bcoudurier |
values can fit uint8_t
libavcodec
|
2008-04-26 |
bcoudurier |
add const
libavcodec
|
2008-04-26 |
voroshil |
Fixed-point LSP and LPC decoding routines for ACELP-based codecs
libavcodec
|
2008-04-26 |
ramiro |
get_vlc2() only gets up to three levels in the tables. The last codes weren't being read properly.
libavcodec
|
2008-04-26 |
kostya |
Correct company name
libavcodec
|
2008-04-25 |
voroshil |
Fixed-point implementation of ff_cos, ff_log2, ff_exp2.
libavcodec
|
2008-04-25 |
bcoudurier |
10l, alphabetical order
libavcodec
|
2008-04-25 |
bcoudurier |
identation
libavcodec
|
2008-04-25 |
bcoudurier |
remove no more needed field
libavcodec
|
2008-04-25 |
bcoudurier |
remove unused var
libavcodec
|
2008-04-25 |
bcoudurier |
remove ima qt decoding hack, decode whole frame at once
libavcodec
|
2008-04-25 |
bcoudurier |
fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples += avctx->channels
libavcodec
|
2008-04-25 |
bcoudurier |
set channels and sample rate from mpeg4audio config
libavcodec
|
2008-04-25 |
bcoudurier |
mov demuxer depends on mpeg4audio code now
libavcodec
|
2008-04-25 |
mbardiaux |
Make sure some value is always returned via data_size
libavcodec
|
2008-04-25 |
mbardiaux |
Allow bitrates zero and 13200 (needed for decoding mov and aiff)
libavcodec
|
2008-04-24 |
bwolowiec |
add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()
libavcodec
|
2008-04-24 |
benoit |
Set pixel aspect ratio for libxvid wrapper.
libavcodec
|
2008-04-24 |
diego |
Do not ignore .depend files, they are no longer generated.
libavcodec
|
2008-04-22 |
ramiro |
Fix regression introduced by r12929.
libavcodec
|
2008-04-22 |
ramiro |
The code now is pretty self explanatory about the header structure.
libavcodec
|
2008-04-22 |
ramiro |
Use bytestream functions for reading frame header.
libavcodec
|
2008-04-22 |
superdump |
Make Xvid wrapper use threads (with support for newest CVS Xvid only)
libavcodec
|
2008-04-22 |
superdump |
Add supported_samplerates field to AVCodec
libavcodec
|
2008-04-22 |
diego |
Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library
libavcodec
|
2008-04-22 |
lu_zero |
libdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDotuk
libavcodec
|
2008-04-22 |
bwolowiec |
change ff_ac3_parse_header() to take a GetBitContext instead of const char*
libavcodec
|
2008-04-22 |
diego |
Add .longname to bfi_decoder declaration.
libavcodec
|
2008-04-21 |
benoit |
Force inlining of MPV_motion_internal.
libavcodec
|
2008-04-21 |
benoit |
Unroll codepath
libavcodec
|
2008-04-20 |
reimar |
Simplify ff_split_xiph_headers
libavcodec
|
2008-04-20 |
reimar |
Add checks to ff_split_xiph_headers to ensure that returned header_len and
libavcodec
|
2008-04-19 |
voroshil |
Implement FFMAX3(a,b,c) - maximum over three arguments.
libavcodec
|
2008-04-19 |
ramiro |
Do not pass dct_block to vlc_decode_block().
libavcodec
|
2008-04-19 |
ramiro |
Cosmetics and style.
libavcodec
|
2008-04-19 |
ramiro |
Rename vlc1 to vlc.
libavcodec
|
2008-04-19 |
michael |
Make most of E-AC-3 work without breaking regression tests.
libavcodec
|
2008-04-19 |
michael |
This fixes the code so it is correct on both sides of the if().
libavcodec
|
2008-04-19 |
michael |
indent
libavcodec
|
2008-04-19 |
diego |
Ignore cputest-test.
libavcodec
|
2008-04-19 |
diego |
Fix build of cputest test program.
libavcodec
|
2008-04-19 |
michael |
100l I broke AC3 in MPEG seeking.
libavcodec
|
2008-04-19 |
michael |
Part 2 of EAC3 support, this is still disabled as it breaks regressions
libavcodec
|
2008-04-19 |
michael |
part 1 of EAC3 support
libavcodec
|
2008-04-19 |
michael |
Add new_frame_start and need_next_header.
libavcodec
|
2008-04-19 |
michael |
Change aac and ac3 parsers to use ff_combine_frame().
libavcodec
|
2008-04-18 |
benoit |
check alac EOF marker
libavcodec
|
2008-04-18 |
benoit |
BFI video decoder.
libavcodec
|
2008-04-18 |
michael |
remove AACAC3FrameFlag
libavcodec
|
2008-04-17 |
diego |
cosmetics: spelling
libavcodec
|
2008-04-17 |
diego |
cosmetics: Sort some lists alphabetically.
libavcodec
|
2008-04-17 |
diego |
cosmetics: __asm__ __volatile__ --> asm volatile
libavcodec
|
2008-04-17 |
vitor |
Remove another unneeded var from context
libavcodec
|
2008-04-17 |
vitor |
10l: my last commit broke compilation and introduced warnings
libavcodec
|
2008-04-17 |
vitor |
Remove unneeded variables from context
libavcodec
|
2008-04-17 |
vitor |
Remove wrapper around av_log2()
libavcodec
|
2008-04-17 |
astrange |
Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them.
libavcodec
|
2008-04-17 |
benoit |
fix a typo
libavcodec
|
2008-04-17 |
benoit |
Make two comments doxygen compatible.
libavcodec
|
2008-04-17 |
andoma |
Add descriptive long_name to AVCodec
libavcodec
|
2008-04-17 |
michael |
indent
libavcodec
|
2008-04-17 |
michael |
Factorize more code.
libavcodec
|
2008-04-17 |
michael |
Factorize decode_postfix() out.
libavcodec
|
2008-04-17 |
michael |
Change k limiting code, i think the code was buggy.
libavcodec
|
2008-04-17 |
michael |
more senseless code
libavcodec
|
2008-04-17 |
michael |
senseless code
libavcodec
|
2008-04-17 |
michael |
useless variable
libavcodec
|
2008-04-17 |
michael |
simplify
libavcodec
|
2008-04-16 |
mru |
fix building of test programs (make tests)
libavcodec
|
2008-04-16 |
diego |
cosmetics: Fix nonstandard indentation.
libavcodec
|
2008-04-16 |
heydowns |
Cosmetics:
libavcodec
|
2008-04-16 |
michael |
unused
libavcodec
|
2008-04-16 |
michael |
cosmetic
libavcodec
|
2008-04-16 |
michael |
Move the *-1 to a more sane place as well.
libavcodec
|
2008-04-16 |
michael |
Move scale_bias to a more sane place. I am starting to wonder how this
libavcodec
|
2008-04-16 |
michael |
simplify
libavcodec
|
2008-04-16 |
michael |
Avoid reverse addressing, not sure if this is faster or slower but people
libavcodec
|
2008-04-16 |
michael |
commutative law based cleanup
libavcodec
|
2008-04-16 |
michael |
do the -1 outside of the transform
libavcodec
|
2008-04-16 |
michael |
normalize signs
libavcodec
|
2008-04-16 |
heydowns |
Redo r12838 one more time, hopefully transferring the history
libavcodec
|
2008-04-16 |
michael |
100l lost add_bias
libavcodec
|
2008-04-16 |
michael |
simplify transform
libavcodec
|
2008-04-16 |
heydowns |
Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.
libavcodec
|
2008-04-16 |
heydowns |
Revert 12838 to redo it the right way (use svn copy to create new
libavcodec
|
2008-04-16 |
astrange |
Test idct_xvid_sse2() in dct-test.
libavcodec
|
2008-04-16 |
astrange |
Add a new xvid-style IDCT using SSE2.
libavcodec
|
2008-04-16 |
astrange |
Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.
libavcodec
|
2008-04-15 |
heydowns |
Move decode_significance_x86() and decode_significance_8x8_x86() to
libavcodec
|
2008-04-15 |
kostya |
DCA frame size is constant
libavcodec
|
2008-04-14 |
lu_zero |
Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithinkswDoTcom
libavcodec
|
2008-04-14 |
benoit |
Maxis XA demuxer and decoder.
libavcodec
|
2008-04-14 |
benoit |
Indentation
libavcodec
|
2008-04-14 |
benoit |
Support for BMP os2v1.
libavcodec
|
2008-04-13 |
vitor |
BFI demuxer
libavcodec
|
2008-04-13 |
michael |
ILP64 fixes (untested)
libavcodec
|
2008-04-13 |
diego |
Clear DIRS variable in common.mak, so it does not have to be cleared in
libavcodec
|
2008-04-13 |
diego |
Unset DIRS after including subdir.mak so that the variable is not used
libavcodec
|
2008-04-13 |
diego |
Generate the list of files to clean in subdirectories in common.mak.
libavcodec
|
2008-04-13 |
diego |
Simplify CLEANFILES generation.
libavcodec
|
2008-04-13 |
diego |
Add explanatory comments to enum CodecID.
libavcodec
|
2008-04-13 |
michael |
Remove redundant &.
libavcodec
|
2008-04-12 |
diego |
Add a header file to declare Xvid IDCT functions.
libavcodec
|
2008-04-12 |
diego |
Ignore dependency files.
libavcodec
|
2008-04-12 |
diego |
Ignore .ho files.
libavcodec
|
2008-04-11 |
michael |
Crop parameters are unsigned, having them negative could be bad and lead
libavcodec
|
2008-04-11 |
michael |
Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv
libavcodec
|
2008-04-10 |
diego |
cosmetics: Break an overly long line.
libavcodec
|
2008-04-10 |
diego |
cosmetics: Break some overly long lines.
libavcodec
|
2008-04-10 |
diego |
cosmetics: Break some overly long lines.
libavcodec
|
2008-04-10 |
banan |
Only set channels in the stream if previously unset, fixes resampling crash on broken dca frames
libavcodec
|
2008-04-09 |
bwolowiec |
undo changes in aac_ac3_parser
libavcodec
|
2008-04-08 |
melanson |
Fix H.264 interframe decoding when compiling with icc. Patch by Loren
libavcodec
|