aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/decode/ad_mpg123.c
Commit message (Expand)AuthorAge
* audio: make decoders output refcounted framesGravatar wm42014-11-10
* audio: change playback restart and resyncingGravatar wm42014-07-28
* audio: fix timestampsGravatar wm42014-07-24
* audio: move initial decode to generic codeGravatar wm42014-07-21
* audio: use symbolic constants instead of magic integersGravatar wm42014-07-20
* 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
* audio: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* cosmetics: rename video/audio reset functionsGravatar wm42013-11-27
* 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: fix mid-stream audio reconfigurationGravatar wm42013-11-18
* audio: drop "_NE"/"ne" suffix from audio formatsGravatar wm42013-11-15
* audio: add support for using non-interleaved audio from decoders directlyGravatar wm42013-11-12
* ad_mpg123: reduce ifdefferyGravatar wm42013-11-12
* Remove sh_audio->samplesizeGravatar wm42013-11-09
* ad_mpeg123: support in-stream format changesGravatar Thomas Orgis2013-10-06
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* audio/decode: remove macro crapGravatar wm42013-07-22
* demux: remove facility for partial packet readsGravatar wm42013-07-11
* options: remove --stereoGravatar wm42013-06-13
* Merge branch 'audio_changes'Gravatar wm42013-05-12
|\
| * core: use channel map on demuxer level tooGravatar wm42013-05-12
* | audio/decode: remove vararg from ad_control()Gravatar wm42013-04-12
|/
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12