Mercurial > libavcodec.hg
graph
-
deblocking filter doesn't need to call fill_caches again. 1.4% faster decoding. libavcodec2005-04-21, by lorenm
-
remove superfluous CONFIG_ENCODERS (entire function is already wrapped) libavcodec2005-04-19, by melanson
-
read 32bit instead of 64bit to avoid overreading and missalignments libavcodec2005-04-17, by michael
-
fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink net libavcodec2005-04-17, by michael
-
replace complicated pointer dereference + index stuff by pointers in unpack_coeffs() libavcodec2005-04-14, by michael
-
Snow segfault bug in revision 1.43 patch by (Yartrebo /yartrebo earthlink net/) libavcodec2005-04-13, by michael
-
rescale coefficients during IDWT, that way the lifting steps are much simpler and faster libavcodec2005-04-10, by michael
-
Fix upside-down picture for BGR24 images (fixes pig-loco-rgb.avi) libavcodec2005-04-08, by rtognimp
-
CABAC support for MBAFF I frames patch by (Loïc Le Loarer < lll+ffmpeg m4x org) libavcodec2005-04-05, by michael
-
CABAC support for MBAFF I frames patch by (Loïc Le Loarer | lll+ffmpeg m4x org) libavcodec2005-04-05, by michael
-
printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se) libavcodec2005-04-04, by michael
-
This is the second patch for MBAFF support, this adds the deblocking libavcodec2005-03-27, by michael
-
The cvs version 1.103 of h264.c brokes 13 conformance streams, this libavcodec2005-03-27, by michael
-
support omiting various headers in mpeg4 as WMP seems to have difficulty with them libavcodec2005-03-23, by michael
-
B frames and CABAC/CAVLC selection by Erik Slagter (erik at slagter dot name) libavcodec2005-03-19, by mru
-
disable luma in postprocess filters patch by (Tuukka Toivonen |tuukkat ee.oulu fi) libavcodec2005-03-19, by michael
-
ogg has to be at the right of vorbis patch by ("Víctor Paesa" wzrlpy hotmail com) libavcodec2005-03-18, by michael
-
add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org) libavcodec2005-03-16, by michael
-
Set keyframe flag only on IDR-frames (needed for reordering across I-frames). libavcodec2005-03-11, by lorenm
-
replace custom bit-reading functions with FFmpeg's internal function; libavcodec2005-03-10, by melanson
-
AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>) libavcodec2005-03-06, by michael
-
MBAFF I slice no deblocking patch by (Loic >>lll+ffmpeg m4x org<<) libavcodec2005-03-06, by michael
-
indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net) libavcodec2005-03-06, by michael
-
improved detection of "AVC1" style H.264 patch by (Måns Rullgård <mru inprovide com>) libavcodec2005-03-06, by michael
-
get rid of nasty exit()'s so the decoder will only warn the user before libavcodec2005-03-06, by melanson
-
decoder works fine now, when fed properly-sized chunks by the demuxer; libavcodec2005-03-06, by melanson
-
first pass at ALAC decoder from David Hammerton; while David's original libavcodec2005-03-06, by melanson
-
Support for AMR Interface Format 2 patch by ("Torsten Martinsen" <tma gatehouse dk>) libavcodec2005-03-05, by michael
-
H.264: decode arbitrary frame orders and allow B-frames as references. libavcodec2005-03-04, by lorenm
-
cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc bug related to frexp() libavcodec2005-03-02, by michael
-
VP3 post-processing loop filter; disabled until the correct final step libavcodec2005-03-01, by melanson
-
indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian Jedruszkiewicz) libavcodec2005-02-27, by michael
-
- renaming the AC coding set variable names to more meaningful ones libavcodec2005-02-23, by michael
-
removing --disable-risky patch by (Josh Varner <jlvarner gmail com>) libavcodec2005-02-21, by michael
-
Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>) libavcodec2005-02-17, by michael
-
remove goto and reindent patch by (Loic Le Loarer <lll+ffmpeg m4x org>) libavcodec2005-02-16, by michael
-
Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4) libavcodec2005-02-15, by rtognimp
-
optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab kepler.fjfi.cvut cz<) libavcodec2005-02-07, by michael
-
Build libpostproc out of source directory patch by (James A. Morrison >ja2morri csclub.uwaterloo ca>) libavcodec2005-02-04, by michael
-
H.264 multiple slice support in CABAC patch by (Loic (lll+ffmpeg m4x org) libavcodec2005-02-04, by michael
-
- samples from mplayer ftp in the "adv" profile seem to have profile=2, libavcodec2005-02-04, by michael
-
merge a few shifts into the dequantization, faster and more accurate, lets hope it doesnt overflow libavcodec2005-02-03, by michael
-
mb_lmin/max to limit the per mb quality for the ratecontrol independant from the frame limits libavcodec2005-02-02, by michael
-
Border processing adaptive quant patch by (Christophe Massiot |cmassiot freebox fr) libavcodec2005-02-02, by michael
-
rtp_callback: send number of mb patch by (Johan Bilien {jobi via.ecp fr) libavcodec2005-02-02, by michael
-
Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de> libavcodec2005-02-01, by mmu_man
-
10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to support CODEC_ID_NONE) libavcodec2005-02-01, by michael
-
H.264 multiplce instance in reference list patch by (Loic <lll+ffmpeg m4x org ) libavcodec2005-02-01, by michael
-
correct long term picture management patch by (Loic <lll+ffmpeg m4x org>) libavcodec2005-02-01, by michael
-
- add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define in libavcodec2005-01-30, by michael
-
added a lock/unlock_lib pair to allow extern progs to serialize access to lavc. libavcodec2005-01-29, by mmu_man
-
use dc tables from msmpeg4 instead of duplicating them patch by anonymous libavcodec2005-01-26, by michael
-
norm-6 / diff-6 support (untested, parts of it just guessed as the spec is unclear) libavcodec2005-01-24, by michael
-
mention table duplications, note, please avoid duplicating tables! libavcodec2005-01-23, by michael
-
preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier libavcodec2005-01-22, by alex
-
preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier libavcodec2005-01-22, by alex
-
Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>) libavcodec2005-01-21, by michael
-
H.264 b ref pic list order and long term pictures patch by (Loic Le Loarer <loic.le-loarer polytechnique org>) libavcodec2005-01-19, by michael
-
x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>) libavcodec2005-01-18, by michael
-
Quote path expression to take care of $(prefix) possibly containing spaces. libavcodec2005-01-11, by diego
-
Check pointers before writing to memory, fix possible integer overflows libavcodec2005-01-09, by rtognimp
-
fixing decoding of http://mplayerhq.hu/~atmos4/ffrv20-crashing-atmos.rm libavcodec2005-01-05, by michael
-
reduce stutter if we learn too late that the stream contains B-frames. libavcodec2005-01-04, by lorenm
-
Make -pphelp output consistent with the other instances of -xxx help. libavcodec2005-01-03, by diego
-
- correct several errors on the deblocking accross slice boundaries. libavcodec2004-12-31, by michael
-
imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t luc d0t ac.be>) libavcodec2004-12-30, by michael
-
common.c -> bitstream.c (and the single non bitstream func -> utils.c) libavcodec2004-12-29, by michael
-
fixes transcoding to vorbis with ffmpeg on big endian machines patch by (Sigbjørn Skjæret {sskjer-1 broadpark no}) libavcodec2004-12-18, by michael
-
fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>) libavcodec2004-12-18, by michael
-
warn the user if the quantization code could overflow with the selected custom matrix and qp limits libavcodec2004-12-11, by michael
-
detect sse on athlon-xp patch by (matthieu castet <castet >.< matthieu >at< free >.< fr>) libavcodec2004-12-05, by michael
-
fix some codec_id values so that new ones can be added at the end of the subsets without breaking binary compatibility libavcodec2004-11-28, by michael
-
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) libavcodec2004-11-27, by michael
-
fix for build on IRIX by (Michel Bardiaux {mbardiaux peaktime be}) libavcodec2004-11-25, by michael
-
fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>) libavcodec2004-11-25, by michael
-
YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>) libavcodec2004-11-24, by michael
-
Fixed typo which caused incorrect motion prediction in B-frames. patch by (Loren Merritt <lorenm ta u tod washington tod edu>) libavcodec2004-11-24, by michael
-
check num_entries too to avoid reading over the array end and dont check i>0 it must be >0 there libavcodec2004-11-24, by michael
-
Fixes a segfault when flushing delayed B-frames on the 2nd pass. patch by (Loren Merritt <lorenm.u@washington@edu>) libavcodec2004-11-23, by michael
-
BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more generic "if HAVE_THREADS" libavcodec2004-11-21, by mmu_man
-
whitespace cleanup patch by (James A. Morrison <ja2morri>@<csclub>dot<uwaterloo>point<ca>) libavcodec2004-11-21, by michael
-
When bswap_32 is a macro, png images fail to decode properly, patch by (Milan Cutka <cutka>at<szm>dot<sk>) libavcodec2004-11-12, by michael
-
Fix mjpeg-b (padding bytes can exist between end of sos and image data) libavcodec2004-10-29, by rtognimp
-
H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) libavcodec2004-10-28, by michael
-
YUV420P to YUV422 conversion routine by (Danny Laarmans <dlaarmans at androme dot com>) libavcodec2004-10-27, by michael
-
fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavcodec2004-10-25, by michael
-
H.264 CABAC + B-frames patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec2004-10-22, by michael
-
make filter size, int32/int16 and a few other things selectable at compiletime libavcodec2004-10-20, by michael
-
Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov libavcodec2004-10-12, by melanson
-
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) libavcodec2004-10-11, by michael
-
Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka <cutka at szm dot sk>) libavcodec2004-10-08, by michael
-
segfault in amr decoder fix patch by (Richard van der Hoff - richvdh0) libavcodec2004-10-05, by michael
-
Altivec test on AmigaOS4 patch by (Chip <szarlada at freemail dot hu>) libavcodec2004-10-05, by michael
-
Build process: libpostproc patch by (Franti?ek Dvo?ák <valtri at users dot sourceforge dot net>) libavcodec2004-10-05, by michael
-
h.264 ref list reordering bugfix patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec2004-10-03, by michael
-
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec2004-10-01, by michael
-
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec2004-10-01, by michael
-
* these vars could be either static or extern (compilation fix gcc-3.5) libavcodec2004-09-30, by kabi
-
move h264 idct to its own file and call via function pointer in DspContext libavcodec2004-09-27, by michael
-
set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0) libavcodec2004-09-27, by michael
-
assertion when playing AVC/H.264 streams fix by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec2004-09-25, by michael
-
H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec2004-09-25, by michael
-
Zlib encoder: fix image orientation (was flipped), 100l in deflate error libavcodec2004-09-23, by rtognimp
-
merge predict_plane() with DWTELEM->8bit conversation (21% faster) libavcodec2004-09-23, by michael
-
consistent use of types patch by (D Richard Felker III <dalias at aerifal dot cx>) libavcodec2004-09-19, by michael
-
simplify getsymbol patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec2004-09-17, by michael
-
huffyuv writes to AVCodecContext.stats_out only once every 32 frames, libavcodec2004-09-17, by michael
-
(non)interlaced huffyuv patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec2004-09-17, by michael
-
h264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau at caps-entreprise dot com>) libavcodec2004-09-16, by michael
-
10l (scene change pict_type was wrong after coded_frame fix) patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec2004-09-16, by michael
-
* I was finally convinced. And besides, if err it's better to err with libavcodec2004-09-14, by romansh
-
100l (forgot to set the 8x8 mc functions, so ME did use the mpeg ones ...) libavcodec2004-09-12, by michael
-
Always write VOL control parameters, needed by old xvid patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec2004-09-03, by michael
-
h264 deblocking crash patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec2004-09-02, by michael
-
quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, but can be extended to other block sizes easily) libavcodec2004-08-26, by michael
-
ffmpeg short conversion got fixed somewhere, no need to workaround it - fixes amplitude bug libavcodec2004-08-22, by alex
-
new opensource lossy/lossless audio codec based on speech compression techniques (actually based on bonk) libavcodec2004-08-21, by alex
-
enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavcodec2004-08-19, by michael
-
Get H.264 frame rate from SPS/VUI patch by (Måns Rullgård <mru at kth dot se>) libavcodec2004-08-16, by michael
-
TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov libavcodec2004-08-14, by melanson
-
Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>) libavcodec2004-08-13, by michael
-
improved magnitude coding, 0.2% lower bitrate (foreman@352x288 qscale 1 and 8) libavcodec2004-08-02, by michael
-
fix one file, will probably break some others but i cant find any samples which need this ... libavcodec2004-08-02, by michael
-
simpler delta decreasing algorithm patch by (Jeff Muizelaar <jrmuizel at student dot cs dot uwaterloo dot ca>) libavcodec2004-08-02, by michael
-
various subband encoders (all either worse or complicated so they are commented out) libavcodec2004-08-02, by michael
-
Add UYVY support to libavcodec/raw.c patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavcodec2004-07-26, by michael
-
UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavcodec2004-07-25, by michael
-
miscalculation of header_bits when using the -thread option bugfix, patch by (Christophe Massiot <cmassiot at freebox dot fr>) libavcodec2004-07-20, by michael
-
Avoid segfault on ffmpeg "buffer flush" in mpeg12.c patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavcodec2004-07-16, by michael
-
Don't include config.h from assembly, because the mplayer developers libavcodec2004-07-10, by mellum
-
buglet in libpostproc Makefile patch by (Brendan Kehoe <brendan at zen dot org>) libavcodec2004-07-10, by michael
-
av_resample_close in avcodec.h patch by ("William Juwono" <william.juwono at sensestream dot com>) libavcodec2004-07-08, by michael
-
ugly missing lrintf workaround by ("Steven M. Schultz" <sms at 2bsd dot com>) libavcodec2004-07-05, by michael
-
shape-adaptive diamond + prediction crash patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec2004-07-05, by michael