summaryrefslogtreecommitdiffstats
path: root/audio/decode/ad_lavc.c
Commit message (Expand)AuthorAgeFilesLines
* audio: move to decoder wrapperwm42018-01-301-51/+79
* audio: introduce a new type to hold audio frameswm42017-08-161-21/+12
* ad_lavc, vd_lavc, sd_lavc: consistently use avcodec_free_context()wm42017-07-061-7/+1
* dec_audio, ad_lavc: change license to LGPLwm42017-06-141-7/+7
* ad_lavc, vd_lavc: move mpv->lavc decoder parameter setup to common codewm42017-01-251-13/+5
* build: replace some FFmpeg API checks with version checkswm42017-01-241-2/+2
* ad_lavc: respect AV_FRAME_FLAG_DISCARDwm42017-01-241-0/+5
* audio: restructure decode loopwm42017-01-111-30/+30
* ad_lavc, vd_lavc: don't set AVCodecContext.refcounted_frameswm42016-12-181-1/+0
* Remove compatibility thingswm42016-12-071-21/+1
* ad_lavc, vd_lavc: fix a recent libavcodec deprecation warningwm42016-10-171-1/+2
* vd_lavc, ad_lavc: set pkt_timebase, not time_basewm42016-08-291-1/+4
* ad_lavc: actually tell decoder about the timebasewm42016-08-231-0/+1
* video/audio: always provide "proper" timestamps to libavcodecwm42016-08-191-1/+1
* audio: use --audio-channels=auto behavior, except on ALSAwm42016-08-041-2/+2
* ad_lavc: work around braindead ffmpeg behaviorwm42016-07-011-0/+6
* ad_lavc: resume from mid-stream EOF conditions with new decode APIwm42016-06-221-0/+7
* demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API changewm42016-03-311-2/+1
* ad_lavc, vd_lavc: support new Libav decoding APIwm42016-03-241-0/+14
* ad_lavc: add codec_timebase hack toowm42016-03-241-2/+5
* audio: make mp_audio_skip_samples() adjust the PTSwm42016-02-221-2/+0
* ad_lavc: skip AVCodecContext.delay samples at beginningwm42016-02-221-0/+9
* ad_lavc: make sample trimming symmetric to skippingwm42016-02-221-6/+8
* ad_lavc: move skipping logic out of the HAVE_AVFRAME_SKIP_SAMPLES blockwm42016-02-221-10/+13
* ad_lavc: interpolate missing timestampswm42016-02-221-0/+9
* audio/video: expose codec info as separate fieldwm42016-02-151-4/+3
* ad_lavc: fix --ad-lavc-threads rangewm42016-02-111-1/+1
* audio: refactor: work towards unentangling audio decoding and filteringwm42016-01-221-4/+4
* audio: move direct packet reading from decoders to common codewm42016-01-191-17/+5
* demux: merge sh_video/sh_audio/sh_subwm42016-01-121-16/+15
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* audio: move PTS setting out of the decoderwm42015-11-081-11/+4
* demux: merge extradata fieldswm42015-06-211-5/+1
* demux: rename sh_stream.format to sh_stream.codec_tagwm42015-06-211-1/+1
* player: change video-bitrate and audio-bitrate propertieswm42015-04-201-3/+0
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* ad_lavc: disable AC3 DRC by defaultwm42015-03-301-2/+2
* player: print used number of threads in verbose modewm42015-01-051-1/+1
* audio: make decoders output refcounted frameswm42014-11-101-55/+37
* ad_lavc: allow skip samples amount to be larger than 1 packetwm42014-11-031-2/+6
* ad_lavc: avoid warning messages on older FFmpeg or Libavwm42014-10-041-0/+2
* audio: skip samples and adjust timestamps ourselveswm42014-10-031-2/+22
* audio: remove WAVEFORMATEX from internal demuxer APIwm42014-09-251-19/+5
* audio: confine demux_mkv audio PCM hackwm42014-09-241-50/+0
* audio: decouple demux and audio decoder/filter sample formatswm42014-09-241-34/+3
* audio: drop swapped-endian audio formatswm42014-09-231-18/+24
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-2/+0
* Improve setting AVOptionswm42014-08-021-10/+3
* audio: change playback restart and resyncingwm42014-07-281-3/+5
* audio: move initial decode to generic codewm42014-07-211-55/+14
* ad_lavc: drop questionable fallback codewm42014-07-211-6/+0
* audio: use symbolic constants instead of magic integerswm42014-07-201-1/+1
* ad_lavc: make option struct localwm42014-06-111-9/+23
* ad_lavc: don't overwrite lavc bitrateMarcoen Hirschberg2014-05-281-2/+3
* audio: rename i_bps to 'bitrate' to avoid confusionMarcoen Hirschberg2014-05-281-3/+3
* audio: change values from bytes-per-second to bits-per-secondMarcoen Hirschberg2014-05-281-3/+3
* ad_lavc: use new AVFrame APIwm42014-03-161-2/+4
* ad_lavc: remove deprecated downmixing by channel countwm42014-03-161-4/+0
* Factor out setting AVCodecContext extradatawm42014-01-111-10/+4
* audio/fmt-conversion.c: remove unknown audio format messageswm42013-12-211-1/+4
* audio: mp_msg conversionswm42013-12-211-14/+10
* ad_lavc: work around deprecation warningwm42013-12-181-1/+4
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-4/+4
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-5/+5
* ad_lavc: handle decoder EAGAIN only if there was an input packetwm42013-12-041-3/+3
* ad_lavc: expose an option to enable threadingwm42013-12-041-0/+3
* ad_lavc: deal with arbitrary decoder delaywm42013-12-041-16/+24
* av_common: add timebase parameter to mp_set_av_packet()wm42013-12-041-1/+1
* cosmetics: rename video/audio reset functionswm42013-11-271-1/+1
* audio: better rejection of invalid formatswm42013-11-271-9/+7
* ad_lavc: increase number of packets for initial decodewm42013-11-261-2/+5
* demux: remove gsh field from sh_audio/sh_video/sh_subwm42013-11-231-6/+7
* audio: remove ad_driver.preinitwm42013-11-231-6/+0
* audio: don't write decoded audio format to sh_audiowm42013-11-231-6/+4
* audio: move decoder context from sh_audio into new structwm42013-11-231-34/+34
* Merge branch 'planar_audio'wm42013-11-121-108/+53
|\
| * audio: add support for using non-interleaved audio from decoders directlywm42013-11-121-108/+53
* | demux_mkv: support some raw PCM variantswm42013-11-111-23/+11
|/
* Remove sh_audio->samplesizewm42013-11-091-1/+0
* demux: rename Windows symbolswm42013-11-021-1/+1
* audio: fix playback of Musepack SV8 fileswm42013-09-011-2/+4
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-5/+5
* audio/decode: remove macro crapwm42013-07-221-3/+14
* demux_mkv: never force output sample ratewm42013-07-161-12/+5
* ad_lavc: re-unsimplify, fix libavcodec API usagewm42013-07-111-2/+19
* demux: remove facility for partial packet readswm42013-07-111-2/+5
* ad_lavc: simplifywm42013-07-101-30/+5
* demux: remove audio parserwm42013-07-081-8/+3
* core: add common function to initialize AVPacketwm42013-06-031-5/+2
* Merge branch 'audio_changes'wm42013-05-121-32/+53
|\
| * ad_lavc: force channel layout pass-through with demux_rawaudiowm42013-05-121-2/+11
| * core: use channel map on demuxer level toowm42013-05-121-4/+14
| * reorder_ch: remove old channel reorder functionswm42013-05-121-7/+0
| * options: add option to prevent decoder audio downmixingwm42013-04-131-3/+24
| * ad_lavc: use fmt-conversion to map sample formatsStefano Pigozzi2013-04-131-18/+6
* | audio/decode: remove vararg from ad_control()wm42013-04-121-1/+1
|/
* Prefix CODEC_ID_ with AV_wm42013-03-131-1/+1
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlywm42013-02-101-8/+10
* demux_lavf, ad_lavc, vd_lavc: refactor, cleanupwm42013-02-101-24/+18
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-44/+20
* audio: make de-planarization fasterwm42012-12-281-13/+4
* audio/decode: remove ad_pcm and use ad_lavc for PCMwm42012-12-111-4/+95
* Fix potential bugs and issues, general cleanupsreimar2012-11-201-2/+2
* Add missing compat/libav.h includeswm42012-11-121-0/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-4/+4
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+413