Mercurial > libavcodec.hg
graph
-
set supported pixel formats for a few encoders (fixes crashes with grayscale) libavcodec2006-09-20, by michael
-
Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match libavcodec2006-09-20, by takis
-
Remove the "bf" OptionDef parameter so the equally named AVOption will take libavcodec2006-09-20, by takis
-
Correct the constraints of some AVOptions. These had a default value of zero, libavcodec2006-09-20, by takis
-
Correct the i_qfactor minimum, which was current set higher then the default libavcodec2006-09-15, by takis
-
Synchronize the defaults specified in the AVOptions[] array to the defaults libavcodec2006-09-14, by takis
-
replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) libavcodec2006-09-13, by aurel
-
corrects the type of the AVOption parameter "bugs", patch by Takis libavcodec2006-09-13, by gpoirier
-
adds descriptions to the libavcodec AVOptions array, taken from the libavcodec2006-09-13, by gpoirier
-
don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec) libavcodec2006-09-11, by aurel
-
Add official LGPL license headers to the files that were missing them. libavcodec2006-09-10, by diego
-
Drop unneeded checks before av_free() and change to av_freep() where it's more suitable. libavcodec2006-09-09, by kostya
-
[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header() libavcodec2006-09-09, by kostya
-
undefines a few temporary defines which were not undefined after their usage. libavcodec2006-09-09, by gpoirier