]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2010-12-07 Ramiro Pollafix building test programs with gnu make 3.82
2010-12-07 Ramiro Pollacolorspace-test: fix build
2010-12-07 Ramiro Pollafix building of cpu-test by including required header
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 Martin Storsjörtsp/rtpdec: Set the AVStream time_base directly in...
2010-12-07 Martin Storsjörtsp: Parse RealRTSP sample rate declarations from...
2010-12-07 Martin Storsjörtpdec: Handle MP3 in RealRTSP
2010-12-07 Ramiro PollaFix building of object files in tools/
2010-12-07 Jason Garrett... Add fullrange support to libx264.c x264 interface
2010-12-07 Anton Khirnovid3v2: skip encrypted/compressed frames
2010-12-07 Anton Khirnovid3v2: use a named constant instead of 0x02
2010-12-07 Baptiste CoudurierIn mov demuxer, read alac sample from extradata, fix...
2010-12-06 Stefano SabatiniDeprecate the use of the NO_COLOR environment variable.
2010-12-06 Stefano SabatiniIntroduce FFMPEG_FORCE_NOCOLOR, with the same meaning...
2010-12-06 Sprezzalsdec: Correct the ALS decoder by storing some paramet...
2010-12-06 Martin Storsjörtpdec_h264: Pass NAL type 0 through
2010-12-06 Martin Storsjörtpdec: Skip padding bytes at the end of packets
2010-12-06 Baptiste CoudurierIn yadif filter, declare asm constants directly to...
2010-12-05 Martin Storsjörtpdec_qcelp: Use the depacketizer for static payload...
2010-12-05 Martin Storsjörtsp: Look for RTP payload handlers for static payload...
2010-12-05 Martin Storsjörtsp: Factorize code for initializing the rtp payload...
2010-12-05 Martin Storsjörtpdec: Add functions for finding depacketizers by...
2010-12-05 Martin Storsjörtpdec: Allow dynamic payload handlers to handle static...
2010-12-05 Martin Storsjörtpdec: Add a dynamic payload handler for the x-Purevoi...
2010-12-05 Etienne BuiraAllow to force colored output.
2010-12-05 Martin StorsjöRTP/VP8: Update the warning about the VP8 payload
2010-12-04 Stefano SabatiniAdd CODEC_CAP_NEG_LINESIZES.
2010-12-04 Aurelien Jacobscosmetic: indentation
2010-12-04 Aurelien Jacobsadd subtitle codec autodetection
2010-12-04 Stefano SabatiniAdd forgotten deprecation to avcodec_pix_fmt_string().
2010-12-04 Stefano SabatiniCosmetics: add empty line which was previously removed.
2010-12-04 Baptiste Coudurier10l, add ff_pw_1 to dsputil_mmx for yadif sse2
2010-12-04 Baptiste CoudurierPort libmpcodecs hqdn3d filter.
2010-12-04 Stefano SabatiniDeprecate avcodec_pix_fmt_string() in favor of
2010-12-04 Stefano SabatiniImplement av_image_alloc() and use it in
2010-12-04 Baptiste CoudurierDeclare sse2 and ssse2 function in yadif header
2010-12-04 Michael NiedermayerTry to improve reordered_opaque doxy.
next