summaryrefslogtreecommitdiffstats
path: root/common/av_common.c
Commit message (Expand)AuthorAgeFilesLines
* av_common: cosmetic simplification to ffmpeg component iteration loopswm42018-04-031-4/+2
* mp_image: replace rude function with less rude FFmpeg upstream functionwm42018-03-031-48/+0
* Fix recent FFmpeg deprecationswm42018-02-131-16/+17
* codecs: remove unused family fieldwm42018-02-011-2/+2
* command: add demuxer-lavf-list propertyRicardo Constantino2018-01-021-0/+17
* av_common: drop old hack against ancient lavc vdpau wrapperwm42017-12-011-6/+1
* av_common: fix Libav buildwm42017-10-161-0/+13
* video: properly pass through ICC datawm42017-10-161-0/+35
* demux_raw: drop "mp-rawvideo" usewm42017-05-201-4/+0
* video: support positional arguments for automatic lavfi option bridgewm42017-04-031-0/+30
* Use AV_INPUT_BUFFER_PADDING_SIZE instead of deprecated onewang-bin2017-02-081-2/+2
* ad_lavc, vd_lavc: preserve codec_id/codec_type when setting paramswm42017-01-251-0/+8
* ad_lavc, vd_lavc: move mpv->lavc decoder parameter setup to common codewm42017-01-251-5/+67
* av_common: remove old/unused timestamp passthrough codewm42017-01-241-21/+8
* av_common: drop unused functionwm42017-01-241-23/+0
* Remove compatibility thingswm42016-12-071-5/+0
* av_common: always make sure to return a valid timebasewm42016-11-101-1/+5
* demux_lavf: "support" mov edit lists and log errors if usedwm42016-10-181-0/+1
* video/audio: always provide "proper" timestamps to libavcodecwm42016-08-191-0/+25
* av_common: improve rounding for float->int timestamp conversionswm42016-08-191-2/+4
* demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API changewm42016-03-311-0/+16
* av_common: explicitly exclude _vdpau deccoders from enumerationwm42016-03-021-1/+6
* command: add encoder-list propertywm42016-03-011-0/+15
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* video: pass through libavformat has_b_frames fieldwm42015-10-191-0/+1
* video: make container vs. bitstream aspect ratio configurablewm42015-08-301-1/+0
* av_common: remove deprecated API usagewm42015-08-071-2/+0
* vd_lavc: request 1 more threads than CPU coreswm42015-03-051-0/+2
* av_common: add comment about using now-deprecated libavcodec fieldwm42015-01-301-1/+2
* player: use libavutil API to get number of CPUswm42015-01-051-3/+2
* player: print used number of threads in verbose modewm42015-01-051-3/+5
* demux: always use AVPacketwm42014-08-251-0/+2
* Improve setting AVOptionswm42014-08-021-0/+36
* stream_lavf: allow setting AVOptions with --stream-lavf-owm42014-07-301-0/+9
* av_common: remove unneeded fieldwm42014-06-291-1/+0
* Factor out setting AVCodecContext extradatawm42014-01-111-10/+14
* av_common: abuse av_log to print message instead of mp_msgwm42013-12-211-1/+2
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-0/+178