]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-03-15 Michael Niedermayersupport reordering pts in the decoder (this might be...
2007-03-15 Aurelien Jacobsdisable pts reordering code and initialize a parser...
2007-03-15 Ian Braithwaitesubband_coef_noise -> subband_coef_sign
2007-03-15 Michael Niedermayerremove secure password delivery requirement after compl...
2007-03-15 Diego Biurrunmisc wording/spelling fixes
2007-03-15 Michael Niedermayergpg and passwords rule
2007-03-15 Michael Niedermayeradd rule to keep disscussion on the public mailinglist...
2007-03-15 Michael Niedermayerpatches should be split into incremental changes if...
2007-03-15 Bobby BinghamTarga (.tga) encoder,
2007-03-15 Michael Niedermayeradd a entry to the policy about fixing warnings (i...
2007-03-15 Michael NiedermayerPatch review process
2007-03-14 Michael Niedermayer10l for myself, fixing --disable-encoders
2007-03-14 Michael Niedermayer160 bytes smaller object file, ask gcc devels why
2007-03-14 Michael Niedermayerexplain where the T table comes from
2007-03-14 Kostya ShishkovDXA demuxer and decoder
2007-03-14 Michael Niedermayerdeprecate ff_realloc_static
2007-03-14 Michael Niedermayer10l to whoever wrote this
2007-03-14 Michael Niedermayerkill av_mallocz_static() calls in init_rl()
2007-03-14 Michael Niedermayermove RLTable stuff to its own header
2007-03-14 Michael Niedermayerkill av_mallocz_static()
2007-03-14 Baptiste Coudurierreindent after last commit
2007-03-14 Baptiste Coudurierh264 complete frames parsing support
2007-03-14 Michael Niedermayerkill 3 more av_mallocz_static()
2007-03-14 Michael Niedermayerkill another 2 av_mallocz_static()
2007-03-13 Michael Niedermayerkill a av_mallocz_static()
2007-03-13 Michael Niedermayer10^10l to whoever wrote this
2007-03-13 Michael Niedermayerremove useless static cm variable
2007-03-13 Michael Niedermayercosmetic
2007-03-13 Michael Niedermayerremove silly static int done protecting the initalizati...
2007-03-13 Michael Niedermayerremove redundant memset()
2007-03-13 Michael Niedermayerdont malloc() static mv_penalty arrays
2007-03-13 Michael Niedermayerdeprecate av_mallocz_static()
2007-03-13 Ian BraithwaiteCombine the window and overlap loops,
2007-03-13 Michael Niedermayercosmetic (order context variables like in sha1)
2007-03-13 Michael Niedermayers/context/ctx/
2007-03-13 Michael Niedermayer#undef printf under #ifdef TEST (needed for testing)
2007-03-13 Michael Niedermayerborrow finalization algo from sha1 (100byte smaller)
2007-03-13 Michael Niedermayerget rid of b_used variable (same size with CONFIG_SMALL)
2007-03-13 Michael Niedermayersmaller av_sha1_update()
2007-03-13 Michael Niedermayeruse CONFIG_SMALL
2007-03-13 Michael Niedermayerput state[5] last so no padding is needed on arch where...
2007-03-13 Michael Niedermayercosmetic
2007-03-13 Michael Niedermayerdont memcpy() simpler and same speed
2007-03-13 Michael Niedermayersimplify
2007-03-13 Michael Niedermayerremove middle variant (keep fastest and smallest)
2007-03-13 Michael Niedermayer10l
2007-03-13 Michael Niedermayerdouble ;;
2007-03-13 Michael Niedermayerfactorize VARIANT2 (smaller and slower)
2007-03-13 Michael Niedermayerrevert 2% speed loss change (r8360)
2007-03-13 Aurelien Jacobsremove outdated comment
2007-03-13 Aurelien Jacobsremove no more needed parameters
2007-03-13 Michael Niedermayerzero byte idea by rich
2007-03-13 Michael Niedermayer2 other variants of how to implement the core part
2007-03-13 Aurelien Jacobsset pkt->duration for laced packets too
2007-03-13 Aurelien Jacobscalculate pts for laced packets
2007-03-13 Aurelien Jacobscalculate default_duration for AAC tracks
2007-03-13 Aurelien Jacobsscale duration and default_duration
2007-03-12 Michael Niedermayercosmetic cleanup
2007-03-12 Michael Niedermayercosmetic cleanup
2007-03-12 Michael Niedermayer10% smaller object file, 2% slower
2007-03-12 Aurelien Jacobsmove timecode calculation out of laces loop
2007-03-12 Michael Niedermayervery slightly smaller object file
2007-03-12 Michael Niedermayermake count count bytes not bits (this is simpler and...
2007-03-12 Michael Niedermayerremove bigger and slower code
2007-03-12 Michael Niedermayerdont recommand testing with -O3
2007-03-12 Michael Niedermayeravoid silly ring buffer logic (faster with -O2, -O3...
2007-03-12 Michael Niedermayerits faster to copy the data to the stack it seems ...
2007-03-12 Michael Niedermayerexplain how to test it
2007-03-12 Michael Niedermayersimple SHA-1 implementation
2007-03-12 Baptiste Coudurierremove wrong avid imx ntsc fourcc
2007-03-12 Limin WangExplain a few more options that were recently added.
2007-03-12 Ramiro PollaRemove superfluous HAVE_THREADS #ifdef.
2007-03-12 Diego Biurrunlibswscale header files are put in a subdirectory named...
2007-03-12 Benoit FouetRemove -ab 64k from ffmpeg options, this is now default.
2007-03-12 Panagiotis... Install mem.h on "make install" as:
2007-03-12 Diego BiurrunRecommend building qt-faststart using make instead...
2007-03-12 Ronald S. BultjeProperly initialize filesize during input buffer initia...
2007-03-12 Panagiotis... Move the memory related functions out of common.h into...
2007-03-12 Diego BiurrunRemove superfluous header include.
2007-03-12 Limin Wangcosmetics: Fix indentation, patch by Limin Wang, lance...
2007-03-12 Panagiotis... Introduce two new logging functions av_hex_dump_log...
2007-03-12 Michel BardiauxGive context to dprintf
2007-03-12 Baptiste Coudurierremove codec_info_duration/nb_frames from AVStream
2007-03-12 Baptiste Coudurieradd message saying that pgmyuv format is deprecated
2007-03-11 Aurelien Jacobscosmetic: indent after last commit
2007-03-11 Aurelien Jacobsreorder pts of packets from tracks using V_MPEG* codecs
2007-03-11 Aurelien Jacobsrevert r7181
2007-03-11 Aurelien Jacobscheck if current block contains a B frame and gives...
2007-03-11 Aurelien Jacobsextract ebml_read_binary() out of matroska_parse_block()
2007-03-11 Aurelien Jacobsreindent after last commit
2007-03-11 Aurelien Jacobsparse clusters until some packets are queued
2007-03-11 Aurelien Jacobsfix a stupid bug in ebml_read_sint()
2007-03-11 Aurelien Jacobsuse codec_get_id() instead of deprecated codec_get_...
2007-03-11 Benjamin LarssonRespect the gop size (-g) for marking I frames. Use...
2007-03-11 Ian BraithwaiteReplace custom modified discrete cosine transform with...
2007-03-11 Justin Rugglesthe AC-3 parser needs ac3.o
2007-03-11 Justin Rugglesmove AC-3 header parsing to ac3.c
2007-03-11 Kostya ShishkovCorrectly ME border blocks
2007-03-11 Reimar DöffingerCheck dimensions to avoid division by zero due to inval...
2007-03-11 Michael Niedermayerfix gsize=0 / -1 case (if(<24) goto fail) before it...
next