]> git.sesse.net Git - ffmpeg/history - libavcodec
10l, fix memleak, forgot to free mp4_dec_config_descr
[ffmpeg] / libavcodec /
2010-11-22 Reimar DöffingerFail RLE decoding if insufficient data for a complete...
2010-11-22 Mark GoodmanSupport PGS subtitles with RLE data split over mutiple...
2010-11-22 Ramiro Pollafix pointer truncation to int in avpicture_layout()
2010-11-21 Stefano SabatiniRe-implement avpicture_layout() using pixdesc and imgut...
2010-11-21 Stefano SabatiniReplace "depth" with "nb_bits" in the header of avcodec...
2010-11-21 Kostya ShishkovMusepack SV8 supports "mono" files (though it still...
2010-11-21 Stefano SabatiniUse the new libavcore audio channel API.
2010-11-21 Stefano SabatiniRemove declaration of function:
2010-11-21 Stefano SabatiniMove audio channel API from libavcodec to libavcore.
2010-11-21 Reimar DöffingerFix indentation.
2010-11-21 Reimar DöffingerAdd explanation and alternative implementation for...
2010-11-21 Reimar DöffingerWC3/xan: move palette handling to decoder, avoiding...
2010-11-21 Reimar DöffingerAdd a av_grow_packet function, to be used by code that...
2010-11-20 Martin Storsjöadpcm: Fix a comment in the trellis heap code
2010-11-19 Martin Storsjöadpcm: Only increment heap_pos after finding a good...
2010-11-19 Martin Storsjöadpcm: Use a hash table to improve checking for duplica...
2010-11-19 Baptiste CoudurierFix qdm2 decoder packet handling to match the api
2010-11-19 Stefano SabatiniOrder matters, fix test files linking.
2010-11-16 Baptiste CoudurierMake DNxHD encoder produce files that are strictly...
2010-11-15 Kostya Shishkov16l trocadero: Musepack SV7 decoder may skip more than...
2010-11-14 Aurelien Jacobsminor bump and Changelog entry for r25747
2010-11-14 Aurelien Jacobsminor bump and APIchanges for r25745
2010-11-14 Martin Storsjöadpcm: Fix a comment
2010-11-13 Aurelien Jacobsadd missing files in previous commit (ASS encoder and...
2010-11-13 Aurelien Jacobsadd ASS encoder and decoder
2010-11-13 Aurelien Jacobsallow passing subtitles header between decoder and...
2010-11-12 Vitor SessakFix visual artifacts in 4XM decoding on big-endian...
2010-11-12 Martin Storsjöadpcm: Replace any of the leaf nodes in the heap
2010-11-12 Martin StorsjöReindent
2010-11-12 Martin Storsjöadpcm: Store the trellis nodes in a heap instead of...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-12 Alex Converse10l: dx shouldn't exist.
2010-11-12 Alex Converse10l: vorbisdec: declare dy
2010-11-12 Gregory Maxwellvorbisdec: Fix floor1 decoding
2010-11-11 Nicolas GeorgeMJPEG/AVI1 to JPEG/JFIF bitstream filter.
2010-11-11 Jason Garrett-GlaserRemove bitrate tolerance from libx264 interface
2010-11-10 Stefano SabatiniIn avcodec_pix_fmt_string() use local variable pixdesc...
2010-11-10 Stefano SabatiniMake avcodec_pix_fmt_string() use the information in...
2010-11-09 Nicolas KaiserSimplify: Remove impossible condition.
2010-11-09 Stefano SabatiniMove internal function ff_set_systematic_pal() to libav...
2010-11-08 Thilo BorgmannReindent after last commit.
2010-11-08 Thilo BorgmannAllow clean initialization of lut_status array by chang...
2010-11-08 Stefano SabatiniUse hierarchic names convention (prefix them with av_ex...
2010-11-07 Stefano SabatiniOptimize / simplify avcodec_get_pix_fmt_name() check.
2010-11-07 Stefano SabatiniUse av_pix_fmt_descriptors information in avcodec_pix_f...
2010-11-07 Stefano SabatiniMake avpicture_fill() return a meaningful error code.
2010-11-07 Stefano SabatiniRemove alpha information from avcodec_pix_fmt_string...
2010-11-07 Alex Converseaaclatm: Eliminate dummy packets due to muxlength calcu...
2010-11-06 Reimar DöffingerFix indentation.
2010-11-06 Reimar DöffingerImprove PGS parsing: the "state" field is not relevant...
2010-11-06 Kostya Shishkovtry to give TrueSpeech decoder tables more sensible...
2010-11-04 Stefano SabatiniFix FFv1 decoder buffer releasing.
2010-11-04 Janne Grunauaacdec: consume the audio specific config during LATM...
2010-11-03 Reimar DöffingerH.264 decode: support cropping up to 28 pixels in inter...
2010-11-03 Stefano SabatiniRemove usage of deprecated libavcodec/audioconvert...
2010-11-03 Reimar DöffingerFix aspect for 24bpp TM1 samples.
2010-11-03 Reimar DöffingerFix decoding of 24 bpp TM1 (except for aspect).
2010-11-03 Reimar Döffinger100l, calculate mb_change_bits_row_size from the update...
2010-11-03 Reimar DöffingerSupport mid-stream resolution/format changes for TM1.
2010-11-02 Stefano SabatiniAdd av_get_bits_per_sample_fmt() to libavcore/samplefmt...
2010-11-02 Stefano SabatiniImplement functions:
2010-11-02 Stefano SabatiniMove sample format definitions from libavcodec to libav...
2010-11-02 Thierry FoucuAllow mono encoding with LAME.
2010-11-02 Janne Grunauaacdec: change type of data in decode_audio_specific_co...
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 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-01 İsmail Dönmezdsputil: Use explicit movzbl instead of movzx
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 Ramiro Pollasad16_sse2: merge 2 asm blocks
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 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-28 Ramiro Pollaindent
2010-10-28 Ramiro Pollah264dsp: merge some more asm blocks
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-GlaserFix crashes in vorbis decoding found by zzuf
2010-10-27 Nathan Caldwellaacenc: Remove energy 'normalization' modification...
2010-10-27 Nathan Caldwellaacenc: Fix threshold-in-quiet calculation in the 3GPP...
next