| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | av_get_bits_per_sample and due simplifications | Baptiste Coudurier | 2006-07-07 | 1 | -0/+28 |
* | Mark some read-only datastructures as const. | Stefan Huehner | 2006-07-06 | 1 | -1/+1 |
* | flac-lpc patch by (Justin Ruggles jruggle earthlink net) | Justin Ruggles | 2006-07-02 | 1 | -0/+15 |
* | Disable w53 and w97 cmp methods when snow encoder is disabled | Diego Pettenò | 2006-06-30 | 1 | -0/+2 |
* | anothe useless sizeof(char) | Reynaldo H. Verdejo Pinochet | 2006-06-30 | 1 | -1/+1 |
* | ADPCM: trellis quantization | Loren Merritt | 2006-06-03 | 1 | -1/+1 |
* | Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1 | Corey Hickey | 2006-06-03 | 1 | -0/+2 |
* | add MPEG-2 intra vlc support | Baptiste Coudurier | 2006-05-13 | 1 | -0/+1 |
* | make zero motion vector threshold user setable | Michael Niedermayer | 2006-05-07 | 1 | -0/+2 |
* | - Add new file internal.h for common internal-use-only functions. | Corey Hickey | 2006-03-30 | 1 | -0/+39 |
* | switch flac to av_crc | Michael Niedermayer | 2006-03-06 | 1 | -0/+2 |
* | switch ac3enc to av_crc | Michael Niedermayer | 2006-03-06 | 1 | -0/+2 |
* | generic crc calculation code | Michael Niedermayer | 2006-03-06 | 1 | -0/+7 |
* | fix segfault with BLUR8.AVI | Michael Niedermayer | 2006-03-03 | 1 | -3/+4 |
* | added none/8bit/24bit audio formats and defaulting to s16 for now (once the s... | Alex Beregszaszi | 2006-02-21 | 1 | -0/+1 |