summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Move av_log() & friends to libavutilLuca Abeni2006-07-181-52/+0
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-111-3/+3
* allows user-settable block size and fixes related typoJustin Ruggles2006-07-081-1/+1
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-081-2/+4
* simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs2006-07-071-0/+5
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-071-0/+28
* Mark some read-only datastructures as const.Stefan Huehner2006-07-061-1/+1
* flac-lpc patch by (Justin Ruggles jruggle earthlink net)Justin Ruggles2006-07-021-0/+15
* Disable w53 and w97 cmp methods when snow encoder is disabledDiego Pettenò2006-06-301-0/+2
* anothe useless sizeof(char)Reynaldo H. Verdejo Pinochet2006-06-301-1/+1
* ADPCM: trellis quantizationLoren Merritt2006-06-031-1/+1
* Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey2006-06-031-0/+2
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-131-0/+1
* make zero motion vector threshold user setableMichael Niedermayer2006-05-071-0/+2
* - Add new file internal.h for common internal-use-only functions.Corey Hickey2006-03-301-0/+39
* switch flac to av_crcMichael Niedermayer2006-03-061-0/+2
* switch ac3enc to av_crcMichael Niedermayer2006-03-061-0/+2
* generic crc calculation codeMichael Niedermayer2006-03-061-0/+7
* fix segfault with BLUR8.AVIMichael Niedermayer2006-03-031-3/+4
* added none/8bit/24bit audio formats and defaulting to s16 for now (once the s...Alex Beregszaszi2006-02-211-0/+1
* add static keyword to some functionsDieter2006-01-301-2/+2
* sc_factor support for encoding.Corey Hickey2006-01-221-0/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* Parameter added for user to set the cutoff frequency when encoding with faac.Luca Abeni2006-01-101-0/+1
* update x264 wrapper.Robert Swain2005-12-291-1/+31
* support downscaling frames for dynamic b frame decissionMichael Niedermayer2005-12-251-0/+1
* 10l (didnt remove option from old ones after converting to AVOption)Michael Niedermayer2005-12-251-1/+1
* bidir refine supportMichael Niedermayer2005-12-231-0/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-3/+3
* typoMichael Niedermayer2005-12-181-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-58/+58
* default_get_buffer() cleanupMichael Niedermayer2005-12-021-28/+29
* Typo fixGuillaume Poirier2005-11-021-1/+1
* changing a few options to AVOptionsMichael Niedermayer2005-09-201-17/+18
* print more time_base fps stuff if av_log level is at debug or aboveMichael Niedermayer2005-09-181-3/+8
* the people want lower case ...Michael Niedermayer2005-09-121-135/+135
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-121-0/+1
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-121-1/+1
* converting a few more options to AVOptionsMichael Niedermayer2005-09-121-17/+73
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-121-26/+98
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-111-3/+7
* AVOption API improvmentsMichael Niedermayer2005-09-111-86/+95
* AVOption first tryMichael Niedermayer2005-09-061-1/+138
* print fourcc in a readable form if possibleMichael Niedermayer2005-09-031-3/+5
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-021-0/+13
* Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-s...Burkhard Plaum2005-08-211-0/+11
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-011-119/+0
* thread mess check for avcodec_open/close()Michael Niedermayer2005-07-251-6/+25
* portable IEEE float/double read/write functionsMichael Niedermayer2005-07-191-0/+28
* check for CODEC_CAP_DELAY in audio decoders tooMichael Niedermayer2005-07-141-3/+6
OpenPOWER on IntegriCloud