| Commit message (Expand) | Author | Age | Files | Lines |
* | Use pointers to avoid copying AVFrame. | Aurelien Jacobs | 2007-02-25 | 5 | -33/+35 |
* | use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_header | Alex Beregszaszi | 2007-02-25 | 1 | -2/+1 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 4 | -16/+16 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 34 | -178/+178 |
* | Move the unaltered documentation of the functions which are part of the public | Panagiotis Issaris | 2007-02-25 | 2 | -46/+48 |
* | rewrite find_frame_end() | Michael Niedermayer | 2007-02-25 | 1 | -25/+38 |
* | use FFMIN | Ramiro Polla | 2007-02-25 | 1 | -7/+3 |
* | remove fallback definitions of PRIxNN macros, | Ramiro Polla | 2007-02-24 | 1 | -28/+0 |
* | Only compile snowdsp_mmx.c if the Snow decoder is enabled. | Diego Biurrun | 2007-02-24 | 1 | -1/+1 |
* | Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. | Diego Biurrun | 2007-02-24 | 1 | -2/+2 |
* | Add standard license header. | Diego Biurrun | 2007-02-24 | 1 | -0/+20 |
* | cosmetics: Fix another common typo, dependAnt --> dependEnt. | Diego Biurrun | 2007-02-24 | 9 | -13/+13 |
* | redirect http get requests of / to index.html (note, the http_parse_request m... | Alex Beregszaszi | 2007-02-24 | 1 | -8/+10 |
* | store internal timestamps in int64_t instead long | Alex Beregszaszi | 2007-02-24 | 1 | -7/+7 |
* | rescale pts/dts for output format | Alex Beregszaszi | 2007-02-24 | 1 | -0/+8 |
* | return error if av_write_header failed (it fails on some containers when code... | Alex Beregszaszi | 2007-02-24 | 1 | -2/+6 |
* | disconnect client if trailer is sent | Alex Beregszaszi | 2007-02-24 | 1 | -0/+3 |
* | give myself the glorious maintainership of ffserver and mingw port | Alex Beregszaszi | 2007-02-24 | 1 | -1/+2 |
* | be less noisy | Michael Niedermayer | 2007-02-24 | 1 | -1/+1 |
* | h264 optimization: common case hl_decode_mb patch by (Alexander Strange astra... | Alexander Strange | 2007-02-24 | 1 | -19/+46 |
* | Use pointers to avoid copying AVFrame. | Aurelien Jacobs | 2007-02-24 | 1 | -30/+33 |
* | Simplify .depend file inclusion. | Diego Biurrun | 2007-02-23 | 2 | -6/+2 |
* | BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't... | François Revol | 2007-02-23 | 1 | -0/+4 |
* | ffserver uses dlopen(), so make sure it links to libdl if needed. | François Revol | 2007-02-23 | 1 | -1/+1 |
* | Update (lib)nut maintainers. | Diego Biurrun | 2007-02-23 | 1 | -1/+2 |
* | Complete the video format enum. | Benjamin Larsson | 2007-02-23 | 1 | -0/+2 |
* | Cosmetics. | Benjamin Larsson | 2007-02-23 | 1 | -3/+3 |
* | reorder a few more paddws to reduce dependancy chains | Michael Niedermayer | 2007-02-23 | 1 | -2/+2 |
* | reorder paddws to reduce dependancy chain | Michael Niedermayer | 2007-02-23 | 1 | -1/+1 |
* | add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in... | Benoit Fouet | 2007-02-23 | 1 | -0/+1 |
* | shortening dependancy chain in chroma mc2 | Michael Niedermayer | 2007-02-23 | 1 | -6/+6 |
* | remove now wrong comment | Michael Niedermayer | 2007-02-23 | 1 | -2/+0 |
* | fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c... | Michael Niedermayer | 2007-02-23 | 1 | -2/+5 |
* | synchronize to latest ffm changes | Alex Beregszaszi | 2007-02-23 | 1 | -1/+1 |
* | use av_noinline instead of __attribute((noinline)) | Aurelien Jacobs | 2007-02-23 | 1 | -1/+1 |
* | dont check buffer size if the decode function wont be called at all | Michael Niedermayer | 2007-02-23 | 1 | -11/+12 |
* | av_realloc_static() is an internal function and therefore should use the ff_ ... | Panagiotis Issaris | 2007-02-23 | 2 | -3/+3 |
* | Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. | Panagiotis Issaris | 2007-02-22 | 2 | -9/+9 |
* | Doxygenize the existing amr.c documentation. | Panagiotis Issaris | 2007-02-22 | 1 | -34/+45 |
* | Doxygenize the comments for the av_fast_realloc() function. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+4 |
* | Doxygenize the comments for the av_free_static() function. | Panagiotis Issaris | 2007-02-22 | 1 | -2/+2 |
* | Doxygenize the comments for the av_mallocz_static() function. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+6 |
* | Doxygenize the comments for the av_realloc_static() function. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+5 |
* | Doxygenize the comments for the av_get_bits_per_sample() function. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+4 |
* | Doxygenize the comments for the av_get_pict_type_char() function. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+4 |
* | Doxygenize the comments for the avpicture_free() function. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+5 |
* | Move the Doxygen function documentation unaltered from libavcodec/utils.c to | Panagiotis Issaris | 2007-02-22 | 2 | -21/+25 |
* | Add more Doxygen documentation. | Panagiotis Issaris | 2007-02-22 | 2 | -81/+199 |
* | Fix spelling. | Panagiotis Issaris | 2007-02-22 | 1 | -6/+6 |
* | warn that under windows, bash <3.1 may fail on configure | Alex Beregszaszi | 2007-02-22 | 1 | -0/+3 |