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