]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-05-19 GoogleAdd VP8 CODEC_ID
2010-05-19 Loren Merritt13% faster yuv420 to rgb15 mmx.
2010-05-19 Martin StorsjöFix a crash when opening WMS RTSP streams
2010-05-19 Loren Merritt40% faster yuv420 to rgb24 mmx.
2010-05-19 Martin StorsjöAdd an APIchanges note regarding the new rtp hinting...
2010-05-19 Martin StorsjöLate bump of the minor version, for the addition of...
2010-05-19 Martin StorsjöAdd a changelog entry for the RTP hinting in the mov...
2010-05-19 Maxim PoliakovskiFix signedness of q_delta field of the IVIMbInfo.
2010-05-18 David Conradmatroskadec: Free ebml binary buffer on error
2010-05-18 David Conradmatroskadec: Fix buffer overread in matroska_ebmlnum_uint
2010-05-18 David Conradmatroskadec: Ensure time_scale is nonzero, fixes divide...
2010-05-18 David Conradmatroskadec: Use av_freep in ebml_read_ascii
2010-05-18 Martin StorsjöUse a heuristic for describing the RTP packets using...
2010-05-18 Martin StorsjöAdd initial support for RTP hinting in the mov muxer
2010-05-18 Martin StorsjöMake mov_write_packet non-static, add ff_ prefix
2010-05-18 Martin StorsjöMove the mov muxer structures to a separate header
2010-05-18 Martin StorsjöAdd a flag for enabling RTP hinting
2010-05-18 Martin StorsjöMake ff_sdp_write_media a lavf-internal function
2010-05-18 Francesco LavraValidate AVCodecTag vs CodecID.
2010-05-18 Francesco LavraFactorize some code into the new function ff_toupper4().
2010-05-18 Janne GrunauIn ts demuxer, output pes packet as soon as they are...
2010-05-18 Martin StorsjöCosmetics: reindent
2010-05-18 Howard Chuffserver: Don't set me_method unconditionally
2010-05-18 Howard Chuffserver: Write proper GMT date/times in Date headers
2010-05-17 Stefano SabatiniAdd log_level_offset to AVCodecContext.
2010-05-17 Baptiste Coudurierset avg frame rate in mkv demuxer
2010-05-17 Martin Storsjöffserver: Make sure a destination URL is set when creat...
2010-05-17 Benoit FouetFix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1')
2010-05-16 Stefano SabatiniChange the order of parameters for ff_eval_expr() and
2010-05-16 Sebastian VaterFactorize code into a single function.
2010-05-16 Baptiste Coudurieruse filter name when graph parser add filters
2010-05-16 Stefano SabatiniAdd missing rawvideo pixel formats to codec tags mappin...
2010-05-16 Stefano SabatiniAdd NV12 and NV21 AVI tags.
2010-05-16 Stefano SabatiniClarify description for the MONOWHITE and MONOBLACK...
2010-05-15 François RevolAvoid mixed declaration and code, fix C89 compatibility.
2010-05-15 Stefano SabatiniClarify descriptions for RGB4, BGR4, NV12, NV21,
2010-05-14 Laurent AimarReindent after last commit on dxva2 h264 AVHWAccel.
2010-05-14 Laurent AimarFixed h264 long term support with dxva2 AVHWAccel.
2010-05-14 Baptiste CoudurierChange MAX_READ_SIZE message during av_find_stream_info...
2010-05-14 Alex Conversefmaxf -> FFMAX to fix pre-C99 systems
2010-05-14 Martin StorsjöChange inter-protocol dependencies from _deps to _select
2010-05-14 Alex Converseaacenc: Add a rate only trellis for codebook selection...
2010-05-14 Alex Converseaacenc: Use exact values when quantizing, not fuzzy...
2010-05-14 Alex Converseaacenc: Use an estimated codebook for the TLS (two...
2010-05-14 Alex Converseaacenc: Select the TLS (two-loop search) as the default...
2010-05-14 Alex Converseaacenc: Fix psy logic.
2010-05-13 Carl Eugen... Fix compilation of AC3 decoder if E-AC3 decoder was...
2010-05-13 Martin Storsjöqt-faststart: Abort scanning of the input file if a...
2010-05-13 Sebastian VaterReindent after r23124. Patch by Sebastian Vater <cdgs...
2010-05-13 Martin StorsjöCosmetics: Initialize pointers with NULL instead of...
2010-05-13 Martin StorsjöCosmetics: reindent
2010-05-13 Martin Storsjöqt-faststart: Use the error_out cleanup code path for...
2010-05-13 Sebastian VaterGrayscale support. Patch by Sebastian Vater <cdgs basty...
2010-05-13 Måns RullgårdAdd mpegaudiodec_float.o dependency on tables header...
2010-05-13 Stefano SabatiniRemove the name of the file from the @file doxy, it...
2010-05-13 Stefano SabatiniMake the init and config_filter callbacks of the pad...
2010-05-13 Stefano SabatiniMake av_parse_color() return AVERROR(EINVAL) rather...
2010-05-13 Michael Niedermayer1.0 and the resulting exactly representable value must...
2010-05-13 Michael NiedermayerCast constants to float to avoid gcc converting to...
2010-05-13 Michael NiedermayerUse standard C for implementing sign_extend() and zero_...
2010-05-13 Michael Niedermayerav_alias is an attribute and belongs to attributes.h
2010-05-13 Sebastian VaterReindent after r23112.
2010-05-13 Sebastian VaterMove handling of paletted data to the IFF demuxer....
2010-05-13 Sebastian VaterHandle palette underflows, fill remaining space with...
2010-05-13 Sebastian VaterMove a while(..){..} -> do{..}while(..), slightly faster.
2010-05-13 Vitor SessakReplace "-vfilters" by "-vf" in regtests. Should fix...
2010-05-13 Måns RullgårdFATE: change -vfilters to -vf
2010-05-13 Michael NiedermayerFix compilation with low precission mpeg audio decoding.
2010-05-13 Michael KostylevFix mpegaudio tablegen.
2010-05-13 Michael KostylevSupport writing 2d float arrays.
2010-05-12 Baptiste Coudurierrename -vfilters cli option to -vf in ffplay as well
2010-05-12 Loren Merrittchange a variable-length array to a malloc.
2010-05-12 Stefano SabatiniDoxygen av_codec_get_id() and av_codec_get_tag().
2010-05-12 Ramiro PollaRevert r31153. It failed to build on:
2010-05-12 Reimar DöffingerSet coded_frame to NULL when closing a codec, since...
2010-05-12 Baptiste Coudurierrename -vfilters cli option to -vf
2010-05-11 Michael NiedermayerDo the same sign flip optimization to the low freq...
2010-05-11 Michael NiedermayerFactorize READ_FLIP_SIGN() optimization out
2010-05-11 Michael NiedermayerOptimize decoding high freqs.
2010-05-11 Michael NiedermayerMake lsf_sf_expand() 4 times faster.
2010-05-11 Michael Niedermayerfloat based mp1/mp2/mp3 decoders.
2010-05-11 Alex ConverseSet cur_channel in the AAC encoder context where needed.
2010-05-11 Baptiste Couduriersilence gcc warning about potential uninitialized usage
2010-05-11 Baptiste Couduriercosmetics, rename loop to frame_available
2010-05-11 Baptiste Coudurierrename curr_filter to last_filter, factorize filter...
2010-05-11 Baptiste Couduriercosmetics: indentation, whitespaces
2010-05-11 Baptiste Couduriersimplify, reuse existing args variable
2010-05-11 Baptiste Couduriercosmetics: filt_graph_all -> graph, like in ffplay.c
2010-05-11 Janne GrunauAdd -ldl to libfaadbin_extralibs instead of libfaadbin_...
2010-05-11 Michael NiedermayerRemove unused FRAC_RND() macro from mpegaudiodec.c.
2010-05-11 Nick Breretonmlpdec: Comment channel_params field in struct SubStream.
2010-05-11 Nick Breretonmlpdec: Allocate channel decoding parameters for each...
2010-05-11 Ramiro PollaUse int instead of long to pass width parameters in...
2010-05-11 Michael NiedermayerAdding missing () to mathops.h.
2010-05-10 Reimar DöffingerReplace more "m" constraints with MANGLE to fix compila...
2010-05-10 Sebastian VaterOptimize decodeplane32().
2010-05-10 Sebastian VaterEnsure that width and height are > 0. avcodec_open...
2010-05-10 Måns RullgårdFATE: print friendly error for individual tests when...
2010-05-10 Thomas DevanneauxCheck NAL unit size to avoid reading past the buffer.
2010-05-10 Vitor SessakAlloc 16 extra bytes in libavfilter frames. Needed...
next