Mercurial > libavcodec.hg
graph
-
Fix a bunch of bugs ive introduced recently that broke threaded decoding. libavcodec2010-03-02, by michael
-
revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4 libavcodec2010-03-01, by aurel
-
Make av_build_filter static (and remove av_): It is not used outside resample2.c. libavcodec2010-02-28, by cehoyos
-
Make av_get_bit_rate() static and remove av_, the function is only used libavcodec2010-02-28, by cehoyos
-
Include libxvid_internal.h: It contains the prototype for av_tempfile(). libavcodec2010-02-28, by cehoyos
-
Make the following functions static (and remove ff_), they are only used libavcodec2010-02-28, by cehoyos
-
Make function get_channel_name() static: It is only used in audioconvert.c. libavcodec2010-02-28, by cehoyos
-
Include internal.h and imgconvert.h, they contain the prototypes for the libavcodec2010-02-28, by cehoyos
-
Include msrledec.h: It contains the prototype for ff_msrle_decode(). libavcodec2010-02-28, by cehoyos
-
Include atrac.h: It contains the prototypes for atrac_generate_tables() libavcodec2010-02-28, by cehoyos
-
Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header. libavcodec2010-02-28, by cehoyos
-
Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding libavcodec2010-02-27, by reimar
-
Encapsulate VLC information needed for decoding blocks and macroblocks in libavcodec2010-02-27, by kostya
-
Make it clear that ff_ivi_init_static_vlc() does not need arguments libavcodec2010-02-27, by kostya
-
Do not read beyond end of input in EA-TGV. This should avoid FATE test #362 libavcodec2010-02-26, by vitor
-
Move init of right side of ref_cache from fill_caches() to init_the_darn_decoder(). libavcodec2010-02-26, by michael
-
Remove 3 mv_cache zeroing instructions that zeroed the right side. libavcodec2010-02-26, by michael
-
Remove useless check of the 2 left MBs of a pair being in the same slice. libavcodec2010-02-26, by michael
-
Remove unneeded line of code from the neighbor setting code in h264. libavcodec2010-02-26, by michael
-
Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to libavcodec2010-02-25, by michael
-
svq3 now in working condition, at least vissually, ill let fate tell us libavcodec2010-02-25, by michael
-
Reorder intra4x4_pred_mode so that we can read/write 4 values at once. libavcodec2010-02-25, by michael
-
aac: Keep decode_band_types() from eating all padding at the end of a buffer. libavcodec2010-02-24, by alexc
-
Change mvd_cache & mvd_table to 8bit, this is overall a bit faster libavcodec2010-02-24, by michael
-
it is not necessary to display the decoder name, as av_log() automatically prints the context libavcodec2010-02-24, by pross