summaryrefslogtreecommitdiff
path: root/libavformat/gsmdec.c
Commit message (Expand)AuthorAgeFilesLines
* gsm: convert to new channel layout APIVittorio Giovara2022-03-151-2/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-1/+0
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-6/+6
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-6/+6
* | lavf/gsmdec: Add raw gsm autodetection.Carl Eugen Hoyos2016-04-091-0/+18
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos2013-06-301-2/+2
* | Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer2012-11-131-0/+2
|\ \ | |/
| * gsmdec: set channel layoutJustin Ruggles2012-11-121-0/+2
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-1/+1
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Remove some useless code that duplicates av_get_packet.Reimar Döffinger2012-05-011-1/+0
|/
* lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov2012-01-311-2/+2
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* gsm demuxer: use generic seeking instead of a gsm-specific function.Justin Ruggles2012-01-111-34/+1
* gsm demuxer: return packets with only 1 gsm block at a time.Justin Ruggles2012-01-111-3/+2
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* gsm demuxer: do not allocate packet twice.Justin Ruggles2011-11-021-3/+0
* Create separate functions for the raw GSM demuxer.Justin Ruggles2011-11-021-0/+135