]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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().
2010-03-28 Stefano SabatiniImplement -convert_tags option, which converts showed...
2010-03-28 Vitor SessakFix NUT (de)muxer warnings:
2010-03-28 Martin StorsjöInitialize ssrc and base_timestamp using ff_random_get_...
2010-03-28 Aurelien Jacobscorrect first pts for ogg skeleton
2010-03-27 Stefano SabatiniDocument the behavior of av_metadata_get() if the prev...
2010-03-27 Reimar DöffingerUse more appropriate return values in txd demuxer.
2010-03-27 Reimar Döffingereacdata: fix a memleak, return partial packets and...
2010-03-27 Diego Biurrunmisc wording and grammar fixes
2010-03-27 Reimar DöffingerClearer CODEC_CAP_DR1 documentation.
2010-03-27 Diego BiurrunClarify where the list of supported formats is.
2010-03-27 Stefano Sabatini10l: Initialize tag to NULL in show_stream, fix metadat...
2010-03-27 Diego BiurrunClarify which parts of libswscale remain GPL.
2010-03-27 Diego Biurrunlibswscale: Relicense almost all x86 assembler optimiza...
2010-03-26 Stefano SabatiniUse av_strerror() in print_error().
2010-03-26 Lou LoganUse the newly available x264 parameters in ffmpeg in...
2010-03-26 Martin StorsjöDon't report EINTR from select as an error, retry selec...
2010-03-26 Diego BiurrunAdd (Open)Solaris section to platform documentation.
2010-03-26 Diego BiurrunHAVE_MMX2 implies HAVE_MMX, so checking the latter...
2010-03-26 Alexander Strangeh264: Use + instead of | in some places
2010-03-26 Ramiro Pollalibxvid: Clear extradata pointer when freeing it.
2010-03-26 Alexander Strangeh264: Remove unused function argument
2010-03-26 Alexander Strangeh264: Simplify decode_cabac_residual() specialization
2010-03-26 Micah F. GaliziaFix updating condition for the probe_size variable...
2010-03-26 Diego BiurrunReorder platform sections alphabetically.
2010-03-26 Diego BiurrunAdd FreeBSD subsection with compilation instructions.
2010-03-25 Stefano SabatiniAdd APIchanges entry after av_strerror() addition.
2010-03-25 Stefano SabatiniImplement av_strerror().
2010-03-25 Stefano SabatiniPrefer '///< ...' doxygen inline syntax over '/**<...
2010-03-25 Stefano SabatiniUse consistent punctuation rules for the error message...
2010-03-25 Martin StorsjöReassemble the RTSP URL before replacing hostname with...
2010-03-25 Martin StorsjöSimplify ff_rtsp_send_cmd_with_content_async, remove...
2010-03-25 Martin StorsjöRemove a redundant null pointer check
2010-03-25 Martin StorsjöDon't force basic auth in RTSP, but retry with the...
2010-03-25 Martin StorsjöActually parse the auth headers in RTSP
2010-03-25 Martin StorsjöMake RTSP use the generic http authentication code
2010-03-25 Martin StorsjöAdd separate method/url parameters to the rtsp_send_cmd...
2010-03-25 Stefano SabatiniMake wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /
2010-03-25 Baptiste Coudurier10l, update ref value for ffm since default flags chang...
2010-03-25 Martin StorsjöReindent
2010-03-25 Baptiste CoudurierEnable mbtree by default, and remove it from presets
2010-03-25 Baptiste CoudurierEnable more libx264 options, aq, psy, rc lookahead...
2010-03-25 Jai MenonMatroska muxer : Don't create audio tracks for unsuppor...
2010-03-25 Martin StorsjöAdd a changelog entry for http digest auth
2010-03-25 Martin StorsjöAdd support for http digest authentication
2010-03-25 Martin StorsjöReindent
2010-03-25 Martin StorsjöAdd a lowercase parameter to ff_data_to_hex
2010-03-25 Stefano SabatiniMake audio_read_packet() return AVERROR_EOF rather...
2010-03-24 Martin StorsjöMake ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with...
2010-03-24 Vitor SessakFix warnings in NUT demuxer:
2010-03-24 Luca BarbatoIssue a warning if the received CSeq isn't the expected one
2010-03-24 Martin StorsjöSplit out http authentication handling into a separate...
2010-03-24 Vitor SessakFix warning:
2010-03-24 Martin StorsjöHandle errors returned from ff_rtsp_read_reply in udp_r...
2010-03-24 Zhentan FengMove put_le16_nolen() to asf.c and give it a ff_ prefix...
2010-03-24 Alex Converseaacenc: Merge quantize_band_cost() with quantize_and_en...
next