]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-11-02 Janne Grunauaacdec: change type of data in decode_audio_specific_co...
2010-11-02 Janne Grunaumpegts: support LATM syntax
2010-11-02 Janne GrunauAdd single stream LATM/LOAS decoder
2010-11-02 Janne Grunauaacdec: pass avctx as logging context for decode_audio_...
2010-11-02 Janne Grunauaacdec: refactor the actual aac decoding code into...
2010-11-02 Janne Grunauaacdec: return consumed bits in decode_audio_specific_c...
2010-11-02 Janne Grunauaacdec: add MPEG4AudioConfig as parameter for decode_au...
2010-11-02 Anton Khirnovffmpeg.c: reindent
2010-11-02 Anton Khirnovffmpeg.c: don't autocopy stream/chapter metadata if...
2010-11-02 Anton Khirnovffmpeg.c: extend map_meta_data to allow advanced mappings
2010-11-02 Ramiro Polladnxhd_mmx: prefer xmm registers below xmm6 when they...
2010-11-02 Michael NiedermayerFix possibly exploitable out of buffer writes in msrle_...
2010-11-02 Michael NiedermayerFix possibly exploitable buffer overrun in msrle_decode...
2010-11-02 Michael Niedermayerremove impossible condition from msrle_decode_pal4()
2010-11-02 Michael Niedermayerfix indent
2010-11-02 Stefano SabatiniRemove ffmpeg PGMYUV compatibility hack, which was...
2010-11-01 İsmail Dönmezdsputil: Use explicit movzbl instead of movzx
2010-11-01 Stefano SabatiniFix documented syntax for the cropdetect filter.
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.
next