]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2007-07-12 lu_zeroadding myself as rtsp.c maintainer
2007-07-12 lu_zerortsp multicast fix by Thijs Vermeir $1$2@gmail.com
2007-07-12 diegoRename COPYING to COPYING.LGPL, add COPYING.GPL with...
2007-07-12 diegoFix two cosmetic differences between our LGPL copy...
2007-07-12 diegocosmetics: tabs --> spaces
2007-07-12 benoitmap warning levels between libx264 and libavutil
2007-07-12 diegolicense header consistency: Remove redundant "all right...
2007-07-11 iiverevert commit 9603
2007-07-11 iiveremove file because of lincense issues
2007-07-11 iiveIntegrate reference mpeg IDCT into dsputil.
2007-07-11 michaelsimplify ff_h263_round_chroma()
2007-07-11 iiveInport the original intiger IDCT from MPEG2 reference...
2007-07-11 mrumove ff_h263_round_chroma() to mpegvideo.h as static...
2007-07-11 ramiroRemove underscores before fcntl flags
2007-07-11 ramiroCheck for termios before conio
2007-07-11 ramiroProper check for interactive support (termios and conio).
2007-07-11 ramiroProper check for mkstemp().
2007-07-11 ramiroRemove unnecessary MINGW ifdef.
2007-07-11 ramiroRemove MinGW lrint hack.
2007-07-11 aureladd support for ASS like subtitles in Matroska
2007-07-11 aurelcomment explaining that text subtitle need to be UTF...
2007-07-11 aureladd support for Matroska subtitle tracks
2007-07-11 aurelMove public API functions av_codec_get_tag() and av_cod...
2007-07-11 aurelconditional compilation of ratecontrol.c
2007-07-11 aurelconditional compilation of motion_est.c
2007-07-10 mruremove OS/2 support
2007-07-10 ramiroRemove OS/2 support
2007-07-10 mru10l: fix av_str[i]start()
2007-07-10 mruset locale to C in seek test
2007-07-10 aurelmakes compilation of h263.o and mpegvideo_enc.o conditi...
2007-07-10 aurelcosmetics: indentation
2007-07-10 aurelAvoid linking with h263.c functions when the relevant...
2007-07-10 vitorUse proper bytestream functions
2007-07-10 aurelBetter place to disable some mpeg4 code and ensure...
2007-07-10 aurelmove init_vlc_rl from h263.c to mpegvideo.c
2007-07-10 aurelSplit ff_set_mpeg4_time() and move the non mpeg4 specif...
2007-07-10 vitorPrepare to remove more duplicated code
2007-07-10 vitorRemove some duplicated code
2007-07-10 diegoClarify public domain statement similar to qt-faststart.c.
2007-07-10 diegoAdd standard licensing header to files that lack it.
2007-07-10 diegocosmetics: typo
2007-07-10 aureldon't compile some mpeg4 encoder code when encoders...
2007-07-10 vitorPort some useful comments from newest version of David...
2007-07-09 mruavoid deprecation warnings for AVFrac from avformat.h
2007-07-09 mruavoid deprecation warnings for ImgReSampleContext from...
2007-07-09 aurelmove ff_set_qscale from h263.c to mpegvideo.c
2007-07-09 mruprettify conditional targets
2007-07-09 mruwhitespace cosmetics
2007-07-09 mruclean up vhook variables
2007-07-09 mruadd fork to HAVE_LIST
2007-07-09 diego10l: The ppm video hook depends on fork().
2007-07-09 diegoISO8859-1 --> UTF-8
2007-07-09 aurelsplit rawvideo encoder and decoder in their own files
2007-07-09 aurelcompile rangecoder.o only when needed
2007-07-09 aurelduration must not be scaled
2007-07-09 aurelproperly set AVStream.language according to Matroska...
2007-07-09 diegoIgnore .vhookdep.
2007-07-09 benoitbring back h264 build
2007-07-09 mruuse correct type for palette
2007-07-08 mruindent
2007-07-08 mruset sample rate in more logical place, kill warning
2007-07-08 mrutrivial warning fixes
2007-07-08 mrukill warnings
2007-07-08 mrufix warning
2007-07-08 mrumake arguments to ssd_int8_vs_int16() const
2007-07-08 mrutrivial warning fixes
2007-07-08 mrufix build after breakage in r9544
2007-07-08 mruundef forbidden names before we #define them in case...
2007-07-08 diegoMake vhook build non-recursive.
2007-07-08 mruavoid uninitialised variable warning and clarify code
2007-07-08 mruupdate SectionCallback and PESCallback typedefs to...
2007-07-08 mruremove redundant declaration of mpegts_muxer
2007-07-08 mrukill uninitialised variable warning in mp3_read_probe()
2007-07-08 mrukill harmless 64-bit pointer cast warning
2007-07-08 mrubethsoftvid: use correct type for size passed to av_fas...
2007-07-08 kostyaPass modes as parameters instead of calculating them...
2007-07-08 kostyaReplace function declarations with macro
2007-07-08 kostyaDrop ff_ prefix for static functions
2007-07-08 diegogrammar error noticed by Mark Cox
2007-07-08 stefangsplit decoder-specific parts into their own file
2007-07-08 stefangprepare splitting decoder-only parts into own file:
2007-07-08 romansh * Getting rid of the use of GCC language extensions
2007-07-08 mruremove deprecated codec_get_{bmp,wav}_{id,tag}()
2007-07-08 mruogm: don't use deprecated codec_get_{bmp,wav}_id()
2007-07-08 mrunutdec: don't use deprecated codec_get_{bmp,wav}_id()
2007-07-08 mruremove redundant codec_get_bmp_tag() call in avi_write_...
2007-07-07 aurelsimplify ff_copy_bits() when compiled with config-small
2007-07-07 mruuse bytestream_get_* and AV_RLxx
2007-07-07 mruwhitespace cosmetics
2007-07-07 mruadd 64-bit bytestream read/write functions
2007-07-07 mrukill uninitialised variable warning in amr_read_packet()
2007-07-07 mrukill uninitialised variable warning in ac3_probe()
2007-07-07 mruremove unused functions
2007-07-07 stefangprepare splitting decoder-only parts into own file:
2007-07-07 stefangmove dequantization into it's own inline function
2007-07-07 stefangcosmetic: rename VLC tables to make clear they
2007-07-07 stefangsetting special motion vectors in intra macroblocks
2007-07-07 stefangsetting intra prediction modes to default values
2007-07-07 stefangmove modification of intra prediction modes into
2007-07-07 stefangmove preparation of chroma intra prediction into it's
next