aboutsummaryrefslogtreecommitdiffhomepage
path: root/common/av_common.c
Commit message (Expand)AuthorAge
* f_lavfi: support setting common filter options like "threads"Gravatar wm42018-04-29
* av_common: cosmetic simplification to ffmpeg component iteration loopsGravatar 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
* command: add demuxer-lavf-list propertyGravatar Ricardo Constantino2018-01-02
* av_common: drop old hack against ancient lavc vdpau wrapperGravatar wm42017-12-01
* av_common: fix Libav buildGravatar wm42017-10-16
* video: properly pass through ICC dataGravatar wm42017-10-16
* demux_raw: drop "mp-rawvideo" useGravatar wm42017-05-20
* video: support positional arguments for automatic lavfi option bridgeGravatar wm42017-04-03
* Use AV_INPUT_BUFFER_PADDING_SIZE instead of deprecated oneGravatar wang-bin2017-02-08
* ad_lavc, vd_lavc: preserve codec_id/codec_type when setting paramsGravatar wm42017-01-25
* ad_lavc, vd_lavc: move mpv->lavc decoder parameter setup to common codeGravatar wm42017-01-25
* av_common: remove old/unused timestamp passthrough codeGravatar wm42017-01-24
* av_common: drop unused functionGravatar wm42017-01-24
* Remove compatibility thingsGravatar wm42016-12-07
* av_common: always make sure to return a valid timebaseGravatar wm42016-11-10
* demux_lavf: "support" mov edit lists and log errors if usedGravatar wm42016-10-18
* video/audio: always provide "proper" timestamps to libavcodecGravatar wm42016-08-19
* av_common: improve rounding for float->int timestamp conversionsGravatar wm42016-08-19
* demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API changeGravatar wm42016-03-31
* av_common: explicitly exclude _vdpau deccoders from enumerationGravatar wm42016-03-02
* command: add encoder-list propertyGravatar wm42016-03-01
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* video: pass through libavformat has_b_frames fieldGravatar wm42015-10-19
* video: make container vs. bitstream aspect ratio configurableGravatar wm42015-08-30
* av_common: remove deprecated API usageGravatar wm42015-08-07
* vd_lavc: request 1 more threads than CPU coresGravatar wm42015-03-05
* av_common: add comment about using now-deprecated libavcodec fieldGravatar wm42015-01-30
* player: use libavutil API to get number of CPUsGravatar wm42015-01-05
* player: print used number of threads in verbose modeGravatar wm42015-01-05
* demux: always use AVPacketGravatar wm42014-08-25
* Improve setting AVOptionsGravatar wm42014-08-02
* stream_lavf: allow setting AVOptions with --stream-lavf-oGravatar wm42014-07-30
* av_common: remove unneeded fieldGravatar wm42014-06-29
* Factor out setting AVCodecContext extradataGravatar wm42014-01-11
* av_common: abuse av_log to print message instead of mp_msgGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17