Mercurial > libavcodec.hg
graph
-
Get rid of some pointless bitmask/shifter variables in interplayvideo.c libavcodec2009-03-31, by reimar
-
Improve VA API buffers allocation logic. This also reduces struct vaapi_context libavcodec2009-03-31, by gb
-
Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY]. libavcodec2009-03-30, by gb
-
mlpdec: Simplify &foo[0] to foo and use index (which has just been initialized libavcodec2009-03-30, by ramiro
-
mlpdec: Unroll copying filter state data and filtering for the two filters. libavcodec2009-03-30, by ramiro
-
mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively. libavcodec2009-03-30, by ramiro
-
Merge the 3 COPY_FROM_* macros with lots of duplicated code into a single libavcodec2009-03-29, by reimar
-
Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely) libavcodec2009-03-29, by reimar
-
Simplify check for leftover bytes after decoding for interplayvideo. libavcodec2009-03-29, by reimar
-
Replace many tiny loops in the interplayvideo decoder by memset, memcpy libavcodec2009-03-29, by reimar
-
Make ipvideo_decode_block array constant, compile-time initialized instead libavcodec2009-03-29, by reimar
-
Generalize example target rule in common.mak so that it sets a -example$(EXESUF) libavcodec2009-03-29, by diego
-
Rename apiexample.c --> api-example.c to be consistent with other example files. libavcodec2009-03-29, by diego
-
Merge some cases for reading raw data with different bit depths in BMP libavcodec2009-03-27, by kostya
-
Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test libavcodec2009-03-26, by diego
-
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. libavcodec2009-03-25, by diego
-
Update apiexample.c to use the newer avcodec_decode_audio2() API. This also libavcodec2009-03-24, by superdump
-
Add pcxenc.o to the $OBJS list, it was erroneously removed from it in libavcodec2009-03-22, by stefano
-
Rename 'tests' target to 'testprogs'. It is too easily confused with the libavcodec2009-03-22, by diego
-
Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encoders libavcodec2009-03-22, by diego