| Commit message (Expand) | Author | Age | Files | Lines |
* | typos | Diego Biurrun | 2007-04-07 | 1 | -2/+2 |
* | typo | Michael Niedermayer | 2007-04-03 | 1 | -1/+1 |
* | FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad | Kamil Nowosad | 2007-04-03 | 1 | -0/+3 |
* | indention | Michael Niedermayer | 2007-04-01 | 1 | -6/+6 |
* | make AVCodec.init() optional | Michael Niedermayer | 2007-04-01 | 1 | -0/+2 |
* | Fix H.264 8x8 transform selection | Limin Wang | 2007-03-24 | 1 | -1/+1 |
* | kill 3 more av_mallocz_static() | Michael Niedermayer | 2007-03-14 | 1 | -0/+2 |
* | add a -ab with default of 64k | Michael Niedermayer | 2007-03-07 | 1 | -1/+2 |
* | add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take Cod... | Michael Niedermayer | 2007-03-07 | 1 | -4/+19 |
* | change management of "ab" option in ffmpeg.c, so that it works as "b" option. | Benoit Fouet | 2007-03-05 | 1 | -1/+1 |
* | Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" | Panagiotis Issaris | 2007-03-04 | 1 | -1/+1 |
* | dummy support for mpeg2 non linear quant | Baptiste Coudurier | 2007-03-04 | 1 | -0/+1 |
* | remove ps option and rename rtp_payload_size AVOption to ps | Baptiste Coudurier | 2007-03-01 | 1 | -1/+1 |
* | get rid of rtp_mode field after next major bump | Baptiste Coudurier | 2007-02-28 | 1 | -0/+2 |
* | enable rtp payload size AVOption for video encoding | Baptiste Coudurier | 2007-02-28 | 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 | 1 | -1/+1 |
* | Move the Doxygen function documentation unaltered from libavcodec/utils.c to | Panagiotis Issaris | 2007-02-22 | 1 | -20/+0 |
* | Add more Doxygen documentation. | Panagiotis Issaris | 2007-02-22 | 1 | -69/+0 |
* | Fix typo. | Panagiotis Issaris | 2007-02-22 | 1 | -1/+1 |
* | simplify release_buffer using FFSWAP | Aurelien Jacobs | 2007-02-21 | 1 | -4/+2 |
* | Add some more Doxygen documentation to libavcodec/utils.c. | Panagiotis Issaris | 2007-02-20 | 1 | -4/+44 |
* | Spelling fix | Michel Bardiaux | 2007-02-15 | 1 | -3/+3 |
* | doxy for avcodec_encode_video() | Michael Niedermayer | 2007-02-14 | 1 | -1/+8 |
* | Directly access av_log_level instead of calling av_log_{set, get}_level() | Luca Abeni | 2007-02-08 | 1 | -1/+1 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 1 | -2/+2 |
* | Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux, | Michel Bardiaux | 2007-02-01 | 1 | -2/+8 |
* | avcodec_decode_audio2() | Michael Niedermayer | 2007-01-14 | 1 | -3/+25 |
* | er and strict also apply to audio theoretically | Michael Niedermayer | 2007-01-14 | 1 | -2/+2 |
* | skiprd doxygen comment from avcodec.h -> AVOption comment | Michael Niedermayer | 2006-12-26 | 1 | -1/+1 |
* | skiprd | Michael Niedermayer | 2006-12-23 | 1 | -0/+1 |
* | bt 0 is invalid, setting min to 1 | Baptiste Coudurier | 2006-12-22 | 1 | -1/+1 |
* | vqmin/vqmax --> qmin/qmax in the option description | Diego Biurrun | 2006-12-13 | 1 | -2/+2 |
* | Improve option description. | Diego Biurrun | 2006-12-11 | 1 | -1/+1 |
* | Add "mixed_refs" description suggested by Loren Merritt and update accompanying | Panagiotis Issaris | 2006-12-06 | 1 | -1/+1 |
* | Add more descriptions to the AVOption array taken from the avcodec.h AVCodec ... | Panagiotis Issaris | 2006-12-06 | 1 | -30/+30 |
* | Fix some obvious mistakes in the option descriptions. | Diego Biurrun | 2006-12-04 | 1 | -2/+2 |
* | Fill in some missing AVOption descriptions. | Víctor Paesa | 2006-12-02 | 1 | -70/+70 |
* | revert bad checkin | Måns Rullgård | 2006-11-14 | 1 | -1/+1 |
* | move some CFLAGS settings away from config.* writing section | Måns Rullgård | 2006-11-14 | 1 | -1/+1 |
* | add low delay forcing option for mpeg1/2 encoding | Baptiste Coudurier | 2006-11-13 | 1 | -1/+1 |
* | add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag | Baptiste Coudurier | 2006-11-07 | 1 | -0/+2 |
* | Correct description of mblmin and mblmax. | Corey Hickey | 2006-11-02 | 1 | -2/+2 |
* | 16-bit grayscale support | Kostya Shishkov | 2006-10-24 | 1 | -0/+2 |
* | Make ffmpeg work with x264 r592 | Luca Barbato | 2006-10-16 | 1 | -1/+1 |
* | fix AC3 5.1 being decoded as mono | Andrea Gianarro | 2006-10-09 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Fix quantiSer --> quantiZer typo. | Diego Biurrun | 2006-10-02 | 1 | -8/+8 |
* | Remove the override of lmin and lmax, so the actual option value provided will | Panagiotis Issaris | 2006-09-29 | 1 | -2/+0 |
* | Remove the "mblmax" OptionDef. The equally named AVOption takes over its | Panagiotis Issaris | 2006-09-28 | 1 | -1/+1 |