summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* flac-lpc patch by (Justin Ruggles jruggle earthlink net)Justin Ruggles2006-07-02
* Disable w53 and w97 cmp methods when snow encoder is disabledDiego Pettenò2006-06-30
* anothe useless sizeof(char)Reynaldo H. Verdejo Pinochet2006-06-30
* ADPCM: trellis quantizationLoren Merritt2006-06-03
* Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey2006-06-03
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-13
* make zero motion vector threshold user setableMichael Niedermayer2006-05-07
* - Add new file internal.h for common internal-use-only functions.Corey Hickey2006-03-30
* switch flac to av_crcMichael Niedermayer2006-03-06
* switch ac3enc to av_crcMichael Niedermayer2006-03-06
* generic crc calculation codeMichael Niedermayer2006-03-06
* fix segfault with BLUR8.AVIMichael Niedermayer2006-03-03
* added none/8bit/24bit audio formats and defaulting to s16 for now (once the s...Alex Beregszaszi2006-02-21
* add static keyword to some functionsDieter2006-01-30
* sc_factor support for encoding.Corey Hickey2006-01-22
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* Parameter added for user to set the cutoff frequency when encoding with faac.Luca Abeni2006-01-10
* update x264 wrapper.Robert Swain2005-12-29
* support downscaling frames for dynamic b frame decissionMichael Niedermayer2005-12-25
* 10l (didnt remove option from old ones after converting to AVOption)Michael Niedermayer2005-12-25
* bidir refine supportMichael Niedermayer2005-12-23
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* typoMichael Niedermayer2005-12-18
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* default_get_buffer() cleanupMichael Niedermayer2005-12-02
* Typo fixGuillaume Poirier2005-11-02
* changing a few options to AVOptionsMichael Niedermayer2005-09-20
* print more time_base fps stuff if av_log level is at debug or aboveMichael Niedermayer2005-09-18
* the people want lower case ...Michael Niedermayer2005-09-12
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-12
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-12
* converting a few more options to AVOptionsMichael Niedermayer2005-09-12
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-12
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-11
* AVOption API improvmentsMichael Niedermayer2005-09-11
* AVOption first tryMichael Niedermayer2005-09-06
* print fourcc in a readable form if possibleMichael Niedermayer2005-09-03
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-02
* Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-s...Burkhard Plaum2005-08-21
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01
* thread mess check for avcodec_open/close()Michael Niedermayer2005-07-25
* portable IEEE float/double read/write functionsMichael Niedermayer2005-07-19
* check for CODEC_CAP_DELAY in audio decoders tooMichael Niedermayer2005-07-14
* spelling fixesDiego Biurrun2005-06-17
* subtitle codec type supportFabrice Bellard2005-06-03
* AV_LOG_DEBUG is not a good default ...Michael Niedermayer2005-05-26
* change extradata format for vorbisMåns Rullgård2005-05-13
* ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net)Roine Gustafsson2005-05-07
* switch to native time basesMichael Niedermayer2005-04-30
* print pix_fmt if its known instead of if the raw codec is usedMichael Niedermayer2005-04-25