summaryrefslogtreecommitdiff
path: root/libavformat/avr.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-9/+9
* avformat/avr: check channels and bps in probeMichael Niedermayer2013-11-111-3/+9
* avformat/avr: use ff_get_pcm_codec_id()Paul B Mahol2013-10-121-10/+3
* avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-051-1/+1
* lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-151-2/+2
* avr: use ff_pcm_read_packet()Paul B Mahol2012-12-051-2/+3
* avrdec: implement seekingPaul B Mahol2012-11-281-0/+3
* avrdec: sample rate takes 3 bytes not 4Paul B Mahol2012-11-281-1/+2
* avrdec: fix typo in .long_namePaul B Mahol2012-11-281-1/+1
* lavf/avr: make .long_name consistent with othersPaul B Mahol2012-11-051-1/+1
* AVR demuxerPaul B Mahol2012-11-051-0/+95