summaryrefslogtreecommitdiff
path: root/libavformat/bit.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-7/+8
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+3
* bit: convert to new channel layout APIAnton Khirnov2022-03-151-3/+3
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-2/+2
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-2/+2
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* lavf/bit: Fix the G.729 bit auto-detection.Carl Eugen Hoyos2017-09-301-10/+13
* lavf/bit: Use pkt->size instead of a constant for G.729 frame size.Carl Eugen Hoyos2017-09-291-3/+3
* lavf/bit: Only build the G.729 bit demuxer if requested.Carl Eugen Hoyos2017-09-291-1/+3
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-9/+9
* avformat/bit: only accept the g729 codec and 1 channelAndreas Cadhalpun2015-02-261-2/+6
* avformat/bit: check that pkt->size is 10 in write_packetAndreas Cadhalpun2015-02-261-0/+3
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-051-1/+1
* lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-141-1/+0
* bit: check av_new_packet() return valuePaul B Mahol2012-10-261-1/+2
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-4/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
* clenaup: #ifdec CONFIG*Michael Niedermayer2011-12-131-1/+1
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-031-1/+2
* Rename remaining ByteIOContext to AVIOContext.Clément Bœsch2011-11-141-1/+1
* Fix deprecated warnings in .bit (de)muxerVladimir Voroshilov2011-10-301-9/+9
* Add Vladimir Voroshilov's copyright header to bit.c.Carl Eugen Hoyos2011-10-291-0/+20
* bit: require at least 1 frame for probingMichael Niedermayer2011-10-161-0/+3
* bit: remove more unused variablesMichael Niedermayer2011-09-251-2/+0
* bit: use AVERROR_INVALIDDATAMichael Niedermayer2011-09-251-1/+1
* bit: use explicit struct initializers.Clément Bœsch2011-09-251-17/+14
* bit: remove unused variableMichael Niedermayer2011-09-251-2/+1
* bit: set AVPacket.posMichael Niedermayer2011-09-251-0/+2
* bit: loose seekback & wrong bitrate code.Michael Niedermayer2011-09-251-12/+0
* bit: rewrite probeMichael Niedermayer2011-09-251-12/+10
* bit: replace assert() by proper check.Michael Niedermayer2011-09-251-1/+2
* bit: return AVERROR_EOF on eof.Michael Niedermayer2011-09-251-1/+1
* Removed debug message in the probe function of bit demuxer.Laurent Aimar2011-09-251-1/+0
* Add .bit (de)muxerVladimir Voroshilov2011-09-241-0/+150