aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/decode
Commit message (Expand)AuthorAge
...
* Improve setting AVOptionsGravatar wm42014-08-02
* audio: ignore (some) decoding errors on initializationGravatar wm42014-07-29
* audio: change playback restart and resyncingGravatar wm42014-07-28
* audio: fix timestampsGravatar wm42014-07-24
* audio: adjust format change codeGravatar wm42014-07-24
* audio: fix race condition in EOF codeGravatar wm42014-07-24
* audio: cosmeticsGravatar wm42014-07-24
* audio: remove unnecessary codeGravatar wm42014-07-24
* audio: move initial decode to generic codeGravatar wm42014-07-21
* ad_lavc: drop questionable fallback codeGravatar wm42014-07-21
* audio: remove unused metadata fieldGravatar wm42014-07-21
* audio: use symbolic constants instead of magic integersGravatar wm42014-07-20
* ad_lavc: make option struct localGravatar wm42014-06-11
* player: hide audio/video codec and file format messagesGravatar wm42014-05-31
* ad_lavc: don't overwrite lavc bitrateGravatar Marcoen Hirschberg2014-05-28
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateGravatar Marcoen Hirschberg2014-05-28
* audio: rename i_bps to 'bitrate' to avoid confusionGravatar Marcoen Hirschberg2014-05-28
* audio: change values from bytes-per-second to bits-per-secondGravatar Marcoen Hirschberg2014-05-28
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* player: add a --dump-stats optionGravatar wm42014-04-17
* af: add replaygain_data field to af_stream and af_instanceGravatar Alessandro Ghedini2014-04-04
* ad_lavc: use new AVFrame APIGravatar wm42014-03-16
* ad_lavc: remove deprecated downmixing by channel countGravatar wm42014-03-16
* af: add metadata field to af_stream and af_instanceGravatar Alessandro Ghedini2014-03-13
* Factor out setting AVCodecContext extradataGravatar wm42014-01-11
* codecs: mp_msg conversionGravatar wm42013-12-21
* audio/fmt-conversion.c: remove unknown audio format messagesGravatar wm42013-12-21
* audio: mp_msg conversionsGravatar wm42013-12-21
* ad_lavc: work around deprecation warningGravatar wm42013-12-18
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* audio: flush remaining data from the filter chain on EOFGravatar wm42013-12-05
* audio/filter: change filter callback signatureGravatar wm42013-12-05
* ad_lavc: handle decoder EAGAIN only if there was an input packetGravatar wm42013-12-04
* ad_lavc: expose an option to enable threadingGravatar wm42013-12-04
* ad_lavc: deal with arbitrary decoder delayGravatar wm42013-12-04
* av_common: add timebase parameter to mp_set_av_packet()Gravatar wm42013-12-04
* Move some code from player to audio/video reset functionsGravatar wm42013-11-27
* cosmetics: rename video/audio reset functionsGravatar wm42013-11-27
* audio: better rejection of invalid formatsGravatar wm42013-11-27
* ad_lavc: increase number of packets for initial decodeGravatar wm42013-11-26
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* audio: remove ad_driver.preinitGravatar wm42013-11-23
* audio: don't write decoded audio format to sh_audioGravatar wm42013-11-23
* audio: move decoder context from sh_audio into new structGravatar wm42013-11-23
* audio: use the decoder buffer's format, not sh_audioGravatar wm42013-11-18
* audio: fix mid-stream audio reconfigurationGravatar wm42013-11-18
* audio: drop "_NE"/"ne" suffix from audio formatsGravatar wm42013-11-15
* dec_audio: adjust "large" decoding amountGravatar wm42013-11-15