summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-24
| | | | | | | 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-23
| | | | 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-23
| | | | | | 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-23
| | | | Originally committed as revision 8102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update (lib)nut maintainers.Diego Biurrun2007-02-23
| | | | Originally committed as revision 8101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Complete the video format enum.Benjamin Larsson2007-02-23
| | | | Originally committed as revision 8100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics.Benjamin Larsson2007-02-23
| | | | Originally committed as revision 8099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder a few more paddws to reduce dependancy chainsMichael Niedermayer2007-02-23
| | | | | | 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-23
| | | | | | 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-23
| | | | | | | | 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
* shortening dependancy chain in chroma mc2Michael Niedermayer2007-02-23
| | | | Originally committed as revision 8095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now wrong commentMichael Niedermayer2007-02-23
| | | | Originally committed as revision 8094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron ↵Michael Niedermayer2007-02-23
| | | | | | | | | | co kr) and does slow the mc2 chroma put down, avg interrestingly seems unaffected speedwise on duron this of course should be rather done in a way which doesnt slow it down but its better a few % slower but correct then incorrect Originally committed as revision 8093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* synchronize to latest ffm changesAlex Beregszaszi2007-02-23
| | | | Originally committed as revision 8092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_noinline instead of __attribute((noinline))Aurelien Jacobs2007-02-23
| | | | Originally committed as revision 8091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont check buffer size if the decode function wont be called at allMichael Niedermayer2007-02-23
| | | | Originally committed as revision 8090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_realloc_static() is an internal function and therefore should use the ff_ ↵Panagiotis Issaris2007-02-23
| | | | | | prefix instead of av_. Originally committed as revision 8089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the existing amr.c documentation.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_fast_realloc() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_free_static() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_mallocz_static() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_realloc_static() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_get_bits_per_sample() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_get_pict_type_char() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the avpicture_free() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the Doxygen function documentation unaltered from libavcodec/utils.c toPanagiotis Issaris2007-02-22
| | | | | | libavcodec/avcodec.h. Originally committed as revision 8079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more Doxygen documentation.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix spelling.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn that under windows, bash <3.1 may fail on configureAlex Beregszaszi2007-02-22
| | | | Originally committed as revision 8076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l, clean up feed1.ffm after finishing the server testAlex Beregszaszi2007-02-22
| | | | Originally committed as revision 8075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the server regression test (it produced for me identical results in more ↵Alex Beregszaszi2007-02-22
| | | | | | runs, really). Originally committed as revision 8074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change PF_INET to AF_INET to be consistent in the whole project. PF_INET is ↵Alex Beregszaszi2007-02-22
| | | | | | deprecated, while AF_INET is referred by the POSIX standards Originally committed as revision 8073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* if feeder is disconnected, clear the feed registration, thus a new feeder ↵Alex Beregszaszi2007-02-22
| | | | | | can connect Originally committed as revision 8072 to svn://svn.ffmpeg.org/ffmpeg/trunk