summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* imx dump header bitstream filter, modifies bitstream to fit in mov and be dec...Baptiste Coudurier2007-03-04
* add bytestream_get/put_be24 functionsBaptiste Coudurier2007-03-04
* add R/WB24 functionsBaptiste Coudurier2007-03-04
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-04
* add pcm s8 tagBaptiste Coudurier2007-03-04
* fix pcm u/s8 muxingBaptiste Coudurier2007-03-04
* deobfuscate, clearly split mov caseBaptiste Coudurier2007-03-04
* check for no frame and prevent segfaultMichael Niedermayer2007-03-03
* try to move fixed mov.c over the one with cosmetic-functional mixMichael Niedermayer2007-03-03
* recommit of the change below after reverting earlier cosmetic-functional mixMichael Niedermayer2007-03-03
* cosmetic part of the commit belowMichael Niedermayer2007-03-03
* functional part of the commit belowMichael Niedermayer2007-03-03
* Correct wrong avformat documentation.Panagiotis Issaris2007-03-03
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-03
* cosmetics, cleanup tables, add pcm 24/32 le tagsBaptiste Coudurier2007-03-03
* partial avid meridien uncompressed supportBaptiste Coudurier2007-03-03
* Move the libavformat public API comments to avformat.h. The comments arePanagiotis Issaris2007-03-03
* Set FLV_SAMPLESSIZE_16BIT for ADPCM.Benjamin Larsson2007-03-03
* Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2.Patrice Bensoussan2007-03-03
* Clarify that this decoder uses liba52.Diego Biurrun2007-03-03
* Do not hardcode cc on Darwin, fixing --cc option in the process.Patrice Bensoussan2007-03-03
* support feeding individual NAL units to the decoder instead of just complete ...Michael Niedermayer2007-03-02
* write DTS, based on patch by Luca Abeni, lucabe72 email itMåns Rullgård2007-03-02
* a small step toward 4 plane supportMichael Niedermayer2007-03-02
* copy src to prevent the user supplied argumet from being changedMichael Niedermayer2007-03-02
* Fix A/V sync error in ffplay with wmv3/wmav2 mediasRyan Martell2007-03-02
* replace the auto array "duration_error" with a malloced array.Kristian Amlie2007-03-02
* avid imx supportBaptiste Coudurier2007-03-02
* support for mjpeg bottom field first in movBaptiste Coudurier2007-03-02
* use generic atom to extradata reading functionBaptiste Coudurier2007-03-02
* fix typoBaptiste Coudurier2007-03-02
* support for adpcm swf, pcmBaptiste Coudurier2007-03-02
* Relicense to LGPL and add standard license header.Diego Biurrun2007-03-02
* Improve Doxygen documentation, inspired by Michael's description.Diego Biurrun2007-03-02
* fix adpcm swf decodingBaptiste Coudurier2007-03-02
* TypoLuca Barbato2007-03-02
* Many steps to avutilized this mess: DECLARE_ALIGNEDLuca Barbato2007-03-02
* wording/spellingDiego Biurrun2007-03-02
* updateBaptiste Coudurier2007-03-02
* don't rely on a specific appearance order for ebml elements at the same levelAurelien Jacobs2007-03-02
* add support for simple blocks (ie. matroska v2)Aurelien Jacobs2007-03-02
* cosmetics: fix indentation of the new matroska_parse_block() functionAurelien Jacobs2007-03-01
* split a matroska_parse_block() function from matroska_parse_blockgroup()Aurelien Jacobs2007-03-01
* fix an off-by-one error in probing functionAurelien Jacobs2007-03-01
* Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtrReimar Döffinger2007-03-01
* don't parse whole swf file in header, can now play ffserver swf streamsBaptiste Coudurier2007-03-01
* factorizeBaptiste Coudurier2007-03-01
* remove nonsense time base code, use swf ms per frame, only video frames conta...Baptiste Coudurier2007-03-01
* check for any seeking failure during probeBaptiste Coudurier2007-03-01
* remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier2007-03-01