]> git.sesse.net Git - ffmpeg/history - libavcodec/dsputil_template.c
mpegvideo_enc: fix indentation in load_input_picture()
[ffmpeg] / libavcodec / dsputil_template.c
2013-01-24 Mans Rullgarddsputil: Separate h264 qpel
2013-01-23 Ronald S. Bultjedsputil: remove 9/10 bits hpel functions.
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-22 Ronald S. Bultjevp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSP...
2013-01-20 Ronald S. BultjeRemove put_no_rnd_pixels_l2 function pointer for w...
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2011-07-21 Mans Rullgarddsputil: template get_pixels() for different bit depths
2011-07-21 Mans Rullgarddsputil: create 16/32-bit dctcoef versions of some...
2011-07-21 Mans Rullgarddsputil: remove huge #if 0 block
2011-07-05 Diego BiurrunRename libavcodec/high_bit_depth.h ---> libavcodec...
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-05-10 Oskar ArvidssonTemplate dsputil_template.c with respect to pixel size...
2011-05-10 Oskar ArvidssonMove some functions in dsputil.c into a new file dsputi...