summaryrefslogtreecommitdiff
path: root/libavcodec/h264enc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix likely typo in r15937.Carl Eugen Hoyos2010-03-311-1/+1
* Replace @returns by @return.Benoit Fouet2010-03-301-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Move encoder-specific quantize_c and related tables to the H.264 encoder.Diego Biurrun2008-11-261-0/+138
* Move H.264 tables that are only useful for encoding to h264enc.c.Diego Biurrun2008-11-211-0/+13
* license header consistency cosmeticsDiego Biurrun2008-09-061-0/+2
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* typo: occured --> occurredDiego Biurrun2008-03-221-1/+1
* Adding function which enables writing H.264 NAL units.Panagiotis Issaris2006-12-111-0/+107