]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2010-03-24 Carl Eugen... Silence ridiculous gcc warning.
2010-03-24 Tomas HärdinMask away AVSEEK_FORCE properly in some checks in url_f...
2010-03-23 Justin RugglesPut ff_flac_write_header() in a separate C file to...
2010-03-23 Ramiro Pollax11grab: AVFormatParameters are always passed from...
2010-03-23 Diego BiurrunAltiVec implies a PPC CPU, so there is no need to check...
2010-03-23 Diego BiurrunDo not compile AltiVec code when AltiVec is not availab...
2010-03-23 Vitor SessakBump minor version, I forgot in the last commit
2010-03-23 Vitor SessakImplement the discrete sine/cosine transforms DCT-I...
2010-03-23 Pavel PavlovAlways check if ff_alloc_picture() succeeds.
2010-03-23 Diego BiurrunRemove unused variable, fixes the warning:
2010-03-23 Robert KrügerAdd a loop option to ffplay.
2010-03-23 Tomas HärdinFix seeking in DV when filesize is unknown.
2010-03-23 Martin StorsjöHandle multiple RTSP transport options properly by...
2010-03-23 Martin StorsjöParse options in the RTSP URL only from the last questi...
2010-03-23 Martin StorsjöReconstruct the RTSP URL, in order to remove the auth...
2010-03-23 Måns RullgårdARM: NEON optimised RDFT
2010-03-23 Michael NiedermayerChange ref_index structure so it matches how its organi...
2010-03-22 Justin RugglesMove ff_flac_write_header() to flacenc.h, which removes...
2010-03-22 Michael NiedermayerDisallow VLC coding with more than 8 bits as there...
next