]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-04-05 Anton KhirnovDon't overwrite user-supplied metadata with metadata...
2010-04-05 Ronald S. BultjeActually add flag (somehow got lost in my previous...
2010-04-05 Anton KhirnovAdd a flag to not overwrite existing tags
2010-04-05 Martin StorsjöReindent
2010-04-05 Martin StorsjöFix leaks in the AAC RTP depacketizer
2010-04-05 Ronald S. BultjeAdd void to a function prototype that takes no argument...
2010-04-04 Michael NiedermayerFix rounding direction for calculation of AVPacket...
2010-04-04 Martin StorsjöZero-initialize the reply struct
2010-04-04 Diego BiurrunDocument minimum binutils requirements on Unix-like...
2010-04-04 Stefano SabatiniImplement support to the AVSEEK_SIZE operation in file_...
2010-04-04 Stefano SabatiniReindent.
2010-04-04 Stefano SabatiniRename av_encode() to av_transcode(), the new name...
2010-04-04 Michael NiedermayerAllow AVFormatContext.duration to be set if no individu...
2010-04-04 Reinhard TartlerAvoid division by zero
2010-04-03 Bobby BinghamRemove variable whose value was never read. Found...
2010-04-03 Vitor SessakAdd help for (I)RDFT test in fft-test
2010-04-03 Vitor SessakMake code using 1d-DCT consistent with the API change
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-04-03 Martin StorsjöRemove a redundant assignment, found by clang
2010-04-03 Michael KostylevGroup Unix-like platforms together in the platform...
2010-04-03 Diego Biurrunminor spelling fixes
2010-04-02 Carl Eugen... Use AVDISCARD_DEFAULT for 0 where appropriate.
2010-04-02 Ronald S. BultjeFix buffer size; should hold 2 32-bit integers in hex...
2010-04-02 Sam GersteinETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein...
2010-04-02 Alex Converseaacenc: Error when an unsupported profile is requested
2010-04-02 Ronald S. BultjeAnother uninitialized value.
2010-04-02 Ronald S. BultjeFix uninitialized value in codepath.
2010-04-02 Ronald S. BultjeRemove dead initialization.
2010-04-02 Ronald S. BultjeRemove dead initialization.
2010-04-02 Alex Converseaacenc: Don't lowpass the input unless specifically...
2010-04-02 Michael NiedermayerChange default for bidir_refine to 1.
2010-04-02 Michael NiedermayerOptimize bidir_refine a bit.
2010-04-02 Martin StorsjöReplace the last occurrance of CODEC_TYPE_ with AVMEDIA...
2010-04-02 Michael NiedermayerChange bidir refine hash code so we only need to perfor...
2010-04-02 Martin StorsjöChange a case of CODEC_TYPE_ into AVMEDIA_TYPE_
2010-04-02 Michael NiedermayerReduce the size of the bidir refine hashtable from...
2010-04-02 Michael NiedermayerMove comment that belonged to cmp() back to cmp().
2010-04-02 Michael Niedermayerslice dice, inline and outline cmp()
2010-04-02 Michael Niedermayerav_builtin_constant_p()
2010-04-01 Stefano SabatiniImplement cmdutils.c:read_file(), and use it in ffmpeg...
2010-04-01 Josh AllmannMerge Vorbis / Theora depayloaders.
2010-04-01 Josh AllmannReindent after r22766.
2010-04-01 Josh AllmannRename functions / comments from "Theora" to "Xiph...
2010-04-01 Josh AllmannRename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a...
2010-04-01 Robert KrügerAdd -t option to ffplay.
2010-04-01 Michael NiedermayerStore range coder state transition table.
2010-04-01 Reimar DöffingerAllow hardcoding of ulaw and alaw tables.
2010-04-01 Reimar DöffingerChange/simplify the tableprint/tablegen API.
2010-04-01 Reimar DöffingerConvert two "m" constraints to MANGLE to fix compilatio...
2010-04-01 Takashi MochizukiFix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.
2010-04-01 Michael NiedermayerLimit probing to probesize.
2010-04-01 Howard ChuFix flvdec start-of-frame.
2010-04-01 Bobby BinghamCosmetics: indentation
2010-04-01 Bobby BinghamDon't create unnecessary refereces to pictures
2010-04-01 Bobby BinghamHook decoder up to libavfilter's direct rendering for...
2010-04-01 Bobby BinghamAdd function to export EDGE_WIDTH from libavcodec.
2010-03-31 Ronald S. BultjeDocument API addition of avcodec_copy_context().
2010-03-31 Ronald S. BultjeFix FFM-based streaming from ffmpeg to ffserver. The...
2010-03-31 Ronald S. BultjeAdd avcodec_copy_context().
2010-03-31 Stefano SabatiniAdd entry for the addition of av_match_ext() to the...
2010-03-31 Stefano Sabatini Make av_match_ext() declaration public (move its decla...
2010-03-31 Reimar DöffingerReplace some "m" constraints by MANGLE to avoid issues...
2010-03-31 Jai MenonFix a few typos/grammar nits from r22739.
2010-03-31 Carl Eugen... Fix likely typo in r15937.
2010-03-31 Michael NiedermayerAdd AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.
2010-03-31 Jean-Daniel... Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-31 Joakim PlateProbe aac codecs for CODEC_ID_PROBE.
2010-03-31 Anton KhirnovRemove superfluous space from a conversion table.
2010-03-31 Alexander StrangeH264: Copy h264dsp when creating new slice threads
2010-03-31 Michael NiedermayerBetter documentation of -vsync
2010-03-30 Stefano SabatiniIssue a more general message when the function which...
2010-03-30 Stefano SabatiniUpdate APIchanges after the enum CodecType -> enum...
2010-03-30 Stefano SabatiniMove AVMediaType from libavcodec to libavutil.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Carl Eugen... Add spectral extension to the E-AC-3 decoder.
2010-03-30 Michael NiedermayerFix implicit weight for b frames in mbaff.
2010-03-30 Michael NiedermayerMake sure the EC code does not attempt to use inter...
2010-03-30 Ronald S. BultjeSplit out code that auto-chooses a default pix_fmt...
2010-03-30 Alexander Strangeconfigure: restore -mdynamic-no-pic on darwin (missing...
2010-03-30 Benoit FouetReplace @returns by @return.
2010-03-30 Stephen WarrenSet VDPAU H264 picture parameter field_order_cnt and...
2010-03-30 Stephen WarrenFix VDPAU for H.264 streams with long reference frames.
2010-03-29 Stefano SabatiniAdd missing entry for the YOP demuxer and video decoder...
2010-03-29 Stefano SabatiniDocument url_exist().
2010-03-29 Mohamed NaufalImplement YOP demuxer and video decoder.
2010-03-29 Reimar DöffingerInclude appropriate header in table generators instead...
2010-03-29 Reimar DöffingerAdd some documentation about the table generation code.
2010-03-29 Reimar DöffingerFix indentation.
2010-03-29 Reimar DöffingerSome spelling fixes.
2010-03-29 Ronald S. BultjeSimplify interleaving code.
2010-03-29 Sam GersteinAdd a timeout to the select() call. Patch by Sam Gerste...
2010-03-29 Jai MenonCosmetics : add a space after ",".
2010-03-29 Loren Merrittindent
2010-03-29 Loren Merrittoptimize init_vlc().
2010-03-29 Lou LoganUpdate x264 presets in line with latest x264 changes.
2010-03-28 Michael KostylevClarify (Open)Solaris section of the documentation.
2010-03-28 Jai MenonAdd myself as co-maintainer of tta.c
2010-03-28 Jai MenonTTA : Check if the output buffer size is within bounds.
2010-03-28 Howard ChuImplement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS...
2010-03-28 Stefano SabatiniDocument url_seek().
next