]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-11-01 Stefano SabatiniMake strmatch() return 1 only if the string compared...
2010-11-01 Stefano SabatiniAdd st, ld, while examples/tests.
2010-11-01 Stefano SabatiniAdd examples of unary operators.
2010-11-01 Stefano SabatiniFix evaluation of expressions of the form: E1;E2.
2010-11-01 Nathan Caldwellaacenc: Correct spreading calculation for high spreading.
2010-11-01 Nathan Caldwellaacenc: cosmetics: Swap spreading_hi/low name to match...
2010-10-31 Ramiro Pollalpc_mmx: add xmm registers to clobber list
2010-10-31 Ramiro Pollalpc_mmx: merge some asm blocks
2010-10-31 Stefano SabatiniUse AV_RL32() in opt_codec_tag().
2010-10-31 Ramiro Pollasad16_sse2: merge 2 asm blocks
2010-10-31 Ramiro Pollaffmpeg: fix opt_codec_tag() return value
2010-10-31 Ramiro Pollaxmm_clobbers: list xmm registers first in clobber list
2010-10-31 Ramiro Pollaidct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64
2010-10-31 Stefano SabatiniDocument url_write().
2010-10-31 Ramiro Pollamotion_est_mmx: prefer xmm registers below xmm6 when...
2010-10-31 Ramiro Polladsputil_mmx: add xmm registers to clobber list
2010-10-31 Ramiro Pollacosmetics: split long line
2010-10-31 Ramiro Pollafdct_mmx: add xmm registers to clobber list
2010-10-31 Ramiro Pollaidct_sse2_xvid: add xmm registers to clobber list
2010-10-31 Ramiro Pollampegvideo_mmx: add xmm registers to clobber list
2010-10-31 Ramiro Polladsputil_mmx: prefer xmm registers below xmm6 when they...
2010-10-30 Ramiro Pollabink: make bink_rlelens static (it's only used in this...
2010-10-30 Ramiro Pollah264dsp: add xmm registers to clobber list
2010-10-29 Rocky CardwellFix ffserver-related regression (and crash) introduced...
2010-10-29 Carl Eugen... Move new_output_stream() up for upcoming fix for issue...
2010-10-29 Martin StorsjöStore src/dstFormat after calling handle_jpeg
2010-10-29 Martin Storsjörtsp: Split out the RTSP demuxer functions to a separat...
2010-10-29 Martin Storsjörtsp: Move rtsp_setup_output_streams into rtspenc.c
2010-10-28 Anton Khirnovffmpeg.c: dynamically allocate metadata maps
2010-10-28 Ramiro Pollaindent
2010-10-28 Ramiro Pollah264dsp: merge some more asm blocks
2010-10-28 Stefano SabatiniFactorize: opt_{audio,video,subtitle}_tag() -> opt_code...
2010-10-28 Michael NiedermayerFix 10l leak in ffv1.
2010-10-28 Michael NiedermayerTry to find a bit better initial states in ffv1 2pass.
2010-10-28 Michael NiedermayerKeep track of how many slices*gops where encoded in...
2010-10-28 Michael Niedermayerfactorize variable declaration in ffv1.
2010-10-27 Jason Garrett... Fix crashes in vorbis decoding found by zzuf
2010-10-27 Anton Khirnovffmpeg.c manual: clarify map_meta_data usage.
2010-10-27 Nathan Caldwellaacenc: Remove energy 'normalization' modification...
2010-10-27 Nathan Caldwellaacenc: Fix threshold-in-quiet calculation in the 3GPP...
2010-10-27 Nathan Caldwellaacenc: Fix the conditions under which 3GPP pre-echo...
2010-10-27 Anton Khirnovvorbiscomment: convert metadata before computing the...
2010-10-27 Martin Storsjörtsp: Add stub declarations of the setup_in/output_stre...
2010-10-26 Michael NiedermayerFFV1 initial state 2pass code.
2010-10-26 Michael NiedermayerRead & write initial_states for ffv1
2010-10-26 Michael NiedermayerAdd initial_states array to ffv1.
2010-10-26 Michael NiedermayerAdd rc_stat2 to ffv1 this will be needed for finding...
2010-10-26 Michael NiedermayerOptimize state initialization in ffv1 clear_state().
2010-10-26 Michael NiedermayerOnly allocate stats_out when needed in ffv1
2010-10-26 Michael NiedermayerFactorize litteral constents in ffv1 into STATS_OUT_SIZE.
2010-10-26 Michael NiedermayerMake 1pass statistic collection in ffv1 put_symbol_inli...
2010-10-26 Jason Garrett... Bump required x264 version to X264_BUILD 99
2010-10-26 Jason Garrett... Remove dead code in theora_decode_tables
2010-10-26 Jason Garrett... Reindent after r25573
2010-10-26 Jason Garrett... Fix Theora decoding bug if loopfilter is completely...
2010-10-26 Jason Garrett... Clean up ALACdec
2010-10-26 Michael NiedermayerIncrease ffv1 encoding speed from 65 to 80 fps by forci...
2010-10-26 Michael NiedermayerAdd quant_table_index to ffv1 PlaneContext and use...
2010-10-25 Ramiro Polladct32: mark xmm registers in clobber list in ff_dct32_f...
2010-10-25 Ramiro Pollah264dsp: merge some asm blocks
2010-10-25 Nicolas GeorgeMake libx264 take the pict_type input parameter into...
2010-10-25 Nathan Caldwellaacenc: Fix bug in LAME windowing where only one channe...
2010-10-25 Stefano Sabatini100l: remove bogus inclusion of libavcodec/audioconvert...
2010-10-25 Stefano SabatiniAdd example to the filter pad documentation.
2010-10-24 Michael NiedermayerMove ffv1 state transition table sorting to its own...
2010-10-24 Michael NiedermayerFix the case with swaping states 127 and 129 in ffv1
2010-10-24 Michael NiedermayerOptimize state transition table sorting in ffv1
2010-10-24 Michael Niedermayer2 pass mode for ffv1 to optimally order the range coder...
2010-10-24 Michael NiedermayerFactorize state_transition init out.
2010-10-24 Anton Khirnovnutdec: when parsing info packet, set metadata var...
2010-10-23 Aurelien Jacobsdrop rtsp_default_protocols which is not part of public...
2010-10-23 Aurelien Jacobsdrop rtp_get_file_handles() which is not part of public...
2010-10-23 Aurelien Jacobsdrop rtp_get_local_port() which is not part of public...
2010-10-23 Aurelien Jacobsuse rtp_get_local_rtp_port() instead of the deprecated...
2010-10-23 Ramiro Polladoc: fill documentation for vfwcap
2010-10-23 Ramiro Pollavfwcap: add option to print list of supported drivers
2010-10-22 James ZernAdd new -slices option and use it for libvpx and libx264.
2010-10-22 Nicolas GeorgeUse forced key frames when encoding with libxvid.
2010-10-22 Michael NiedermayerFix memleak in mjpeg decoder.
2010-10-21 Michael NiedermayerOptimize EOB check in mjpeg decode_block() by adjusting...
2010-10-21 Michael NiedermayerSimplify last coeff check in mjpeg decode_block()
2010-10-21 Michael NiedermayerCheck index in mjpeg AC decode against overflowing.
2010-10-21 Michael NiedermayerAdd a seperate VLC table for progressive jpeg so we...
2010-10-21 Michael NiedermayerFactor code&0xf out of if() in decode_block_progressive().
2010-10-21 Michael NiedermayerCleanup decode_block_progressive()
2010-10-21 Michael NiedermayerFactorize ((unsigned) code) >> 4 out of decode_block_p...
2010-10-21 Michael NiedermayerMove if() in mjpeg decode_block() to simplify condition.
2010-10-21 Michael NiedermayerSimplify build_vlc() by using init_vlc_sparse() in...
2010-10-21 Pascal Massiminocosmetics: align fields, and remove useless ones, in...
2010-10-21 Rafaël CarréFixed DXVA_Slice_H264_Long::BitOffsetToSliceData value.
2010-10-21 Martin Storsjörtsp: Move the rtsp_probe function to the demuxer code...
2010-10-21 Martin StorsjöRestore alphabetical order
2010-10-21 Martin Storsjörtsp: Untangle the dependencies between the RTSP/SDP...
2010-10-21 Martin Storsjörtsp: Reorder functions
2010-10-21 Baptiste Couduriercosmetics, indentation
2010-10-21 Baptiste Coudurier10l fix h263+ encoder, format will be 8, array size...
2010-10-21 Pascal Massiminocleanup image2pipe_{de}muxer fields
2010-10-20 Stefano SabatiniRemove unused variables picture_crop_temp and picture_p...
2010-10-19 Michael NiedermayerReplace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.c
2010-10-19 Martin Storsjösdp: Conditionally compile code using AF_INET6
next