]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-09-22 Diego BiurrunRearrange wav_muxer and {wav|w64}_demuxer blocks to...
2009-09-22 Diego BiurrunThe W64 demuxer depends on the WAV demuxer.
2009-09-22 Diego BiurrunMove find_guid function and guid_data array to a global...
2009-09-22 Alex ConverseAAC: Simplify some logic from r19956. (The escape codeb...
2009-09-22 Måns RullgårdARM: NEON optimisations for some dsputil functions
2009-09-22 Måns RullgårdAAC: use new dsputil functions
2009-09-22 Måns RullgårdAdd some dsputil functions useful for AAC decoder
2009-09-21 Benjamin LarssonAdd forgotten cleanup function in atrac1.
2009-09-21 Benjamin LarssonCosmetics, indentation.
2009-09-21 Benjamin LarssonCosmetics. Merge declaration and initialization.
2009-09-21 Benjamin LarssonMove the scale factor and word length indexes to the...
2009-09-21 Diego BiurrunDeinterleave the generation of config.h and config...
2009-09-21 Reimar DöffingerUse a custom radix sort implementation instead of qsort...
2009-09-21 Alex Converseaacenc: Use preprocessor constants for trellis states...
2009-09-21 Alex Converseaacenc: Split paths in the scalefactor selection trelli...
2009-09-21 Alex Converseaacenc: Replace cbrt() with cbrtf() when the result...
2009-09-21 Alex Converseaacenc: Multiple distortion by lambda after it's summed...
2009-09-21 Alex ConverseCosmetics: Reindent after r19943.
2009-09-21 Alex Converseaacenc: Don't make unnecessary compares to the escape...
2009-09-21 Loren Merrittextend ff_inverse[], and fix its documentation
2009-09-21 Måns RullgårdARM: merge two loops in ff_mdct_calc_neon
2009-09-21 Måns RullgårdARM: interleave cos/sin tables for improved NEON MDCT
2009-09-21 Måns RullgårdAllow arch-specific mdct code to request interleaving...
2009-09-21 Måns Rullgårdregtest: do not write to /tmp/ffmpeg$$
2009-09-21 Måns Rullgårdconfigure: remove some unnecessary backslashes
2009-09-21 Måns RullgårdSplit dnxhd regression test so the parts can run in...
2009-09-21 Måns RullgårdARM: remove broken IPP support
2009-09-21 Mike MelansonModify unpack_vlcs() so that there are fewer dereferenc...
2009-09-20 Diego BiurrunAdd parentheses to logical expression to avoid the...
2009-09-20 Diego BiurrunRemove unused variable, fixes the warning:
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-20 Diego BiurrunFix embarassing typo in last commit: Restore mistakenly...
2009-09-20 Diego BiurrunK&R coding style whitespace cosmetics
2009-09-20 Carl Eugen... Cosmetics: Reindent after r19927.
2009-09-20 Martin FiedlerAllow encoding frames with more than 2800 lines.
2009-09-19 Reimar DöffingerSupport uncompressed 16 bit sgi image format, as e...
2009-09-19 Reimar DöffingerSimplify color_flags calculation, remove a pointless...
2009-09-19 Reimar DöffingerMake default_correlation array const since it is never...
2009-09-19 Reimar DöffingerUse default sws_flags for dnxhd regression tests and...
2009-09-19 Reimar DöffingerUpdate regression reference for DNxHD test update
2009-09-19 Reimar DöffingerChange DNxHD regression tests to test both 720p and...
2009-09-19 Reimar DöffingerAdd missing strings.h include needed for strcasecmp.
2009-09-19 Justin RugglesUpdate AC-3 channel map. 2F/2R layout only has 4 chann...
2009-09-19 Benjamin LarssonAlign sample output buffer in atrac1.
2009-09-19 Benjamin LarssonFix the short block transform for atrac1.
2009-09-18 Reimar DöffingerChange dnxhd regression tests for r19912 which fixed...
2009-09-18 Diego Biurrun#include correct header to fix 'make checkheaders'.
2009-09-18 Diego BiurrunReorder functions so that encoding functions are disabl...
2009-09-18 Diego BiurrunAdd missing stdint.h #include to fix 'make checkheaders'.
2009-09-18 Baptiste Coudurierfix uninitialized memory in dnxhd encoder
2009-09-18 Michael NiedermayerOnly use *ic_ptr when it has been initialized.
2009-09-18 Ronald S. BultjeUnscrewup indentation (pointed out by Diego).
2009-09-18 Diego BiurrunAdd probetest to TOOLS list.
2009-09-18 Diego BiurrunIntroduce a variable for all targets in the tools subdi...
2009-09-18 Diego BiurrunDrop argc/argv parameters from main(), they are unused.
2009-09-18 Diego Biurruncosmetics: K&R coding style, prettyprinting
2009-09-17 Ronald S. BultjeRTSP basic authentication, patch originally by Philip...
2009-09-17 Baptiste Coudurierupdate seek regression tests due to r19902
2009-09-17 Reimar DöffingerUpdate dnxhd rotozoom regression test values with more...
2009-09-17 Niobosfix pes overhead computation, patch by Niobos, niobos...
2009-09-17 Reimar DöffingerUpdate dnxhd regression test to match the majority...
2009-09-17 Benjamin LarssonOnly use one mdct window size in atrac1.
2009-09-17 Baptiste Coudurierprint at debug level the score at which codec probing...
2009-09-17 Reimar DöffingerImprove SIFF probe by also checking the first tag is...
2009-09-17 Reimar DöffingerImprove dxa probe by checking the values for width...
2009-09-17 Reimar DöffingerSlightly improve probe for ea format by checking that...
2009-09-17 Reimar DöffingerAdd dnxhd test to regression tests.
2009-09-17 Lars TäuberDo not include "mp4:" prefix from RTMP URL into "app...
2009-09-17 Kostya ShishkovRegister myself as RTMP maintainer
2009-09-17 Kostya ShishkovRemove useless code causing crash in Targa decoder
2009-09-16 Justin Rugglesadd CODEC_CAP_SUBFRAMES to the FLAC decoder capabilitie...
2009-09-16 Ramiro PollaCleanup buffer debugs in swScale().
2009-09-16 Ramiro PollaUse correct buffers in vertical scaler in unscaled...
2009-09-16 Michael NiedermayerPrint a warning if a format has been detected with...
2009-09-16 Michael NiedermayerPrint at debug level the score with which probing succe...
2009-09-16 Michael NiedermayerFix indention after last commit.
2009-09-16 Michael NiedermayerImprove amortized worst case speed of the muxers packet...
2009-09-16 Måns RullgårdARM: do not use movw/movt for relocatable values with PIC
2009-09-16 Kostya Shishkovreindent after last commit and remove unneeded empty...
2009-09-16 Kostya ShishkovMake MPC SV8 probe skip tags until stream header is...
2009-09-16 Kostya ShishkovMonkey's Audio uses subframes too, declare that in...
2009-09-16 Reimar DöffingerFix overflow check insufficiently improved in r19840.
2009-09-16 Sascha SommerAdd CODEC_CAP_SUBFRAMES for codecs that output multiple...
2009-09-16 Sascha Sommerfix PTS calculation for audio formats with bits per...
2009-09-16 Peter RossCore Audio Format demuxer
2009-09-16 Peter RossMake mov LPCM and AAC parsing functions public
2009-09-16 Peter Rossperform sanity check on number of audio channels in...
2009-09-16 Gwenole BeauchesneFill in new VASliceParameterBufferMPEG2.slice_horizonta...
2009-09-16 Gwenole BeauchesneMove down HWAccel code path so that to fill in s->mb_x...
2009-09-16 Kostya ShishkovEnhance Musepack SV8 probing code
2009-09-16 Michael NiedermayerFlv should be AVFMT_VARIABLE_FPS.
2009-09-16 Michael NiedermayerUpgrade a few important messages to AV_LOG_WARNING.
2009-09-16 Michael NiedermayerFix indention after previous commit.
2009-09-16 Michael NiedermayerMake packet interleaving in the muxer not scan through...
2009-09-16 Michael NiedermayerAlso reset *_end in flush_packet_queue().
2009-09-15 Stefano SabatiniMake pkgconfig_generate() fill Libs with the required...
2009-09-15 Justin Ruggles10l: set genre default immediately before reading genre tag
2009-09-15 Justin RugglesSet ID3v1 genre to 0xFF (unknown) by default instead...
2009-09-15 Måns Rullgård10l: fix ff_fft_init_arm() prototype
2009-09-15 Måns RullgårdMove per-arch fft init bits into the corresponding...
next