]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/pixdesc.h
Revert "CONFIG_FRSH_PROTOCOL is already defined by configure generated headers"
[frescor/ffmpeg.git] / libavcodec / pixdesc.h
2009-04-27 stefanoImplement av_get_bits_per_pixel().
2009-04-22 stefanoMake read_line() do not depend on put_bits.h and speed...
2009-04-21 stefanoAdd missing header inclusion guard.
2009-04-21 stefanoImplement a write_line() function.
2009-04-13 stefanoDo not use full include path for get_bits.h, since...
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-01 stefanoExtend read_line() to make it take a read_pal_component...
2009-03-31 stefanoReindent after the last patch.
2009-03-31 stefanoAdd/fix support for bitstream formats reading in read_l...
2009-03-31 stefanoMake the step and offset fields of the component descri...
2009-03-31 stefanoDocument read_line().
2009-03-31 stefanoMake read_line() take as parameter a const AVPixFmtDesc...
2009-03-22 stefanoExport to pixdesc.h the av_pix_fmt_descriptors array.
2009-03-18 stefanoImplement a name field for AVPixFmtDescriptor.
2009-03-15 stefanoExpand "lsb" to "least significant bits".
2009-03-04 stefanoFix typo: "i" -> "in".
2009-02-25 diegospelling/wording/grammar cosmetics
2009-02-24 michaelAVPixFmtDescriptor doxy
2009-02-24 michaelPixel Format descriptor, try #1.