summaryrefslogtreecommitdiff
path: root/libavformat/bit.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* bit: convert to new channel layout APIAnton Khirnov2022-03-15
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-12
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* lavf/bit: Fix the G.729 bit auto-detection.Carl Eugen Hoyos2017-09-30
* lavf/bit: Use pkt->size instead of a constant for G.729 frame size.Carl Eugen Hoyos2017-09-29
* lavf/bit: Only build the G.729 bit demuxer if requested.Carl Eugen Hoyos2017-09-29
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* avformat/bit: only accept the g729 codec and 1 channelAndreas Cadhalpun2015-02-26
* avformat/bit: check that pkt->size is 10 in write_packetAndreas Cadhalpun2015-02-26
* replace calls to url_feof() with avio_feof()James Almer2014-08-08
* avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-05
* lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-14
* bit: check av_new_packet() return valuePaul B Mahol2012-10-26
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
* clenaup: #ifdec CONFIG*Michael Niedermayer2011-12-13
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-03
* Rename remaining ByteIOContext to AVIOContext.Clément Bœsch2011-11-14
* Fix deprecated warnings in .bit (de)muxerVladimir Voroshilov2011-10-30
* Add Vladimir Voroshilov's copyright header to bit.c.Carl Eugen Hoyos2011-10-29
* bit: require at least 1 frame for probingMichael Niedermayer2011-10-16
* bit: remove more unused variablesMichael Niedermayer2011-09-25
* bit: use AVERROR_INVALIDDATAMichael Niedermayer2011-09-25
* bit: use explicit struct initializers.Clément Bœsch2011-09-25
* bit: remove unused variableMichael Niedermayer2011-09-25
* bit: set AVPacket.posMichael Niedermayer2011-09-25
* bit: loose seekback & wrong bitrate code.Michael Niedermayer2011-09-25
* bit: rewrite probeMichael Niedermayer2011-09-25
* bit: replace assert() by proper check.Michael Niedermayer2011-09-25
* bit: return AVERROR_EOF on eof.Michael Niedermayer2011-09-25
* Removed debug message in the probe function of bit demuxer.Laurent Aimar2011-09-25
* Add .bit (de)muxerVladimir Voroshilov2011-09-24