Mercurial > libavcodec.hg
graph
-
Read the bitstream where the data is actually needed instead of doing it in unpack_input() libavcodec2008-05-15, by vitor
-
Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out) libavcodec2008-05-15, by vitor
-
The first table of decodetable[] is unrelated to the other. Rename it. libavcodec2008-05-15, by vitor
-
ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it libavcodec2008-05-15, by diego
-
DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste it libavcodec2008-05-15, by diego
-
Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it. libavcodec2008-05-14, by diego
-
Update offset in the option string later, to have a better error message. libavcodec2008-05-14, by benoit
-
armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since libavcodec2008-05-12, by gpoirier
-
Previous commit missed an initialization - this fixes FATE's test sample. libavcodec2008-05-11, by astrange