]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-12-12 Måns RullgårdRevert r11202: do not create copy relocations when...
2007-12-12 Måns Rullgårduse av_log_get/set_level()
2007-12-12 Luca Barbatokill a warning, av_sha1_update accepts uint8_t * not...
2007-12-12 Luca BarbatoProvide sha1 to outside applications
2007-12-12 Michael Niedermayerav_*_next() API for libavformat
2007-12-12 Michael Niedermayeravoid using first_avcodec
2007-12-12 Michael Niedermayerav_*_next() API for libavcodec
2007-12-12 Panagiotis... Show which bitstreamfilters were compiled in, similar...
2007-12-11 Måns Rullgårddo not create copy relocations when linking to shared...
2007-12-11 Diego Biurruntypo/clarification
2007-12-09 Tom HarperFix compilation of os_support.c for MinGW with --disabl...
2007-12-09 Kostya ShishkovEnable 4x4 IDCT for FASTTX=0 mode in WMV3
2007-12-09 Kostya ShishkovAdd 4x4 IDCT
2007-12-09 Justin Rugglescosmetics: rename ac3 decoder variables
2007-12-09 Justin Rugglescosmetics: rename common ac3 variables
2007-12-09 Justin Rugglescosmetics: vertical align after last commit
2007-12-09 Justin Rugglescosmetics: rename ac3 bit allocation variables
2007-12-09 Justin Rugglescosmetics: rename ac3 tables
2007-12-08 Aurelien Jacobsadd ff_ prefix to all simple_idct symbols
2007-12-08 Kostya ShishkovReindent after last commit
2007-12-08 Kostya ShishkovUpdate Altivec variant of vc1_inv_trans_8x4
2007-12-08 Kostya ShishkovUse IDCT functions when FASTTX=0
2007-12-08 Kostya ShishkovSwitch VC-1 decoder to output decoded residual immediately.
2007-12-08 Kostya ShishkovRename some tables
2007-12-08 Diego BiurrunAdd missing declarations for AltiVec functions, fixes...
2007-12-07 Diego BiurrunFix 'make checkheaders' on AltiVec-enabled systems.
2007-12-07 Dave YeoAdd small OS/2 section with a link to further information.
2007-12-07 Kostya ShishkovUse existing function for VLC reading
2007-12-07 Kostya ShishkovCheck decoded dimensions for validity
2007-12-07 Kostya ShishkovIntra types will be stored in int8_t array
2007-12-07 Kostya ShishkovAdd decoder flags
2007-12-07 Kostya ShishkovReplace table with its H.263 counterpart
2007-12-07 Kostya ShishkovRegister myself for future RV30/40 decoder
2007-12-06 Diego BiurrunAdd --list-indevs and --list-outdevs command line options.
2007-12-06 Diego BiurrunAdd --disable-devices to --help output.
2007-12-06 Diego BiurrunAdd input and output devices to configure output.
2007-12-06 Diego BiurrunRemove unnecessary quotes.
2007-12-06 Kostya ShishkovUpdate tables for RV40 decoder
2007-12-06 Michael Niedermayerprevent warnings about functions being possibly unused
2007-12-06 Michael Niedermayerthank you for your efforts to keep my code clean, but...
2007-12-05 Dave YeoOS/2 support restored in cleaner form.
2007-12-05 Panagiotis... Verify long_ref_count!=0. Fix issue 281.
2007-12-05 Alexander StrangeFix missing chroma in version 3 STR.
2007-12-05 Michael Niedermayerfix decoding of the first frame of gray.mov
2007-12-05 Jeff DownsInitialize function pointers used by error resilience...
2007-12-05 Mike Melansonadjust indentation on latest patch
2007-12-05 Mike MelansonCheck sanity in the palette loading operation. The...
2007-12-04 Roberto TogniTypo
2007-12-04 Måns Rullgårduse -Bsymbolic linker flag if supported
2007-12-04 Kostya ShishkovRV40 decoder specific functions
2007-12-03 Baptiste Coudurierreturn error if malloc failed, found by takis, fix...
2007-12-03 Panagiotis... check mov_read_default return value where appropriate...
2007-12-03 Benjamin Larsson4 months of hard development and finally it's done...
2007-12-03 Diego Biurruncolour --> color in variable names
2007-12-03 Panagiotis... Add a --disable-devices flag which disables all muxers...
2007-12-03 Diego Biurruncosmetics: comment spelling fixes
2007-12-03 Diego BiurrunFix make checkheaders.
2007-12-03 Diego Biurruncosmetics: spelling fixes
2007-12-03 Baptiste Coudurierfix dnxhd 720p in mov for quicktime player
2007-12-03 Michael Niedermayeradd assert to detect invalid packet_timestamp_start/end
2007-12-03 Michael Niedermayercorrect invalid duration
2007-12-03 Baptiste Coudurieradd const to remove warnings, ffmpeg.c:2892: warning...
2007-12-03 Michael Niedermayermake rc_buffer_size apply to audio as well
2007-12-03 Michael Niedermayermake mpeg-ps probe less happy with random data
2007-12-03 Michael Niedermayerreturn a slightly larger score if we find more than...
2007-12-03 Michael Niedermayerensure that the probe code runs in O(n)
2007-12-03 Kostya ShishkovRename function to reflect its action
2007-12-03 Michael Niedermayerremove arbitrary 4096 limit for probing
2007-12-03 Michael Niedermayerprevent O(n^2) execution of ff_mpa_decode_header()...
2007-12-03 Michael NiedermayerRemove rc_eq-specific code, it is passed by AVOption...
2007-12-03 Michael NiedermayerFix non-numeric AVOptions.
2007-12-03 Michael Niedermayersimplify
2007-12-03 Michael Niedermayermake the AVOption code work with strings instead of...
2007-12-02 Reimar DöffingerMake ff_qt_default_palette_* arrays "static const"
2007-12-02 Reimar DöffingerSome spelling fixes in comments
2007-12-02 Reimar DöffingerMake ff_mkv_codec_tags array const, it is never written.
2007-12-02 Reimar DöffingerUse the correct "const float *" type for variable inste...
2007-12-02 Reimar DöffingerAdd missing const to last argument of decode_significan...
2007-12-02 Baptiste Coudurierindentation
2007-12-02 Baptiste Coudurierdnxhd 720p encoding and decoding support
2007-12-02 Baptiste Couduriercosmetics, encode_variance -> encode_fast
2007-12-02 Baptiste Coudurierfix corner case when qscale 1 bits < frame bits but...
2007-12-02 Kostya ShishkovRealVideo 3 decoder functions
2007-12-02 Kostya ShishkovFix muxer so that generated files are playable by realp...
2007-12-02 Kostya ShishkovFix regression tests after r11127 and 11129
2007-12-02 Roberto TogniRevert r10892, it's wrong and no longer needed to preve...
2007-12-02 Diego BiurrunMisc spelling fixes, prefer American over British English.
2007-12-02 Diego BiurrunFix some spelling typos
2007-12-02 Diego BiurrunFix some spelling mistakes.
2007-12-02 Kostya ShishkovRV30/40 common VLC tables
2007-12-01 Vitor SessakFix alignment broke by my last patch
2007-12-01 Vitor Sessakspelling
2007-12-01 Kostya ShishkovTIFF may omit compression tag.
2007-12-01 Diego Biurrunsucces --> success typo
2007-12-01 Reimar DöffingerFix nodes[nb_codes*2-1].count being uninitialized and...
2007-12-01 Michael Niedermayersenseless cast and ()
2007-12-01 Michael Niedermayerstupid code (casting of void*) found by checktree.sh
2007-12-01 Michael Niedermayer1000l _reserved (found by checktree.sh)
2007-11-30 Reimar Döffingerwma_decode_superframe always returns s->block_align...
2007-11-30 Diego BiurrunFix make checkheaders, #include <inttypes.h> was missing.
next