| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove the "mblmin" OptionDef. The equally named AVOption takes over its | Panagiotis Issaris | 2006-09-28 | 1 | -1/+1 |
* | ARMv5TE optimized IDCT | Måns Rullgård | 2006-09-26 | 1 | -0/+1 |
* | mpeg1 b_strategy=2 segfault fix | Michael Niedermayer | 2006-09-26 | 1 | -1/+1 |
* | move memory functions from avcodec to avutil | Luca Barbato | 2006-09-25 | 1 | -34/+0 |
* | Remove the "error" OptionDef. The equally named AVOption takes over its | Panagiotis Issaris | 2006-09-22 | 1 | -1/+1 |
* | Remove the "mepc" OptionDef. The equally named AVOption takes over its function. | Panagiotis Issaris | 2006-09-22 | 1 | -1/+1 |
* | Remove the "mb_threshold" OptionDef. The equally named AVOption takes over its | Panagiotis Issaris | 2006-09-22 | 1 | -1/+1 |
* | Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match | Panagiotis Issaris | 2006-09-20 | 1 | -1/+1 |
* | Remove the "qmax" OptionDef. | Panagiotis Issaris | 2006-09-20 | 1 | -1/+1 |
* | Remove the "qmin" OptionDef. | Panagiotis Issaris | 2006-09-20 | 1 | -1/+1 |
* | Remove the "bf" OptionDef parameter so the equally named AVOption will take | Panagiotis Issaris | 2006-09-20 | 1 | -1/+1 |
* | Correct the constraints of some AVOptions. These had a default value of zero, | Panagiotis Issaris | 2006-09-20 | 1 | -10/+10 |
* | Correct the i_qfactor minimum, which was current set higher then the default | Panagiotis Issaris | 2006-09-15 | 1 | -1/+1 |
* | Rename the AVOption's names to the shorter OptionDef names. | Panagiotis Issaris | 2006-09-15 | 1 | -26/+26 |
* | Synchronize the defaults specified in the AVOptions[] array to the defaults | Panagiotis Issaris | 2006-09-14 | 1 | -7/+7 |
* | Make OFFSET() reuse offsetof | Panagiotis Issaris | 2006-09-14 | 1 | -1/+1 |
* | corrects the type of the AVOption parameter "bugs", patch by Takis | Panagiotis Issaris | 2006-09-13 | 1 | -1/+1 |
* | adds descriptions to the libavcodec AVOptions array, taken from the | Panagiotis Issaris | 2006-09-13 | 1 | -39/+39 |
* | Use and set sane AVOption defaults | Panagiotis Issaris | 2006-09-10 | 1 | -70/+30 |
* | make AVOptions default value field work. | Panagiotis Issaris | 2006-09-10 | 1 | -0/+3 |
* | undefines a few temporary defines which were not undefined after their usage. | Panagiotis Issaris | 2006-09-09 | 1 | -0/+4 |
* | remove redundant declarations | Måns Rullgård | 2006-09-02 | 1 | -2/+0 |
* | Move av_log() & friends to libavutil | Luca Abeni | 2006-07-18 | 1 | -52/+0 |
* | CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just | Diego Biurrun | 2006-07-11 | 1 | -3/+3 |
* | allows user-settable block size and fixes related typo | Justin Ruggles | 2006-07-08 | 1 | -1/+1 |
* | set proper bits_per_sample value for ADPCM codecs | Aurelien Jacobs | 2006-07-08 | 1 | -2/+4 |
* | simplify the voc demuxer using av_get_bits_per_sample() | Aurelien Jacobs | 2006-07-07 | 1 | -0/+5 |