Mercurial > libavcodec.hg
graph
-
Decrease severity of 'invalid new backstep' log message to warning libavcodecSun, 20 Jul 2008 15:01:20 +0000, by andoma
-
Supply context argument to av_log() in mpeg audio decoder. libavcodecSun, 20 Jul 2008 14:58:49 +0000, by andoma
-
read 'coupling in use' parameter from bitstream into decoder context first, libavcodecSat, 19 Jul 2008 22:01:46 +0000, by jbr
-
Fix h264_loop_filter_strength_mmx2() so it works with PAFF. libavcodecSat, 19 Jul 2008 21:53:54 +0000, by michael
-
Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2 libavcodecSat, 19 Jul 2008 18:53:04 +0000, by banan
-
Take the brain amputated spec literally if the user asks for it (-strict 1). libavcodecSat, 19 Jul 2008 16:16:00 +0000, by michael
-
Make strict_std_compliance available to decoders. libavcodecSat, 19 Jul 2008 15:57:06 +0000, by michael
-
Fix for possible null pointer dereferencing, closes Coverity report 68 run 2. libavcodecSat, 19 Jul 2008 15:48:53 +0000, by banan
-
Make the automatic has_b_frames increasing code increase it up to the libavcodecSat, 19 Jul 2008 15:37:52 +0000, by michael
-
Simplify co(): remove variables that are only used once libavcodecSat, 19 Jul 2008 15:32:29 +0000, by vitor
-
Try to fix my latest 100l fate SVQ3 breakage. libavcodecSat, 19 Jul 2008 12:21:09 +0000, by michael
-
Do not forget marking disposed delayed pics as unused. libavcodecSat, 19 Jul 2008 03:33:42 +0000, by michael
-
cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF libavcodecSat, 19 Jul 2008 02:54:54 +0000, by jbr
-
Remove delayed_output_pic, I do not understand what this variable was good for. libavcodecSat, 19 Jul 2008 02:53:57 +0000, by michael
-
Drop out of order pics even if bitstream_restriction_flag is set. libavcodecSat, 19 Jul 2008 02:44:17 +0000, by michael
-
Set avctx->coded_frame in RoQ encoder. At some point in libavcodecSat, 19 Jul 2008 02:43:23 +0000, by vitor
-
Make the ugly hack which uses an unused entry in the internal buffer libavcodecSat, 19 Jul 2008 00:32:15 +0000, by michael
-
minor simplification of qdm2_decode_fft_packets() libavcodecFri, 18 Jul 2008 21:16:59 +0000, by michael
-
Make frames non reference by default, so they are disposed of automatically libavcodecFri, 18 Jul 2008 20:59:17 +0000, by michael
-
Only realloc() bitstream buffer when the needed size increased, libavcodecFri, 18 Jul 2008 11:38:53 +0000, by michael
-
If metadata has been parsed goto end instead of trying to libavcodecFri, 18 Jul 2008 11:08:15 +0000, by michael
-
Declare parameters of pred() that could be const as such libavcodecThu, 17 Jul 2008 23:02:52 +0000, by vitor
-
100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in the libavcodecThu, 17 Jul 2008 17:42:44 +0000, by michael
-
Free in avcodec_close() avctx->rc_eq. Fix a memory leak. libavcodecWed, 16 Jul 2008 22:10:34 +0000, by stefano
-
The funny memcpyin svq3 generally has src & dst overlapping, so it libavcodecWed, 16 Jul 2008 02:10:21 +0000, by michael
-
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous. libavcodecWed, 16 Jul 2008 00:50:12 +0000, by lorenm
-
unroll another common case in vorbis_residue_decode libavcodecTue, 15 Jul 2008 23:01:15 +0000, by lorenm
-
Move the size of the H264Context delayed_pic array into a #define. libavcodecTue, 15 Jul 2008 21:30:04 +0000, by astrange
-
10l, float_to_int16_interleave_sse/3dnow wrote the wrong samples libavcodecTue, 15 Jul 2008 04:11:30 +0000, by lorenm
-
H264: fix index range assert() in remove_short_at_index() libavcodecMon, 14 Jul 2008 19:17:13 +0000, by mru
-
Make our flac decoder decode all the data at EOF. libavcodecSun, 13 Jul 2008 21:51:29 +0000, by michael
-
strdup() the default value for rc_eq in AVCodec when setting it in libavcodecSun, 13 Jul 2008 21:44:00 +0000, by stefano
-
Fix the logic to access the location of a string to free when setting libavcodecSun, 13 Jul 2008 21:28:17 +0000, by stefano
-
Do not declare as double a var that only stores a float libavcodecSun, 13 Jul 2008 20:38:42 +0000, by vitor
-
check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and libavcodecSun, 13 Jul 2008 20:03:57 +0000, by reimar
-
Add av_clipf() function to common.h and use it in ra288.c libavcodecSun, 13 Jul 2008 19:59:44 +0000, by vitor
-
mlpdec: Check for bits left before each read of End-of-Stream indicator and libavcodecSun, 13 Jul 2008 14:59:39 +0000, by ramiro
-
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it libavcodecSun, 13 Jul 2008 14:27:48 +0000, by ramiro
-
clip MS ADPCM predictor range to correct [0..6] range, not [0..7] libavcodecSun, 13 Jul 2008 14:25:31 +0000, by reimar
-
Use bytestream and AV_RL* functions in ADPCM code where possible libavcodecSun, 13 Jul 2008 14:12:51 +0000, by reimar
-
Fix MS ADPCM de- and encoding: first and second sample are swapped. libavcodecSun, 13 Jul 2008 14:08:28 +0000, by reimar
-
mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter libavcodecSun, 13 Jul 2008 12:23:02 +0000, by mru
-
Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER libavcodecSun, 13 Jul 2008 00:07:43 +0000, by mru
-
Fix pts handling when encoding with libschroedinger, closes issue 453. libavcodecSat, 12 Jul 2008 20:12:18 +0000, by diego
-
Use new style static VLC tables for IMC decoder. libavcodecSat, 12 Jul 2008 15:02:40 +0000, by reimar
-
100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov libavcodecSat, 12 Jul 2008 09:23:37 +0000, by reimar
-
Change MS ADPCM table so they fit into int8_t and change array type. libavcodecFri, 11 Jul 2008 21:38:42 +0000, by reimar
-
Check that we have enough output space available. libavcodecFri, 11 Jul 2008 19:45:52 +0000, by michael
-
Deprecate avcodec_build(), it returns the same value as libavcodecFri, 11 Jul 2008 15:25:12 +0000, by andoma
-
Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding. libavcodecFri, 11 Jul 2008 07:48:37 +0000, by diego
-
Make preprocessor condition more specific and useful by changing libavcodecFri, 11 Jul 2008 07:45:49 +0000, by diego
-
SSE2 optimizations for Monkey's Audio decoder vector functions libavcodecFri, 11 Jul 2008 04:48:38 +0000, by kostya
-
H264: Fix decoding with CABAC/delta_qp/PCM macroblocks. libavcodecFri, 11 Jul 2008 02:07:57 +0000, by astrange
-
Parse frames to feed the decoder with individual parse units. libavcodecThu, 10 Jul 2008 11:44:01 +0000, by benoit
-
Monkey's Audio decoder vector functions work on input with length libavcodecThu, 10 Jul 2008 06:15:13 +0000, by kostya
-
Remove ancient code that hasnt worked in many years. libavcodecWed, 09 Jul 2008 19:21:08 +0000, by michael
-
Make the function prototype visible to comply with C99 inline. libavcodecWed, 09 Jul 2008 17:51:57 +0000, by astrange
-
increment minor version for commit r14110 (Electronic Arts CMV decoder) libavcodecWed, 09 Jul 2008 08:34:43 +0000, by pross
-
Remove wrong casts from vector declarations, this would cause errors when libavcodecTue, 08 Jul 2008 16:02:20 +0000, by diego
-
Remove AVPaletteControl from ALG MM demuxer/decoder libavcodecTue, 08 Jul 2008 12:44:08 +0000, by pross
-
1 c-asm loop less and 1x unroll of float_to_int16_sse() libavcodecMon, 07 Jul 2008 21:25:18 +0000, by michael
-
dont use C-asm loops and unroll once float_to_int16_3dnow() libavcodecMon, 07 Jul 2008 20:46:03 +0000, by michael
-
Remove context fields which can be used as simple local variables. libavcodecSun, 06 Jul 2008 10:01:54 +0000, by diego
-
Remove av_cold attribute on decode_frame and add it to decode_end libavcodecSun, 06 Jul 2008 09:58:23 +0000, by diego
-
Altivec implementation of APE vector functions libavcodecSun, 06 Jul 2008 07:33:09 +0000, by kostya
-
Add several vector functions used by Monkey's Audio decoder to dsputil libavcodecSun, 06 Jul 2008 06:06:55 +0000, by kostya
-
Create a function for float dot product instead of duplicating all over the file libavcodecSat, 05 Jul 2008 18:42:08 +0000, by vitor
-
Add correct header #include to fix 'make checkheaders'. libavcodecSat, 05 Jul 2008 10:16:54 +0000, by diego
-
Add a note to remind people that new PCM/ADPCM formats need to be added to libavcodecSat, 05 Jul 2008 07:30:59 +0000, by diego
-
Write for loops in a more standard way. In my opinion, they are much more readable now. libavcodecFri, 04 Jul 2008 19:55:58 +0000, by vitor
-
Move vars declaration to inner loop when possible libavcodecFri, 04 Jul 2008 15:37:52 +0000, by vitor
-
We do not only calculate it but we also return it. libavcodecThu, 03 Jul 2008 11:52:35 +0000, by michael
-
Use get_cabac_bypass_sign instead of an if/else. libavcodecWed, 02 Jul 2008 22:25:17 +0000, by astrange
-
Reorder the if/else for residual cats to match gcc's branch prediction. libavcodecWed, 02 Jul 2008 22:20:06 +0000, by astrange
-
Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop. libavcodecWed, 02 Jul 2008 22:08:12 +0000, by astrange
-
Don't generate two copies of hl_decode_mb() under ENABLE_SMALL. libavcodecWed, 02 Jul 2008 22:03:53 +0000, by astrange
-
Don't test for H264 encoding unless an encoder exists. libavcodecWed, 02 Jul 2008 21:46:18 +0000, by astrange
-
Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers. libavcodecTue, 01 Jul 2008 01:36:16 +0000, by ramiro
-
Clarify/simplify documentation for the default_val field in AVOption. libavcodecMon, 30 Jun 2008 21:46:49 +0000, by stefano
-
Remove useless wrapper around ra288_decode_frame() libavcodecMon, 30 Jun 2008 19:30:27 +0000, by vitor
-
Remove unpack() function, read the bitstream as needed libavcodecMon, 30 Jun 2008 19:09:00 +0000, by vitor
-
gain code, gain pitch and pitch delay decoding for ACELP based codecs libavcodecMon, 30 Jun 2008 18:03:38 +0000, by voroshil
-
Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one libavcodecSun, 29 Jun 2008 21:37:03 +0000, by vitor
-
Use ff_acelp_lp_synthesis_filter() instead of duplicating it libavcodecSun, 29 Jun 2008 11:21:06 +0000, by vitor
-
Add a rounding parameter to ff_acelp_lp_synthesis_filter() libavcodecSun, 29 Jun 2008 11:19:50 +0000, by vitor
-
Add command line support for '-idct simplearmv6'. libavcodecSun, 29 Jun 2008 08:32:27 +0000, by diego
-
Use MANGLE() instead of memory operands to read globals. libavcodecSat, 28 Jun 2008 18:27:31 +0000, by astrange
-
Make code independent/less dependent on dsputil. libavcodecSat, 28 Jun 2008 10:42:31 +0000, by michael
-
Seek the file forwards instead of backwards when sync is lost. libavcodecFri, 27 Jun 2008 21:36:01 +0000, by ramiro
-
VP3 parser can also handle VP6 without any changes. libavcodecThu, 26 Jun 2008 17:14:20 +0000, by aurel
-
move ff_log2_run to bitstream.c and reuse in ffv1.c libavcodecThu, 26 Jun 2008 16:39:21 +0000, by stefang
-
VP3 & Theora parser to extract keyframe flags. libavcodecThu, 26 Jun 2008 11:25:42 +0000, by michael
-
Set frame_size to the gcd of what the decoder can output. libavcodecWed, 25 Jun 2008 18:35:24 +0000, by michael
-
Don't set mm_flags in fft-test, since it doesn't do anything anyway. libavcodecWed, 25 Jun 2008 17:37:47 +0000, by astrange
-
Use a local variable instead of mm_flags in dct-test. libavcodecWed, 25 Jun 2008 17:33:55 +0000, by astrange
-
make ModeAlphabet read-only and use a custom mode alphabet libavcodecWed, 25 Jun 2008 14:14:58 +0000, by stefang
-
Make it a little easier to spot that the code is not dealing only with libavcodecWed, 25 Jun 2008 12:08:39 +0000, by ramiro
-
Define mm_flags/support to be 0 on architectures where they don't exist. libavcodecTue, 24 Jun 2008 23:51:17 +0000, by astrange
-
Replace redundant MAX macro declaration by proper use of FFMAX. libavcodecTue, 24 Jun 2008 20:15:31 +0000, by diego
-
Use lpc_coef[2] instead of lpc_coef and lpc_coef_old libavcodecTue, 24 Jun 2008 18:38:55 +0000, by vitor
-
Mark constant structure member as const to avoid some warnings. libavcodecTue, 24 Jun 2008 09:10:30 +0000, by diego
-
Remove redundant mm_flags declaration, fixes the warning: libavcodecTue, 24 Jun 2008 09:00:58 +0000, by diego
-
Merge the >> 4 calculation of cb1_base in the table libavcodecMon, 23 Jun 2008 21:10:59 +0000, by vitor
-
Consistency: make the output buffer the first argument of functions libavcodecMon, 23 Jun 2008 21:00:28 +0000, by vitor
-
It makes more sense to return 1 here in case of overflow. libavcodecMon, 23 Jun 2008 20:42:36 +0000, by vitor
-
Rename rotate_buffer() to copy_and_dup() and doxy it libavcodecMon, 23 Jun 2008 20:18:51 +0000, by vitor
-
Move code unrelated to lpc filtering out of lpc_filter() libavcodecMon, 23 Jun 2008 20:05:42 +0000, by vitor
-
Avoid a memcpy. Code is also simpler now in my opinion. libavcodecSun, 22 Jun 2008 20:09:13 +0000, by vitor
-
Add generic ff_sine_window_init function and implement in codecs appropriately libavcodecSun, 22 Jun 2008 15:12:27 +0000, by superdump
-
vp6: ensure that huffman decoding table is sorted with descending symbol order libavcodecSun, 22 Jun 2008 13:20:41 +0000, by aurel
-
Add missing mpegvideo.o to list of vc1.o dependencies. libavcodecSun, 22 Jun 2008 12:52:26 +0000, by diego
-
Add missing entry for ADPCM_EA_MAXIS_XA_DECODER. libavcodecSun, 22 Jun 2008 12:47:39 +0000, by diego
-
Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16 libavcodecSun, 22 Jun 2008 07:05:40 +0000, by reimar
-
Do not write junk in the end of truncated files. FATE libavcodecFri, 20 Jun 2008 20:46:07 +0000, by vitor
-
Do not shift F[I] twice, it is also clearer and smaller now. libavcodecThu, 19 Jun 2008 11:04:31 +0000, by michael
-
Copy 4 pointers to avid dozends of ptr dereferences. libavcodecThu, 19 Jun 2008 10:49:30 +0000, by michael
-
Improve an lclenc.c error message in case of unsupported input pixel libavcodecThu, 19 Jun 2008 10:12:15 +0000, by stefano
-
Remove the truncated bitstream handling from our g726 decoder. libavcodecWed, 18 Jun 2008 19:18:32 +0000, by michael
-
convert DOS-style carriage return to Unix-style libavcodecTue, 17 Jun 2008 14:42:51 +0000, by gpoirier
-
Do not inline g726_iterate() the function is big so its inlining will libavcodecTue, 17 Jun 2008 00:09:42 +0000, by michael
-
Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler. libavcodecMon, 16 Jun 2008 23:57:12 +0000, by michael
-
Remove redundant zeroing (the context is memset(0)). libavcodecMon, 16 Jun 2008 23:53:34 +0000, by michael
-
Float11 does not need int, .o file becomes smaller and the code might libavcodecMon, 16 Jun 2008 23:34:15 +0000, by michael
-
Check number of bits so we do not try to use table entries which do not exist. libavcodecMon, 16 Jun 2008 23:16:44 +0000, by michael
-
get_bits() outputs exactly as many bits as requested no need to mask them. libavcodecMon, 16 Jun 2008 20:42:54 +0000, by michael
-
Add missing #includes to fix 'make checkheaders'. libavcodecMon, 16 Jun 2008 08:25:48 +0000, by diego
-
fix verbatim mode decoding. patch by Jai Menon (realityman gmx net). libavcodecSun, 15 Jun 2008 18:01:25 +0000, by jbr
-
Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software libavcodecFri, 13 Jun 2008 09:30:42 +0000, by stefano
-
Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodecThu, 12 Jun 2008 21:50:13 +0000, by stefano
-
Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and libavcodecMon, 09 Jun 2008 16:30:59 +0000, by reimar
-
Almost-cosmetics: split out coeff_count from all_fragments struct into libavcodecMon, 09 Jun 2008 16:26:28 +0000, by reimar
-
enable global_header flag for audio and video encoding, was wrongly part of commit r13722 libavcodecMon, 09 Jun 2008 01:21:57 +0000, by bcoudurier
-
add fields needed for E-AC-3 decoding to decode context libavcodecSun, 08 Jun 2008 21:08:53 +0000, by jbr
-
Separating from nellymoserdec.c parts required by encoder libavcodecSun, 08 Jun 2008 20:45:18 +0000, by bwolowiec
-
store exp_strategy for all blocks in decode context libavcodecSat, 07 Jun 2008 22:30:47 +0000, by jbr
-
store cpl_in_use for all blocks in decode context libavcodecSat, 07 Jun 2008 22:30:43 +0000, by jbr
-
cosmetics: add and align references to spec variable names libavcodecSat, 07 Jun 2008 22:30:39 +0000, by jbr
-
use macro constants for array sizes in decode context libavcodecSat, 07 Jun 2008 22:30:31 +0000, by jbr
-
cosmetics: reorder decode context fields into logical groups libavcodecSat, 07 Jun 2008 22:30:22 +0000, by jbr
-
move the decode context and some macro constants to a new file, ac3dec.h libavcodecSat, 07 Jun 2008 22:30:16 +0000, by 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. libavcodecSat, 07 Jun 2008 22:30:09 +0000, by jbr
-
add more gain levels and adjust mix level tables accordingly. libavcodecSat, 07 Jun 2008 22:30:03 +0000, by jbr
-
set default mix levels regardless of bitstream id libavcodecSat, 07 Jun 2008 22:29:45 +0000, by jbr
-
read frame type from header info into decode context libavcodecSat, 07 Jun 2008 22:29:19 +0000, by jbr
-
get the number of blocks from the ac3 parser and use in the ac3 decoder. libavcodecSat, 07 Jun 2008 22:29:03 +0000, by jbr
-
Remove Fabrice's copyright from the Makefiles. They have been entirely libavcodecFri, 06 Jun 2008 17:50:32 +0000, by diego
-
Remove *lpc_refl from the context. Only the value libavcodecThu, 05 Jun 2008 16:15:44 +0000, by vitor
-
Split function rms() in two (it does two unrelated things) libavcodecThu, 05 Jun 2008 16:11:51 +0000, by vitor
-
add esa/dia compat me options and new tesa for libx264 libavcodecThu, 05 Jun 2008 01:57:35 +0000, by bcoudurier
-
Sample tested and the code worked so the comment is removed libavcodecTue, 03 Jun 2008 16:46:38 +0000, by banan
-
In mpeg1/2 timestamps are associated with the access unit which libavcodecTue, 03 Jun 2008 02:43:17 +0000, by michael
-
print correct mpeg-2 broken_link value, and print closed_gop libavcodecMon, 02 Jun 2008 19:04:14 +0000, by bcoudurier
-
Only store timestamps when there are timestamps. libavcodecMon, 02 Jun 2008 14:53:54 +0000, by michael
-
Our MPEG-TS demuxer does not send complete PES packets but sends them libavcodecMon, 02 Jun 2008 14:40:27 +0000, by michael
-
Move new field to the end to avoid ABI breakage, I thought this struct libavcodecMon, 02 Jun 2008 14:23:25 +0000, by michael
-
Allow matching timestamps to be removed by fetch_timestamp(). libavcodecMon, 02 Jun 2008 13:12:54 +0000, by michael
-
Add off argument so that fetch_timestamp can search for timestamps libavcodecMon, 02 Jun 2008 13:09:56 +0000, by michael
-
Factorize fetch_timestamp() into its own function libavcodecMon, 02 Jun 2008 13:05:38 +0000, by michael
-
Rename last_frame_offset to next_frame_offset. libavcodecMon, 02 Jun 2008 03:10:00 +0000, by michael
-
move some AC3HeaderInfo struct fields to the Coded elements group. libavcodecMon, 02 Jun 2008 02:54:46 +0000, by jbr
-
return if bitrate is not specified or too low libavcodecSun, 01 Jun 2008 21:29:45 +0000, by bcoudurier
-
The function dec1() do two completly unrelated things. Split the rms calculation out of it. libavcodecSun, 01 Jun 2008 19:30:07 +0000, by vitor
-
memcpy considering output width, not src linesize, fix segv with av_picture_pad libavcodecSun, 01 Jun 2008 02:28:33 +0000, by bcoudurier
-
set lfe params at frame init instead of in every block libavcodecSat, 31 May 2008 21:57:45 +0000, by jbr
-
only calculate number of exponent groups when exponents are not reused. libavcodecSat, 31 May 2008 21:53:31 +0000, by jbr
-
new dba values requires running last 2 bit allocation stages libavcodecSat, 31 May 2008 19:56:54 +0000, by jbr
-
get_transform_coeffs() never returns an error, so make the function and its children return void. libavcodecSat, 31 May 2008 16:04:41 +0000, by jbr
-
Remove ra144.o dependency added in revision r13500, now reverted libavcodecSat, 31 May 2008 14:32:11 +0000, by vitor
-
As *_static are not deallocated anymore except on program termination libavcodecFri, 30 May 2008 23:26:09 +0000, by michael
-
Move *_static to bitstream.c which is the only file left which needs libavcodecFri, 30 May 2008 21:12:33 +0000, by michael
-
Change init_vlc_rl() so it does not use *alloc_static() anymore. libavcodecFri, 30 May 2008 21:08:41 +0000, by michael
-
Change init_2d_vlc_rl() to not use *alloc_static(). libavcodecFri, 30 May 2008 21:06:40 +0000, by michael
-
Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier. libavcodecFri, 30 May 2008 20:00:19 +0000, by michael
-
Make init_vlc* support proper static tables instead of this broken beyond libavcodecFri, 30 May 2008 19:48:02 +0000, by michael
-
in TRUNCATED mode, use residual fragments in ParseContext libavcodecThu, 29 May 2008 20:09:45 +0000, by skal
-
Use ff_acelp_weighted_vector_sum() instead of reimplementing it libavcodecWed, 28 May 2008 19:04:34 +0000, by vitor
-
Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. libavcodecWed, 28 May 2008 11:59:41 +0000, by michael
-
Arrays where one element too small, fixes CID114. libavcodecTue, 27 May 2008 22:10:17 +0000, by michael
-
Do not read from prior the array, fix CID 127. libavcodecTue, 27 May 2008 19:44:56 +0000, by michael
-
zero the upper frequencies of the correct coefficients libavcodecTue, 27 May 2008 00:43:39 +0000, by jbr
-
consistency cosmetics: indices --> indexes in variable names libavcodecMon, 26 May 2008 23:36:05 +0000, by diego
-
cosmetics: Use C-style comments in #endif directives. libavcodecMon, 26 May 2008 23:09:46 +0000, by diego
-
Rename var: add read coefficients a decent name libavcodecMon, 26 May 2008 18:26:47 +0000, by vitor
-
Context vars are not global vars. glob is a bad name for it. libavcodecMon, 26 May 2008 16:59:39 +0000, by vitor
-
Rename context struct to be more consistent with the rest of ffmpeg libavcodecMon, 26 May 2008 16:55:22 +0000, by vitor
-
Warn about packed B-frames. (especially useful if the file in question is libavcodecMon, 26 May 2008 11:32:42 +0000, by michael
-
set audio parameters if frame header is ok, even if crc fails libavcodecSun, 25 May 2008 18:54:17 +0000, by jbr