summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Reinstate default time_base for rtp streamsLuca Barbato2010-12-15
| | | | | | The generic default is 0/0 and that obviously triggers once the value is used. Originally committed as revision 26016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SVQ3: Allow decoding if thread_count is > 1Alexander Strange2010-12-15
| | | | | | | svq3 still doesn't support multithreading, but it's simpler for clients if they can enable threading for all codecs by default. Originally committed as revision 26015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tcp: Check url_interrupt_cb if connect was interrupted by a signalThomas Guillem2010-12-14
| | | | | | | | This makes it possible to abort a blocking connect call. Patch by Thomas Guillem, thomas dot guillem at gmail Originally committed as revision 26014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: fix typo in compute_exp_strategy()Justin Ruggles2010-12-14
| | | | Originally committed as revision 26013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move large arrays to AC3EncodeContext rather than passing them around.Justin Ruggles2010-12-14
| | | | Originally committed as revision 26012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: line wrap and spacingJustin Ruggles2010-12-14
| | | | Originally committed as revision 26011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a single value for SNR offset in the bit allocation search rather thanJustin Ruggles2010-12-14
| | | | | | the separate coarse and fine values. Originally committed as revision 26010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change bit_alloc() to return the mantissa bit count.Justin Ruggles2010-12-14
| | | | Originally committed as revision 26009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignment and line wrap after last commitJustin Ruggles2010-12-14
| | | | Originally committed as revision 26008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move bit counts to AC3EncodeContext.Justin Ruggles2010-12-14
| | | | Originally committed as revision 26007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify texi files naming: ff*-doc.texi -> ff*.texi.Stefano Sabatini2010-12-14
| | | | Originally committed as revision 26006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing dependency for matroska muxer.Justin Ruggles2010-12-14
| | | | Originally committed as revision 26005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update the test references for lavf-rm and seek-ac3_rm.Justin Ruggles2010-12-14
| | | | | | The references changed due to r25956. Originally committed as revision 26004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split out setting of bit allocation parameters to a separate function.Justin Ruggles2010-12-14
| | | | | | | Th new function only needs to be called at initialization because bit allocation parameters currently do not change during encoding. Originally committed as revision 26003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split out counting of frame bits into a separate function.Justin Ruggles2010-12-14
| | | | Originally committed as revision 26002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignmentJustin Ruggles2010-12-14
| | | | Originally committed as revision 26001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only calculate num_exp_groups once.Justin Ruggles2010-12-14
| | | | Originally committed as revision 26000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for bit allocation error in ac3_encode_frame().Justin Ruggles2010-12-14
| | | | | | Move error log printout to ac3_encode_frame(). Originally committed as revision 25999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split out grouping of exponents into a separate function.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split out mantissa quantization into separate functions.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rearrange some functionsJustin Ruggles2010-12-14
| | | | Originally committed as revision 25996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reverse the exponent & exponent strategy array arrangement to simplify theJustin Ruggles2010-12-14
| | | | | | | per-channel exponent strategy decision. This will also make it easier to plug-in other exponent strategy algorithms. Originally committed as revision 25995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move writing of frame to the output bitstream to a separate function.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove a comment and just spacingJustin Ruggles2010-12-14
| | | | Originally committed as revision 25993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split frame size adjustment into a separate function.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split exponent processing into separate functions.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split applying of MDCT into several separate functions.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split input sample deinterleaving into a separate function.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate functionally different calculations in ac3_encode_frame().Justin Ruggles2010-12-14
| | | | Originally committed as revision 25988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename 2 variablesJustin Ruggles2010-12-14
| | | | Originally committed as revision 25987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deinterleave whole frame at once instead of per-block.Justin Ruggles2010-12-14
| | | | | | | This reduces the amount of memcpy() by using pointers to overlap samples for successive blocks rather than copying. Originally committed as revision 25986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add & alter some commentsJustin Ruggles2010-12-14
| | | | Originally committed as revision 25985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split setting of bandwidth into a separate function.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move setting of bitstream_id and bitstream_mode to ac3_encode_init().Justin Ruggles2010-12-14
| | | | Originally committed as revision 25983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve ac3_encode_init() error reporting.Justin Ruggles2010-12-14
| | | | | | | Return AVERROR(EINVAL) instead of -1. Propogate errors from called functions. Add some error log printouts. Originally committed as revision 25982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indent after last commitJustin Ruggles2010-12-14
| | | | Originally committed as revision 25981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use nested loops to iterate valid sample rates.Justin Ruggles2010-12-14
| | | | | | Eliminates a goto and mirrors the bitrate validation. Originally committed as revision 25980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some duplicate local copies of avctx fields.Justin Ruggles2010-12-14
| | | | | | | This is an av_cold function, and we don't need to duplicate variables just to save a few characters. Originally committed as revision 25979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split validation of initial user options into a separate function.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use bytes instead of 16-bit words for frame size.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename variable 'n' to 'pad_bytes'Justin Ruggles2010-12-14
| | | | Originally committed as revision 25976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change output_frame_end() to return void. The frame size is already known.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: pretty-printingJustin Ruggles2010-12-14
| | | | Originally committed as revision 25974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename some iterator variables to match what they representJustin Ruggles2010-12-14
| | | | Originally committed as revision 25973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename a variable for consistencyJustin Ruggles2010-12-14
| | | | Originally committed as revision 25972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename exp_samples and global_exp to exp_shift.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename 2 functionsJustin Ruggles2010-12-14
| | | | Originally committed as revision 25970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: use some size macros in ac3tab.c/hJustin Ruggles2010-12-14
| | | | Originally committed as revision 25969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AC3_MAX_COEFS instead of 256 in a couple places in ac3.cJustin Ruggles2010-12-14
| | | | Originally committed as revision 25968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.Justin Ruggles2010-12-14
| | | | Originally committed as revision 25967 to svn://svn.ffmpeg.org/ffmpeg/trunk