summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* Simplify .depend file inclusion.Diego Biurrun2007-02-26
| | | | Originally committed as revision 8134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 2 mistakes in doxy comments, spotted by MichaelGuillaume Poirier2007-02-26
| | | | Originally committed as revision 8133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move doxy comments from rational.c to rational.h and add some new commentsDujardin Bernard2007-02-26
| | | | | | patch by Dujardin Bernard %dujardin P iut A numericable P fr% Originally committed as revision 8132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize some commentsDujardin Bernard2007-02-26
| | | | | | Patch by Dujardin Bernard % dujardin P iut A numericable P fr % Originally committed as revision 8131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixedLuca Barbato2007-02-26
| | | | Originally committed as revision 8130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Use double, not single, quotes when variables need to be expanded.Diego Biurrun2007-02-25
| | | | Originally committed as revision 8129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Collect the different thread variables in a nice easy to reuse list.Diego Biurrun2007-02-25
| | | | | | based on a patch by Ramiro Polla, angustia arrozcru no-ip org Originally committed as revision 8128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove [U]INT64_C definitionMåns Rullgård2007-02-25
| | | | Originally committed as revision 8127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add LGPL header as requested by Oded.Diego Biurrun2007-02-25
| | | | Originally committed as revision 8126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup setting of returned data frameAurelien Jacobs2007-02-25
| | | | Originally committed as revision 8125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-25
| | | | | | | This ensure get_buffer() won't be confused with an AVFrame pointer which looks like it wasn't released. Originally committed as revision 8124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_headerAlex Beregszaszi2007-02-25
| | | | Originally committed as revision 8123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
| | | | Originally committed as revision 22339 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
| | | | Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the unaltered documentation of the functions which are part of the publicPanagiotis Issaris2007-02-25
| | | | | | API out of imgconvert.c into avcodec.h. Originally committed as revision 8121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewrite find_frame_end()Michael Niedermayer2007-02-25
| | | | | | new code correctly splits long start codes, also its about twice as fast Originally committed as revision 8120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use FFMINRamiro Polla2007-02-25
| | | | | | patch by ramiro _at_ lisha.ufsc.br Originally committed as revision 8119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove fallback definitions of PRIxNN macros,Ramiro Polla2007-02-24
| | | | | | patch by Ramiro Polla ramiro =a= lisha =d= ufsc =d= br Originally committed as revision 8118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only compile snowdsp_mmx.c if the Snow decoder is enabled.Diego Biurrun2007-02-24
| | | | Originally committed as revision 8117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.Diego Biurrun2007-02-24
| | | | Originally committed as revision 8116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add standard license header.Diego Biurrun2007-02-24
| | | | Originally committed as revision 8115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-24
| | | | Originally committed as revision 8114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* redirect http get requests of / to index.html (note, the http_parse_request ↵Alex Beregszaszi2007-02-24
| | | | | | may worth a rewrite) Originally committed as revision 8113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store internal timestamps in int64_t instead longAlex Beregszaszi2007-02-24
| | | | Originally committed as revision 8112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rescale pts/dts for output formatAlex Beregszaszi2007-02-24
| | | | Originally committed as revision 8111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error if av_write_header failed (it fails on some containers when ↵Alex Beregszaszi2007-02-24
| | | | | | codec is not supported) Originally committed as revision 8110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disconnect client if trailer is sentAlex Beregszaszi2007-02-24
| | | | Originally committed as revision 8109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give myself the glorious maintainership of ffserver and mingw portAlex Beregszaszi2007-02-24
| | | | Originally committed as revision 8108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* be less noisyMichael Niedermayer2007-02-24
| | | | Originally committed as revision 8107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 optimization: common case hl_decode_mb patch by (Alexander Strange ↵Alexander Strange2007-02-24
| | | | | | | | | astrange ithinksw com) 144095->142319 dezicycles for hl_decode_mb() on duron trailing whitespace removed by me Originally committed as revision 8106 to svn://svn.ffmpeg.org/ffmpeg/trunk