summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* SVQ3: Allow decoding if thread_count is > 1Alexander Strange2010-12-15
* tcp: Check url_interrupt_cb if connect was interrupted by a signalThomas Guillem2010-12-14
* 10l: fix typo in compute_exp_strategy()Justin Ruggles2010-12-14
* Move large arrays to AC3EncodeContext rather than passing them around.Justin Ruggles2010-12-14
* cosmetics: line wrap and spacingJustin Ruggles2010-12-14
* Use a single value for SNR offset in the bit allocation search rather thanJustin Ruggles2010-12-14
* Change bit_alloc() to return the mantissa bit count.Justin Ruggles2010-12-14
* cosmetics: alignment and line wrap after last commitJustin Ruggles2010-12-14
* Move bit counts to AC3EncodeContext.Justin Ruggles2010-12-14
* Simplify texi files naming: ff*-doc.texi -> ff*.texi.Stefano Sabatini2010-12-14
* Add missing dependency for matroska muxer.Justin Ruggles2010-12-14
* Update the test references for lavf-rm and seek-ac3_rm.Justin Ruggles2010-12-14
* Split out setting of bit allocation parameters to a separate function.Justin Ruggles2010-12-14
* Split out counting of frame bits into a separate function.Justin Ruggles2010-12-14
* cosmetics: vertical alignmentJustin Ruggles2010-12-14
* Only calculate num_exp_groups once.Justin Ruggles2010-12-14
* Check for bit allocation error in ac3_encode_frame().Justin Ruggles2010-12-14
* Split out grouping of exponents into a separate function.Justin Ruggles2010-12-14
* Split out mantissa quantization into separate functions.Justin Ruggles2010-12-14
* cosmetics: rearrange some functionsJustin Ruggles2010-12-14
* Reverse the exponent & exponent strategy array arrangement to simplify theJustin Ruggles2010-12-14
* Move writing of frame to the output bitstream to a separate function.Justin Ruggles2010-12-14
* cosmetics: remove a comment and just spacingJustin Ruggles2010-12-14
* Split frame size adjustment into a separate function.Justin Ruggles2010-12-14
* Split exponent processing into separate functions.Justin Ruggles2010-12-14
* Split applying of MDCT into several separate functions.Justin Ruggles2010-12-14
* Split input sample deinterleaving into a separate function.Justin Ruggles2010-12-14
* Separate functionally different calculations in ac3_encode_frame().Justin Ruggles2010-12-14
* cosmetics: rename 2 variablesJustin Ruggles2010-12-14
* Deinterleave whole frame at once instead of per-block.Justin Ruggles2010-12-14
* cosmetics: add & alter some commentsJustin Ruggles2010-12-14
* Split setting of bandwidth into a separate function.Justin Ruggles2010-12-14
* Move setting of bitstream_id and bitstream_mode to ac3_encode_init().Justin Ruggles2010-12-14
* Improve ac3_encode_init() error reporting.Justin Ruggles2010-12-14
* cosmetics: indent after last commitJustin Ruggles2010-12-14
* Don't use nested loops to iterate valid sample rates.Justin Ruggles2010-12-14
* Remove some duplicate local copies of avctx fields.Justin Ruggles2010-12-14
* Split validation of initial user options into a separate function.Justin Ruggles2010-12-14
* Use bytes instead of 16-bit words for frame size.Justin Ruggles2010-12-14
* cosmetics: rename variable 'n' to 'pad_bytes'Justin Ruggles2010-12-14
* Change output_frame_end() to return void. The frame size is already known.Justin Ruggles2010-12-14
* cosmetics: pretty-printingJustin Ruggles2010-12-14
* cosmetics: rename some iterator variables to match what they representJustin Ruggles2010-12-14
* cosmetics: rename a variable for consistencyJustin Ruggles2010-12-14
* cosmetics: rename exp_samples and global_exp to exp_shift.Justin Ruggles2010-12-14
* cosmetics: rename 2 functionsJustin Ruggles2010-12-14
* cosmetics: use some size macros in ac3tab.c/hJustin Ruggles2010-12-14
* Use AC3_MAX_COEFS instead of 256 in a couple places in ac3.cJustin Ruggles2010-12-14
* define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.Justin Ruggles2010-12-14
* Use sizeof(array value) instead of sizeof(int16_t).Justin Ruggles2010-12-14