platform/upstream/libav.git
2002-06-02 Michael Niedermayer100l divx501+ seeking bugfix
2002-06-02 Felix Bünemanngcc 3.1 warning fix (patch by Felix Buenemann <atmosfea...
2002-06-02 D Richard Felker III10l found&patch by D Richard Felker III <dalias at...
2002-06-02 Michael Niedermayertypo (found by Bohdan Horst <nexus at hoth.amu.edu...
2002-06-02 Michael Niedermayerdivx5 bug workaround
2002-06-02 Michael Niedermayersingle coefficient elimination
2002-06-02 Michael Niedermayerb_quant_offset (unfinished, should be 0 for now)
2002-06-02 Michael Niedermayerdata partitioning
2002-06-02 Michael Niedermayermsmpeg4v1 decoding
2002-06-02 Michael Niedermayersingle coefficient elimination
2002-06-02 Michael Niedermayerdont double check vectors
2002-06-02 Michael Niedermayererror concealment / error resilience
2002-06-02 Michael Niedermayererror concealment / error resilience
2002-06-02 Michael Niedermayerfixing get_bits_count at the end
2002-06-02 Michael Niedermayersqrt
2002-06-01 Michael Niedermayerbugfix
2002-06-01 Fabrice Bellardmpegaudio decoder is in high precision mode by default...
2002-06-01 Fabrice Bellardfixed layer1/2 overflow if very loud sound - fixed...
2002-05-30 Philip Gladstone* Bad buffer management bug. Forgot to take care of...
2002-05-30 Zdenek Kabelac* removed MANGLE from macros for setting constants
2002-05-30 Philip GladstoneAdded Launch, FaviconURL and Redirect examples
2002-05-30 Philip Gladstone* New stuff and bug fixes:
2002-05-30 Philip Gladstone* Go faster stripes: don't check to see if the user...
2002-05-29 Philip GladstoneMake sure that the http_proxy environment variable...
2002-05-29 Zdenek Kabelac* added dependency on dsputil_mmx_rnd.h for dsputil...
2002-05-29 Zdenek Kabelac* using unrolled loops seems to help to MMX Celerons
2002-05-29 Zdenek Kabelac* reenabled original xy2 put routine - rounding error...
2002-05-29 Zdenek Kabelac* code with new PAVGB for MMX only CPU splited into...
2002-05-29 Zdenek Kabelac* new mmx code - based upon aggregate.org/MAGIC
2002-05-29 Zdenek Kabelac* cosmetic minor change
2002-05-29 Zdenek Kabelac* optimized remaing avg_pixels_xy2
2002-05-29 Philip Gladstone* Make video grabbing work again (if you are grabbing...
2002-05-28 Zdenek Kabelac* optimized avg_* functions (except xy2)
2002-05-27 Michael Niedermayerfixing stackoverflow
2002-05-27 Zdenek Kabelac* started to cleanup name clashes for onetime compilation
2002-05-27 Zdenek Kabelac* more PIC friendly and faster code
2002-05-27 Zdenek Kabelac* removed TESTCPU_MAIN - not needed for testing
2002-05-27 Zdenek Kabelac* for this moment bswap.h included ahead of HAVE_AV_CO...
2002-05-27 Zdenek Kabelac* yet a bit more extended
2002-05-27 Zdenek Kabelac* undefine local defines when they are no longer needed
2002-05-27 Zdenek Kabelac* added
2002-05-27 Zdenek Kabelac* compatibilized declaration with its original definition
2002-05-27 Zdenek Kabelac* avoids double inclusion of this header
2002-05-26 Fabrice Bellarddon't use inttypes.h - use inline function for bswap_64()
2002-05-26 Fabrice Bellarduse sys/soundcard.h for OSS audio
2002-05-26 Fabrice Bellardbsd fixes
2002-05-26 Fabrice Bellardfixed mangle issue
2002-05-26 Fabrice Bellardremoved invalid buffer handling
2002-05-26 Nick Kurshevuntested generic bswap64
2002-05-26 Philip Gladstone* Add first cut of code to handle Windows Media Player...
2002-05-25 Fabrice Bellardadded license
2002-05-25 Fabrice Bellardreactivated swf/mjpeg/jpg formats testing
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-25 Fabrice Bellardconsistent include usage
2002-05-25 Fabrice Bellardfixed incorrect buffer handling
2002-05-25 Fabrice Bellardbetter logic for bswap
2002-05-25 Fabrice Bellardremoved
2002-05-25 Fabrice Bellardmoved in libavcodec
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-25 Fabrice Bellardfixed double free - fixed probe function
2002-05-25 Fabrice Bellardfixed double free - fixed jpg image sequence automatic...
2002-05-25 Fabrice Bellardfixed memory free (no free necessary for private data...
2002-05-25 Fabrice Bellardupdate
2002-05-25 Fabrice Bellardlicense/copyright change - fixed header mess
2002-05-25 Fabrice Bellardlicense/copyright change - fixed memory leaks
2002-05-25 Fabrice Bellardmore config options
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-25 Fabrice Bellardlicense/copyright change - use consistent library names
2002-05-25 Fabrice Bellardadd more info about new configure features
2002-05-25 Fabrice Bellardupdated
2002-05-24 Philip GladstoneChange order of extensions and read_probe checking...
2002-05-24 Philip Gladstone* Add a probe function for FFM files
2002-05-24 Philip Gladstone* Added yet more output to the status page to try and...
2002-05-24 Philip Gladstone* Fix a problem caused by a duplicate free of priv_data...
2002-05-24 Philip Gladstone* Add support for time-limiting a live stream. (Some...
2002-05-24 Philip GladstoneAdd an av_abort macro that aborts, but also prints...
2002-05-23 Zdenek Kabelac* baling 8 seems to have the same speed
2002-05-23 Zdenek Kabelac* cosmetic
2002-05-23 Zdenek Kabelac* always baling even though it seems to produce sometim...
2002-05-23 Zdenek Kabelac* cleanup for put_pixels_mmx
2002-05-23 Zdenek Kabelac* minor update
2002-05-23 Alex Beregszasziapplied 64bit patch from Ulrich Hecht <uli at suse...
2002-05-23 Zdenek Kabelac* a little bit extended dsptest also suports dsptestpic...
2002-05-23 Zdenek Kabelac* somewhat more advanced test suit for dsp code - for...
2002-05-23 Zdenek Kabelac* align the source initialy address
2002-05-23 Zdenek Kabelac* fixed contrains and avoid usage of scale index access
2002-05-23 Zdenek Kabelac* added simple test main - see comments about how to
2002-05-22 Michael Niedermayerusing 1 operand less and slightly faster put_pixels_y2
2002-05-22 Zdenek Kabelac* fix for -fPIC compilation - compiles with 2.95.2...
2002-05-22 Zdenek Kabelac* minor cleanup
2002-05-21 Michael Niedermayerworkaround dc_scale bug in old ffmpeg msmpeg4v3 encoder...
2002-05-21 Zdenek Kabelac* oops - these are the midnight commits...
2002-05-21 Zdenek Kabelac* restored previous behaviour for this moment
2002-05-21 Zdenek Kabelac* restored previous non '..' version
2002-05-21 Fabrice Bellardfixed incorrect global gain - slightly increased precis...
2002-05-21 Zdenek Kabelac* using ../ for bswap.h
2002-05-21 Zdenek Kabelac* avoid conflicts with non-ffmpeg config.h and also...
2002-05-21 Alex BeregszasziBSD/OS support by Steven M Schultz
2002-05-20 Fabrice Bellardfixed one overflow problem
2002-05-20 Fabrice Bellardfixed memory free
next