summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-121-2/+2
* Add missing #include "libavutil/avstring.h", fixesDiego Biurrun2008-11-051-0/+1
* Add audio channel layout API to libavcodec.Peter Ross2008-11-011-18/+5
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-2/+2
* allows calling avcodec_find_(en|de)coder_by_name with NULL parameterAurelien Jacobs2008-10-081-0/+4
* Mark list heads static. Patch by Diego PettenòDiego Pettenò2008-10-041-1/+1
* x264 has removed the b-rdo and bime options, and instead integratedJason Garrett-Glaser2008-10-021-1/+0
* Allocate 1 line more in the chroma plane for H.264, this avoids someMichael Niedermayer2008-09-301-0/+2
* Replace second (and wrong) call to avcodec_align_dimensions() by adjustingMichael Niedermayer2008-09-301-4/+15
* Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun2008-09-291-1/+1
* Document the directpred auto value.Francesco Cosoleto2008-09-281-1/+1
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-081-2/+2
* Remove DEFAULT_FRAME_RATE_BASE.Michael Niedermayer2008-09-081-1/+1
* Drop deprecated SAMPLE_FMT_S24.Michael Niedermayer2008-09-081-2/+0
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-081-29/+0
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+0
* Add AVCodecContext.bits_per_raw_sample field.Peter Ross2008-08-291-0/+1
* Change AVCodecContext.bits_per_sample to bits_per_coded_sample.Peter Ross2008-08-291-0/+4
* Provide a simpler way for the user to reorder her timestamps.Michael Niedermayer2008-08-201-0/+2
* Add F64BE, F64LE and F64BE PCM codecs.Peter Ross2008-08-191-0/+9
* Add SAMPLE_FMT_DBL.Peter Ross2008-08-191-0/+2
* Fix rc_eq mem leak.Michael Niedermayer2008-08-161-1/+0
* Revert r14260Michael Niedermayer2008-08-161-1/+0
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-141-0/+4
* Add a generic function to lavc to log messages about missing features.Justin Ruggles2008-08-101-0/+13
* Make avcodec_string() and av_get_bits_per_sample() report the sample size for...Peter Ross2008-08-041-0/+2
* Write sample format description within avcodec_string()Peter Ross2008-07-311-0/+5
* add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross2008-07-261-0/+2
* Add a new -debug option for tracing calls to the default get/release_buffer f...Alexander Strange2008-07-261-0/+7
* Add skip* AVOptions, which seem to have been missed.Michael Niedermayer2008-07-201-0/+9
* Make strict_std_compliance available to decoders.Michael Niedermayer2008-07-191-6/+6
* Make the ugly hack which uses an unused entry in the internal bufferMichael Niedermayer2008-07-191-2/+2
* 100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in theMichael Niedermayer2008-07-171-5/+5
* Free in avcodec_close() avctx->rc_eq. Fix a memory leak.Stefano Sabatini2008-07-161-0/+1
* strdup() the default value for rc_eq in AVCodec when setting it inStefano Sabatini2008-07-131-1/+1
* Deprecate avcodec_build(), it returns the same value asAndreas Öman2008-07-111-0/+2
* Add command line support for '-idct simplearmv6'.Laurent Desnogues2008-06-291-0/+1
* mark read-only data as constStefan Gehrer2008-06-241-2/+2
* enable global_header flag for audio and video encoding, was wrongly part of c...Baptiste Coudurier2008-06-091-1/+1
* revert wrong part of r13722 commitBaptiste Coudurier2008-06-091-1/+1
* uniformize trellis quant optionBaptiste Coudurier2008-06-091-1/+3
* add esa/dia compat me options and new tesa for libx264Baptiste Coudurier2008-06-051-0/+3
* Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer2008-05-301-54/+0
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* Fix closed gop flag disapearence.Michael Niedermayer2008-03-291-2/+2
* Fix possible heap overflow caused by av_fast_realloc()Michael Niedermayer2008-03-251-1/+5
* typo fixesDiego Biurrun2008-03-121-3/+3
* indentationBaptiste Coudurier2008-03-061-8/+8
* do not display par and dar if not availableBaptiste Coudurier2008-03-061-0/+2
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-061-1/+1