Mercurial > libavcodec.hg
graph
-
Part 2 of EAC3 support, this is still disabled as it breaks regressions libavcodecSat, 19 Apr 2008 02:29:27 +0000, by michael
-
Change aac and ac3 parsers to use ff_combine_frame(). libavcodecSat, 19 Apr 2008 01:50:40 +0000, by michael
-
cosmetics: __asm__ __volatile__ --> asm volatile libavcodecThu, 17 Apr 2008 21:57:52 +0000, by diego
-
10l: my last commit broke compilation and introduced warnings libavcodecThu, 17 Apr 2008 19:48:02 +0000, by vitor
-
Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them. libavcodecThu, 17 Apr 2008 15:41:25 +0000, by astrange
-
Change k limiting code, i think the code was buggy. libavcodecThu, 17 Apr 2008 03:00:08 +0000, by michael
-
Move scale_bias to a more sane place. I am starting to wonder how this libavcodecWed, 16 Apr 2008 15:28:11 +0000, by michael
-
Avoid reverse addressing, not sure if this is faster or slower but people libavcodecWed, 16 Apr 2008 14:59:23 +0000, by michael
-
Redo r12838 one more time, hopefully transferring the history libavcodecWed, 16 Apr 2008 14:22:36 +0000, by heydowns
-
Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. libavcodecWed, 16 Apr 2008 04:40:21 +0000, by heydowns
-
Revert 12838 to redo it the right way (use svn copy to create new libavcodecWed, 16 Apr 2008 04:26:52 +0000, by heydowns
-
Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs. libavcodecWed, 16 Apr 2008 01:34:55 +0000, by astrange
-
Move decode_significance_x86() and decode_significance_8x8_x86() to libavcodecTue, 15 Apr 2008 13:51:41 +0000, by heydowns
-
Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithinkswDoTcom libavcodecMon, 14 Apr 2008 20:54:23 +0000, by lu_zero
-
Clear DIRS variable in common.mak, so it does not have to be cleared in libavcodecSun, 13 Apr 2008 10:37:30 +0000, by diego
-
Unset DIRS after including subdir.mak so that the variable is not used libavcodecSun, 13 Apr 2008 10:22:46 +0000, by diego
-
Generate the list of files to clean in subdirectories in common.mak. libavcodecSun, 13 Apr 2008 10:09:47 +0000, by diego
-
Add a header file to declare Xvid IDCT functions. libavcodecSat, 12 Apr 2008 16:54:36 +0000, by diego
-
Crop parameters are unsigned, having them negative could be bad and lead libavcodecFri, 11 Apr 2008 12:57:49 +0000, by michael
-
Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv libavcodecFri, 11 Apr 2008 12:55:21 +0000, by michael
-
Only set channels in the stream if previously unset, fixes resampling crash on broken dca frames libavcodecThu, 10 Apr 2008 06:15:17 +0000, by banan
-
Fix H.264 interframe decoding when compiling with icc. Patch by Loren libavcodecTue, 08 Apr 2008 23:49:34 +0000, by melanson
-
Fix reference to a file in MPlayer that was renamed. libavcodecTue, 08 Apr 2008 15:16:48 +0000, by diego
-
Increase alignment for DCT block arrays from 8 to 16 libavcodecTue, 08 Apr 2008 01:09:33 +0000, by superdump
-
Add a missing comma in tiff_encoder.pix_fmts libavcodecTue, 08 Apr 2008 00:57:12 +0000, by superdump
-
change of aac_ac3_parser, so it is able to send complete portion of data to decoder libavcodecSat, 05 Apr 2008 20:09:36 +0000, by bwolowiec
-
Disable the split function. This should end the mpeg1/2 global header issues. libavcodecFri, 04 Apr 2008 00:43:34 +0000, by michael
-
Do not use the mlib IDCT by default. We do not want videos which are only libavcodecWed, 02 Apr 2008 11:47:00 +0000, by michael
-
Remove flexible array member from Escape 124 libavcodecTue, 01 Apr 2008 01:28:26 +0000, by superdump
-
cosmetics: Write some Doxygen comments in a more compact fashion. libavcodecMon, 31 Mar 2008 17:30:50 +0000, by diego
-
Remove redundant #ifdef around the complete file. libavcodecMon, 31 Mar 2008 17:13:00 +0000, by diego
-
Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL. libavcodecMon, 31 Mar 2008 17:12:10 +0000, by diego
-
change rle encoder to count up to 127, sgi does not support 128 libavcodecSun, 30 Mar 2008 17:27:58 +0000, by bcoudurier
-
Use 15-bit LPC precision by default. This generally gives better compression libavcodecSun, 30 Mar 2008 16:01:10 +0000, by jbr
-
Altivec and SSE2 require 16-byte alignment, so make sure they get it libavcodecSun, 30 Mar 2008 10:30:33 +0000, by gpoirier
-
check mm_flags for each DCT and skips the ones that can't be run libavcodecSun, 30 Mar 2008 10:29:28 +0000, by gpoirier
-
change name from stream type to frame type in AC3 code libavcodecFri, 28 Mar 2008 20:42:55 +0000, by bwolowiec
-
removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag libavcodecFri, 28 Mar 2008 19:59:58 +0000, by bwolowiec
-
only allocate context input buffer if AVCodecContext.error_reslience is greater than 0. libavcodecWed, 26 Mar 2008 22:36:41 +0000, by jbr
-
additional protection from segmentation faults and memory access errors by libavcodecTue, 25 Mar 2008 23:34:00 +0000, by jbr
-
Classify mlib as a configurable option, not as a hardware feature. libavcodecTue, 25 Mar 2008 21:30:16 +0000, by diego
-
Set mm_flags in dct-test to fix floating math. libavcodecTue, 25 Mar 2008 14:34:27 +0000, by benoit
-
Fix possible heap overflow caused by av_fast_realloc() libavcodecTue, 25 Mar 2008 10:15:17 +0000, by michael
-
using EAC3_STREAM_TYPE_* instead of numbers libavcodecMon, 24 Mar 2008 22:21:22 +0000, by bwolowiec
-
pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used libavcodecMon, 24 Mar 2008 11:49:59 +0000, by diego
-
Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by libavcodecSun, 23 Mar 2008 15:43:29 +0000, by jbr
-
Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx() libavcodecFri, 21 Mar 2008 12:36:49 +0000, by zuxy
-
Apply 'alloc_size' attribute to ff_realloc_static() libavcodecFri, 21 Mar 2008 04:48:59 +0000, by zuxy
-
Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static() libavcodecFri, 21 Mar 2008 03:54:45 +0000, by zuxy
-
Apply 'cold' attribute to init/uninit functions in libavcodec libavcodecFri, 21 Mar 2008 03:11:20 +0000, by zuxy
-
More complete documentation for AVFrame.reference. libavcodecThu, 20 Mar 2008 18:16:13 +0000, by michael
-
Hardcode register to prevent aparent miscompilation. libavcodecThu, 20 Mar 2008 14:24:29 +0000, by michael
-
correctly set avctx->frame_size for mp3on4 and mp3adu libavcodecThu, 20 Mar 2008 09:36:04 +0000, by bcoudurier
-
mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS libavcodecMon, 17 Mar 2008 02:33:08 +0000, by mru
-
Move functions that are only used when libswscale is not compiled in below libavcodecSun, 16 Mar 2008 17:34:31 +0000, by diego
-
improve precision in mdct.c using double for some temporaries libavcodecSun, 16 Mar 2008 13:15:42 +0000, by mru
-
Use correct t printf modifier for pointer differences. libavcodecFri, 14 Mar 2008 13:19:39 +0000, by diego
-
log aspect ratio forbidden value, and fail if error resilience is high libavcodecFri, 14 Mar 2008 09:33:38 +0000, by bcoudurier
-
do not fail badly if aspect ratio is 0/forbidden, fix issue 369 libavcodecThu, 13 Mar 2008 18:26:53 +0000, by bcoudurier
-
This file does not use size_t, so no need to #include <sys/types.h>. libavcodecThu, 13 Mar 2008 18:10:58 +0000, by diego
-
If consumed does not match nalsize, favor nalsize. libavcodecThu, 13 Mar 2008 01:49:19 +0000, by michael
-
Add missing stdint.h #include to headers that use it. libavcodecThu, 13 Mar 2008 00:20:15 +0000, by diego
-
make input buffer const, as it should be. fixes a warning. libavcodecMon, 10 Mar 2008 21:59:30 +0000, by jbr
-
Rename --enable-swscaler --> enable-swscale to be consistent with the libavcodecMon, 10 Mar 2008 17:54:24 +0000, by diego
-
These video decoders do not need to include and initialize the DSP libavcodecMon, 10 Mar 2008 03:07:44 +0000, by melanson
-
There is no reason to assign a variable to itself libavcodecMon, 10 Mar 2008 03:07:15 +0000, by melanson
-
downmix before imdct unless different size transforms are used. about 20% libavcodecSun, 09 Mar 2008 17:05:19 +0000, by jbr
-
cosmetics: Fix indentation in a few more places. libavcodecSat, 08 Mar 2008 20:27:16 +0000, by diego
-
cosmetics: Normalize {} placement after for, while, if. libavcodecSat, 08 Mar 2008 20:24:24 +0000, by diego
-
huffman: add a zero_count flag and use it in fraps libavcodecSat, 08 Mar 2008 18:08:16 +0000, by aurel
-
huffman: pass hnode_first as a flag instead of as an argument on its own libavcodecSat, 08 Mar 2008 17:57:13 +0000, by aurel
-
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libavcodecSat, 08 Mar 2008 14:39:43 +0000, by diego
-
do not display par and dar if not available libavcodecThu, 06 Mar 2008 23:09:16 +0000, by bcoudurier
-
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment libavcodecThu, 06 Mar 2008 20:44:44 +0000, by mru
-
Make av_class a pointer to a const AVClass. Addresses one warning in libavcodecThu, 06 Mar 2008 17:41:31 +0000, by takis
-
fix interlaced decoding, original patch from reimar libavcodecThu, 06 Mar 2008 09:45:59 +0000, by bcoudurier
-
make compilation of mpeg12* and mpegvideo conditional libavcodecWed, 05 Mar 2008 21:43:30 +0000, by aurel
-
add dependencies for matroska audio and nut muxers over lavc libavcodecWed, 05 Mar 2008 16:34:47 +0000, by aurel
-
doxyfy frame type comments and add some more comments libavcodecWed, 05 Mar 2008 15:23:54 +0000, by aurel
-
define BI frame type along with other frame types libavcodecWed, 05 Mar 2008 15:19:26 +0000, by aurel
-
Avoid linking with h263 and mpeg4 find_frame_end() libavcodecWed, 05 Mar 2008 14:46:51 +0000, by aurel
-
fix the WC3 Xan decoder by correcting the frame accounting logic libavcodecWed, 05 Mar 2008 06:58:20 +0000, by melanson
-
move EDGE_WIDTH definition allong with draw_edges where it belongs libavcodecWed, 05 Mar 2008 00:38:14 +0000, by aurel
-
remove #include "mpegvideo.h" where it is not needed libavcodecWed, 05 Mar 2008 00:07:53 +0000, by aurel
-
Detect and prevent reading over the end of counts_*. We pass the error libavcodecTue, 04 Mar 2008 21:58:34 +0000, by michael
-
Prevent segfault due to reading over the end of the input buffer. libavcodecTue, 04 Mar 2008 21:39:21 +0000, by michael
-
Provide non null class name to avoid crash with ffmpeg -h. libavcodecMon, 03 Mar 2008 19:53:27 +0000, by michael
-
use scale factor instead of sum for downmix level adjustment. avoids division libavcodecSat, 01 Mar 2008 16:10:19 +0000, by jbr
-
pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing. libavcodecSat, 01 Mar 2008 15:48:18 +0000, by jbr
-
Use 24-bit fixed-point transform coefficients until just before MDCT. This libavcodecSat, 01 Mar 2008 04:39:39 +0000, by jbr
-
more aspect ratios added in one of the ammendments libavcodecSat, 01 Mar 2008 01:58:25 +0000, by lorenm
-
Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but libavcodecThu, 28 Feb 2008 17:01:35 +0000, by reimar
-
code is ok for 4bpp in mov too, fix 16grey.mov libavcodecThu, 28 Feb 2008 16:08:52 +0000, by bcoudurier
-
Add explanatory comment to '#define FLOAT float'. libavcodecTue, 26 Feb 2008 22:52:01 +0000, by diego
-
Stuffing bytes to not violate minimum legality rate. libavcodecTue, 26 Feb 2008 20:17:30 +0000, by michael
-
Remove another temporary variable with which gcc has problems. libavcodecTue, 26 Feb 2008 18:36:58 +0000, by michael
-
Alternative and faster (on gcc x86) plane rotation. libavcodecTue, 26 Feb 2008 15:52:37 +0000, by michael
-
Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself), libavcodecTue, 26 Feb 2008 15:32:34 +0000, by michael
-
One variable less. No real change to the actual code. libavcodecTue, 26 Feb 2008 15:19:37 +0000, by michael
-
split encoding part of dsputil_mmx into its own file libavcodecMon, 25 Feb 2008 23:14:22 +0000, by aurel
-
compile various fdct only when encoders are enabled libavcodecMon, 25 Feb 2008 21:43:19 +0000, by aurel
-
Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute libavcodecMon, 25 Feb 2008 14:42:12 +0000, by michael
-
__asm __volatile -> asm volatile, improves code consistency and works libavcodecSun, 24 Feb 2008 14:46:22 +0000, by reimar
-
Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. libavcodecSat, 23 Feb 2008 23:30:41 +0000, by banan
-
Disabling all SSE* code for old gcc to avoid alignment issues. libavcodecThu, 21 Feb 2008 00:06:07 +0000, by michael
-
Forgot this, which is needed for merging field pics too. libavcodecWed, 20 Feb 2008 19:48:25 +0000, by michael
-
Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2 libavcodecWed, 20 Feb 2008 19:45:38 +0000, by michael
-
Make timestamp interpolation work with mpeg2 field pictures. libavcodecWed, 20 Feb 2008 03:20:06 +0000, by michael
-
Reduce the number of senselessly scanned bytes. libavcodecTue, 19 Feb 2008 15:55:14 +0000, by michael
-
arg 10000l. Fix wrong fix committed in r12141 libavcodecTue, 19 Feb 2008 07:24:00 +0000, by gpoirier
-
10l: fix always false test: Binary & has lower precedence than == libavcodecTue, 19 Feb 2008 07:19:15 +0000, by gpoirier
-
Refactor vcprm and vcii macros by using the AVV macro. libavcodecMon, 18 Feb 2008 23:01:26 +0000, by diego
-
fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't check mm_flags libavcodecMon, 18 Feb 2008 21:35:31 +0000, by gpoirier
-
clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN libavcodecSat, 16 Feb 2008 19:18:30 +0000, by mru
-
FLAT objects cannot have multiple sections, so using the L1 attributes breaks libavcodecSat, 16 Feb 2008 15:17:31 +0000, by diego
-
Add header for declaration of ff_xxxx functions in imgconvert.c libavcodecFri, 15 Feb 2008 20:20:57 +0000, by vitor
-
Split avpicture_fill() in two functions. This will be libavcodecFri, 15 Feb 2008 18:01:07 +0000, by vitor
-
silence wmaenc.c:181: warning:suggestparentheses around assignment used as truth value libavcodecFri, 15 Feb 2008 13:44:08 +0000, by banan
-
Remove useless buffering of input data, so that avcodec_decode_audio never libavcodecWed, 13 Feb 2008 14:20:22 +0000, by superdump
-
Print Theora bitstream version at DEBUG, not at VERBOSE level. libavcodecWed, 13 Feb 2008 08:05:51 +0000, by diego
-
Factor bytewidth determination in its own function libavcodecMon, 11 Feb 2008 21:49:24 +0000, by vitor
-
Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may libavcodecMon, 11 Feb 2008 08:01:07 +0000, by andoma
-
asm argument that might be in memory needs a size libavcodecSun, 10 Feb 2008 01:45:42 +0000, by lorenm
-
Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg. libavcodecSat, 09 Feb 2008 17:55:07 +0000, by diego
-
30% faster ff_vorbis_floor1_render_list, 3% faster overall libavcodecSat, 09 Feb 2008 13:53:15 +0000, by lorenm
-
use fewer registers in apply_welch_window_sse2 libavcodecSat, 09 Feb 2008 05:29:47 +0000, by lorenm
-
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3. libavcodecWed, 06 Feb 2008 12:32:31 +0000, by lorenm
-
put loop counter in a register if possible. makes some of the qpel functions 3% faster. libavcodecWed, 06 Feb 2008 04:44:21 +0000, by lorenm
-
Check that we have enough input data in IMC decoder. libavcodecTue, 05 Feb 2008 18:39:55 +0000, by reimar
-
add qpel rounder once during hv rather than twice during hv and whatever it's averaged with libavcodecTue, 05 Feb 2008 03:58:13 +0000, by lorenm
-
clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code. libavcodecTue, 05 Feb 2008 01:16:48 +0000, by lorenm
-
Deprecate old and inefficient per instruction asm(). libavcodecMon, 04 Feb 2008 20:03:08 +0000, by michael
-
Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of libavcodecMon, 04 Feb 2008 10:26:35 +0000, by diego
-
mpegvideo.h has two function declarations with the 'inline' specifier libavcodecSun, 03 Feb 2008 17:54:30 +0000, by diego
-
use mmx2/3dnow avg functions in avg_qpel*_mc00 libavcodecSun, 03 Feb 2008 16:19:37 +0000, by lorenm
-
remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2. libavcodecSun, 03 Feb 2008 03:21:47 +0000, by lorenm
-
Make avcodec_decode_* functions take const input buffers. libavcodecSat, 02 Feb 2008 22:54:50 +0000, by michael
-
100l, since we already check for buf_size == 769 we should also libavcodecSat, 02 Feb 2008 22:34:44 +0000, by reimar
-
Use bytestream_get_be24 to simplify palette parsing. libavcodecSat, 02 Feb 2008 22:31:11 +0000, by reimar
-
"swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields libavcodecSat, 02 Feb 2008 10:54:20 +0000, by lorenm
-
Casts to silcence "incompatible pointer type" warnings. libavcodecFri, 01 Feb 2008 13:51:06 +0000, by michael
-
one "cast discards qualifiers from pointer target type" less libavcodecFri, 01 Feb 2008 03:29:43 +0000, by michael
-
The buffer passed into the decoder should be const. libavcodecFri, 01 Feb 2008 02:26:19 +0000, by michael
-
Fix const qualifer issues found by -Wcast-qual. libavcodecFri, 01 Feb 2008 01:40:46 +0000, by michael
-
Indention, it seems i have forgotton to commit this. libavcodecFri, 01 Feb 2008 01:35:31 +0000, by michael
-
Revert r11689 and r11690 (uninitalized warning fix) as its theoretically libavcodecThu, 31 Jan 2008 14:01:33 +0000, by michael
-
fix "uninitalized" warning, the alternative way. libavcodecThu, 31 Jan 2008 01:38:00 +0000, by michael
-
revert r11677, it is considered speed critical libavcodecThu, 31 Jan 2008 01:25:29 +0000, by bcoudurier
-
add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses around && within || libavcodecThu, 31 Jan 2008 00:57:48 +0000, by bcoudurier
-
add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses around && within || libavcodecThu, 31 Jan 2008 00:50:21 +0000, by bcoudurier
-
cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 of 's->dsp.bswap_buf' from incompatible pointer type libavcodecThu, 31 Jan 2008 00:10:56 +0000, by bcoudurier
-
init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used uninitialized in this function libavcodecThu, 31 Jan 2008 00:05:44 +0000, by bcoudurier
-
cast to dest type, fix warning: 4xm.c:304: warning: initialization from incompatible pointer type libavcodecThu, 31 Jan 2008 00:01:16 +0000, by bcoudurier
-
cast to dest type, fix warning imgconvert.c:1958: warning: assignment from incompatible pointer type libavcodecThu, 31 Jan 2008 00:00:08 +0000, by bcoudurier
-
add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_reformat_buffer32' discards qualifiers from pointer target type libavcodecWed, 30 Jan 2008 23:58:44 +0000, by bcoudurier
-
add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest parentheses around arithmetic in operand of | libavcodecWed, 30 Jan 2008 23:54:59 +0000, by bcoudurier
-
fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment from incompatible pointer type libavcodecWed, 30 Jan 2008 23:52:42 +0000, by bcoudurier
-
Add bitstream filter to convert between mov and plain text subtitles libavcodecMon, 28 Jan 2008 21:24:09 +0000, by reimar
-
Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated libavcodecMon, 28 Jan 2008 21:12:38 +0000, by heydowns
-
Move common test program infrastructure to common.mak. libavcodecSun, 27 Jan 2008 23:28:56 +0000, by diego
-
Move some lines in preparation for an upcoming commit. libavcodecSun, 27 Jan 2008 23:27:13 +0000, by diego
-
Add and use DECLARE_ASM_CONST for constants used in assembler code. libavcodecSun, 27 Jan 2008 20:50:16 +0000, by reimar
-
Use DECLARE_ALIGNED and remove unneeded attribute_used libavcodecSun, 27 Jan 2008 19:59:11 +0000, by reimar
-
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavcodecSun, 27 Jan 2008 19:57:04 +0000, by reimar
-
fix indentation that was messed up by r11628 libavcodecSun, 27 Jan 2008 08:37:28 +0000, by gpoirier
-
Do not group libamr_nb and libamr_wb together as libamr. libavcodecSat, 26 Jan 2008 12:46:46 +0000, by diego
-
Correctly clean up IntraX8Context upon codec close. libavcodecFri, 25 Jan 2008 07:37:46 +0000, by andoma
-
Fix crash for CAVLC->CABAC switch caused by writing into NULL tables. libavcodecThu, 24 Jan 2008 19:31:59 +0000, by michael
-
Add #undef printf and disable non-functional code to make test program compile. libavcodecWed, 23 Jan 2008 21:27:07 +0000, by diego
-
Fix test program compilation: Add missing #include and update the call libavcodecWed, 23 Jan 2008 10:23:24 +0000, by diego
-
Put some disabled functions that are only used in the test program in cabac.c libavcodecWed, 23 Jan 2008 10:19:39 +0000, by diego