]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2010-06-13 Stefano Sabatini Add missing check to av_get_token().
2010-06-13 Stefano SabatiniFix av_compare_mod() doxy.
2010-06-13 Stefano SabatiniAdd APIchanges entry and bump minor after av_compare_mo...
2010-06-11 Aurelien Jacobsmatroskadec: fix type of the length field in ebml_read_...
2010-06-11 Aurelien Jacobsmatroskadec: cosmetic: indentation
2010-06-11 Aurelien Jacobsmatroskadec: add support for live broadcast containing...
2010-06-11 Aurelien Jacobsmatroskadec: simplify parsing of the first cluster
2010-06-11 Aurelien Jacobsmatroskadec: store the ID of the currently parsed ebml...
2010-06-11 Aurelien Jacobsmatroskadec: cosmetic: split a line to make it more...
2010-06-11 Vitor SessakRemove filename from doxy comment
2010-06-11 Vitor SessakRemove useless include. Should fix compilation in MacOS X.
2010-06-11 Michael KarcherGeneralize ID3v2 functions to support ID3v2-like ID...
2010-06-11 Michael NiedermayerFix raw vc1 decoding - this is supposed to break FATE.
2010-06-11 Maxim PoliakovskiMove indeo5-specific quant table selection to decode_go...
2010-06-11 Vitor SessakInclude float.h to provide FLT_MAX define. Should fix...
2010-06-11 Francesco LavraRealAudio 14.4k encoder.
2010-06-11 Benoit FouetImprove rule for possibly never read variables.
2010-06-11 Maxim PoliakovskiMove transform declarations out of IVIBandDesc so indeo...
2010-06-11 Francesco LavraSplit do_output_subblock() into common code and decoder...
2010-06-11 Francesco LavraCosmetics: indent
2010-06-11 Francesco LavraAdd ff_ prefix to non-static functions
2010-06-11 Francesco LavraSplit ra144.c in common code (to be shared with the...
2010-06-11 Luca AbeniUse a bitstream filter for converting the extradata...
2010-06-10 Justin Ruggles10l: audio_buf is already a uint8_t* so no need to...
2010-06-10 Justin RugglesAllocate enough memory for audio_buf to fit a full...
2010-06-10 Maxim PoliakovskiQuant changes only once per MB so move the correspondin...
2010-06-10 Diego BiurrunRemove broken BeOS audio interface.
2010-06-10 François RevolHaiku: Disable beosaudio for now, it's broken. We need...
2010-06-10 Justin RugglesSet bits_per_raw_sample in the pcm decoder.
2010-06-10 Diego BiurrunApparently nowadays things should be installed in ...
2010-06-10 Diego BiurrunRemove unneeded -nostart SHFLAG for Haiku.
2010-06-10 Maxim PoliakovskiRemove unused parameter.
2010-06-10 Diego BiurrunRemove support for pre-Haiku, non-POSIX, non-C99 BeOS...
2010-06-10 Tomas Härdinavcodec.h: Clarify AVCodecContext::pix_fmt documentatio...
2010-06-10 Benoit FouetCosmetics: alignment and long line break.
2010-06-10 Benoit FouetCosmetics: use and place braces correctly in if .....
2010-06-10 Benoit FouetSanitize av_realloc() use in h264 mp4toannexb bistream...
2010-06-09 Stefano SabatiniMake all the numeric options accept in input an express...
2010-06-09 Ramiro Pollalog.c: Use parameter passed to macro instead of the...
2010-06-09 Ramiro PollaAdd win32 console color output.
2010-06-09 Ramiro PollaMove ansi color array to outside of av_log_default_call...
2010-06-09 Ramiro PollaRename use_ansi_color to use_color so it is not ANSI...
2010-06-09 Michael NiedermayerAdd av_compare_mod()
2010-06-09 Martin StorsjöMake sure the http protocol handler returns errors...
2010-06-09 Eli FriedmanFix printf format warnings
2010-06-09 Martin StorsjöInitialize the http connection in http_seek, too
2010-06-09 Luca AbeniImprove the mp4toannexb BSF to convert the extradata.
2010-06-08 Stefano SabatiniMake texi2pod.pl process @include texinfo directives...
2010-06-08 Stefano SabatiniTweak texi2pod.pl to make it print the various sections...
2010-06-08 Stefano SabatiniRemove a rule triggered by @man begin WORD WORDS. This...
2010-06-08 Stefano SabatiniRename the ff* tools @chapters "Invocation" to "Synopsi...
next