aboutsummaryrefslogtreecommitdiffhomepage
path: root/common
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
* common: add missing %f time formatGravatar wm42018-05-01
* common: round all integer times to millisecondsGravatar wm42018-05-01
* f_lavfi: support setting common filter options like "threads"Gravatar wm42018-04-29
* 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
* demux: support for some kinds of timed metadataGravatar wm42018-04-18
* av_common: cosmetic simplification to ffmpeg component iteration loopsGravatar wm42018-04-03
* f_lavfi: use new libavfilter iteration APIGravatar wm42018-04-03
* mp_image: replace rude function with less rude FFmpeg upstream functionGravatar wm42018-03-03
* Fix recent FFmpeg deprecationsGravatar wm42018-02-13
* codecs: remove unused family fieldGravatar wm42018-02-01
* audio: move to decoder wrapperGravatar wm42018-01-30
* video: rewrite filtering glue codeGravatar wm42018-01-30
* av_log: stop accessing private ffmpeg fieldsGravatar wm42018-01-03
* command: add demuxer-lavf-list propertyGravatar Ricardo Constantino2018-01-02
* build: move copyright statement to a shared locationGravatar wm42018-01-01
* encode: implement --oset-metadata, and --oremove-metadataGravatar TheAMM2017-12-26
* encode: rename option --ometadata to --ocopy-metadataGravatar TheAMM2017-12-26
* tags: add mp_tags_removeGravatar Kevin Mitchell2017-12-26
* msg: bump up log level of --log-fileGravatar Niklas Haas2017-12-15
* msg: reinterpret a bunch of message levelsGravatar Niklas Haas2017-12-15
* Fix various typos in log messagesGravatar Nicolas F2017-12-03
* av_common: drop old hack against ancient lavc vdpau wrapperGravatar wm42017-12-01
* build: make it easier to force FFmpeg upstreamGravatar wm42017-11-01
* Bump libav* API useGravatar wm42017-10-30
* av_common: fix Libav buildGravatar wm42017-10-16
* video: properly pass through ICC dataGravatar wm42017-10-16
* msg: make --msg-level affect --log-file tooGravatar wm42017-10-04
* build: add preliminary LGPL modeGravatar wm42017-09-21
* player: fix --lavfi-complex freezeGravatar wm42017-08-11
* vo_opengl: further GL API use separationGravatar wm42017-08-07
* common, vo_opengl: add/use helper for formatted strings on the stackGravatar wm42017-07-24
* Replace remaining avcodec_close() callsGravatar wm42017-07-16
* options: handle suffixes like -add in a more generic wayGravatar wm42017-06-26
* options: unbreak -vGravatar wm42017-06-23
* options: remove weird --really-quiet special behaviorGravatar wm42017-06-23
* encode_lavc: move from GPL 2+ to LGPL 2.1+.Gravatar Rudolf Polzer2017-06-13
* player: make sure version information is always included in --log-fileGravatar wm42017-05-22
* demux_raw: drop "mp-rawvideo" useGravatar wm42017-05-20
* av_log: mark as almost LGPLGravatar wm42017-05-05