]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2010-03-22 Michael NiedermayerDont senselessly fail on rawvideo that isnt 3 files...
2010-03-22 Josh AllmannRTP depacketization of Theora
2010-03-22 Martin StorsjöReindent
2010-03-22 Martin StorsjöAdd support for TCP as lower transport in the RTSP...
2010-03-22 Michael NiedermayerThrow out last experimental warning that was printed...
2010-03-22 Josh AllmannAdd doxygen docs for av_xiphlacing
2010-03-22 Martin StorsjöInterpret valueless attributes in AMR ftmp lines as...
2010-03-22 Martin StorsjöUse the caller's RTSPMessageHeader in rtsp_setup_input_...
2010-03-22 Michael NiedermayerRemove the word "experimental"
2010-03-21 Michael NiedermayerIgnore x264 build=0 as there is no such version, this...
2010-03-21 James DarnleyFix FLAC demuxer dependencies.
2010-03-21 Stefano SabatiniDrop AVERROR_NOFMT at the next libavutil major bump.
2010-03-21 Stefano SabatiniMake av_open_input_file() return AVERROR_INVALIDDATA...
2010-03-21 Stefano SabatiniMake g729dec.c:decode_frame() return AVERROR_INVALIDDAT...
2010-03-21 Reimar DöffingerDo not use puts, it adds additional newlines making...
2010-03-21 Reimar DöffingerAdd support for hard-coding the 256kB large dv_vlc_map...
2010-03-21 Reimar DöffingerExtend and move macros to create table printing functio...
2010-03-21 Reimar DöffingerSplit VLC-related tables out of dvdata.h to make it...
2010-03-21 Vitor SessakReindent after r22618.
2010-03-21 Vitor SessakSplit DCT-II and DCT-III in different functions, they...
2010-03-21 Vitor SessakCall DCT by function pointer. Needed for any future...
2010-03-21 Vitor SessakCosmetics: move ff_dct_init() to the bottom of the...
2010-03-21 Vitor SessakDCT: remove unused field from context
2010-03-21 Kostya Shishkovfix minor typo
2010-03-21 Diego BiurrunRevert removal of _NETBSD_SOURCE definition.
2010-03-20 Aurelien Jacobsfix compilation with --disable-everything --enable...
2010-03-20 Diego BiurrunMove variable declaration, fixes the warning:
2010-03-20 Måns Rullgårdrdft: reorder functions to avoid static prototype
2010-03-20 Måns RullgårdCall rdft by function pointer
2010-03-20 Michael NiedermayerHotfix for regtest-error failure
2010-03-20 Justin RugglesAdd Changelog entry and bump lavf micro version for...
2010-03-20 James DarnleyAdd VorbisComment writing to Ogg/FLAC and Ogg/Speex...
2010-03-20 James DarnleyAdd VorbisComment writing to FLAC files.
2010-03-20 Måns Rullgård10l: fix build without termios.h
2010-03-20 Michael NiedermayerError concealment of h264 with multiple references.
2010-03-20 Stefano SabatiniList the FFserver specific options under a "Main option...
2010-03-19 Stefano SabatiniChange the definition of AVERROR_INVALIDDATA at the...
2010-03-19 Stefano SabatiniExtend description for AVERROR_INVALIDDATA.
2010-03-19 Måns RullgårdRegister atexit handler only when needed
2010-03-19 Diego BiurrunReplace wrong condition name in #endif comment by corre...
2010-03-19 Diego BiurrunCheck whether COMPILE_ALTIVEC is defined, not if it...
2010-03-19 Anton Khirnovffmpeg.c: copy chapters by default.
2010-03-18 Janusz KrzysztofikReinitialize the h264 decoder context on every valid...
2010-03-18 Bobby BinghamThe vflip filter does not need to keep ownership of...
2010-03-18 Bobby BinghamUse the new null callbacks to simplify filters and...
2010-03-18 Bobby BinghamCreate a set of null callback functions.
2010-03-18 Janusz KrzysztofikExtend the generic path of the yuv2rgb converter with...
2010-03-18 Måns RullgårdReplace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED
2010-03-18 Carl Eugen... It is difficult nowadays to compile without swscale...
2010-03-18 Stefano SabatiniMake g729dec.c:decoder_init() return AVERROR(EINVAL...
2010-03-18 Stefano SabatiniMake url_fseek() return AVERROR_EOF rather than AVERROR...
2010-03-17 Stefano SabatiniRemove printing of frame sizes and frame rate abbreviat...
2010-03-17 Robert KrügerAdd a -window_title option, which sets the FFplay windo...
2010-03-17 Stefano SabatiniMake ad-hoc lavfi tests use random values for the slice...
2010-03-17 Stefano SabatiniAdd some ad-hoc tests for libavfilter.
2010-03-17 Ronald S. BultjeCast sample_fmt (as read from bitstream as a 16-bit...
2010-03-17 Carl Eugen... Fix compilation on PPC 470.
2010-03-17 Måns RullgårdRemove $(MSG) override for install-lib targets
2010-03-17 Måns RullgårdMake ranlib silent in brief output mode
2010-03-17 Alexis Ballierqtrleenc: add rgb555 output
2010-03-17 Maxim PoliakovskiCorrect reference buffer switching in Indeo 5 decoder.
2010-03-17 Kostya Shishkovdocument two variables in Indeo5 decoding context
2010-03-17 Bobby BinghamCosmetics: vertical align
2010-03-17 Bobby BinghamAllow format and noformat filters to be more completely...
2010-03-17 Bobby BinghamCosmetics: rearrange functions to simplify ifdeffery
2010-03-17 Ramiro Pollavfwcap: Free remaining packets on vfw_read_close().
2010-03-17 Ramiro PollaDo not store a copy of AVFormatContext *s in vfw_ctx.
2010-03-17 Bobby BinghamAdd video filter to manipulate aspect ratio
2010-03-17 Michael NiedermayerUse H264s MC instead of mpeg4-asp qpel for h264 error...
2010-03-16 Måns RullgårdFix erroneous behaviour when format probe hits end...
2010-03-16 Måns RullgårdSimplify arch-specific object file lists
2010-03-16 Måns RullgårdMove arch-specific makefile parts into $arch/Makefile
2010-03-16 Måns Rullgårdconfigure: do not use $_
2010-03-16 Víctor PaesaAdd compilation hints for Cygwin 1.7 and remove the...
2010-03-16 Ronald S. BultjeTypo: if output (video) stream's pix_fmt is not set...
2010-03-16 Måns RullgårdMove H264 dsputil functions into their own struct
2010-03-15 Baptiste Coudurier100L, revert r22560, already present
2010-03-15 Daniel Verkamppatcheck: Escape parentheses in grep calls
2010-03-15 Aurelien Jacobsrename av_read_frame_flush to ff_read_frame_flush
next