]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2007-03-11 Michael Niedermayersome url_is_streamed()==1 related fixes
2007-03-11 Justin Rugglesremove redundancy in AC-3 parser by using common tables...
2007-03-10 Michael Niedermayerfix demuxing of broken MVI_3011.avi
2007-03-10 Oded Shimonremove usage of deprecated functions in libnut.c (codec...
2007-03-10 Oded ShimonAdd doxygen file header to libnut.c
2007-03-10 Diego Biurrunsmall improvements to the help output
2007-03-10 Benoit FouetUse - instead of _ for AMR options in help output.
2007-03-10 Diego Biurrunmarkup/wording/spelling/formatting improvements for...
2007-03-10 Michael Niedermayer@section My bugreport/mail to ffmpeg-dev/user has not...
2007-03-10 Michael Niedermayerjpeg fourcc
2007-03-10 Benjamin LarssonSimplify, use avctx->frame_number.
2007-03-09 Víctor Paesa--enable-mingw32 --> --target-os=mingw32
2007-03-09 Panagiotis... Fix typo in Doxygen comments.
2007-03-09 Justin RugglesRemove common code from AC-3 encoder and utilize ac3.c.
2007-03-09 Justin RugglesCreate ac3.c which will be used for AC-3 common code.
2007-03-09 Limin Wangremove unused code, patch by Limin Wang <lance lmwang...
2007-03-09 Alex Beregszasziprint codec parameters for audio too
2007-03-09 Justin Rugglessimplify AC-3 bit allocation
2007-03-08 Justin Rugglescosmetics. remove space before semi-colon.
2007-03-08 Baptiste Coudurierseems safer to set pts timebase to sample rate, fix...
2007-03-08 Baptiste Coudurierfix pts handling
2007-03-08 Ian BraithwaiteSimplify gain block handling.
2007-03-08 Ian BraithwaiteDon't output the first two frames, since they don't...
2007-03-08 Baptiste Coudurierfix drop frame timecode flag
2007-03-08 Michel BardiauxCorrections so that builds with DEBUG work
2007-03-08 Limin WangAs avcodec_decode_audio() is deprecated, replace it...
2007-03-08 Michael Niedermayerbitrate sanity check (fixes assertion failure)
2007-03-08 Benoit FouetRemove useless casts as recommended by Måns Rullgård.
2007-03-08 Benoit FouetCosmetics in amr.c.
2007-03-08 Benoit FouetMove the initialization on context definition. In...
2007-03-08 Karl H. BeckersAdd PIX_FMT_PAL8 to isPacked().
2007-03-08 Måns Rullgårdinclude only files actually built in SRCS
2007-03-07 Panagiotis... Update the documentation to be consistent with the...
2007-03-07 Limin WangRemove unnecessary the_end label.
2007-03-07 Michael Niedermayeradd a -ab with default of 64k
2007-03-07 Michael Niedermayerset defaults based on CodecType by using avcodec_get_co...
2007-03-07 Limin Wangremove unused variables
2007-03-07 Michael Niedermayeradd avcodec_get_context_defaults2() / avcodec_alloc_con...
2007-03-07 Michael Niedermayeronly store command line parameters in contexts with...
2007-03-07 Piero BugoniAdd watermark and drawtext descriptions, plus some...
2007-03-07 Michael Niedermayeradd av_opt_set_defaults2() which sets just defaults...
2007-03-07 Michael Niedermayermake av_find_opt() available to the public and add...
2007-03-07 Alex Beregszaszimove preroll_time from static variable into definition...
next