8538 Commits (549b2c0cc32662c938331c3282eaa5f876b3ffc1)
 

Author SHA1 Message Date
Diego Biurrun 549b2c0cc3 Remove unused #define. 18 years ago
Diego Biurrun 78645c98a5 Simplify .depend file inclusion. 18 years ago
Guillaume Poirier ca9049efc8 fix 2 mistakes in doxy comments, spotted by Michael 18 years ago
Dujardin Bernard 0b0065992e move doxy comments from rational.c to rational.h and add some new comments 18 years ago
Dujardin Bernard 1c95ef8b97 Doxygenize some comments 18 years ago
Luca Barbato 24dbec7c84 typo fixed 18 years ago
Diego Biurrun 0cb78cef4f 10l: Use double, not single, quotes when variables need to be expanded. 18 years ago
Diego Biurrun 8eee7025e1 Collect the different thread variables in a nice easy to reuse list. 18 years ago
Måns Rullgård 738940e802 remove [U]INT64_C definition 18 years ago
Diego Biurrun eca06097d3 Add LGPL header as requested by Oded. 18 years ago
Aurelien Jacobs eba0fcad9e cleanup setting of returned data frame 18 years ago
Aurelien Jacobs 704a2881bc Use pointers to avoid copying AVFrame. 18 years ago
Alex Beregszaszi 950d94ad3b use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_header 18 years ago
Reimar Döffinger adcec46a83 Add av_ prefix to clip functions 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Panagiotis Issaris 392cf77a4b Move the unaltered documentation of the functions which are part of the public 18 years ago
Michael Niedermayer 0268a54a65 rewrite find_frame_end() 18 years ago
Ramiro Polla 0b2d5a8ed5 use FFMIN 18 years ago
Ramiro Polla 5dff169489 remove fallback definitions of PRIxNN macros, 18 years ago
Diego Biurrun e870111e4f Only compile snowdsp_mmx.c if the Snow decoder is enabled. 18 years ago
Diego Biurrun d42f88025a Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. 18 years ago
Diego Biurrun 15ea54d581 Add standard license header. 18 years ago
Diego Biurrun eafcac6ac8 cosmetics: Fix another common typo, dependAnt --> dependEnt. 18 years ago
Alex Beregszaszi bae79c048f redirect http get requests of / to index.html (note, the http_parse_request may worth a rewrite) 18 years ago
Alex Beregszaszi c3f5818525 store internal timestamps in int64_t instead long 18 years ago
Alex Beregszaszi f1debfd0bd rescale pts/dts for output format 18 years ago
Alex Beregszaszi f75cdda718 return error if av_write_header failed (it fails on some containers when codec is not supported) 18 years ago
Alex Beregszaszi 638831aacc disconnect client if trailer is sent 18 years ago
Alex Beregszaszi 137f7a4e40 give myself the glorious maintainership of ffserver and mingw port 18 years ago
Michael Niedermayer 0a3692cd82 be less noisy 18 years ago
Alexander Strange bd91fee3d7 h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com) 18 years ago
Aurelien Jacobs 65a455a879 Use pointers to avoid copying AVFrame. 18 years ago
Diego Biurrun 6ca0c110f5 Simplify .depend file inclusion. 18 years ago
François Revol 13e4dba690 BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building. 18 years ago
François Revol 81a409c8b5 ffserver uses dlopen(), so make sure it links to libdl if needed. 18 years ago
Diego Biurrun a13b4efd3a Update (lib)nut maintainers. 18 years ago
Benjamin Larsson 34cee63432 Complete the video format enum. 18 years ago
Benjamin Larsson a0536d22b3 Cosmetics. 18 years ago
Michael Niedermayer 58e31fb1d5 reorder a few more paddws to reduce dependancy chains 18 years ago
Michael Niedermayer b4fe97696c reorder paddws to reduce dependancy chain 18 years ago
Benoit Fouet 9ff77d1797 add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c 18 years ago
Michael Niedermayer 0c67082e02 shortening dependancy chain in chroma mc2 18 years ago
Michael Niedermayer af26516261 remove now wrong comment 18 years ago
Michael Niedermayer 61240ae556 fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr) 18 years ago
Alex Beregszaszi 89daa6b8b6 synchronize to latest ffm changes 18 years ago
Aurelien Jacobs f0b23422fa use av_noinline instead of __attribute((noinline)) 18 years ago
Michael Niedermayer 9c856d62be dont check buffer size if the decode function wont be called at all 18 years ago
Panagiotis Issaris 5dad0282b5 av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_. 18 years ago
Panagiotis Issaris beebfdb1e8 Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. 18 years ago
Panagiotis Issaris e0b67c7618 Doxygenize the existing amr.c documentation. 18 years ago