]> git.sesse.net Git - ffmpeg/history - libavcodec/libopenh264enc.c
mpeg12dec: avoid signed overflow in bitrate calculation
[ffmpeg] / libavcodec / libopenh264enc.c
2016-11-13 Diego BiurrunDrop pointless void* casts
2016-07-15 Martin Storsjölibopenh264enc: Simplify init by setting FF_CODEC_CAP_I...
2016-07-15 Martin Storsjölibopenh264enc: Return a more sensible error code in...
2016-07-09 Martin Storsjölibopenh264: Support building with the 1.6 release
2016-06-28 Martin StorsjöAdd an OpenH264 decoder wrapper
2016-06-24 Martin Storsjölibopenh264enc: Fix inconsistent whitespace
2016-03-23 Diego BiurrunMove const qualifier before type name
2016-01-21 Vittorio Giovaralavc: Move rtp_payload_size to codec private options
2015-12-08 Luca Barbatoopenh264: Directly include the deprecation guards header
2015-12-07 Vittorio Giovaralavc: Deprecate coder_type and its symbols
2015-12-06 Anton Khirnovlibopenh264enc: export CPB props side data
2015-11-06 Michael Niedermayerlibopenh264enc: Set AVOption data type
2015-10-28 Martin Storsjölibopenh264enc: Count and warn about the number of...
2015-10-28 Martin Storsjölibopenh264enc: Add an option for controlling the frame...
2015-10-09 Mario Gasparonilibopenh264enc: Added max_nal_size option
2015-09-29 Gregory J. Wolfelibopenh264enc: Use av_log() to log messages
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-03-17 Martin StorsjöReplace a few leftover instances of enum PixelFormat...
2015-03-06 Martin Storsjölibopenh264enc: Add support for building with OpenH264 1.4
2015-01-29 Martin Storsjölibopenh264: Log debug messages to a non-null context
2015-01-20 Martin Storsjölibopenh264enc: Move a declaration of a variable into...
2015-01-20 Martin Storsjölibopenh264enc: Remove a workaround for silencing warni...
2015-01-08 Martin Storsjölibopenh264enc: Fix a typo and some nitpicks
2015-01-06 Martin Storsjölibavcodec: Add an OpenH264 encoder wrapper