summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Move the unaltered documentation of the functions which are part of the publicPanagiotis Issaris2007-02-25
* rewrite find_frame_end()Michael Niedermayer2007-02-25
* use FFMINRamiro Polla2007-02-25
* remove fallback definitions of PRIxNN macros,Ramiro Polla2007-02-24
* Only compile snowdsp_mmx.c if the Snow decoder is enabled.Diego Biurrun2007-02-24
* Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.Diego Biurrun2007-02-24
* Add standard license header.Diego Biurrun2007-02-24
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-24
* redirect http get requests of / to index.html (note, the http_parse_request m...Alex Beregszaszi2007-02-24
* store internal timestamps in int64_t instead longAlex Beregszaszi2007-02-24
* rescale pts/dts for output formatAlex Beregszaszi2007-02-24
* return error if av_write_header failed (it fails on some containers when code...Alex Beregszaszi2007-02-24
* disconnect client if trailer is sentAlex Beregszaszi2007-02-24
* give myself the glorious maintainership of ffserver and mingw portAlex Beregszaszi2007-02-24
* be less noisyMichael Niedermayer2007-02-24
* h264 optimization: common case hl_decode_mb patch by (Alexander Strange astra...Alexander Strange2007-02-24
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-24
* Simplify .depend file inclusion.Diego Biurrun2007-02-23
* BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't...François Revol2007-02-23
* ffserver uses dlopen(), so make sure it links to libdl if needed.François Revol2007-02-23
* Update (lib)nut maintainers.Diego Biurrun2007-02-23
* Complete the video format enum.Benjamin Larsson2007-02-23
* Cosmetics.Benjamin Larsson2007-02-23
* reorder a few more paddws to reduce dependancy chainsMichael Niedermayer2007-02-23
* reorder paddws to reduce dependancy chainMichael Niedermayer2007-02-23
* add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in...Benoit Fouet2007-02-23
* shortening dependancy chain in chroma mc2Michael Niedermayer2007-02-23
* remove now wrong commentMichael Niedermayer2007-02-23
* fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c...Michael Niedermayer2007-02-23
* synchronize to latest ffm changesAlex Beregszaszi2007-02-23
* use av_noinline instead of __attribute((noinline))Aurelien Jacobs2007-02-23
* dont check buffer size if the decode function wont be called at allMichael Niedermayer2007-02-23
* av_realloc_static() is an internal function and therefore should use the ff_ ...Panagiotis Issaris2007-02-23
* Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.Panagiotis Issaris2007-02-22
* Doxygenize the existing amr.c documentation.Panagiotis Issaris2007-02-22
* Doxygenize the comments for the av_fast_realloc() function.Panagiotis Issaris2007-02-22
* Doxygenize the comments for the av_free_static() function.Panagiotis Issaris2007-02-22
* Doxygenize the comments for the av_mallocz_static() function.Panagiotis Issaris2007-02-22
* Doxygenize the comments for the av_realloc_static() function.Panagiotis Issaris2007-02-22
* Doxygenize the comments for the av_get_bits_per_sample() function.Panagiotis Issaris2007-02-22
* Doxygenize the comments for the av_get_pict_type_char() function.Panagiotis Issaris2007-02-22
* Doxygenize the comments for the avpicture_free() function.Panagiotis Issaris2007-02-22
* Move the Doxygen function documentation unaltered from libavcodec/utils.c toPanagiotis Issaris2007-02-22
* Add more Doxygen documentation.Panagiotis Issaris2007-02-22
* Fix spelling.Panagiotis Issaris2007-02-22
* warn that under windows, bash <3.1 may fail on configureAlex Beregszaszi2007-02-22
* 1l, clean up feed1.ffm after finishing the server testAlex Beregszaszi2007-02-22
* fix the server regression test (it produced for me identical results in more ...Alex Beregszaszi2007-02-22
* change PF_INET to AF_INET to be consistent in the whole project. PF_INET is d...Alex Beregszaszi2007-02-22
* if feeder is disconnected, clear the feed registration, thus a new feeder can...Alex Beregszaszi2007-02-22