platform/upstream/libav.git
2002-10-31 Nick Kurshevfixed debug compilation
2002-10-31 Michael Niedermayerput a few large tables under #ifdef CONFIG_ENCODERS...
2002-10-31 Zdenek Kabelac* always set extradata_size
2002-10-31 Zdenek Kabelac* removed extra_data from AVStream (it's part of Codec)
2002-10-31 Michael Niedermayerdont call emms_c() for each MB
2002-10-31 Michael Niedermayercleanup
2002-10-31 Michael Niedermayerdisabling compilation of .so if its not needed, gcc...
2002-10-31 Alex Beregszaszifixed 10l
2002-10-31 Michael Niedermayerusing fewer registers ... to workaround something
2002-10-31 Michael Niedermayerfixing another assert q>0.0 issue caused by variance...
2002-10-31 Fabrice Bellardfixed nb_block_sizes detection - fixed codec_id test...
2002-10-30 Michael Niedermayerfixing q>0.0 assert failure caused by overflow of varia...
2002-10-30 Michael Niedermayerremoving "-npp" (found by arpi)
2002-10-30 Michael Niedermayerper context cpuCaps (idea by kabi)
2002-10-30 Michael Niedermayerchange qscale type to int8 and fix qscale ordering
2002-10-30 Michael Niedermayerexporting the internal qscale table, this allso fixes...
2002-10-30 Alex BeregszasziNetBSD fix by Bernd Ernesti <mplayer@lists.veego.de>
2002-10-30 Måns Rullgård-vcodec copy fix patch by (mru at users dot sourceforge...
2002-10-30 Fred1) Add MMX deinterlace code.
2002-10-30 Philip Gladstone* Made encoding to ASF streams work again. It turns...
2002-10-30 Philip GladstoneAdded VideoBitRateRange and VideoBitRAteTolerance settings
2002-10-30 Michael Niedermayerusing same numbers for cpuCaps as libmpeg2 & liba52
2002-10-30 Michael Niedermayercleanly passing the cpuCaps
2002-10-29 Michael Niedermayer10l
2002-10-29 Fabrice Bellarduse lrintf to avoid double conversion
2002-10-29 Fabrice Bellardadded lrintf for non ISOC libcs (fixme: find a better...
2002-10-29 Fabrice Bellardavoid name clash - fixed again block size selection
2002-10-29 Fabrice Bellardavoid name clash
2002-10-29 Michael Niedermayercleanup
2002-10-29 Michael Niedermayercosmetics ;)
2002-10-29 Michael Niedermayerbetter deblocking filter
2002-10-29 Fabrice Bellardupdate
2002-10-29 Michael Niedermayer-fomit-frame-pointer is needed for the PIC code
2002-10-29 Michael Niedermayerusing fewer registers (fixes compilation bug hopefully)
2002-10-29 Colin Leroyfix compilation on non-x86 with gcc 2.95
2002-10-28 Fabrice Bellardupdated
2002-10-28 Michael Niedermayerpostprocessing cleanup:
2002-10-28 Alex BeregszasziFOURCC removed, using ff_get_fourcc instead (should...
2002-10-28 Fabrice Bellardfixed block size selection
2002-10-28 Fabrice Bellardunified wav header parsing - added extradata support
2002-10-28 Fabrice Bellardadded new fft/mdct code - added fft-test program
2002-10-28 Fabrice Bellardadded wma decoder
2002-10-28 Fabrice Bellardpreparing integration of new AC3 decoder
2002-10-28 Fabrice Bellardnew generic FFT/MDCT code for audio codecs
2002-10-28 Fabrice Bellardupdated - feel free to correct/improve
2002-10-27 Fabrice Bellardadded Michael's page
2002-10-27 Fabrice Bellardnew texinfo documentation - HTML version also included
2002-10-27 Michael Niedermayerget_vlc2()
2002-10-27 Arpi3rd 10l - don't let it read data beyond the end of...
2002-10-27 Alex Beregszaszi2nd 10l (noticed by arpi)
2002-10-27 Alex Beregszasziminor speedup noticed by arpi
2002-10-27 Alex Beregszaszi10l
2002-10-27 Alex Beregszaszireworked decode_frame marker searching, fixes many...
2002-10-27 Michael Niedermayermergeing inter & intra rl_length tables (50% smaller...
2002-10-27 Michael Niedermayer75% smaller rl_length table
2002-10-27 Leon van Stuivenbergdsputil mmi cleanup patch by (Leon van Stuivenberg...
2002-10-27 Michael Niedermayerhandle direct rendering buffer allocation failure
2002-10-26 Kareilafixing bitrate display if -acodec copy is used, patch...
2002-10-26 Jürgen Keilsegfault fix patch by (Juergen Keil <jk at tools dot...
2002-10-25 Michael Niedermayerfixing decoding of streams with no keyframe at the...
2002-10-25 Michael Niedermayeridct_permutation_type variable, so the permutation...
2002-10-25 Michael Niedermayerregression test for H263+
2002-10-25 Michael Niedermayerslice encoding cleanup
2002-10-24 Michael Niedermayerclip MVs for direct mode
2002-10-23 Colin Leroyfixing RGB32->RGB16 on big endian patch by (Colin Leroy...
2002-10-23 Michael Niedermayeroptimize block_permute()
2002-10-23 Michael Niedermayerfixing interlaced MC & edge-emu
2002-10-22 Michael Niedermayermore defaults
2002-10-22 Michael Niedermayerxvid qpel bug autodetect
2002-10-22 Michael Niedermayerxvid qpel bug workaround
2002-10-22 Fabrice Bellardput/get portable for IEEE double - renamed put_native_s...
2002-10-21 Fabrice Bellardsingle frame output fix
2002-10-21 Fabrice Bellardchanged write_packet API - should work as before
2002-10-21 Fabrice Bellarduse new PTS api - corrected AV sync for transcoding...
2002-10-21 Fabrice Bellardthe new output PTS handling is now generic
2002-10-21 D Richard Felker IIInew ffserver options patch by (D Richard Felker III...
2002-10-21 Fabrice Bellarduse PTS api - suppressed redundant fourcc tags (don...
2002-10-21 Fabrice Bellarduse consistant PTS handling - fixed MPEG2 Pack header...
2002-10-21 Fabrice BellardAV synchronisation API
2002-10-20 Michael Niedermayernew video grab device for ATI All-In-Wonder cards based...
2002-10-20 Michael Niedermayerfixing msmpeg4v3 encoding at bitrates <128k
2002-10-19 Michael Niedermayerfixing h263 slice decoding (again)
2002-10-19 Michael Niedermayerfixing interlaced dct with 4mv
2002-10-19 Michael Niedermayerfixing h263 decoding (did segfault)
2002-10-18 Michael Niedermayerfixing interlaced dct + hq mode
2002-10-17 Michael Niedermayeravoid multiple init
2002-10-16 Michael Niedermayerinit flags before using it (found by arpi)
2002-10-16 Michael Niedermayercomplete mpeg4 GMC decoding support
2002-10-16 Michael Niedermayerfixing alt_scan for the first frame (variable was reset)
2002-10-15 Michael Niedermayerwarning fixes
2002-10-15 Michael Niedermayerfixing unused variables & adding missing options
2002-10-15 Fabrice Bellardbetter framework for specific mpeg mux options such...
2002-10-15 Fabrice Bellardsuppressed vcd flag - use new mpeg mux format instead
2002-10-15 Fabrice Bellardremoved obsolete file
2002-10-14 Michael Niedermayerbetter padding bug detection
2002-10-14 Fabrice Bellardremoved warnings
2002-10-14 Fabrice Bellardremoved invalid header include
2002-10-14 Fabrice Bellardadded null output format for speed testing
2002-10-14 Fabrice Bellardraw picture support in mux
2002-10-14 Fabrice Bellardcross compiling support
next