]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-06-22 Martin StorsjöAdd an av_register_protocol2 function that takes a...
2010-06-22 Peter RossIFF PBM decoder: Add a pad byte if image width is odd...
2010-06-22 Martin StorsjöBump micro version, add changelog entry for DTS-ES...
2010-06-22 Stephen DredgeFix failure in av_read_frame on timestamp rollover.
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: Cosmetic cleanup
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: add code to...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: update and add...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: move original...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: move subband_sam...
2010-06-22 Martin Storsjölibvorbis: Only drop 1-byte packets at end of stream
2010-06-22 Martin Storsjöffserver: Use avcodec_copy_context instead of manually...
2010-06-21 Carl Eugen... Remove stray semicolon.
2010-06-21 Stefano SabatiniRe-add the list of parameters for the unsharp filter...
2010-06-21 Stefano SabatiniMake the ffmpeg and ffplay man pages show the list...
2010-06-21 Stefano SabatiniReplace multitable for the unsharp filter option table...
2010-06-21 Stefano SabatiniUpdate documentation dependencies, make ff* tools manpa...
2010-06-21 Martin StorsjöRTSP: Use the same authentication for the HTTP POST...
2010-06-21 Martin StorsjöHTTP: Add a method for initializing the authentication...
2010-06-21 Martin StorsjöReindent
2010-06-21 Martin StorsjöHTTP: Compact the code for writing chunked post data
2010-06-21 Martin StorsjöHTTP: Get rid of the is_chunked variable, use the chunk...
2010-06-21 Martin StorsjöHTTP: Clarify a comment
2010-06-21 Reimar Döffingermathematics.h no longer needs config.h, so update table...
2010-06-21 Alexander Strangeffmpeg: cosmetics: combine two variable declarations
2010-06-21 Alex Converseaacdec: cosmetics: (more) whitespace
2010-06-21 Alex Converseaacdec: cosmetics: whitespace
2010-06-21 Alex Converseaacdec: Factorize if (elem_type < TYPE_DSE).
2010-06-21 Alex Converseaacdec: Handle the first frame being empty case.
2010-06-21 Baptiste Coudurierfail if input and output are the same
2010-06-20 Alex Converseaacsbr: Make dk signed. There is no point in it being...
2010-06-20 Alex Conversepsdec: IPD/OPD reset is no longer needed by the context...
2010-06-20 Alex Conversepsdec: Simplify filter addressing by incrementing the...
2010-06-20 Nick BreretonFix typo in macro name.
2010-06-20 Alex Conversepsdec: Replace a division with a shift.
2010-06-20 Alex ConverseRename PS bitstream reading functions to have a read_...
2010-06-20 Ronald S. BultjeReset chunksize back to zero (= no chunked encoding...
2010-06-20 Ronald S. BultjeUse url_write(), not http_write(), for sending the...
2010-06-20 Alex ConverseCosmetics: whitespace.
2010-06-20 Alex ConverseUse memcpy() where appropriate in PS stereo processing...
2010-06-20 Alex ConverseAllow PS envelope fixup when ps->num_env_old <= 1.
2010-06-20 Alex Converse10l: aacsbr: Fix f_master[2] calculation when k2diff...
2010-06-20 Alex ConverseDocument the PS_BASELINE define.
2010-06-20 Alex ConverseRemove iid_mode from the PS context.
2010-06-20 Ramiro Pollaconfigure: preserve cross-prefix for strip on darwin
2010-06-20 Vitor SessakFix breakage in compilation with --disable-mpegaudio...
2010-06-20 Carl Eugen... Add IEC958 data_types for DTS-HD (data burst described...
2010-06-20 Måns RullgårdChangeLog: note libfaad wrapper removal
2010-06-20 Måns RullgårdRemove libfaad wrapper
2010-06-19 Alex Conversepsdec: Factorize iid/icc/ipd/opd parameter bitstream...
2010-06-19 Martin StorsjöRTSP: Add the auth credentials to the HTTP tunnel URL...
2010-06-19 Martin Storsjöff_url_join: Don't add any at-char if the auth is an...
2010-06-19 Martin StorsjöRTSP: Set the connection handles to null after closing...
2010-06-19 Josh AllmannRTSP: Don't store the connection handles in local variables
2010-06-19 Alex ConverseAdd HE-AAC v2 support to the AAC decoder.
2010-06-19 Vitor SessakFactorize the mpegaudio windowing code in a function...
2010-06-18 Michael NiedermayerImprove h263_probe()
2010-06-18 Laurent AimarMPEG-2 DXVA2 implementation
2010-06-18 Martin StorsjöRTSP: Clean up rtsp_hd on failure
2010-06-18 Martin StorsjöRTMP: Return from rtmp_read as soon as some data is...
2010-06-18 Carl Eugen... Add IEC958 data_types for Atrac* and WMA Pro.
2010-06-17 Carl Eugen... Use enum PixelFormat to silence one icc warning:
2010-06-17 Michael KarcherAdd metadata support. Patch by Michael Karcher.
2010-06-17 Luca AbeniSimplify (no need to check for st->codec->extradata...
2010-06-17 Michael Niedermayeradd #include so make checkheaders passes
2010-06-17 Martin StorsjöAdd the necessary includes, add an extra empty line...
2010-06-16 Stefano SabatiniAdd more tests to eval, help detecting some of the...
2010-06-16 Michael NiedermayerMarking what should be removed in relation to MAX_STREAMS.
2010-06-16 Stefano SabatiniDocument terminal coloring in the -loglevel option.
2010-06-16 Stefano SabatiniDocument how to set boolean options.
2010-06-16 Martin Storsjölibvorbis: Use memmove instead of memcpy for shifting...
2010-06-16 Stefano SabatiniName the default configure log filename as "config...
2010-06-16 Stefano SabatiniMake av_parse_expr() fail if there are trailing chars...
2010-06-16 Stefano SabatiniRemove the "b" from "Mb" in -b values for the dnxhd...
2010-06-16 Stefano SabatiniImprove av_parse_eval() error reporting.
2010-06-16 Janne Grunaudvbsub: parse display definition segment
2010-06-16 Luca AbeniIf the video stream is H.264 with MP4 syntax, store...
2010-06-16 Carl Eugen... icc 12 finally fixed attribute(used) so gcc's DECLARE_A...
2010-06-16 Michael NiedermayerDocument FF_SYMVER and attribute_used
2010-06-16 Howard ChuWhen reading a stream, should retry on EAGAIN instead...
2010-06-15 Baptiste CoudurierFix svq3 watermark log uncompress on 64bit, probably...
2010-06-15 Aurelien Jacobsmatroskadec : propagate AVERROR to the caller
2010-06-15 Måns Rullgårdconfigure: fix symver detection with icc 10
2010-06-15 Måns RullgårdFix symbol version compat wrappers on systems with...
2010-06-15 Zhentan FengFix missing logging context in a series of dprintf...
2010-06-15 Måns RullgårdAdd compatibility wrappers for functions moved from...
2010-06-15 Måns RullgårdFATE: update vc1 reference output
2010-06-15 Baptiste CoudurierSupport gray16be and rgb48be in mov
2010-06-14 Michael NiedermayerDeprecate -crop* arguments, they currently are buggy...
2010-06-14 Martin Storsjönellymoserdec: Increase the log level of messages when...
2010-06-14 Martin StorsjöReindent
2010-06-14 Martin Storsjönellymoserdec: Simplify calculation of numbers of blocks
2010-06-14 Martin StorsjöReindent
2010-06-14 Martin Storsjönellymoserdec: Allow using unusual input block sizes
2010-06-14 Martin StorsjöCosmetics: Change connexion to connection in code comments
2010-06-14 Martin StorsjöFix compilation on windows CE
2010-06-14 Josh AllmannRTSP: Shrink SDP fmtp parsing buffer size
2010-06-14 Josh AllmannReindent
2010-06-14 Ramiro Pollaoutput-example: Set sample_fmt to SAMPLE_FMT_S16.
2010-06-13 Stefano SabatiniDocument what av_get_token() returns in case of allocat...
2010-06-13 Stefano SabatiniResort @param in av_get_token() doxy to reflect the...
next