| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | add static keyword to some functions | Dieter | 2006-01-30 | 1 | -2/+2 |
* | sc_factor support for encoding. | Corey Hickey | 2006-01-22 | 1 | -0/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | Parameter added for user to set the cutoff frequency when encoding with faac. | Luca Abeni | 2006-01-10 | 1 | -0/+1 |
* | update x264 wrapper. | Robert Swain | 2005-12-29 | 1 | -1/+31 |
* | support downscaling frames for dynamic b frame decission | Michael Niedermayer | 2005-12-25 | 1 | -0/+1 |
* | 10l (didnt remove option from old ones after converting to AVOption) | Michael Niedermayer | 2005-12-25 | 1 | -1/+1 |
* | bidir refine support | Michael Niedermayer | 2005-12-23 | 1 | -0/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -3/+3 |
* | typo | Michael Niedermayer | 2005-12-18 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -58/+58 |
* | default_get_buffer() cleanup | Michael Niedermayer | 2005-12-02 | 1 | -28/+29 |
* | Typo fix | Guillaume Poirier | 2005-11-02 | 1 | -1/+1 |
* | changing a few options to AVOptions | Michael Niedermayer | 2005-09-20 | 1 | -17/+18 |
* | print more time_base fps stuff if av_log level is at debug or above | Michael Niedermayer | 2005-09-18 | 1 | -3/+8 |
* | the people want lower case ... | Michael Niedermayer | 2005-09-12 | 1 | -135/+135 |
* | dont include opt.h in avcodec.h | Michael Niedermayer | 2005-09-12 | 1 | -0/+1 |
* | CAREFULL --> CAREFUL typo fix | Diego Biurrun | 2005-09-12 | 1 | -1/+1 |
* | converting a few more options to AVOptions | Michael Niedermayer | 2005-09-12 | 1 | -17/+73 |
* | convert some options in ffmpeg.c to AVOptions | Michael Niedermayer | 2005-09-12 | 1 | -26/+98 |
* | flags and named constants with type checking of course for AVOption | Michael Niedermayer | 2005-09-11 | 1 | -3/+7 |
* | AVOption API improvments | Michael Niedermayer | 2005-09-11 | 1 | -86/+95 |
* | AVOption first try | Michael Niedermayer | 2005-09-06 | 1 | -1/+138 |
* | print fourcc in a readable form if possible | Michael Niedermayer | 2005-09-03 | 1 | -3/+5 |
* | Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). | Reimar Döffinger | 2005-09-02 | 1 | -0/+13 |
* | Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-s... | Burkhard Plaum | 2005-08-21 | 1 | -0/+11 |
* | libavutil: Utility code from libavcodec moved to a separate library. | Alexander Strasser | 2005-08-01 | 1 | -119/+0 |
* | thread mess check for avcodec_open/close() | Michael Niedermayer | 2005-07-25 | 1 | -6/+25 |
* | portable IEEE float/double read/write functions | Michael Niedermayer | 2005-07-19 | 1 | -0/+28 |
* | check for CODEC_CAP_DELAY in audio decoders too | Michael Niedermayer | 2005-07-14 | 1 | -3/+6 |