summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* updateBaptiste Coudurier2007-03-02
| | | | Originally committed as revision 8182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't rely on a specific appearance order for ebml elements at the same levelAurelien Jacobs2007-03-02
| | | | Originally committed as revision 8181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for simple blocks (ie. matroska v2)Aurelien Jacobs2007-03-02
| | | | Originally committed as revision 8180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: fix indentation of the new matroska_parse_block() functionAurelien Jacobs2007-03-01
| | | | Originally committed as revision 8179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split a matroska_parse_block() function from matroska_parse_blockgroup()Aurelien Jacobs2007-03-01
| | | | Originally committed as revision 8178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix an off-by-one error in probing functionAurelien Jacobs2007-03-01
| | | | | | this prevented correct detection of Mushishi24-head.mkv Originally committed as revision 8177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtrReimar Döffinger2007-03-01
| | | | | | does not fit in 32 bits. The SWS_ACCURATE_RND is still broken though. Originally committed as revision 22401 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* don't parse whole swf file in header, can now play ffserver swf streamsBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove nonsense time base code, use swf ms per frame, only video frames ↵Baptiste Coudurier2007-03-01
| | | | | | contains pts Originally committed as revision 8174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for any seeking failure during probeBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add documentation to some avcodec.h's pix_fmt related functions and defines.Panagiotis Issaris2007-03-01
| | | | Originally committed as revision 8171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decoding rtpMichael Niedermayer2007-03-01
| | | | Originally committed as revision 8170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* duplicate *_opts for every codec types, in order to have the "ab" and "b" ↵Benoit Fouet2007-03-01
| | | | | | | | | | | options work in the same manner patch by Benoit Fouet %benoit P fouet A purplelabs P com% Orginal thread: Date: Feb 22, 2007 11:15 AM Subject: [Ffmpeg-devel] [PATCH] ffmpeg.c duplicate *_opts for every codec types Originally committed as revision 8169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quicktime 'raw ' supportBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of CODEC_FLAG_H263P_AIC with next major bumpBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bumpBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix frame size option, patch by Limin Wang, lance lmwang gmail comLimin Wang2007-03-01
| | | | Originally committed as revision 8165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of rtp_mode field after next major bumpBaptiste Coudurier2007-02-28
| | | | Originally committed as revision 8164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable rtp payload size AVOption for video encodingBaptiste Coudurier2007-02-28
| | | | Originally committed as revision 8163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not jump to "fail" without having a proper sws context in img_resample_ctxLuca Abeni2007-02-28
| | | | | | (avoid calling sws_freeContext(NULL)) Originally committed as revision 8162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free faac extradataBaptiste Coudurier2007-02-28
| | | | Originally committed as revision 8161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Looks like I'll work on it this year tooKostya Shishkov2007-02-28
| | | | Originally committed as revision 8160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMV3 Complex Profile initial supportKostya Shishkov2007-02-28
| | | | Originally committed as revision 8159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reverting stray commit part II, r8156 had the base64 export patch mixed with ↵Luca Barbato2007-02-28
| | | | | | the nutdec patch Originally committed as revision 8158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reverting stray commit part ILuca Barbato2007-02-28
| | | | Originally committed as revision 8157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato2007-02-28
| | | | | | | patch from Clemens Ladisch cladisch AT fastmail dot net (stray base64 patch reverted in the next commits) Originally committed as revision 8156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable some 64bit optimized code on 64bit archAurelien Jacobs2007-02-28
| | | | Originally committed as revision 8155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless OBJS variableMåns Rullgård2007-02-27
| | | | Originally committed as revision 8154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify conditional targetsMåns Rullgård2007-02-27
| | | | Originally committed as revision 8153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2007-02-27
| | | | Originally committed as revision 8152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygen documentation for all functions, patch by Dujardin Bernard,Dujardin Bernard2007-02-27
| | | | | | dujardin.iut numericable fr with some further changes by me. Originally committed as revision 8151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add standard LGPL header with Fabrice's permission.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing license headers.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous comment.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Doxygen author and file description, rephrase a Doxygen comment.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use avcodec_decode_audio2Baptiste Coudurier2007-02-27
| | | | Originally committed as revision 8146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 'rm -r' vs 'rm -f' typo.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong license header.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-27
| | | | Originally committed as revision 8143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Supply context to tprintfMichel Bardiaux2007-02-27
| | | | Originally committed as revision 8142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA decoderKostya Shishkov2007-02-27
| | | | Originally committed as revision 8141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless conditional.Diego Biurrun2007-02-27
| | | | Originally committed as revision 22355 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove useless conditional.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar fixes for the Doxygen commentsDiego Biurrun2007-02-27
| | | | Originally committed as revision 8138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous commit that contained an unrelated hunk.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar fixes for a Doxygen commentDiego Biurrun2007-02-26
| | | | Originally committed as revision 8136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused #define.Diego Biurrun2007-02-26
| | | | Originally committed as revision 8135 to svn://svn.ffmpeg.org/ffmpeg/trunk