summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Collapse)AuthorAge
* Add F64BE, F64LE and F64BE PCM codecs.Peter Ross2008-08-19
| | | | Originally committed as revision 14833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add SAMPLE_FMT_DBL.Peter Ross2008-08-19
| | | | Originally committed as revision 14832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix rc_eq mem leak.Michael Niedermayer2008-08-16
| | | | Originally committed as revision 14788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r14260Michael Niedermayer2008-08-16
| | | | | | | | | Log: Free in avcodec_close() avctx->rc_eq. Fix a memory leak. Reason running free() on random pointers. Originally committed as revision 14787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-14
| | | | Originally committed as revision 14766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a generic function to lavc to log messages about missing features.Justin Ruggles2008-08-10
| | | | | | Patch by Justin Ruggles (justin ruggles gmail com) Originally committed as revision 14685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avcodec_string() and av_get_bits_per_sample() report the sample size ↵Peter Ross2008-08-04
| | | | | | for CODEC_ID_PCM_ZORK Originally committed as revision 14532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write sample format description within avcodec_string()Peter Ross2008-07-31
| | | | Originally committed as revision 14485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross2008-07-26
| | | | Originally committed as revision 14409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a new -debug option for tracing calls to the default get/release_buffer ↵Alexander Strange2008-07-26
| | | | | | functions. Originally committed as revision 14406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add skip* AVOptions, which seem to have been missed.Michael Niedermayer2008-07-20
| | | | Originally committed as revision 14314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make strict_std_compliance available to decoders.Michael Niedermayer2008-07-19
| | | | Originally committed as revision 14306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the ugly hack which uses an unused entry in the internal bufferMichael Niedermayer2008-07-19
| | | | | | array actually use a unused one, so it does work. Originally committed as revision 14286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in theMichael Niedermayer2008-07-17
| | | | | | AVOptions array. Originally committed as revision 14264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Free in avcodec_close() avctx->rc_eq. Fix a memory leak.Stefano Sabatini2008-07-16
| | | | Originally committed as revision 14260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* strdup() the default value for rc_eq in AVCodec when setting it inStefano Sabatini2008-07-13
| | | | | | | | avcodec_get_context_defaults(). The value has to be alloced dinamically rather than statically since it may be freed for example by av_set_string2(). Fix a segmentation fault. Originally committed as revision 14221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate avcodec_build(), it returns the same value asAndreas Öman2008-07-11
| | | | | | avcodec_version(). Originally committed as revision 14169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add command line support for '-idct simplearmv6'.Laurent Desnogues2008-06-29
| | | | | | patch by Laurent Desnogues, laurent.desnogues gmail com Originally committed as revision 14027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mark read-only data as constStefan Gehrer2008-06-24
| | | | Originally committed as revision 13947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable global_header flag for audio and video encoding, was wrongly part of ↵Baptiste Coudurier2008-06-09
| | | | | | commit r13722 Originally committed as revision 13724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert wrong part of r13722 commitBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uniformize trellis quant optionBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add esa/dia compat me options and new tesa for libx264Baptiste Coudurier2008-06-05
| | | | Originally committed as revision 13660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer2008-05-30
| | | | | | them. Originally committed as revision 13568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix closed gop flag disapearence.Michael Niedermayer2008-03-29
| | | | Originally committed as revision 12625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix possible heap overflow caused by av_fast_realloc()Michael Niedermayer2008-03-25
| | | | Originally committed as revision 12579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2008-03-12
| | | | Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 12356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not display par and dar if not availableBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 12355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-06
| | | | | | imgresample.c. Originally committed as revision 12352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define BI frame type along with other frame typesAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: alignAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* floating point AAN IDCTMichael Niedermayer2008-02-26
| | | | Originally committed as revision 12233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bug I introduced in r11962.Vitor Sessak2008-02-24
| | | | | | | Thanks to Uoti Urpala for spotting it and proposing the fix. Originally committed as revision 12187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove apparently unneeded and buggy align.Michael Niedermayer2008-02-22
| | | | Originally committed as revision 12179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify avcodec_default_get_buffer()Vitor Sessak2008-02-15
| | | | Originally committed as revision 11962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix: inited --> initializedDiego Biurrun2008-02-13
| | | | Originally committed as revision 11920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'reservoir' flag to lavc's flags2 controlling whether or not codes mayPaul Kelly2008-02-11
| | | | | | | | utilize a bit reservoir. Also, make the lame encoder utilize this flag. patch by Paul Kelly, paul a stjohnspoint d co d uk Originally committed as revision 11903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avcodec_decode_* functions take const input buffers.Michael Niedermayer2008-02-02
| | | | Originally committed as revision 11823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* one "cast discards qualifiers from pointer target type" lessMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
| | | | | | patch by eugeni _dot_ stepanov _at_ gmail.com and myself Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve CRC APIAurelien Jacobs2008-01-04
| | | | | | | - don't export any global var - provide either generated or hardcoded tables Originally committed as revision 11409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for avcodec_open codec parameter == NULL and return error in that caseReimar Döffinger2007-12-25
| | | | Originally committed as revision 11316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add option for user to scale the amount of dynamic range compression which isJustin Ruggles2007-12-20
| | | | | | applied by the audio decoder, and use that option in the AC3 decoder. Originally committed as revision 11280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_log_get/set_level()Måns Rullgård2007-12-12
| | | | Originally committed as revision 11209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_*_next() API for libavcodecMichael Niedermayer2007-12-12
| | | | Originally committed as revision 11204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make rc_buffer_size apply to audio as wellMichael Niedermayer2007-12-03
| | | | Originally committed as revision 11150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-25
| | | | Originally committed as revision 11092 to svn://svn.ffmpeg.org/ffmpeg/trunk