]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-05-10 Diego BiurrunMove preprocessor condition before variable declaration...
2009-05-10 Baptiste Coudurierensure first pts is set, according to specs
2009-05-10 Baptiste Coudurierremove useless max_payload_size variable
2009-05-10 Baptiste Coudurierdo not write dts if pts is not set
2009-05-10 Baptiste Coudurierfix total bitrate computation, based on patch by corp18...
2009-05-10 Baptiste Coudurierupdate comment for rgb 16 bit in .mov
2009-05-09 Stefano SabatiniAdd @code/@endcode commands to markup C code in av_tree...
2009-05-09 Stefano SabatiniAdd missing '*' to av_tree_insert() doxy.
2009-05-09 Diego BiurrunAdd necessary header for CONFIG_RUNTIME_CPUDETECT prepr...
2009-05-09 Diego BiurrunAdd missing const qualifiers to AltiVec function parame...
2009-05-08 Daniel Verkampdata parameter of dnxhd_encode_picture() should not...
2009-05-08 Vitor Sessak"[" is a terminating char for the filter name. This...
2009-05-08 Michael NiedermayerCorrect x/ymin to avoid segfault due to out of picture...
2009-05-07 Vitor SessakFix sliced yuv410 -> yuv420 conversion
2009-05-06 Daniel VerkampWarning fix: Make ogg_stream.codec const
2009-05-06 Daniel VerkampChange codec_id type to enum CodecID, fix warning.
2009-05-06 Daniel VerkampUpdate docs after the 8088flex TMV demuxer and decoder...
2009-05-06 Daniel VerkampAdd 8088flex TMV file demuxer.
2009-05-06 Daniel VerkampAdd 8088flex TMV video decoder.
2009-05-06 Daniel VerkampAdd CGA and palette data for 8088flex TMV decoder.
2009-05-06 Ramiro Pollamlpdec: Fix possible writing out of array bounds introd...
2009-05-06 Ramiro Pollamlpdec: Split sync word error and MLP sync word check.
2009-05-06 Ramiro Pollamlpdec: Fix indentation that got mangled from copy...
2009-05-06 Ramiro PollaAccept "bikeshed" as a random color.
2009-05-06 Kostya ShishkovAdd 32-bit RGB support to TIFF decoder and extend a...
2009-05-06 Laurent AimarAdd floating point audio decoding to WavPack decoder.
2009-05-06 Laurent AimarPrepare WavPack decoder to support floating point output.
2009-05-06 Justin Rugglescosmetics: line wrap and vertical alignment
2009-05-06 Justin Rugglesac3dec: Remove unneeded context variable, num_cpl_subba...
2009-05-05 Justin Rugglescosmetics: indentation after last commit
2009-05-05 Justin Rugglesac3dec: move channel remapping to outside of block...
2009-05-05 Stefano SabatiniImplement av_parse_color().
2009-05-05 Michael NiedermayerExtract colorspace fields from MPEG1/2.
2009-05-05 Måns Rullgårdmpegaudio: enclose SUM8() macro args in parens when...
2009-05-05 Måns Rullgårdmpegaudio: avoid unnecessary copy in high-precision...
2009-05-05 Måns Rullgårdmpegaudio: use av_clip()
2009-05-05 Michael NiedermayerAdd colorspace fields to AVCodecContext.
2009-05-05 Carl Eugen... Cosmetics: Fix indentation after r18741.
2009-05-05 Michael NiedermayerDo not discard mp3 frames in the parser after a broken...
2009-05-05 Laurent AimarFactorize out integer sample value decoding for WavPack.
2009-05-05 Baptiste Coudurierdvh1 avi fourcc, dvh1_sample_truncated.avi, issue ...
2009-05-05 Baptiste Couduriermore dvcprohd .mov fourcc, see #1034
2009-05-05 Michael NiedermayerChange VOFW for x86 to 5120, it allows larger images...
2009-05-04 Måns RullgårdPPC: implement MULH() in assembler
2009-05-04 Zdenek KabelacDo not scan for MP3 header after the given buffer and...
2009-05-04 Diego BiurrunAdd note about nonfree license of libfaac.
2009-05-04 Kenan GilletProperly handle SILENCE frame. Patch by Kenan Gillet.
2009-05-03 Benjamin LarssonRemove dead assignments found by CSA
2009-05-03 Laurent AimarCheck whether extra bits block has enough data.
2009-05-02 Benjamin LarssonRemove dead assignments found by CSA
2009-05-02 Benjamin LarssonRemove dead assignments found by CSA
2009-05-02 Cédric SchieliFix chroma shift when scaling from ARGB on LE and BGRA...
2009-05-02 Laurent AimarDecode extended bitstream for high-precision WavPack...
2009-05-01 Zdenek KabelacUse new packet reading API, fixes a memory leak.
2009-05-01 Stefano SabatiniPrefer (void) over () in function prototype.
2009-05-01 Stefano SabatiniMake graphparser.c use av_get_token().
2009-05-01 Michael Niedermayerav_get_token()
2009-05-01 Michael NiedermayerIgnore first entry of intra matrixes if it is invalid.
2009-05-01 Michael NiedermayerFactorize quantization matrix loading code out.
2009-04-30 Ramiro PollaDon't #if a function declaration and properly indent it.
2009-04-30 Ramiro Pollamlpdec: Move MLP's filter_channel() to dsputils.
2009-04-30 Ramiro PollaDocument change in r18719.
2009-04-30 Ramiro PollaExport av_free_packet().
2009-04-30 Diego BiurrunAdd missing return statement to out-of-memory condition...
2009-04-29 Måns Rullgårdconfigure: fix licence check function
2009-04-29 Diego BiurrunDrop unused libamr-nb fixed-point glue code.
2009-04-29 Diego BiurrunRequire --enable-nonfree for turning on libfaac support.
2009-04-29 Diego BiurrunFactorize GPL and nonfree license checks into a common...
2009-04-29 David ConradARM: Use fewer register in NEON put_pixels _y2 and...
2009-04-29 David ConradARM: NEON put_pixels_clamped
2009-04-28 Stefano SabatiniConvert names to the FFmpeg style.
2009-04-28 Michael NiedermayerReset eof state on seeking.
2009-04-27 Stefano SabatiniImplement av_get_bits_per_pixel().
2009-04-27 Vitor SessakRevert r18700, documentation of deprecated functions...
2009-04-27 Vitor SessakCheck if there is enough bytes before reading the buffe...
2009-04-27 Vitor SessakSkip 0x0000 frame footer in EA ADPCM decoder.
2009-04-27 Cédric SchieliRemove useless duplicated code in yuv2rgb_c_32, yuva2rg...
2009-04-27 Michael NiedermayerRemove useless and outright wrong chatter from avcodec_...
2009-04-27 Michael NiedermayerRemove redundant chatter from avcodec_encode_audio()
2009-04-27 Michael NiedermayerNegative is error not -1, corrected in the doxy for...
2009-04-27 Michael NiedermayerAdd multiframe note to avcodec_decode_video() too.
2009-04-27 Michael NiedermayerCleanup first paragraph of doxy of avcodec_decode_audio3().
2009-04-27 Michael NiedermayerRemove documentation from deprecated fields, they shoul...
2009-04-27 Michael NiedermayerRemove confusing and redundant engrish chatter from...
2009-04-27 Cyril ComparonAdd avlanguage helpers in libavformat.
2009-04-27 Benoit FouetMake function pointer assignments consistent in option...
2009-04-27 Kostya ShishkovRevert changing VLC initialization type for RV3/4 decoder.
2009-04-26 Ramiro Pollamlpdec: Simplify filtering code by using only one count...
2009-04-26 Laurent AimarCorrectly update output sample format in wavpack decoder.
2009-04-25 Benjamin LarssonProper subpacket size check for cook multichannel files.
2009-04-25 Benjamin LarssonRemove parentheses
2009-04-25 Benjamin LarssonSet the type of size in COOKSubpacket to unsigned
2009-04-25 Stefano SabatiniAdd pixdescs definitions for planar YUV pixfmts with...
2009-04-25 Benjamin LarssonMake sure we only parse max amount of subpackets (5...
2009-04-25 Benjamin LarssonIndent
2009-04-25 Benjamin LarssonRemove redundant code
2009-04-25 Benjamin LarssonAdd Changelog for Cook multi channel support
2009-04-25 Benjamin LarssonSupport cook multichannel files.
2009-04-25 Benjamin LarssonFix the COOKDEBUG code
2009-04-25 Benjamin LarssonFactor out COOKSubpacket, in preparation for multichann...
next