29 Commits (10313fe08e4f7b8261ef27f9edb3341f7e789b23)

Author SHA1 Message Date
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 17 years ago
Måns Rullgård f015e411d7 kill uninitialised variable warning in amr_read_packet() 17 years ago
Vitor Sessak 7cf0999529 remove empty write trailer functions 17 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
Michael Niedermayer d95442c03e unused #define 18 years ago
Michael Niedermayer ab2c12ec90 remove dummy amr_read_close() 18 years ago
Michael Niedermayer b49638928b more factoriztaion and a FIXME note 18 years ago
Michael Niedermayer d84fd5d153 factorze another 2 lines 18 years ago
Michael Niedermayer ce2f3c8b0c set duration and timebase (based on a patch by Simon Morlat simon.morlat linphone org) 18 years ago
Michael Niedermayer b1bf48aa91 factorize (untested) 18 years ago
Michael Niedermayer effdc8ef2a return cleanup 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård 191e8ca752 fix some signedness warnings 18 years ago
Diego Biurrun ed4e20ac7f Fix some "'static' is not at beginning of declaration" warnings. 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Gianluigi Tiesi 0e6c947df3 Place proper #ifdef around muxer-specific code. 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
Michael Niedermayer 2692067a45 AVPacket.pos 20 years ago
Roberto Togni 93ccc14df5 Put correct fourcc in tag field for amr_nb (samr) and amr_wb (sawb) 20 years ago
Mike Melanson 0bd586c50d sweeping change from -EIO -> AVERROR_IO 21 years ago
Michael Niedermayer e928649b0b pass AVPacket into av_write_frame() 21 years ago
Michael Niedermayer d663a1fdc0 AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>) 21 years ago
Johannes Carlsson 2f4db4d5e5 amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>) 22 years ago
Zdenek Kabelac 067cbf313f * amr format - by Johannes Carlsson 22 years ago