]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2002-05-09 Philip Gladstone* Add defaults to switch statements
2002-05-09 Philip Gladstone* Add a sleep when doing the post to ffserver. Yes...
2002-05-09 Philip GladstoneIntialize the codec type to video.
2002-05-09 Philip Gladstone* Add the gop_size to the video parameters. Also the...
2002-05-09 Philip Gladstone* Change extern inline to static inline. This improves...
2002-05-09 Philip Gladstone* Add default cases to switch statements.
2002-05-09 Philip Gladstone* Add a duration field to the AVPacket
2002-05-09 Philip Gladstone* Make it work with sound cards (like mine) that can...
2002-05-09 Philip Gladstone* Many, many changes to make it work (mostly). Informat...
2002-05-09 Philip Gladstone* Updated so that some streams actually work!
2002-05-09 Philip Gladstone* These are my notes on streaming
2002-05-09 Philip Gladstone* Fix a nasty problem with output buffering not have...
2002-05-09 Philip Gladstone* Fix nasty problem with unitialized memory in the...
2002-05-09 Philip GladstoneMove the EXTRALIBS to the end of the link line where...
2002-05-07 Alex Beregszasziclamp intra matrix to 8bit for mjpeg (workaround for...
2002-05-07 Alex Beregszasziadded support for various app headers, and writin FFmpe...
2002-05-06 Juanjo- Segfault fixed when liba52 dynamic library isn't...
2002-05-06 Juanjo- MPEG-4 B frames coding option for ffmpeg.c
2002-05-06 Zdenek Kabelac* replaced with liba52
2002-05-06 Michael Niedermayerthere are divx5? encoded files without a userdata secti...
2002-05-05 Michael Niedermayersegfault fix for b-frame encoding with height%16!=0
2002-05-05 Michael Niedermayer3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyo...
2002-05-05 Nick Kurshevversion info
2002-05-05 Michael NiedermayerMV visualisation support
2002-05-05 Michael Niedermayershorter user data with formating by juanjo
2002-05-04 Michael Niedermayermove ABS() to common.h
2002-05-03 Arpi10l - MMX rgb2bgr 32bpp expects num_of_bytes instead...
2002-05-03 Michael Niedermayermove put_string() to common.{c,h}
2002-05-03 Michael Niedermayercorrect quantizer bias
2002-05-03 Arpiar -s has portability problems, anyway rc is enough...
2002-05-03 Juanjo- H263 PAR support by Alex Beregszaszi.
2002-05-03 Alex Beregszaszipatch by Alex Beregszaszi <alex@naxine.org>
2002-05-02 Michael Niedermayerfreeze fix
2002-05-02 Michael NiedermayerC4=16383 for the c version too and even for some outcom...
2002-05-02 Michael Niedermayerset C4 to 16383
2002-05-02 Alban Bedelprintf to mp_msg
2002-05-02 Juanjo- Advanced Intra Coding (AIC) support for H.263+ encode...
2002-05-02 Juanjo- Changed FOURCC for H263.
2002-05-01 ArpiSupport for external huffman table and various fixes...
2002-05-01 Zdenek Kabelac* by Thomas Sailer:
2002-04-30 Michael Niedermayerfixing msmpeg4v3 dc-scale for quantizers 24-31
2002-04-29 Gert Vervoortmore msmpeg4 fourccs patch by Gert Vervoort <Gert.Vervo...
2002-04-27 Michael Niedermayerdetecting xvid/divx4/opendivx and set low_delay flag
2002-04-27 Michael Niedermayerexport mbskip_table for direct rendering
2002-04-27 Michael Niedermayerfixed msmpeg4 infinite loop if buggy stream
2002-04-26 Zdenek Kabelac* cleanup
2002-04-24 Zdenek Kabelac* fixes problem with -funroll-loops and buggy gcc compiler
2002-04-24 Michael Niedermayeravcodec_flush_buffers()
2002-04-23 Zdenek Kabelac* path to ffmpegs config.h
2002-04-22 Michael Niedermayersegfault fix
2002-04-22 Zdenek Kabelac* using liba52
2002-04-22 Zdenek Kabelac* using some small char buffer - needed for sprintf
2002-04-22 Michael Niedermayerexport delay info
2002-04-22 Michael Niedermayerb-frame mpeg4 fix when seeking
2002-04-22 Michael Niedermayerx1 deblocking filter bugfix
2002-04-22 Michael Niedermayerdivx 5.01 support
2002-04-22 Zdenek Kabelac* add support for liba52
2002-04-21 Michael Niedermayerfix b-frame MB skip
2002-04-21 Michael Niedermayerrounding bugfix
2002-04-21 Michael Niedermayerfixed ratecontrol & b-frames
2002-04-20 Arpipostprocess array increased to handle images up to...
2002-04-19 Michael Niedermayermuch better ME for b frames (a bit slow though)
2002-04-17 Michael Niedermayerfixing hq mode with mpeg1 and 2-pass
2002-04-17 Michael Niedermayermpeg2/mpeg4 dequantizer support (c & mmx)
2002-04-17 Michael Niedermayerfixed mpeg4 time stuff on encoding
2002-04-16 Zdenek Kabelac* solaris does not support -q
2002-04-15 Zdenek Kabelac* minor - slightly modified debug message
2002-04-15 Juanjo- Versions defined for libav/libavcodec.
2002-04-14 Juanjo- ME method compatibility with legacy apps.
2002-04-14 Juanjo- ME setting moved to AVCodecContext/MpegEncContext...
2002-04-13 Michael Niedermayeryuv422p -> yuy2 (untested)
2002-04-13 Michael Niedermayerrgb24->bgr24
2002-04-12 Michael Niedermayerfix typo found by Milan Cutka <cutka@szm.sk>
2002-04-11 Zdenek Kabelac* no error message without config.h
2002-04-11 Zdenek Kabelac* support for simple_idct config
2002-04-09 Juanjo- New switch to activate 4MV in ffmpeg.
2002-04-09 Juanjo- Fixed AC3 decoding for 5:1 AC3 streams. Now when...
2002-04-09 Juanjo- PIX_FMT_ANY = -1 to avoid breaking any stuff that...
2002-04-09 Juanjo- Commented out PIX_FMT_ANY by now. It seems that not...
2002-04-08 Philip Gladstone* patch by Philip Gladstone
2002-04-08 Zdenek Kabelac* using pixtype as enum - by Philip Gladstone
2002-04-08 Zdenek Kabelac* some minor modification by Philip Gladston
2002-04-08 Zdenek Kabelac* more warning cleanups
2002-04-08 Zdenek Kabelac* fixing some warnings
2002-04-08 Michael Niedermayerfixing black stripe at right if width%8!=0 && stride...
2002-04-08 Zdenek Kabelac* support for .au .gif .mov .mp4 by François Revol...
2002-04-08 Zdenek Kabelac*** empty log message ***
2002-04-08 Zdenek Kabelac* encoding of AC3 with more than 2 channels
2002-04-07 Juanjo- Added force_pts to av_write_packet() to be able to...
2002-04-07 Michael Niedermayermpeg4 mpeg quantizer support
2002-04-06 Michael Niedermayerwmv1 header parser (unfinished)
2002-04-05 Michael Niedermayermsmpeg4v2 encoding
2002-04-05 Michael Niedermayerfixing msmpeg4v2 bugs (is bugfree now afaik)
2002-04-05 Michael Niedermayerb frames & slices bugfix
2002-04-05 Michael Niedermayermsmpeg4v2 decoding (no encoding yet)
2002-04-04 Michael Niedermayerdump_stream support (nicely formated 0s and 1s)
2002-04-04 Michael Niedermayeremms was missing, found by juanjo but he didnt commit...
2002-04-02 Juanjo- Fix memory leak and others bugs for ppmpipe. Thanks...
2002-04-01 Michael Niedermayerfixing MVs in hq mode
2002-04-01 Michael Niedermayeroverread in the mmx2 horizontal scaler fixed
next