summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* spelling fixesDiego Biurrun2005-06-171-2/+2
* subtitle codec type supportFabrice Bellard2005-06-031-0/+30
* AV_LOG_DEBUG is not a good default ...Michael Niedermayer2005-05-261-1/+1
* change extradata format for vorbisMåns Rullgård2005-05-131-0/+14
* ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net)Roine Gustafsson2005-05-071-0/+19
* switch to native time basesMichael Niedermayer2005-04-301-3/+8
* print pix_fmt if its known instead of if the raw codec is usedMichael Niedermayer2005-04-251-1/+1
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-251-0/+1
* motion estimation bitrate penalty compensationMichael Niedermayer2005-03-271-0/+1
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-12/+0
* mb_lmin/max to limit the per mb quality for the ratecontrol independant from ...Michael Niedermayer2005-02-021-2/+2
* make keyframe default for AVFramesMichael Niedermayer2005-02-011-0/+1
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-5/+9
* av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)Kurosu2005-01-121-1/+1
* dissallow sprintfMichael Niedermayer2005-01-121-1/+1
OpenPOWER on IntegriCloud