Mercurial > libavcodec.hg
graph
-
Move the unaltered documentation of the functions which are part of the public libavcodec2007-02-25, by takis
-
Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. libavcodec2007-02-24, by diego
-
h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com) libavcodec2007-02-24, by michael
-
add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c libavcodec2007-02-23, by gpoirier
-
fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr) libavcodec2007-02-23, by michael
-
dont check buffer size if the decode function wont be called at all libavcodec2007-02-23, by michael
-
av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_. libavcodec2007-02-23, by takis
-
Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. libavcodec2007-02-22, by takis
-
Move the Doxygen function documentation unaltered from libavcodec/utils.c to libavcodec2007-02-22, by takis
-
prevent h.264 MC related functions from being inlined (yes this is much faster the code just doesnt fit in the code cache otherwise) libavcodec2007-02-16, by michael
-
This fixes error handling for BeOS, removing the need for some ifdefs. libavcodec2007-02-13, by mmu_man
-
Remove internal liba52; external lib still works, native decoder coming up. libavcodec2007-02-11, by diego
-
factor out common subexprssion (gcc of course is too stupid to do this ...) libavcodec2007-02-09, by michael
-
fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily) libavcodec2007-02-09, by michael
-
Directly access av_log_level instead of calling av_log_{set, get}_level() libavcodec2007-02-08, by lucabe
-
Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian. libavcodec2007-02-07, by reimar
-
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) libavcodec2007-02-06, by michael
-
B-frames could not be determined from broken_link/closed_entry, use fixed value libavcodec2007-02-06, by kostya
-
Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com. libavcodec2007-02-05, by diego
-
Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux, libavcodec2007-02-01, by takis
-
Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian libavcodec2007-01-30, by takis
-
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not libavcodec2007-01-30, by takis
-
Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be. libavcodec2007-01-29, by takis
-
Get rid of the COOKextradata struct. And use valid C to parse the extradata. libavcodec2007-01-29, by banan
-
LZO optimization: check input buffer bounds less frequently if padded libavcodec2007-01-28, by reimar
-
Simplify and avoid a warning (should be faster on Cell and certain G4 revisions) libavcodec2007-01-27, by lu_zero
-
Silence GCC when incorrectly complaining that the "line" variable could be used libavcodec2007-01-25, by takis
-
Bring down the number of snow.c warnings from 27 to 17 by using the const libavcodec2007-01-25, by takis
-
Brings down the number of snow.c warnings from 33 to 27 by putting parentheses libavcodec2007-01-25, by takis
-
Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot com and Michel Bardiaux mbardiaux at mediaxim dot be. libavcodec2007-01-25, by banan
-
fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com % libavcodec2007-01-24, by gpoirier
-
Allows the AC3 parser to read the frame size and codec parameters from E-AC3 streams, libavcodec2007-01-24, by gpoirier
-
Add flashsv encoder to changelog and fix the encoder so it actually works. libavcodec2007-01-21, by banan
-
Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the other Diego" libavcodec2007-01-21, by lu_zero
-
harden h264 decoding to prevent some crashes when input data is corrupted. libavcodec2007-01-19, by gpoirier
-
Change the Snow encoder to always use the available MotionEstContext pointer. libavcodec2007-01-18, by takis
-
set data_size to 0 so that in case we return without setting it nothing funny can happen libavcodec2007-01-16, by michael
-
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.org/zzuf/lol-ffplay.m2v libavcodec2007-01-15, by michael
-
Unconditionally enable Theora decoder. It works fine now and there is no libavcodec2007-01-10, by diego
-
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin libavcodec2007-01-06, by diego
-
try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD libavcodec2006-12-20, by michael
-
fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain) libavcodec2006-12-20, by michael
-
dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 to 0.14, most are <=0.04 though) libavcodec2006-12-20, by michael
-
Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection libavcodec2006-12-18, by gpoirier
-
warn user if the selected diamond size is larger then the motion estimation score cache size libavcodec2006-12-17, by michael
-
Check mb_pos is big enough before trying to access data left or above. libavcodec2006-12-17, by reimar
-
Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data. libavcodec2006-12-11, by reimar
-
Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the original libavcodec2006-12-09, by reimar
-
fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architecture, patch by Martin Storsjö, martin at martin st libavcodec2006-12-08, by bcoudurier
-
Add "mixed_refs" description suggested by Loren Merritt and update accompanying libavcodec2006-12-06, by takis
-
Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments. libavcodec2006-12-06, by takis
-
Change NAL unit type defines to an enum and move to a header file for usage libavcodec2006-12-05, by takis
-
make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2 libavcodec2006-12-05, by michael
-
Another hack to allow the Cinepak decoder to detect both types of deviant Cinepak libavcodec2006-12-02, by melanson
-
Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca Barbato libavcodec2006-12-02, by gpoirier
-
mjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime libavcodec2006-12-01, by bcoudurier
-
cosmetic (prevent name clashes of variables in a macro with surrounding code) libavcodec2006-12-01, by michael
-
support byte_run=0 case in DELTA_FLI (this case means only skip pixels) libavcodec2006-11-23, by alex
-
fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de libavcodec2006-11-22, by bcoudurier
-
allow amr bitrate to be changed "on the fly" through avctx->bitrate. libavcodec2006-11-20, by gpoirier
-
Add useful Altivec types, taken from with permission from x264 authors libavcodec2006-11-19, by gpoirier
-
BGR555 has never been working as alpha supporting format. Remove the false setting. libavcodec2006-11-16, by alex
-
changed rgba32_to routines to support both alpha and non-alpha formats (see r7066 too) libavcodec2006-11-14, by alex
-
changed rgba32_to routines to support both alpha and non-alpha formats libavcodec2006-11-14, by alex
-
Remove the H264Context parameter from decode_init_vlc() as it is not being used. libavcodec2006-11-09, by takis
-
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used libavcodec2006-11-09, by bcoudurier
-
100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture libavcodec2006-11-08, by michael
-
add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag libavcodec2006-11-07, by bcoudurier
-
add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values libavcodec2006-11-07, by bcoudurier
-
rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static libavcodec2006-11-06, by bcoudurier
-
move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c libavcodec2006-11-06, by bcoudurier
-
Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since libavcodec2006-11-05, by reimar
-
outputs bit spent on various encoding functions (motion vectors, overhead, etc) libavcodec2006-11-02, by gpoirier