aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-274-25/+25
| | | | Originally committed as revision 8143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Supply context to tprintfMichel Bardiaux2007-02-276-86/+91
| | | | Originally committed as revision 8142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA decoderKostya Shishkov2007-02-278-2/+10852
| | | | 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-271-1/+1
| | | | Originally committed as revision 8140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless conditional.Diego Biurrun2007-02-271-2/+0
| | | | Originally committed as revision 22355 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove useless conditional.Diego Biurrun2007-02-274-8/+0
| | | | Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar fixes for the Doxygen commentsDiego Biurrun2007-02-271-12/+12
| | | | Originally committed as revision 8138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous commit that contained an unrelated hunk.Diego Biurrun2007-02-272-4/+6
| | | | Originally committed as revision 8137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar fixes for a Doxygen commentDiego Biurrun2007-02-262-6/+4
| | | | Originally committed as revision 8136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused #define.Diego Biurrun2007-02-261-2/+0
| | | | Originally committed as revision 8135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify .depend file inclusion.Diego Biurrun2007-02-261-3/+1
| | | | Originally committed as revision 8134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 2 mistakes in doxy comments, spotted by MichaelGuillaume Poirier2007-02-261-2/+2
| | | | 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-262-17/+35
| | | | | | 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-261-3/+12
| | | | | | 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-261-1/+1
| | | | 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-251-2/+2
| | | | 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-251-10/+11
| | | | | | 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-251-5/+0
| | | | Originally committed as revision 8127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add LGPL header as requested by Oded.Diego Biurrun2007-02-251-0/+21
| | | | Originally committed as revision 8126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup setting of returned data frameAurelien Jacobs2007-02-251-3/+2
| | | | Originally committed as revision 8125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-255-33/+35
| | | | | | | 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-251-2/+1
| | | | Originally committed as revision 8123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_ prefix to clip functionsReimar Döffinger2007-02-254-16/+16
| | | | Originally committed as revision 22339 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add av_ prefix to clip functionsReimar Döffinger2007-02-2534-178/+178
| | | | 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-252-46/+48
| | | | | | 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-251-25/+38
| | | | | | 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-251-7/+3
| | | | | | 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-241-28/+0
| | | | | | 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-241-1/+1
| | | | 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-241-2/+2
| | | | Originally committed as revision 8116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add standard license header.Diego Biurrun2007-02-241-0/+20
| | | | Originally committed as revision 8115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-249-13/+13
| | | | 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-241-8/+10
| | | | | | 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-241-7/+7
| | | | Originally committed as revision 8112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rescale pts/dts for output formatAlex Beregszaszi2007-02-241-0/+8
| | | | 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-241-2/+6
| | | | | | codec is not supported) Originally committed as revision 8110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disconnect client if trailer is sentAlex Beregszaszi2007-02-241-0/+3
| | | | Originally committed as revision 8109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give myself the glorious maintainership of ffserver and mingw portAlex Beregszaszi2007-02-241-1/+2
| | | | Originally committed as revision 8108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* be less noisyMichael Niedermayer2007-02-241-1/+1
| | | | 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-241-19/+46
| | | | | | | | | 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
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-241-30/+33
| | | | | | | This ensure get_buffer() won't be confused with an AVFrame pointer which looks like it wasn't released. Originally committed as revision 8105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify .depend file inclusion.Diego Biurrun2007-02-232-6/+2
| | | | Originally committed as revision 8104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I ↵François Revol2007-02-231-0/+4
| | | | | | don't plan on hosting a streaming tv anyway but it gets ffserver building. Originally committed as revision 8103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver uses dlopen(), so make sure it links to libdl if needed.François Revol2007-02-231-1/+1
| | | | Originally committed as revision 8102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update (lib)nut maintainers.Diego Biurrun2007-02-231-1/+2
| | | | Originally committed as revision 8101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Complete the video format enum.Benjamin Larsson2007-02-231-0/+2
| | | | Originally committed as revision 8100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics.Benjamin Larsson2007-02-231-3/+3
| | | | Originally committed as revision 8099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder a few more paddws to reduce dependancy chainsMichael Niedermayer2007-02-231-2/+2
| | | | | | chroma mc4 put 2480 -> 2460 dezicyles on duron Originally committed as revision 8098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder paddws to reduce dependancy chainMichael Niedermayer2007-02-231-1/+1
| | | | | | put_h264_chroma_mc2_mmx2() 927 -> 902 dezicyles on duron Originally committed as revision 8097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays ↵Benoit Fouet2007-02-231-0/+1
| | | | | | | | in ffmpeg.c Patch by Benoit Fouet % benoit P fouet A purplelabs P com % Originally committed as revision 8096 to svn://svn.ffmpeg.org/ffmpeg/trunk