Mercurial > libavcodec.hg
graph
-
Make -xy help output consistent, output an empty line before and after. libavcodec2006-03-04, by diego
-
use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >) libavcodec2006-02-28, by aurel
-
Assign class 2 to most macroblocks by default, instead of a more conservative libavcodec2006-02-28, by romansh
-
64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch libavcodec2006-02-27, by banan
-
Not that we're that far from being an *initial* implementation, but libavcodec2006-02-27, by romansh
-
AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The libavcodec2006-02-27, by romansh
-
Give a hint about what is the expected the data type of command line options. libavcodec2006-02-23, by gpoirier
-
ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not libavcodec2006-02-20, by diego
-
complete AVS playback system (from Creature Shock computer game), libavcodec2006-02-17, by melanson
-
complete American Laser Games MM playback system, courtesy of Peter Ross libavcodec2006-02-12, by melanson
-
tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE) libavcodec2006-02-12, by alex
-
libpostproc installs into a different directory that needs to be created. libavcodec2006-02-11, by diego
-
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info) libavcodec2006-02-02, by michael
-
On MinGW it is not possible to build shared and static libraries at once. libavcodec2006-01-30, by diego
-
make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >) libavcodec2006-01-28, by aurel
-
Mjpeg interlaced decoding fix, height was wrong while decoding (/2). libavcodec2006-01-23, by banan
-
Silence warnings, these came when some tables got declared as const. libavcodec2006-01-20, by banan
-
10l, get_byte returning 0 on error can cause a hang. So let's try with 1 instead... libavcodec2006-01-15, by reimar
-
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. libavcodec2006-01-15, by diego
-
Remove redundant --enable-shared-pp configure option and make the PP code libavcodec2006-01-14, by diego
-
Off by one fix to prevent possible segfault. Patch by jwestfall at surrealistic dot net. libavcodec2006-01-14, by banan
-
Move library name generation to configure, simplifies build system a bit more. libavcodec2006-01-14, by diego
-
Fix a bunch of spelling/grammar mistakes in doxygen comments and output. libavcodec2006-01-14, by diego
-
get_byte may not return -1 on error, since it can lead to a negative backptr. libavcodec2006-01-14, by reimar
-
Create symbolic links for all library sonames and clean up Makefiles. libavcodec2006-01-14, by diego
-
Our own LZO (1X) implementation, under LGPL and optimized for readability. libavcodec2006-01-12, by reimar
-
Parameter added for user to set the cutoff frequency when encoding with faac. libavcodec2006-01-10, by banan
-
get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h libavcodec2006-01-08, by banan
-
Moving dv_anchor back to the global scope. This creates a tiny memory libavcodec2006-01-06, by romansh
-
Comment out WMV3 decoder for now, it crashes on every file and causes libavcodec2006-01-06, by diego
-
Dual mono stereo strems sound ok now, added sanity checks and removed libavcodec2006-01-06, by rtognimp
-
fix some potential arithmetic overflows in pred_direct_motion() and libavcodec2005-12-30, by lorenm
-
second try of improved lambda/qp guessing for motion estimation RD in first pass libavcodec2005-12-29, by michael
-
Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?) libavcodec2005-12-25, by michael
-
10l (didnt remove option from old ones after converting to AVOption) libavcodec2005-12-25, by michael
-
improved lambda/qp guessing for motion estimation RD in first pass libavcodec2005-12-22, by michael
-
fix custom matrix permutation if xvid idct is autoselected and you have bad luck libavcodec2005-12-18, by michael
-
bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by (Steve Lhomme | slhomme divxcorp com) libavcodec2005-12-17, by michael
-
wrong sizes, part of [PATCH] from DivX, Part 9: bitstream crashes from (Steve Lhomme | slhomme divxcorp com) libavcodec2005-12-17, by michael
-
correctly deal with the alpha channel in 32-bit QT RLE (courtesy of John libavcodec2005-12-14, by melanson
-
correctly handle very large Cinepak frames (courtesy of John Koleszar libavcodec2005-12-14, by melanson
-
This patch adds some support for non-joint stereo streams. It also libavcodec2005-12-11, by rtognimp
-
Add the rest of missing Reg_* macros to support both AMD-64 style regs and IA32 regs. libavcodec2005-12-10, by gpoirier
-
Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled depending on the configure system libavcodec2005-11-21, by gpoirier
-
dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS uni-muenchen POIS de > libavcodec2005-11-14, by gpoirier
-
Correctly skip unknown matrices (patch by Matthieu Castet) and disable comment reading libavcodec2005-11-13, by alex
-
improvements by Reimar Döffinger; 24-bit decoding is not perfect, only libavcodec2005-11-10, by melanson
-
Put double-quotes around the install path in the "install-headers" section libavcodec2005-11-07, by diego
-
Two tables in truemotion1data.h were slightly different from VpVision libavcodec2005-11-05, by diego
-
Place qdm2 and truemotion2 in ifdef block so that they can be disabled libavcodec2005-11-05, by rtognimp
-
avoid the registration of DECODERS if only CONFIG_DECODERS is not defined. libavcodec2005-10-26, by gpoirier
-
Add DTS_INC to the CFLAGS for DTS. This is only set by external configure libavcodec2005-10-23, by diego
-
revert useless patch that was supposed to fix DTS support (but the fix belongs to MPlayer, not FFmpeg) libavcodec2005-10-19, by gpoirier
-
Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POIS edu > libavcodec2005-10-14, by gpoirier
-
support for FLX and DTA extensions in the FLIC format, courtesy of libavcodec2005-10-13, by melanson
-
set_se_golomb can only write 16bits, add a note about this (ok, maybe it's brain dead using it with more than 16bits, but..) libavcodec2005-10-12, by alex
-
Move all definitions of external dependencies into configure instead of libavcodec2005-10-04, by diego
-
fix some pointer to intger without cast warnings (patch by Michel Bardiaux) libavcodec2005-09-21, by aurel
-
Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer. libavcodec2005-09-21, by michael
-
Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h libavcodec2005-09-19, by diego
-
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. libavcodec2005-09-18, by diego
-
print more time_base fps stuff if av_log level is at debug or above libavcodec2005-09-18, by michael
-
flags and named constants with type checking of course for AVOption libavcodec2005-09-11, by michael
-
Fix compile without CONFIG_GPL, misplaced #endif caused a missing }. libavcodec2005-09-10, by reimar
-
Kill some compiler warnings. Compiled code verified identical after changes. libavcodec2005-09-06, by mru
-
add consts (this was in my local tree, dunno where it came from, probably forgoten from some const patch) libavcodec2005-09-02, by michael
-
Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). libavcodec2005-09-02, by reimar
-
fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net) libavcodec2005-09-02, by michael
-
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) libavcodec2005-08-26, by michael
-
Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de) libavcodec2005-08-26, by michael
-
vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net) libavcodec2005-08-21, by michael
-
Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-stuttgart de) libavcodec2005-08-21, by michael
-
minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavcodec2005-08-14, by michael
-
subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also fixes a few libavcodec2005-08-14, by michael
-
tinfoil patch: be more diligent about checking array boundaries before libavcodec2005-08-13, by melanson
-
tinfoil patch: validate motion vectors and do not free frame on exit if libavcodec2005-08-13, by melanson
-
tinfoil patch: make sure that pixel pointer does not go out of bounds libavcodec2005-08-13, by melanson
-
DV video encoder/decoder doesn't set keyframe and picture type properties patch by (Edward Hervey:bilboed,gmail com) libavcodec2005-08-11, by michael
-
liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com) libavcodec2005-08-05, by michael
-
workaround 'colocated mv if colocated block is L1 predicted' bug in x264 libavcodec2005-08-01, by michael
-
fixing colocated mv if colocated block is L1 predicted for the temporal direct case libavcodec2005-07-27, by michael
-
Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb uni-luebeck de) libavcodec2005-07-25, by michael
-
dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADDING_SIZE libavcodec2005-07-17, by michael
-
yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail com) libavcodec2005-07-16, by michael
-
Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com) libavcodec2005-07-15, by michael
-
patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-devel/files/patch-libavcodec::x264.c libavcodec2005-07-10, by michael
-
parenthesing to avoid compiler errors in the future - compared asm outputs, behaviour didnt changed libavcodec2005-07-02, by alex
-
Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjørn Skjæret: cisc, broadpark no) libavcodec2005-07-01, by michael
-
IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org) libavcodec2005-06-28, by michael
-
WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk) libavcodec2005-06-28, by michael
-
support extracting sps/pps from bitstream and putting it in extradata libavcodec2005-06-28, by michael
-
support changing in bitstream global headers into extradata style and back libavcodec2005-06-27, by michael
-
non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net) libavcodec2005-06-09, by michael
-
uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavcodec2005-06-07, by michael
-
merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron) libavcodec2005-06-01, by michael
-
add rounding bias before the horizontal idct (765->730 dezicyles on duron) libavcodec2005-06-01, by michael
-
maxdepth is supposed to be a constant, its faster if its too large then if its non constant libavcodec2005-05-30, by michael
-
read loop filter limit values from Theora header, courtesy of Matthieu libavcodec2005-05-24, by melanson
-
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com) libavcodec2005-05-22, by michael
-
fix bugs in new loop filter code; also, refrain from filtering against libavcodec2005-05-21, by melanson
-
apply the loop filter to fragments as they are rendered into the final libavcodec2005-05-21, by melanson
-
another bitstream extraction to optimize: fixed-length motion vectors libavcodec2005-05-21, by melanson
-
use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coefficient colleting/reordering libavcodec2005-05-19, by michael
-
install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>) libavcodec2005-05-19, by aurel
-
H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math) libavcodec2005-05-18, by lorenm
-
use VLCs for in place of get_fragment_run_length(), get_mode_code(), and libavcodec2005-05-17, by melanson
-
Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine libavcodec2005-05-17, by melanson
-
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API libavcodec2005-05-17, by michael
-
remove permutation done to quant tables and then undone during idct libavcodec2005-05-17, by michael
-
disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill port the vp3 c idct libavcodec2005-05-17, by michael