Mercurial > libavcodec.hg
graph
-
hopefully better for platforms not supporting misaligned read libavcodecThu, 06 Jul 2006 19:23:21 +0000, by stefang
-
make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be worth it libavcodecThu, 06 Jul 2006 19:21:00 +0000, by stefang
-
AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) libavcodecThu, 06 Jul 2006 15:04:46 +0000, by michael
-
add rounding bias earlier in the idct, avoids many adds libavcodecTue, 04 Jul 2006 22:43:35 +0000, by michael
-
Mark read-only data as const. Patch by stefan huehner org. libavcodecTue, 04 Jul 2006 19:15:47 +0000, by banan
-
return -1 on bitstream errors instead of continuing, as the following stuff almost always will be useless until the next startcode libavcodecTue, 04 Jul 2006 17:08:35 +0000, by michael
-
check cbp for validity, avoids possible out of array reads / segfaults libavcodecTue, 04 Jul 2006 16:42:22 +0000, by michael
-
Correctly choose global transform mode, MV mode and fix bitplane decoding libavcodecTue, 04 Jul 2006 15:39:21 +0000, by kostya
-
Optimizations suggested by Michael Niedermayer libavcodecTue, 04 Jul 2006 15:33:28 +0000, by kostya
-
cleanup macroblock layer: merged decode of skipped MBs libavcodecMon, 03 Jul 2006 18:43:45 +0000, by stefang
-
4-MV mode final fixes (now it works for non-exotic modes) libavcodecMon, 03 Jul 2006 17:21:18 +0000, by kostya
-
vc1_decode_intra_block() simplifications and corrections libavcodecMon, 03 Jul 2006 17:17:25 +0000, by kostya
-
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h libavcodecMon, 03 Jul 2006 10:52:07 +0000, by lucabe
-
porder patch by (Justin Ruggles jruggle a t earthlink d ot net) libavcodecMon, 03 Jul 2006 09:20:26 +0000, by michael
-
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) libavcodecMon, 03 Jul 2006 00:16:45 +0000, by michael
-
CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de) libavcodecSun, 02 Jul 2006 14:58:17 +0000, by michael
-
staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de) libavcodecSun, 02 Jul 2006 14:50:23 +0000, by michael
-
flac-lpc patch by (Justin Ruggles jruggle earthlink net) libavcodecSun, 02 Jul 2006 10:22:31 +0000, by michael
-
ff_fft_init now double checks that the system has mm3dnow.h before libavcodecSun, 02 Jul 2006 02:05:35 +0000, by banan
-
get rid of veccpy(), replace with simple assignment libavcodecSun, 02 Jul 2006 01:39:38 +0000, by mru
-
new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de) libavcodecSat, 01 Jul 2006 22:52:56 +0000, by michael
-
fill_mbaff_ref_list is missing a return statement, its return value libavcodecSat, 01 Jul 2006 17:33:48 +0000, by mru
-
Adjust AC prediction if (some) predictors are not available. libavcodecSat, 01 Jul 2006 07:22:29 +0000, by kostya
-
0xFFFF l of cola. Now P-frames are decoded almost without distortions. libavcodecSat, 01 Jul 2006 07:13:52 +0000, by kostya
-
Remove unused variable (and it wasn't free'd too) libavcodecSat, 01 Jul 2006 03:19:28 +0000, by kostya
-
Use MpegEncContext->mbskip_table instead of custom bitplane. libavcodecSat, 01 Jul 2006 03:17:54 +0000, by kostya
-
* Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no libavcodecFri, 30 Jun 2006 08:00:01 +0000, by gpoirier
-
Disable w53 and w97 cmp methods when snow encoder is disabled libavcodecFri, 30 Jun 2006 07:50:30 +0000, by gpoirier
-
Slightly reworked MC code, it gives better picture. libavcodecFri, 30 Jun 2006 03:19:31 +0000, by kostya
-
spelling fixes courtesy of "Herv W." H.O.W.aka.V+ffmpeg (at) gmail (dot) com libavcodecFri, 30 Jun 2006 02:47:36 +0000, by diego
-
Fix initialization of vc1_decoder (the same as wmv3_decoder). libavcodecThu, 29 Jun 2006 11:17:50 +0000, by kostya
-
Some optimization and fixes - mostly reworked MC and bitplanes. libavcodecThu, 29 Jun 2006 11:05:33 +0000, by kostya
-
This should make P-frames decoding work on x86 (by avoiding get_bits(0)) libavcodecThu, 29 Jun 2006 11:02:33 +0000, by kostya
-
flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net libavcodecTue, 27 Jun 2006 21:01:21 +0000, by michael
-
Added loop filtering as ersatz for overlap filter (improves picture quality for coarse quantization). libavcodecTue, 27 Jun 2006 15:37:48 +0000, by kostya
-
VC1 Intra blocks in P-frames use different zigzag table than I-frames. libavcodecTue, 27 Jun 2006 15:34:14 +0000, by kostya
-
Do not read full byte when less than 8 bits are still to be read. libavcodecTue, 27 Jun 2006 12:13:01 +0000, by reimar
-
Ignore overrun in spectral RLE decoding, fixes libavcodecTue, 27 Jun 2006 12:09:58 +0000, by reimar
-
VC-1 decoder with I-frames support and partial P-frames decoding libavcodecTue, 27 Jun 2006 03:11:51 +0000, by kostya
-
Rename VC9 to VC1 as there is no such thing as VC9 libavcodecTue, 27 Jun 2006 02:55:54 +0000, by kostya
-
stereo decorrelation support by (Justin Ruggles jruggle earthlink net>) libavcodecMon, 26 Jun 2006 06:00:07 +0000, by michael
-
cleanup patch from Diego Petten <flameeyes@gentoo.org> libavcodecSun, 25 Jun 2006 17:37:12 +0000, by lu_zero
-
first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder libavcodecSat, 24 Jun 2006 10:20:15 +0000, by michael
-
CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net libavcodecSat, 24 Jun 2006 09:25:21 +0000, by michael
-
fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com> libavcodecWed, 21 Jun 2006 00:21:26 +0000, by lu_zero
-
Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for pointing the issue libavcodecTue, 20 Jun 2006 10:35:30 +0000, by lu_zero
-
Add const to (mostly) char* and make some functions static, which aren't used libavcodecSun, 18 Jun 2006 11:33:14 +0000, by diego
-
Cosmetics: should not hurt performance, scream if are libavcodecSat, 17 Jun 2006 18:46:06 +0000, by lu_zero
-
Rename version from CVS to the more sensible HEAD. libavcodecSat, 17 Jun 2006 09:27:36 +0000, by diego
-
The AAC frame header uses 13 bits for the frame size, so the buffer should libavcodecFri, 16 Jun 2006 20:41:33 +0000, by mru
-
support doing motion estimation and compensation without any residual transform or coding libavcodecSun, 04 Jun 2006 21:54:58 +0000, by michael
-
put_pixels16_l2_altivec and avg_pixels16_l2_altivec libavcodecSat, 03 Jun 2006 22:18:03 +0000, by lu_zero
-
Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1 libavcodecSat, 03 Jun 2006 06:26:04 +0000, by corey
-
adpcm_ima & adpcm_yamaha: improved quantization libavcodecSat, 03 Jun 2006 04:38:11 +0000, by lorenm
-
Fixed a possible bug, checked against the assembly. libavcodecFri, 02 Jun 2006 07:50:12 +0000, by banan
-
Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless. libavcodecTue, 30 May 2006 19:45:12 +0000, by lorenm
-
Snow: scale predicted mv based on which reference frame the neighbors used. libavcodecTue, 30 May 2006 16:42:29 +0000, by lorenm
-
Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation. libavcodecTue, 30 May 2006 05:44:22 +0000, by lorenm
-
Snow: 10l. 1pass ratecontrol failed to set snow's internal quant. libavcodecTue, 30 May 2006 04:51:58 +0000, by lorenm
-
Make b_frame_strategy not fail on pass 2, but still print a notice. libavcodecMon, 29 May 2006 22:44:16 +0000, by corey
-
10000l don't reuse outer loop index in inner loops libavcodecMon, 29 May 2006 19:25:46 +0000, by rtogni
-
Remove all .cvsignore files, they are no longer necessary. libavcodecFri, 26 May 2006 15:37:11 +0000, by diego
-
Now MPlayer should understand Smacker audio and video codecs. libavcodecWed, 17 May 2006 03:03:53 +0000, by kostya
-
fix compilation of 3dnowext instinsincs, both on ia32 and AMD64. libavcodecTue, 16 May 2006 14:24:45 +0000, by gpoirier
-
Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for GCC, so use -m3dnow instead. libavcodecSun, 14 May 2006 22:00:03 +0000, by gpoirier
-
add quicktime uncompressed 8bit 4:2:2 support libavcodecSun, 14 May 2006 14:21:06 +0000, by bcoudurier
-
sanity checks, some might have been exploitable ... libavcodecSat, 13 May 2006 10:45:26 +0000, by michael
-
Cosmetics. Add the defines needed for debug output. libavcodecThu, 11 May 2006 00:28:30 +0000, by banan
-
cosmetics (initalize variables where they are used) libavcodecWed, 10 May 2006 11:05:03 +0000, by michael
-
decoders should (IMHO) not duplicate frames, the application can do this if it wants libavcodecWed, 10 May 2006 10:57:27 +0000, by michael
-
allow insane gop sizes if the user doesnt care about playable streams (doesnt want compliance to any standard) libavcodecTue, 09 May 2006 08:40:38 +0000, by michael
-
add outcommented chunk of code to handle stuffing MBs at the end of slices (IMHO the standard doesnt allow this and there are no real world files which need it) libavcodecMon, 08 May 2006 13:44:54 +0000, by michael
-
vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbalatoni at programozo dot hu> libavcodecSun, 07 May 2006 17:30:00 +0000, by bcoudurier
-
make zero motion vector threshold user setable libavcodecSun, 07 May 2006 11:48:07 +0000, by michael
-
reinit quant matrices if pps is overwritten by another of the same pps_id. libavcodecFri, 05 May 2006 18:08:01 +0000, by lorenm
-
clip_uint8 now return an uint8_t so no need to &0xFF libavcodecMon, 01 May 2006 00:28:36 +0000, by aurel
-
don't force asserts in release builds. 2% faster h264. libavcodecSat, 29 Apr 2006 00:43:15 +0000, by lorenm
-
use previous qscale for intra_dc_threshold check libavcodecFri, 28 Apr 2006 17:29:07 +0000, by michael
-
missmatch control for mpeg2 intra dequantization if bitexact=1 libavcodecFri, 28 Apr 2006 17:03:52 +0000, by michael
-
Revert bad ac3enc commit, the commited code was bigger and slower. libavcodecFri, 28 Apr 2006 14:19:11 +0000, by banan
-
Remove unused and unsupported Cyrix's "Extended MMX", libavcodecFri, 28 Apr 2006 07:46:13 +0000, by gpoirier
-
Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined. libavcodecThu, 27 Apr 2006 11:49:15 +0000, by diego
-
Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does libavcodecThu, 27 Apr 2006 02:33:27 +0000, by diego
-
cosmetics: Group all AMR variables together, add some newlines. libavcodecThu, 27 Apr 2006 02:23:42 +0000, by diego
-
Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false. libavcodecSun, 23 Apr 2006 21:11:31 +0000, by rtognimp
-
Patch to generate the ac3 window, based on code by Justin Ruggles. libavcodecSat, 22 Apr 2006 21:21:16 +0000, by banan
-
dtsdec.c copies one input packet at a time to a (static) buffer of size libavcodecThu, 20 Apr 2006 19:23:57 +0000, by rtognimp
-
make "size" variable in avpicture_alloc signed, since avpicture_get_size libavcodecWed, 19 Apr 2006 19:51:56 +0000, by reimar
-
gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-muenchen PIS de> libavcodecTue, 18 Apr 2006 03:48:30 +0000, by gpoirier
-
Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. libavcodecSat, 15 Apr 2006 15:05:53 +0000, by diego
-
ffv1 and ffvhuff havnt changed since a long time and noone proposed any libavcodecFri, 14 Apr 2006 10:37:40 +0000, by michael
-
AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net. libavcodecMon, 10 Apr 2006 12:12:26 +0000, by banan
-
Baptiste COUDURIER's padding patch (reworked by me a little bit). libavcodecMon, 10 Apr 2006 07:45:29 +0000, by lucabe
-
100l to loren. at least this fixes the compile error, but the code is still broken (decoding buggy/crashing) libavcodecSun, 09 Apr 2006 06:04:00 +0000, by rfelker
-
Add missing external declaration for kmvc codec libavcodecFri, 07 Apr 2006 21:08:34 +0000, by rtognimp
-
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ libavcodecFri, 07 Apr 2006 16:59:57 +0000, by kostya
-
mmx implementation of 3-point GMC. (5x faster than C) libavcodecTue, 04 Apr 2006 09:23:45 +0000, by lorenm
-
do UPDATE_CACHE only when needed (which should be VERY rare) libavcodecFri, 31 Mar 2006 17:43:28 +0000, by michael
-
warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>) libavcodecFri, 31 Mar 2006 13:06:24 +0000, by michael
-
move enum PixelFormat from libavcodec to libavutil libavcodecThu, 30 Mar 2006 16:24:38 +0000, by lucabe
-
dont forget table_size in the decode_frame return value libavcodecThu, 30 Mar 2006 14:13:03 +0000, by michael
-
- Add new file internal.h for common internal-use-only functions. libavcodecThu, 30 Mar 2006 04:33:05 +0000, by corey
-
EXTRALIBS already contains -lm, no need to add it explicitly. libavcodecWed, 29 Mar 2006 10:59:09 +0000, by diego
-
avoid if(i>=63) check at the end of decode_block() libavcodecWed, 29 Mar 2006 09:20:44 +0000, by michael
-
NuppelVideo/MythTVVideo support, including rtjpeg decoder libavcodecMon, 27 Mar 2006 22:22:50 +0000, by reimar
-
Don't use get_vlc2() when tree is one symbol. This fixes audio decoding libavcodecSat, 25 Mar 2006 15:37:08 +0000, by kostya
-
10l in 1.199 (write_back_motion with B-pyramid + spatial) libavcodecSat, 25 Mar 2006 09:46:43 +0000, by lorenm
-
simplified and slightly faster h264_chroma_mc8_mmx libavcodecSat, 25 Mar 2006 08:41:14 +0000, by lorenm
-
prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding (on an athlon-xp). libavcodecThu, 23 Mar 2006 21:54:46 +0000, by lorenm
-
prefetch pixels for future motion compensation. 2-5% faster h264. libavcodecThu, 23 Mar 2006 20:16:36 +0000, by lorenm
-
add MMX and SSE versions of ff_snow_inner_add_yblock libavcodecWed, 22 Mar 2006 12:08:35 +0000, by gpoirier
-
since Michael prefers to keep dsputil.h private to libavcodec libavcodecMon, 20 Mar 2006 22:48:08 +0000, by mru
-
Add the mmx and sse2 implementations of ff_snow_vertical_compose(). libavcodecMon, 20 Mar 2006 22:27:59 +0000, by gpoirier
-
fixing interlaced direct mode field select values libavcodecMon, 20 Mar 2006 01:18:56 +0000, by michael
-
make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't libavcodecFri, 17 Mar 2006 16:40:10 +0000, by corey
-
10l: Only set *compose97i *add_yblock to dsputils context if we are building with Snow enabled libavcodecFri, 17 Mar 2006 12:08:46 +0000, by gpoirier
-
First part of a series of speed-enchancing patches. libavcodecThu, 16 Mar 2006 19:18:18 +0000, by gpoirier
-
fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio array for illegal aspect ratios) libavcodecMon, 13 Mar 2006 23:46:47 +0000, by michael
-
fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...) libavcodecMon, 13 Mar 2006 23:29:00 +0000, by michael
-
seed iterative_me with mvs from conventional search. libavcodecMon, 13 Mar 2006 01:27:13 +0000, by lorenm
-
asserts to check if assumed conditions really are true libavcodecFri, 10 Mar 2006 22:00:36 +0000, by michael
-
fixing out of array access (only cosmetic, this should never have had a end user vissible effect) libavcodecFri, 10 Mar 2006 19:42:51 +0000, by michael
-
add assert to clarify that we know what we are doing libavcodecFri, 10 Mar 2006 19:10:46 +0000, by michael
-
Init simplification and 2% faster wma_decode_block on amd64 with tables use libavcodecWed, 08 Mar 2006 09:26:57 +0000, by banan
-
Proper mangling information for symbols in OS X Mach-O shared objects. libavcodecMon, 06 Mar 2006 22:06:33 +0000, by diego
-
I still don't think this should be here. Note: without this code DV encoder libavcodecMon, 06 Mar 2006 09:54:09 +0000, by romansh
-
use xorps instead of mulps to toggle the sign of a float, as suggested by Software Optimization Guide for AMD64 Processors. libavcodecSun, 05 Mar 2006 20:25:18 +0000, by gpoirier
-
Make faac_decode_frame return -1 on error and not 0 which avoids libavcodecSun, 05 Mar 2006 12:32:24 +0000, by mru
-
Make -xy help output consistent, output an empty line before and after. libavcodecSat, 04 Mar 2006 17:34:17 +0000, by diego
-
keyframe flag was wrong if SEIs followed the keyframe libavcodecSat, 04 Mar 2006 03:57:33 +0000, by lorenm
-
use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >) libavcodecTue, 28 Feb 2006 21:55:18 +0000, by aurel
-
Assign class 2 to most macroblocks by default, instead of a more conservative libavcodecTue, 28 Feb 2006 02:54:48 +0000, by romansh
-
64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch libavcodecMon, 27 Feb 2006 12:17:20 +0000, by banan
-
Not that we're that far from being an *initial* implementation, but libavcodecMon, 27 Feb 2006 05:04:05 +0000, by romansh
-
AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The libavcodecMon, 27 Feb 2006 04:50:06 +0000, by romansh
-
size[0-3] are not initialized (and can get random negative trash libavcodecSat, 25 Feb 2006 22:58:26 +0000, by michael
-
Give a hint about what is the expected the data type of command line options. libavcodecThu, 23 Feb 2006 10:07:41 +0000, by gpoirier
-
print a big warning if we mess up and run out of space ... libavcodecThu, 23 Feb 2006 00:16:45 +0000, by michael
-
added none/8bit/24bit audio formats and defaulting to s16 for now (once the system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE) libavcodecTue, 21 Feb 2006 22:05:13 +0000, by alex
-
ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not libavcodecMon, 20 Feb 2006 23:22:02 +0000, by diego
-
Increase maximum number of B-frames, necessary for H.264 encoding. libavcodecSun, 19 Feb 2006 22:44:35 +0000, by diego
-
Change license header to LGPL for consistency. libavcodecFri, 17 Feb 2006 19:48:11 +0000, by mellum
-
complete AVS playback system (from Creature Shock computer game), libavcodecFri, 17 Feb 2006 03:17:42 +0000, by melanson
-
increase audio buffer to 1second of 48khz float audio libavcodecMon, 13 Feb 2006 12:00:27 +0000, by alex
-
make TSCC endian-safe, PPC testing courtesy of Diego B. libavcodecSun, 12 Feb 2006 16:56:06 +0000, by melanson
-
dosbox native ZMBV decoder, courtesy of Kostya libavcodecSun, 12 Feb 2006 08:53:29 +0000, by melanson
-
complete American Laser Games MM playback system, courtesy of Peter Ross libavcodecSun, 12 Feb 2006 06:49:40 +0000, by melanson
-
tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE) libavcodecSun, 12 Feb 2006 02:15:19 +0000, by alex
-
Move libpostproc compilation to the top-level Makefile. libavcodecSat, 11 Feb 2006 21:42:11 +0000, by diego
-
Quote all installation paths to protect against spaces in the path. libavcodecSat, 11 Feb 2006 20:54:40 +0000, by diego
-
libpostproc installs into a different directory that needs to be created. libavcodecSat, 11 Feb 2006 20:53:55 +0000, by diego
-
Separate library install into static and shared installation. libavcodecSat, 11 Feb 2006 18:50:45 +0000, by diego
-
Separate header file installation from the general install target. libavcodecSat, 11 Feb 2006 17:44:06 +0000, by diego
-
Add installlib and install-headers targets like everywhere else. libavcodecSat, 11 Feb 2006 16:50:45 +0000, by diego
-
Install static libpostproc if CONFIG_PP is set. libavcodecSat, 11 Feb 2006 16:46:09 +0000, by diego
-
Install libpostproc headers if CONFIG_PP is set. libavcodecSat, 11 Feb 2006 16:17:27 +0000, by diego
-
Don't use pow/powf functions where we just need integer arithmetic. libavcodecFri, 10 Feb 2006 11:59:38 +0000, by al
-
h264: special case dc-only idct. ~1% faster overall libavcodecFri, 10 Feb 2006 06:55:25 +0000, by lorenm
-
use get_bits1/skip_bits[1] in ac3 and aac parsers libavcodecFri, 10 Feb 2006 01:19:54 +0000, by mru
-
bump version numbers and update docs for adts aac support libavcodecWed, 08 Feb 2006 01:11:48 +0000, by mru
-
create adts stream if CODEC_FLAG_GLOBAL_HEADER not set libavcodecWed, 08 Feb 2006 01:10:07 +0000, by mru
-
Fix broken cosmetics commit and add a check for valid headers. libavcodecMon, 06 Feb 2006 11:21:10 +0000, by banan
-
Correct the relation between floors of type 0 and block sizes. libavcodecSun, 05 Feb 2006 10:16:20 +0000, by al
-
Added support for vorbis files containing floor type 0. libavcodecSat, 04 Feb 2006 08:55:34 +0000, by al
-
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info) libavcodecThu, 02 Feb 2006 13:07:30 +0000, by michael
-
Set interlaced_frame and top_field_first according to coded_frame. libavcodecThu, 02 Feb 2006 09:24:13 +0000, by diego
-
JPEG-LS codec by (Kostya | kostya.forjunk gmail com) libavcodecThu, 02 Feb 2006 02:28:33 +0000, by michael
-
On MinGW it is not possible to build shared and static libraries at once. libavcodecMon, 30 Jan 2006 00:22:41 +0000, by diego
-
make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >) libavcodecSat, 28 Jan 2006 16:05:06 +0000, by aurel
-
Add a newline to b_frame_strategy error message. libavcodecFri, 27 Jan 2006 23:24:24 +0000, by corey
-
Remove obscure Makefile.bak entry from distclean rules. libavcodecThu, 26 Jan 2006 23:42:30 +0000, by diego
-
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it libavcodecWed, 25 Jan 2006 22:10:13 +0000, by diego
-
Remove all stray tabs and trailing whitespace, this time for good. libavcodecTue, 24 Jan 2006 10:33:14 +0000, by diego
-
Mjpeg interlaced decoding fix, height was wrong while decoding (/2). libavcodecMon, 23 Jan 2006 06:40:08 +0000, by banan
-
faster copy functions for lzo decoder that also need padding libavcodecSun, 22 Jan 2006 19:10:12 +0000, by reimar
-
Implement audio cutoff frequency to the vorbis encoder. libavcodecSat, 21 Jan 2006 17:09:23 +0000, by banan
-
Silence warnings, these came when some tables got declared as const. libavcodecFri, 20 Jan 2006 23:06:35 +0000, by banan
-
place SPS/PPS in extradata if GLOBAL_HEADER flag is set libavcodecFri, 20 Jan 2006 21:20:46 +0000, by mru
-
detect when iterative_me fails to converge, and stop searching libavcodecThu, 19 Jan 2006 09:21:39 +0000, by lorenm
-
Make clean/distclean consistent throughout all the Makefiles. libavcodecMon, 16 Jan 2006 14:59:54 +0000, by diego
-
10l, get_byte returning 0 on error can cause a hang. So let's try with 1 instead... libavcodecSun, 15 Jan 2006 21:33:06 +0000, by reimar
-
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. libavcodecSun, 15 Jan 2006 00:28:36 +0000, by diego
-
Define separate version number for libpostproc. libavcodecSat, 14 Jan 2006 18:17:19 +0000, by diego
-
Remove redundant --enable-shared-pp configure option and make the PP code libavcodecSat, 14 Jan 2006 18:07:36 +0000, by diego
-
Off by one fix to prevent possible segfault. Patch by jwestfall at surrealistic dot net. libavcodecSat, 14 Jan 2006 17:43:22 +0000, by banan
-
Move library name generation to configure, simplifies build system a bit more. libavcodecSat, 14 Jan 2006 15:54:58 +0000, by diego
-
Fix a bunch of spelling/grammar mistakes in doxygen comments and output. libavcodecSat, 14 Jan 2006 15:00:10 +0000, by diego
-
get_byte may not return -1 on error, since it can lead to a negative backptr. libavcodecSat, 14 Jan 2006 14:59:11 +0000, by reimar
-
Wrong state handling causing decompression errors in some cases libavcodecSat, 14 Jan 2006 12:55:20 +0000, by reimar
-
Create symbolic links for all library sonames and clean up Makefiles. libavcodecSat, 14 Jan 2006 03:39:02 +0000, by diego
-
Change this Makefile to be consistent with all the others. libavcodecFri, 13 Jan 2006 00:53:36 +0000, by diego
-
Update licensing information: The FSF changed postal address. libavcodecThu, 12 Jan 2006 22:43:26 +0000, by diego
-
Our own LZO (1X) implementation, under LGPL and optimized for readability. libavcodecThu, 12 Jan 2006 17:52:41 +0000, by reimar
-
faster iterative_me: avoid duplicate mc of neighboring blocks. libavcodecThu, 12 Jan 2006 05:47:52 +0000, by lorenm
-
Move Darwin shared library build peculiarities to configure. libavcodecThu, 12 Jan 2006 00:00:00 +0000, by diego
-
Parameter added for user to set the cutoff frequency when encoding with faac. libavcodecTue, 10 Jan 2006 20:07:29 +0000, by banan
-
CamStudio decoder, only 32 bit lzo mode is tested libavcodecMon, 09 Jan 2006 15:41:39 +0000, by reimar
-
10l: bidir_refine didn't save the new mvs. also improve speed. libavcodecMon, 09 Jan 2006 02:08:12 +0000, by lorenm
-
Make shared lib name handling consistent with the other Makefiles. libavcodecMon, 09 Jan 2006 02:05:17 +0000, by diego
-
get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h libavcodecSun, 08 Jan 2006 21:19:39 +0000, by banan
-
install dsputil.h, that is used by many filters in mplayer libavcodecSun, 08 Jan 2006 14:53:37 +0000, by nicodvb
-
use h264 MC functions for 2xX Xx2 blocks in snow too libavcodecSun, 08 Jan 2006 01:50:34 +0000, by michael
-
use h264 MC functions for rectangular blocks too libavcodecSat, 07 Jan 2006 18:34:19 +0000, by michael
-
Moving dv_anchor back to the global scope. This creates a tiny memory libavcodecFri, 06 Jan 2006 19:19:39 +0000, by romansh
-
Comment out WMV3 decoder for now, it crashes on every file and causes libavcodecFri, 06 Jan 2006 13:18:31 +0000, by diego
-
Dual mono stereo strems sound ok now, added sanity checks and removed libavcodecFri, 06 Jan 2006 12:41:57 +0000, by rtognimp
-
8x8 integer dct from x264 as cmp function (under CONFIG_GPL) libavcodecWed, 04 Jan 2006 16:31:23 +0000, by michael
-
Fix an out of array access and some minor cleanup of the code. libavcodecWed, 04 Jan 2006 12:48:10 +0000, by diego
-
TrueSpeech compatible audio decoder by Konstantin Shishkov libavcodecTue, 03 Jan 2006 02:30:38 +0000, by diego
-
fix some potential arithmetic overflows in pred_direct_motion() and libavcodecFri, 30 Dec 2005 23:47:41 +0000, by lorenm
-
this fixes compilation with gcc 2.95 which seems to not like array casting... special case inline of check_block which makes the array and passes it libavcodecFri, 30 Dec 2005 21:05:44 +0000, by mmu_man
-
second try of improved lambda/qp guessing for motion estimation RD in first pass libavcodecThu, 29 Dec 2005 15:46:23 +0000, by michael
-
4mv + iter ME 10l fix (still not bugfree but better) libavcodecThu, 29 Dec 2005 02:17:51 +0000, by michael
-
iterative overlapped block based motion estimation for snow libavcodecWed, 28 Dec 2005 15:43:53 +0000, by michael
-
Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?) libavcodecSun, 25 Dec 2005 22:38:21 +0000, by michael
-
support downscaling frames for dynamic b frame decission libavcodecSun, 25 Dec 2005 18:34:02 +0000, by michael
-
10l (didnt remove option from old ones after converting to AVOption) libavcodecSun, 25 Dec 2005 17:43:52 +0000, by michael
-
hmm did i mess the scaling of these up at some point? libavcodecSat, 24 Dec 2005 23:47:29 +0000, by michael
-
improved lambda/qp guessing for motion estimation RD in first pass libavcodecThu, 22 Dec 2005 14:17:54 +0000, by michael
-
COSMETICS: tabs --> spaces, some prettyprinting libavcodecThu, 22 Dec 2005 01:10:11 +0000, by diego
-
Add some comments to #ifdef #else #endif blocks and fix wrong ones. libavcodecWed, 21 Dec 2005 17:50:40 +0000, by diego
-
also autodetect xvid idct if bitexact is used libavcodecWed, 21 Dec 2005 15:51:45 +0000, by michael
-
10l to michael for breaking gcc 2.95 compile :) libavcodecTue, 20 Dec 2005 23:07:25 +0000, by rfelker
-
use correct qp & lambda for ME on the second pass libavcodecMon, 19 Dec 2005 13:41:27 +0000, by michael
-
unfinished jpeg-ls codec (feel free to finish it ...) libavcodecSun, 18 Dec 2005 13:17:44 +0000, by michael
-
fix custom matrix permutation if xvid idct is autoselected and you have bad luck libavcodecSun, 18 Dec 2005 02:23:19 +0000, by michael
-
bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by (Steve Lhomme | slhomme divxcorp com) libavcodecSat, 17 Dec 2005 11:31:56 +0000, by michael
-
wrong sizes, part of [PATCH] from DivX, Part 9: bitstream crashes from (Steve Lhomme | slhomme divxcorp com) libavcodecSat, 17 Dec 2005 11:29:34 +0000, by michael
-
correctly deal with the alpha channel in 32-bit QT RLE (courtesy of John libavcodecWed, 14 Dec 2005 08:02:03 +0000, by melanson
-
correctly handle very large Cinepak frames (courtesy of John Koleszar libavcodecWed, 14 Dec 2005 00:19:01 +0000, by melanson
-
This patch adds some support for non-joint stereo streams. It also libavcodecSun, 11 Dec 2005 00:56:39 +0000, by rtognimp
-
Add the rest of missing Reg_* macros to support both AMD-64 style regs and IA32 regs. libavcodecSat, 10 Dec 2005 22:53:44 +0000, by gpoirier
-
Cook compatibe decoder, patch by Benjamin Larsson libavcodecFri, 09 Dec 2005 16:08:18 +0000, by rtognimp
-
Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled depending on the configure system libavcodecMon, 21 Nov 2005 20:03:35 +0000, by gpoirier