tcp: Check url_interrupt_cb if connect was interrupted by a signal
[platform/upstream/libav.git] / libavcodec /
2010-12-14 Justin Ruggles10l: fix typo in compute_exp_strategy()
2010-12-14 Justin RugglesMove large arrays to AC3EncodeContext rather than passi...
2010-12-14 Justin Rugglescosmetics: line wrap and spacing
2010-12-14 Justin RugglesUse a single value for SNR offset in the bit allocation...
2010-12-14 Justin RugglesChange bit_alloc() to return the mantissa bit count.
2010-12-14 Justin Rugglescosmetics: alignment and line wrap after last commit
2010-12-14 Justin RugglesMove bit counts to AC3EncodeContext.
2010-12-14 Justin RugglesSplit out setting of bit allocation parameters to a...
2010-12-14 Justin RugglesSplit out counting of frame bits into a separate function.
2010-12-14 Justin Rugglescosmetics: vertical alignment
2010-12-14 Justin RugglesOnly calculate num_exp_groups once.
2010-12-14 Justin RugglesCheck for bit allocation error in ac3_encode_frame().
2010-12-14 Justin RugglesSplit out grouping of exponents into a separate function.
2010-12-14 Justin RugglesSplit out mantissa quantization into separate functions.
2010-12-14 Justin Rugglescosmetics: rearrange some functions
2010-12-14 Justin RugglesReverse the exponent & exponent strategy array arrangem...
2010-12-14 Justin RugglesMove writing of frame to the output bitstream to a...
2010-12-14 Justin Rugglescosmetics: remove a comment and just spacing
2010-12-14 Justin RugglesSplit frame size adjustment into a separate function.
2010-12-14 Justin RugglesSplit exponent processing into separate functions.
2010-12-14 Justin RugglesSplit applying of MDCT into several separate functions.
2010-12-14 Justin RugglesSplit input sample deinterleaving into a separate function.
2010-12-14 Justin RugglesSeparate functionally different calculations in ac3_enc...
2010-12-14 Justin Rugglescosmetics: rename 2 variables
2010-12-14 Justin RugglesDeinterleave whole frame at once instead of per-block.
2010-12-14 Justin Rugglescosmetics: add & alter some comments
2010-12-14 Justin RugglesSplit setting of bandwidth into a separate function.
2010-12-14 Justin RugglesMove setting of bitstream_id and bitstream_mode to...
2010-12-14 Justin RugglesImprove ac3_encode_init() error reporting.
2010-12-14 Justin Rugglescosmetics: indent after last commit
2010-12-14 Justin RugglesDon't use nested loops to iterate valid sample rates.
2010-12-14 Justin RugglesRemove some duplicate local copies of avctx fields.
2010-12-14 Justin RugglesSplit validation of initial user options into a separat...
2010-12-14 Justin RugglesUse bytes instead of 16-bit words for frame size.
2010-12-14 Justin Rugglescosmetics: rename variable 'n' to 'pad_bytes'
2010-12-14 Justin RugglesChange output_frame_end() to return void. The frame...
2010-12-14 Justin Rugglescosmetics: pretty-printing
2010-12-14 Justin Rugglescosmetics: rename some iterator variables to match...
2010-12-14 Justin Rugglescosmetics: rename a variable for consistency
2010-12-14 Justin Rugglescosmetics: rename exp_samples and global_exp to exp_shift.
2010-12-14 Justin Rugglescosmetics: rename 2 functions
2010-12-14 Justin Rugglescosmetics: use some size macros in ac3tab.c/h
2010-12-14 Justin RugglesUse AC3_MAX_COEFS instead of 256 in a couple places...
2010-12-14 Justin Rugglesdefine AC3_CRITICAL_BANDS and use it in the AC-3 encode...
2010-12-14 Justin RugglesUse sizeof(array value) instead of sizeof(int16_t).
2010-12-14 Justin Rugglescosmetics: use lowercase letters for function names
2010-12-14 Justin Rugglescosmetics: add new function documentation and clean...
2010-12-14 Justin Rugglescosmetics: add more space between functions
2010-12-14 Justin Rugglescosmetics: rearrange some functions/typedefs/macros
2010-12-14 Justin RugglesSimplify group size calculation in 2 places.
2010-12-14 Justin Rugglescosmetics: make a switch/case more compact
2010-12-14 Justin RugglesClean up fft_init() and mdct_init()
2010-12-14 Justin Rugglescosmetics: pretty-printing, alignment, etc...
2010-12-14 Justin RugglesRemove unneeded #include
2010-12-14 Justin RugglesSimplify fix15().
2010-12-14 Justin RugglesFix the fixed-point MDCT and FFT tests so that they...
2010-12-14 Justin RugglesSplit out initialization of MDCT tables into a separate...
2010-12-14 Justin Rugglescosmetics: Document AC3EncodeContext fields.
2010-12-14 Justin RugglesRemove unneeded debugging messages.
2010-12-14 Justin Rugglescosmetics: Define AC3_WINDOW_SIZE and use it instead...
2010-12-14 Justin Rugglescosmetics: use better (and shared) macro names for...
2010-12-14 Justin RugglesRemove duplicate AC3EncodeContext fields, sr_shift...
2010-12-14 Justin Rugglescosmetics: rename some fields in AC3EncodeContext
2010-12-14 Justin Rugglescosmetics: change all short to int16_t
2010-12-14 Justin RugglesChange some unsigned types to signed types in AC3Encode...
2010-12-14 Justin Rugglescosmetics: rearrange AC3EncodeContext fields
2010-12-13 Reimar DöffingerReturn the amount of input data actually used in the...
2010-12-12 James ZernAvoid rollover in settings conversion.
2010-12-12 Stefano SabatiniFix avpicture_alloc(), which was aligning the linesizes...
2010-12-12 Michael NiedermayerFix indention of one forgotten line in ffv1.c
2010-12-12 Justin Rugglescosmetics: vertical alignment after last commit
2010-12-12 Michael Chinenflac_parser: only buffer the estimated amount of input...
2010-12-12 Michael ChinenMake FLAC parser return frames when it has the required...
2010-12-09 Stefano SabatiniMove AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbo...
2010-12-08 Stefano SabatiniMake avpicture_alloc() return meaningful values.
2010-12-08 Stefano SabatiniReindent.
2010-12-08 Stefano SabatiniUse av_image_alloc() in avpicture_alloc(), simplify.
2010-12-07 Michael ChinenDefine FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.
2010-12-07 Michael ChinenSimplify the FLAC decoder now that it no longer has...
2010-12-07 Michael ChinenAdd a FLAC parser.
2010-12-07 Justin Rugglescosmetics: line wrap after last commit
2010-12-07 Michael ChinenAdd log_level_offset parameter to ff_flac_decode_frame_...
2010-12-07 Michael ChinenAdd is_var_size and frame_or_sample_num to FLACFrameInf...
2010-12-07 Michael ChinenCheck validity of the frame sync code in ff_flac_decode...
2010-12-07 Michael ChinenMove decode_frame_header() from flacdec.c to flac.c...
2010-12-07 Jason Garrett-GlaserAdd fullrange support to libx264.c x264 interface
2010-12-06 Sprezzalsdec: Correct the ALS decoder by storing some paramet...
2010-12-06 Baptiste CoudurierIn yadif filter, declare asm constants directly to...
2010-12-04 Stefano SabatiniAdd CODEC_CAP_NEG_LINESIZES.
2010-12-04 Stefano SabatiniAdd forgotten deprecation to avcodec_pix_fmt_string().
2010-12-04 Baptiste Coudurier10l, add ff_pw_1 to dsputil_mmx for yadif sse2
2010-12-04 Stefano SabatiniDeprecate avcodec_pix_fmt_string() in favor of
2010-12-04 Michael NiedermayerTry to improve reordered_opaque doxy.
2010-12-04 Michael NiedermayerDetect incorrect padding with wrong stuffing codes...
2010-12-04 Bobby BinghamCount non-header data towards intra block bit count...
2010-12-04 Michael NiedermayerChange the argument of memory allocation functions...
2010-12-03 Martin Storsjög722: Add a trellis encoder
2010-12-01 avcoderUse SECTION .text for yasm code.
2010-12-01 Martin Storsjöadpcm: Skip samples whose ssd calculation has wrapped...
2010-11-27 Aurelien Jacobsensure the ASS string in AVSubtitleRect is 0 terminated
next