summaryrefslogtreecommitdiff
path: root/libavcodec/h264enc.c
Commit message (Collapse)AuthorAge
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
| | | | Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move encoder-specific quantize_c and related tables to the H.264 encoder.Diego Biurrun2008-11-26
| | | | Originally committed as revision 15937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move H.264 tables that are only useful for encoding to h264enc.c.Diego Biurrun2008-11-21
| | | | Originally committed as revision 15899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2008-09-06
| | | | Originally committed as revision 15225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: occured --> occurredDiego Biurrun2008-03-22
| | | | Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding function which enables writing H.264 NAL units.Panagiotis Issaris2006-12-11
Originally committed as revision 7273 to svn://svn.ffmpeg.org/ffmpeg/trunk