34 Commits (555c31de9da0ef1b4b0cea75bb7a6d6a246a1ebd)

Author SHA1 Message Date
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov fc5e819f65 bit: convert to new channel layout API 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt c1e439d7e9 avformat: Forward errors where possible 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Carl Eugen Hoyos e9f9175db6 lavf/bit: Fix the G.729 bit auto-detection. 7 years ago
Carl Eugen Hoyos 6f7bd8cd90 lavf/bit: Use pkt->size instead of a constant for G.729 frame size. 7 years ago
Carl Eugen Hoyos 44bdb88811 lavf/bit: Only build the G.729 bit demuxer if requested. 7 years ago
Andreas Cadhalpun d0b8640f75 avformat/bit: only accept the g729 codec and 1 channel 10 years ago
Andreas Cadhalpun eeda2c3de8 avformat/bit: check that pkt->size is 10 in write_packet 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Michael Niedermayer 097f668047 avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y 12 years ago
Clément Bœsch 8de9bb6e5e lavf: remove some flushing in write_packet muxers callbacks. 12 years ago
Paul B Mahol adc61d68b0 bit: check av_new_packet() return value 12 years ago
Michael Niedermayer b39e01a6e8 clenaup: #ifdec CONFIG* 13 years ago
Clément Bœsch 215b7724e7 lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info(). 13 years ago
Clément Bœsch eef3ea8c71 Rename remaining ByteIOContext to AVIOContext. 13 years ago
Vladimir Voroshilov 02fa529539 Fix deprecated warnings in .bit (de)muxer 13 years ago
Carl Eugen Hoyos 7e05542aea Add Vladimir Voroshilov's copyright header to bit.c. 13 years ago
Michael Niedermayer 647ec6fc03 bit: require at least 1 frame for probing 13 years ago
Michael Niedermayer ba9d174851 bit: remove more unused variables 13 years ago
Michael Niedermayer 136a663ceb bit: use AVERROR_INVALIDDATA 13 years ago
Clément Bœsch 6f8c8fa8af bit: use explicit struct initializers. 13 years ago
Michael Niedermayer bf85b909f6 bit: remove unused variable 13 years ago
Michael Niedermayer a5e8492796 bit: set AVPacket.pos 13 years ago
Michael Niedermayer fa15b1e7b9 bit: loose seekback & wrong bitrate code. 13 years ago
Michael Niedermayer dfc571ff18 bit: rewrite probe 13 years ago
Michael Niedermayer 21922dc5ae bit: replace assert() by proper check. 13 years ago
Michael Niedermayer fc9d6035c3 bit: return AVERROR_EOF on eof. 13 years ago
Laurent Aimar 3b26daedd8 Removed debug message in the probe function of bit demuxer. 13 years ago
Vladimir Voroshilov 0f2297a9b9 Add .bit (de)muxer 13 years ago