25 Commits (8eecdc8b789e3fa5b640ddd26e29e9254a1dffe3)

Author SHA1 Message Date
Jason Garrett-Glaser 76d81909ae Update libx264.c to use new libx264 features 15 years ago
Loren Merritt f543f636a5 revert r20775, because equivalent code has been committed to x264 instead 15 years ago
Jason Garrett-Glaser 2d0cacded7 Boolify options passed to x264. 15 years ago
Erik Slagter 25a42948c6 Add MBtree support for libx264 15 years ago
Jason Garrett-Glaser 096c87f667 Add weightp support in API for libx264. 15 years ago
Jason Garrett-Glaser 1953898162 Update libx264.c for x264 API change 15 years ago
Diego Biurrun 8a8720c1bb cosmetics: K&R coding style, prettyprinting 15 years ago
Jason Garrett-Glaser 2d3beedee2 Add support for new x264 API. 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Jason Garrett-Glaser fe022ce2f8 Fix libx264.c to not drop SEI userdata from x264 encoder. 16 years ago
Ralf Terdic 5c4e97282f Fix mem leak. 16 years ago
Jason Garrett-Glaser a5d2413345 x264 has removed the b-rdo and bime options, and instead integrated 16 years ago
Baptiste Coudurier 0bc4c436aa sync to latest x264 git, field was renamed 16 years ago
Stefano Sabatini d4be08e0c9 Make X264_init() no longer assign avctx->rc_eq to libx264's context. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Baptiste Coudurier 89223ef698 add esa/dia compat me options and new tesa for libx264 17 years ago
Baptiste Coudurier d9e5c9b718 x264 interlaced encoding option 17 years ago
Baptiste Coudurier 682a48a107 cleanup, remove useless parentheses 17 years ago
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
Stefano Sabatini 6140271f54 Add some long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Benoit Fouet 3709f0d706 map warning levels between libx264 and libavutil 18 years ago
Måns Rullgård f225016296 update my email address 18 years ago
Diego Biurrun 1cc60c47c5 Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. 18 years ago
Diego Biurrun 6f1af73557 Give all wrappers for external libraries names starting with lib. 18 years ago
Robert Swain a5474d50c3 enable bidirectional me with x264 18 years ago
Måns Rullgård c328f313d8 make two functions static 18 years ago
Måns Rullgård 67bcc87092 indentation 18 years ago
Måns Rullgård 84278104e1 CODEC_CAP_DELAY support 18 years ago
Luca Barbato 9f1c1c9985 Make ffmpeg work with x264 r592 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Michael Niedermayer 504ee036ee fix b pyramid in mp4 muxing if no dts are provided to the muxer 18 years ago
Loren Merritt 8b75e45d8c sync to x264 r537 19 years ago
Erik Slagter 277fe2294f pass noise reduction option to x264 19 years ago
Diego Biurrun 4f59b684a6 Remove all stray tabs and trailing whitespace, this time for good. 19 years ago
Måns Rullgård 806011f2ad place SPS/PPS in extradata if GLOBAL_HEADER flag is set 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Robert Swain 58f7833e8e update x264 wrapper. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Måns Rullgård 68dce79b00 revert incorrect change 19 years ago
Steven M. Schultz 3712092e76 s/log2/av_log2/ 19 years ago
Dario Andrade 18ae520b72 set more x264 encoding parameters 19 years ago
Michael Niedermayer 337afd1420 patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-devel/files/patch-libavcodec::x264.c 20 years ago
Måns Rullgård 568d4b810f enable x264 multi-threading 20 years ago
Måns Rullgård 3f9d3777b9 work with latest svn of x264 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Måns Rullgård f40487c282 s/u_char/uint8_t/ 20 years ago
Måns Rullgård d4e87f79f0 indentation fix 20 years ago
Måns Rullgård f9791751e3 B frames and CABAC/CAVLC selection by Erik Slagter (erik at slagter dot name) 20 years ago
Måns Rullgård 68c6d60fdf set constant QP from AVCodecContext.global_quality. 20 years ago