Mercurial > libavcodec.hg
graph
-
avoid clearing block[] if its not used at all libavcodecThu, 21 Apr 2005 21:23:22 +0000, by michael
-
deblocking filter doesn't need to call fill_caches again. 1.4% faster decoding. libavcodecThu, 21 Apr 2005 20:38:42 +0000, by lorenm
-
Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com) libavcodecWed, 20 Apr 2005 09:42:47 +0000, by michael
-
remove superfluous CONFIG_ENCODERS (entire function is already wrapped) libavcodecTue, 19 Apr 2005 04:29:11 +0000, by melanson
-
avoid UPDATE_CACHE() in GET_RL_VLC() if not needed libavcodecMon, 18 Apr 2005 20:07:48 +0000, by michael
-
various fixes related to the non alt_bitstream_reader libavcodecMon, 18 Apr 2005 12:08:16 +0000, by michael
-
add an AMD64 specific implementation of rdtsc() libavcodecMon, 18 Apr 2005 11:24:20 +0000, by aurel
-
read 32bit instead of 64bit to avoid overreading and missalignments libavcodecSun, 17 Apr 2005 13:30:45 +0000, by michael
-
fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink net libavcodecSun, 17 Apr 2005 09:27:53 +0000, by michael
-
store the number of runs to avoid storing the last run value libavcodecFri, 15 Apr 2005 13:24:30 +0000, by michael
-
allow 2pass ratecontrol. also fixes psnr displayed by mencoder. libavcodecFri, 15 Apr 2005 05:54:47 +0000, by lorenm
-
replace complicated pointer dereference + index stuff by pointers in unpack_coeffs() libavcodecThu, 14 Apr 2005 20:54:03 +0000, by michael
-
Snow segfault bug in revision 1.43 patch by (Yartrebo /yartrebo earthlink net/) libavcodecWed, 13 Apr 2005 01:57:19 +0000, by michael
-
rescale coefficients during IDWT, that way the lifting steps are much simpler and faster libavcodecSun, 10 Apr 2005 14:21:53 +0000, by michael
-
increasing precission of the quantization parameter libavcodecSat, 09 Apr 2005 22:15:48 +0000, by michael
-
Fix upside-down picture for BGR24 images (fixes pig-loco-rgb.avi) libavcodecFri, 08 Apr 2005 21:34:48 +0000, by rtognimp
-
Fix colors for YV12 case (u/v planes are swapped) libavcodecThu, 07 Apr 2005 22:02:28 +0000, by rtognimp
-
CABAC support for MBAFF I frames patch by (Loc Le Loarer < lll+ffmpeg m4x org) libavcodecTue, 05 Apr 2005 18:29:26 +0000, by michael
-
CABAC support for MBAFF I frames patch by (Loc Le Loarer | lll+ffmpeg m4x org) libavcodecTue, 05 Apr 2005 01:35:22 +0000, by michael
-
printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se) libavcodecMon, 04 Apr 2005 21:47:50 +0000, by michael
-
merge vertical lifting steps and a little cleanup libavcodecMon, 04 Apr 2005 21:35:18 +0000, by michael
-
Typo errors patch by (QuickTime | ffmpeg gmail com> libavcodecMon, 04 Apr 2005 11:25:44 +0000, by michael
-
Snow Slicing patch by (Yartrebo) yartrebo earthlink net libavcodecSun, 03 Apr 2005 15:43:57 +0000, by michael
-
Autodesk Animator Studio Codec (AASC) video decoder, courtesy of libavcodecSun, 03 Apr 2005 05:02:08 +0000, by melanson
-
support some more color modes; patch by Kostya libavcodecFri, 01 Apr 2005 04:30:31 +0000, by melanson
-
motion estimation bitrate penalty compensation libavcodecSun, 27 Mar 2005 12:19:59 +0000, by michael
-
display deblocking strength in FF_DEBUG_PICT_INFO libavcodecSun, 27 Mar 2005 10:58:21 +0000, by lorenm
-
This is the second patch for MBAFF support, this adds the deblocking libavcodecSun, 27 Mar 2005 00:44:11 +0000, by michael
-
The cvs version 1.103 of h264.c brokes 13 conformance streams, this libavcodecSun, 27 Mar 2005 00:27:37 +0000, by michael
-
replace custom bitstream reader with get_bits/vlc() libavcodecSat, 26 Mar 2005 23:51:13 +0000, by michael
-
Winnov WNV1 video decoder, courtesy of Konstantin Shishkov libavcodecSat, 26 Mar 2005 20:32:55 +0000, by melanson
-
check mb/me_threshold range, fixes assertion failure libavcodecSat, 26 Mar 2005 18:10:44 +0000, by michael
-
create temporary file in current directory if it failed in /tmp libavcodecWed, 23 Mar 2005 19:19:59 +0000, by michael
-
support omiting various headers in mpeg4 as WMP seems to have difficulty with them libavcodecWed, 23 Mar 2005 11:39:38 +0000, by michael
-
04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp) libavcodecTue, 22 Mar 2005 18:28:15 +0000, by michael
-
B frames and CABAC/CAVLC selection by Erik Slagter (erik at slagter dot name) libavcodecSat, 19 Mar 2005 12:27:10 +0000, by mru
-
disable luma in postprocess filters patch by (Tuukka Toivonen |tuukkat ee.oulu fi) libavcodecSat, 19 Mar 2005 03:01:13 +0000, by michael
-
ogg has to be at the right of vorbis patch by ("Vctor Paesa" wzrlpy hotmail com) libavcodecFri, 18 Mar 2005 02:13:13 +0000, by michael
-
add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org) libavcodecWed, 16 Mar 2005 19:11:58 +0000, by michael
-
set constant QP from AVCodecContext.global_quality. libavcodecWed, 16 Mar 2005 13:09:30 +0000, by mru
-
Set keyframe flag only on IDR-frames (needed for reordering across I-frames). libavcodecFri, 11 Mar 2005 02:14:44 +0000, by lorenm
-
replace custom bit-reading functions with FFmpeg's internal function; libavcodecThu, 10 Mar 2005 05:34:10 +0000, by melanson
-
Oops patch by (Mns Rullgrd <mru inprovide com>) libavcodecWed, 09 Mar 2005 19:46:31 +0000, by michael
-
H.264 encoding with x264 by (Mns Rullgrd <mru inprovide com>) libavcodecWed, 09 Mar 2005 03:04:56 +0000, by michael
-
fixing playback of xvid pretending to be divx (sample_vop_nc.avi) libavcodecTue, 08 Mar 2005 14:39:58 +0000, by michael
-
remove an assert that was breaking compilation on some gccs. libavcodecMon, 07 Mar 2005 09:05:33 +0000, by lorenm
-
AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>) libavcodecSun, 06 Mar 2005 23:20:53 +0000, by michael
-
MBAFF I slice no deblocking patch by (Loic >>lll+ffmpeg m4x org<<) libavcodecSun, 06 Mar 2005 23:02:25 +0000, by michael
-
indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net) libavcodecSun, 06 Mar 2005 20:07:41 +0000, by michael
-
improved detection of "AVC1" style H.264 patch by (Mns Rullgrd <mru inprovide com>) libavcodecSun, 06 Mar 2005 19:40:12 +0000, by michael
-
get rid of nasty exit()'s so the decoder will only warn the user before libavcodecSun, 06 Mar 2005 14:48:50 +0000, by melanson
-
decoder works fine now, when fed properly-sized chunks by the demuxer; libavcodecSun, 06 Mar 2005 07:00:24 +0000, by melanson
-
do not use a variable before proper initialization libavcodecSun, 06 Mar 2005 06:22:24 +0000, by melanson
-
first pass at ALAC decoder from David Hammerton; while David's original libavcodecSun, 06 Mar 2005 00:43:55 +0000, by melanson
-
Support for AMR Interface Format 2 patch by ("Torsten Martinsen" <tma gatehouse dk>) libavcodecSat, 05 Mar 2005 11:44:25 +0000, by michael
-
10l (fix reordering when B-frames are not present) libavcodecSat, 05 Mar 2005 00:14:21 +0000, by lorenm
-
H.264: decode arbitrary frame orders and allow B-frames as references. libavcodecFri, 04 Mar 2005 12:47:38 +0000, by lorenm
-
vismb: display 4x4 partition boundaries in H.264 libavcodecThu, 03 Mar 2005 06:57:17 +0000, by lorenm
-
cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc bug related to frexp() libavcodecWed, 02 Mar 2005 20:46:06 +0000, by michael
-
VP3 post-processing loop filter; disabled until the correct final step libavcodecTue, 01 Mar 2005 06:14:45 +0000, by melanson
-
indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian Jedruszkiewicz) libavcodecSun, 27 Feb 2005 23:43:24 +0000, by michael
-
shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>) libavcodecSat, 26 Feb 2005 03:36:04 +0000, by michael
-
kill warnings patch by (Mns Rullgrd <mru inprovide com>) libavcodecThu, 24 Feb 2005 19:08:50 +0000, by michael
-
- renaming the AC coding set variable names to more meaningful ones libavcodecWed, 23 Feb 2005 17:24:17 +0000, by michael
-
use av_free() instead of free() where it's meant to. libavcodecTue, 22 Feb 2005 11:37:03 +0000, by mmu_man
-
macromedia flavour adpcm decoding (used in flv and swf) libavcodecMon, 21 Feb 2005 19:27:32 +0000, by alex
-
removing --disable-risky patch by (Josh Varner <jlvarner gmail com>) libavcodecMon, 21 Feb 2005 17:50:48 +0000, by michael
-
Fix a crash when multiple metadata packets are present. libavcodecSun, 20 Feb 2005 23:21:50 +0000, by lorenm
-
Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>) libavcodecThu, 17 Feb 2005 19:03:12 +0000, by michael
-
remove goto and reindent patch by (Loic Le Loarer <lll+ffmpeg m4x org>) libavcodecWed, 16 Feb 2005 23:18:06 +0000, by michael
-
Off-by-one bug in libavcodec/idcinvideo.c, caused libavcodecWed, 16 Feb 2005 22:42:41 +0000, by michael
-
Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4) libavcodecTue, 15 Feb 2005 20:58:32 +0000, by rtognimp
-
optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab kepler.fjfi.cvut cz<) libavcodecMon, 07 Feb 2005 17:09:48 +0000, by michael
-
INTRA PCM macroblocks support patch by (Loic )lll+ffmpeg m4x org) libavcodecMon, 07 Feb 2005 00:10:28 +0000, by michael
-
emulate (idiotic) MS behavior for inconsistant dimensions libavcodecSun, 06 Feb 2005 18:43:06 +0000, by michael
-
seperate bitstream encoding skip from PASS1 flag libavcodecSun, 06 Feb 2005 10:36:07 +0000, by michael
-
Build libpostproc out of source directory patch by (James A. Morrison >ja2morri csclub.uwaterloo ca>) libavcodecFri, 04 Feb 2005 03:29:50 +0000, by michael
-
H.264 multiple slice support in CABAC patch by (Loic (lll+ffmpeg m4x org) libavcodecFri, 04 Feb 2005 02:47:45 +0000, by michael
-
- samples from mplayer ftp in the "adv" profile seem to have profile=2, libavcodecFri, 04 Feb 2005 02:20:38 +0000, by michael
-
merge a few shifts into the dequantization, faster and more accurate, lets hope it doesnt overflow libavcodecThu, 03 Feb 2005 03:28:27 +0000, by michael
-
mb_lmin/max to limit the per mb quality for the ratecontrol independant from the frame limits libavcodecWed, 02 Feb 2005 19:33:48 +0000, by michael
-
Border processing adaptive quant patch by (Christophe Massiot |cmassiot freebox fr) libavcodecWed, 02 Feb 2005 18:49:04 +0000, by michael
-
rtp_callback: send number of mb patch by (Johan Bilien {jobi via.ecp fr) libavcodecWed, 02 Feb 2005 18:14:59 +0000, by michael
-
faster, simpler and more accurate l3_unscale() libavcodecTue, 01 Feb 2005 23:43:07 +0000, by michael
-
Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de> libavcodecTue, 01 Feb 2005 15:13:27 +0000, by mmu_man
-
10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to support CODEC_ID_NONE) libavcodecTue, 01 Feb 2005 13:03:44 +0000, by michael
-
H.264 multiplce instance in reference list patch by (Loic <lll+ffmpeg m4x org ) libavcodecTue, 01 Feb 2005 11:26:11 +0000, by michael
-
correct long term picture management patch by (Loic <lll+ffmpeg m4x org>) libavcodecTue, 01 Feb 2005 11:12:53 +0000, by michael
-
support 32bit output for the mpeg audio decoder libavcodecMon, 31 Jan 2005 12:16:21 +0000, by michael
-
more accurate dequant of near zero coefficients libavcodecMon, 31 Jan 2005 04:06:47 +0000, by michael
-
100000l (typos in the #define for selecting the NORM6 method -> wasnt compiled, after fixing typos new method doesnt even compile -> swicth back to old until its fixed) libavcodecSun, 30 Jan 2005 22:28:11 +0000, by michael
-
- add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define in libavcodecSun, 30 Jan 2005 21:54:20 +0000, by michael
-
fixing missaligned memory accesses in fill_rectangle() libavcodecSun, 30 Jan 2005 02:16:50 +0000, by michael
-
require a few valid and equal mp3 headers for resync libavcodecSat, 29 Jan 2005 23:59:32 +0000, by michael
-
added a lock/unlock_lib pair to allow extern progs to serialize access to lavc. libavcodecSat, 29 Jan 2005 20:09:33 +0000, by mmu_man
-
exported ff_mpa_synth_filter for upcoming qdm2 decoder libavcodecFri, 28 Jan 2005 19:54:10 +0000, by alex
-
use dc tables from msmpeg4 instead of duplicating them patch by anonymous libavcodecWed, 26 Jan 2005 12:01:35 +0000, by michael
-
check norm6 vlc validity as there are some bit sequences which dont corespond to any codeword, the other vlc tables all seem to be huffman tables though libavcodecTue, 25 Jan 2005 01:29:10 +0000, by michael
-
norm-6 / diff-6 support (untested, parts of it just guessed as the spec is unclear) libavcodecMon, 24 Jan 2005 01:46:12 +0000, by michael
-
dont use several 100 mb memory for a tiny 120 element table libavcodecSun, 23 Jan 2005 22:54:51 +0000, by michael
-
mention table duplications, note, please avoid duplicating tables! libavcodecSun, 23 Jan 2005 22:10:55 +0000, by michael
-
preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier libavcodecSat, 22 Jan 2005 18:00:36 +0000, by alex
-
preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier libavcodecSat, 22 Jan 2005 17:52:01 +0000, by alex
-
Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>) libavcodecFri, 21 Jan 2005 22:16:05 +0000, by michael
-
H.264 b ref pic list order and long term pictures patch by (Loic Le Loarer <loic.le-loarer polytechnique org>) libavcodecWed, 19 Jan 2005 17:35:51 +0000, by michael
-
compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>) libavcodecWed, 19 Jan 2005 12:58:34 +0000, by michael
-
x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>) libavcodecTue, 18 Jan 2005 01:01:54 +0000, by michael
-
10l patch by (matthieu castet <castet.matthieu free fr>) libavcodecSun, 16 Jan 2005 22:11:47 +0000, by michael
-
1l, forgot to remove duplicated error message libavcodecSat, 15 Jan 2005 14:05:37 +0000, by rtognimp
-
Mention the l5 pp filter in 'mplayer -pphelp' output. libavcodecSat, 15 Jan 2005 10:34:49 +0000, by diego
-
Use avcodec_check_dimensions instead of custom hack libavcodecSat, 15 Jan 2005 00:07:38 +0000, by rtognimp
-
assertion about bits statistic and minor bits stat fix libavcodecFri, 14 Jan 2005 23:48:12 +0000, by michael
-
av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>) libavcodecWed, 12 Jan 2005 18:25:48 +0000, by michael
-
various security fixes and precautionary checks libavcodecWed, 12 Jan 2005 00:16:25 +0000, by michael
-
Quote path expression to take care of $(prefix) possibly containing spaces. libavcodecTue, 11 Jan 2005 08:16:04 +0000, by diego
-
Check pointers before writing to memory, fix possible integer overflows libavcodecSun, 09 Jan 2005 23:39:32 +0000, by rtognimp
-
10l: scratchpad could be allocated before its size was known. libavcodecSat, 08 Jan 2005 08:56:18 +0000, by lorenm
-
print "D" instead of "P" for dropable frames in flv with -debug 1 libavcodecThu, 06 Jan 2005 01:02:36 +0000, by michael
-
fixing decoding of http://mplayerhq.hu/~atmos4/ffrv20-crashing-atmos.rm libavcodecWed, 05 Jan 2005 02:36:10 +0000, by michael
-
fix decoding of http://mplayerhq.hu/~diego/problem.mov libavcodecWed, 05 Jan 2005 00:20:52 +0000, by michael
-
reduce stutter if we learn too late that the stream contains B-frames. libavcodecTue, 04 Jan 2005 10:26:47 +0000, by lorenm
-
Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>) libavcodecMon, 03 Jan 2005 16:13:52 +0000, by michael
-
Make -pphelp output consistent with the other instances of -xxx help. libavcodecMon, 03 Jan 2005 00:36:26 +0000, by diego
-
faster and slightly less accurate nearest neighbor resampler libavcodecFri, 31 Dec 2004 17:37:23 +0000, by michael
-
- correct several errors on the deblocking accross slice boundaries. libavcodecFri, 31 Dec 2004 00:07:17 +0000, by michael
-
Fix avc1 if there is nore than one nal per mov frame libavcodecThu, 30 Dec 2004 18:05:54 +0000, by rtognimp
-
imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t luc d0t ac.be>) libavcodecThu, 30 Dec 2004 14:48:01 +0000, by michael
-
Fix compilation when both amr_nb and amr_wb are enabled libavcodecWed, 29 Dec 2004 23:17:42 +0000, by rtognimp
-
common.c -> bitstream.c (and the single non bitstream func -> utils.c) libavcodecWed, 29 Dec 2004 17:50:25 +0000, by michael
-
implement B_DIRECT and B_SKIP macroblock types. libavcodecWed, 29 Dec 2004 04:17:52 +0000, by lorenm
-
vismv for h264 displayed incorrect motion vectors. libavcodecMon, 20 Dec 2004 03:03:37 +0000, by lorenm
-
fixes transcoding to vorbis with ffmpeg on big endian machines patch by (Sigbjrn Skjret {sskjer-1 broadpark no}) libavcodecSat, 18 Dec 2004 16:20:42 +0000, by michael
-
fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>) libavcodecSat, 18 Dec 2004 03:07:15 +0000, by michael
-
fix timestamp prediction for low_delay mpeg streams libavcodecTue, 14 Dec 2004 12:04:45 +0000, by michael
-
x86 cpu capabilities detection rewrite / cleanup libavcodecMon, 13 Dec 2004 16:11:38 +0000, by michael
-
warn the user if the quantization code could overflow with the selected custom matrix and qp limits libavcodecSat, 11 Dec 2004 18:33:18 +0000, by michael