]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-12-15 Justin RugglesSeparate most of the per-block arrays into a separate...
2010-12-15 Justin RugglesSplit bit allocation search into a separate function.
2010-12-15 Luca BarbatoReinstate default time_base for rtp streams
2010-12-15 Alexander StrangeSVQ3: Allow decoding if thread_count is > 1
2010-12-14 Thomas Guillemtcp: Check url_interrupt_cb if connect was interrupted...
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 Stefano SabatiniSimplify texi files naming: ff*-doc.texi -> ff*.texi.
2010-12-14 Justin RugglesAdd missing dependency for matroska muxer.
2010-12-14 Justin RugglesUpdate the test references for lavf-rm and seek-ac3_rm.
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-14 Martin Storsjöconfigure: Allow disabling symbol versioning via -...
2010-12-13 Reimar DöffingerReturn the amount of input data actually used in the...
2010-12-12 Nolan LAdd gradfun filter, ported from MPlayer.
2010-12-12 James ZernAvoid rollover in settings conversion.
2010-12-12 Stefano SabatiniReindent.
2010-12-12 Stefano SabatiniFix encoding when the input audio format/rate/channels...
2010-12-12 Stefano SabatiniFix avpicture_alloc(), which was aligning the linesizes...
2010-12-12 Stefano SabatiniAdd section describing the filtergraph.
2010-12-12 Stefano SabatiniMake avfilter_parse_graph() output a more meaningful...
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-11 Reimar DöffingerReturn an error when get_buffer reads none or only...
2010-12-11 Reimar DöffingerEnsure that packets returned from ASF demuxer are prope...
2010-12-11 Reimar DöffingerRemove hack in MP3 probe that was meant as a work-aroun...
2010-12-11 Stefano SabatiniDefine PODPAGES in Makefile, and make them depend on
2010-12-10 Justin RugglesShow per-codec options on FFmpeg commandline help.
2010-12-10 Anton Khirnovid3v2: skip data length indicator
2010-12-10 Anton Khirnovadd my GPG fingerprint
2010-12-09 Stefano SabatiniFix typo.
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 Kostya ShishkovDon't try to demux WavPack files with >2 channels until...
next