aboutsummaryrefslogtreecommitdiffhomepage
path: root/common/encode_lavc.c
Commit message (Expand)AuthorAge
* encode: simplify encode_lavc_add_packetGravatar Jan Ekström2018-10-01
* encode: fix AVPacket deinitialization logicGravatar Niklas Haas2018-10-01
* encode: get rid of the output packet queueGravatar wm42018-05-03
* encode: remove old timestamp handlingGravatar wm42018-05-03
* encode: restore 2-pass modeGravatar wm42018-05-03
* encode: rewrite half of itGravatar wm42018-04-29
* encode: get rid of AVDictionary setter helperGravatar wm42018-04-29
* encode: some more cleanupsGravatar wm42018-04-29
* encode: simplify colorspace settingGravatar wm42018-04-20
* encode: cosmeticsGravatar wm42018-04-20
* encode: remove some unused functionsGravatar wm42018-04-20
* encoding: deprecate a bunch of obscure optionsGravatar wm42018-04-20
* Fix recent FFmpeg deprecationsGravatar wm42018-02-13
* encode: implement --oset-metadata, and --oremove-metadataGravatar TheAMM2017-12-26
* encode: rename option --ometadata to --ocopy-metadataGravatar TheAMM2017-12-26
* msg: reinterpret a bunch of message levelsGravatar Niklas Haas2017-12-15
* Replace remaining avcodec_close() callsGravatar wm42017-07-16
* options: handle suffixes like -add in a more generic wayGravatar wm42017-06-26
* encode_lavc: move from GPL 2+ to LGPL 2.1+.Gravatar Rudolf Polzer2017-06-13
* encode_lavc: fix build failure after libavcodec major bumpGravatar wm42017-03-23
* options: add M_OPT_FILE to some more file optionsGravatar Philip Sequeira2017-03-06
* Prefix libavcodec CODEC_FLAG_ constants with AV_Gravatar wm42016-12-29
* Remove compatibility thingsGravatar wm42016-12-07
* client API: more or less deprecate mpv_set_option()Gravatar wm42016-09-21
* encode_lavc: Migrate to codecpar API.Gravatar Rudolf Polzer2016-04-11
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video: remove vfcap.hGravatar wm42015-01-21
* Silence some Coverity warningsGravatar wm42014-11-21
* encode: deal with codec->time_base deprecationGravatar wm42014-07-22
* Revert "encode: make the central lock recursive"Gravatar Rudolf Polzer2014-06-12
* encode: make the central lock recursiveGravatar wm42014-06-12
* encode: make option struct localGravatar wm42014-06-11
* encoding: No error when the output format doesn't support a stream type at all.Gravatar Rudolf Polzer2014-05-16
* New option --no-ometadata to opt out of including metadata when encoding.Gravatar Rudolf Polzer2014-04-14
* encode_lavc: copy metadata to output fileGravatar Alessandro Ghedini2014-03-30
* encode: add lockingGravatar wm42014-03-09
* encode: don't access ao->ptsGravatar wm42014-03-07
* msg: move special declarations to msg_control.hGravatar wm42014-01-16
* msg: remove global stateGravatar wm42013-12-21
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* stream: mp_msg conversionsGravatar wm42013-12-21
* encode_lavc: mp_msg conversionsGravatar wm42013-12-21
* Remove the _ macroGravatar wm42013-12-18
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17