summaryrefslogtreecommitdiff
path: root/libavcodec/x264.c
Commit message (Collapse)AuthorAge
* enable bidirectional me with x264Robert Swain2007-01-07
| | | | | | patch by Robert Swain <robert =dot= swain =at= gmail =dot= com> Originally committed as revision 7422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make two functions staticMåns Rullgård2006-11-11
| | | | Originally committed as revision 6970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationMåns Rullgård2006-11-01
| | | | Originally committed as revision 6857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_CAP_DELAY supportMåns Rullgård2006-11-01
| | | | Originally committed as revision 6856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg work with x264 r592Luca Barbato2006-10-16
| | | | Originally committed as revision 6711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer2006-08-30
| | | | Originally committed as revision 6133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync to x264 r537Loren Merritt2006-07-18
| | | | Originally committed as revision 5780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass noise reduction option to x264Erik Slagter2006-02-20
| | | | | | patch by Erik Slagter <erik at slagter name> Originally committed as revision 5040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-24
| | | | Originally committed as revision 4891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* place SPS/PPS in extradata if GLOBAL_HEADER flag is setMåns Rullgård2006-01-20
| | | | Originally committed as revision 4872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update x264 wrapper.Robert Swain2005-12-29
| | | | | | patch by Robert Swain. Originally committed as revision 4784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert incorrect changeMåns Rullgård2005-11-09
| | | | Originally committed as revision 4683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/log2/av_log2/Steven M. Schultz2005-11-09
| | | | | | patch by Steven M. Schultz <sms at 2bsd com> Originally committed as revision 4681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set more x264 encoding parametersDario Andrade2005-09-14
| | | | | | patch by Dario Andrade <dario at ip tv> Originally committed as revision 4594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch from ↵Michael Niedermayer2005-07-10
| | | | | | | | http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-devel/files/patch-libavcodec::x264.c (math.h needed for log2() at least) Originally committed as revision 4426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable x264 multi-threadingMåns Rullgård2005-05-30
| | | | Originally committed as revision 4325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* work with latest svn of x264Måns Rullgård2005-05-14
| | | | Originally committed as revision 4244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/u_char/uint8_t/Måns Rullgård2005-04-12
| | | | Originally committed as revision 4124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentation fixMåns Rullgård2005-03-19
| | | | Originally committed as revision 4058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* B frames and CABAC/CAVLC selection by Erik Slagter (erik at slagter dot name)Måns Rullgård2005-03-19
| | | | Originally committed as revision 4057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set constant QP from AVCodecContext.global_quality.Måns Rullgård2005-03-16
| | | | | | set key_frame flag on coded_picture correctly. Originally committed as revision 4045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264 encoding with x264 by (Måns Rullgård <mru inprovide com>)Michael Niedermayer2005-03-09
Originally committed as revision 4024 to svn://svn.ffmpeg.org/ffmpeg/trunk