Mercurial > libavcodec.hg
graph
-
in libavcodec/Makefile there is in line 110: "distclean: clean<binary char>" libavcodec2002-06-07, by arpi_esp
-
removed unused code - began to merge alpha specific stuff - added mac macros for suitable CPUs libavcodec2002-06-05, by bellard
-
* implemented remaing avg_ pixel functions (these are not used offen) libavcodec2002-06-03, by kabi
-
gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at users.sourceforge.net>) libavcodec2002-06-02, by michaelni
-
* reenabled original xy2 put routine - rounding error is really bad with libavcodec2002-05-29, by kabi
-
Add an av_abort macro that aborts, but also prints out the location of the abort. libavcodec2002-05-24, by philipjsg
-
workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this) libavcodec2002-05-21, by michaelni
-
fixed incorrect global gain - slightly increased precision of n^(4/3) table libavcodec2002-05-21, by glantau
-
removed unused stuff - added dsputil_set_bit_exact() support for easier testing libavcodec2002-05-20, by glantau
-
put all integer init code to compute n^(4/3) - memory alloc and header fixes libavcodec2002-05-18, by glantau
-
- repeat_pict meaning changed, now it signals the extra delay for the libavcodec2002-05-14, by pulento
-
* Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it. libavcodec2002-05-14, by philipjsg
-
- repeat_pict added to AVCodecContext to signal if the decoder must repeat libavcodec2002-05-12, by pulento
-
there are divx5? encoded files without a userdata section but with b-frames :( libavcodec2002-05-06, by michaelni
-
3dnow temporal denoiser bugfix by RĂ©mi Guyomarch <rguyom@pobox.com> libavcodec2002-05-05, by michael
-
ar -s has portability problems, anyway rc is enough without s -- suggested by Atmosfear libavcodec2002-05-03, by arpi_esp
-
C4=16383 for the c version too and even for some outcommented code libavcodec2002-05-02, by michaelni
-
- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. libavcodec2002-05-02, by pulento
-
Support for external huffman table and various fixes by Alex Beregszaszi <alex@naxine.org> libavcodec2002-05-01, by arpi_esp
-
- ME setting moved to AVCodecContext/MpegEncContext, no longer a global. libavcodec2002-04-14, by pulento
-
- Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for libavcodec2002-04-09, by pulento
-
- PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it. libavcodec2002-04-09, by pulento
-
- Commented out PIX_FMT_ANY by now. It seems that not all codecs are setting libavcodec2002-04-09, by pulento
-
- Added force_pts to av_write_packet() to be able to force PTS, this helps libavcodec2002-04-07, by pulento
-
multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>) libavcodec2002-04-01, by michaelni
-
fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de> libavcodec2002-03-24, by michaelni
-
seems the old intra/inter decission is slightly better with a threshold, than the new one libavcodec2002-03-24, by michaelni
-
new motion estimation (epzs) not complete yet but allready pretty good :) libavcodec2002-03-22, by michaelni
-
- Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert Buytenhek libavcodec2002-03-20, by pulento
-
use the width & height from the mpeg4 header ... in the case that its complete libavcodec2002-03-19, by michaelni
-
msmpeg4 bugfix (wrong frame displayed if some frames are skipped) libavcodec2002-03-18, by michaelni
-
- Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine) libavcodec2002-03-16, by pulento
-
use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes) libavcodec2002-03-15, by michaelni
-
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. libavcodec2002-03-10, by pulento
-
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. libavcodec2002-03-10, by pulento
-
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. libavcodec2002-03-10, by pulento
-
gmc bitstream decoding support (the real motion compensation isnt implemnted yet) libavcodec2002-03-07, by michaelni
-
parsing more of the mpeg4 header & print some "not supported" stuff libavcodec2002-03-05, by michaelni
-
- Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm libavcodec2002-02-26, by pulento
-
fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext header, its the fps indeed) libavcodec2002-02-22, by michaelni
-
- Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder. libavcodec2002-02-22, by pulento