340 Commits (f0319383436e1abc3fc1464fe4e5f4dc40db3419)

Author SHA1 Message Date
Peter Ross 312420f3fa Add AVCodecContext.bits_per_raw_sample field. 16 years ago
Peter Ross 46a73068a6 Change AVCodecContext.bits_per_sample to bits_per_coded_sample. 16 years ago
Michael Niedermayer 79de84f263 Provide a simpler way for the user to reorder her timestamps. 16 years ago
Peter Ross 143a5d6f1f Add F64BE, F64LE and F64BE PCM codecs. 16 years ago
Peter Ross e06b00f3b6 Add SAMPLE_FMT_DBL. 16 years ago
Michael Niedermayer 3cffbe090a Fix rc_eq mem leak. 16 years ago
Michael Niedermayer 847d05360b Revert r14260 16 years ago
Aurelien Jacobs 7246177d80 ensure we get explicit definition of various _XOPEN_SOURCE functions we use 16 years ago
Justin Ruggles ea779d91ca Add a generic function to lavc to log messages about missing features. 16 years ago
Peter Ross 9d49b8ff90 Make avcodec_string() and av_get_bits_per_sample() report the sample size for CODEC_ID_PCM_ZORK 17 years ago
Peter Ross 9e82a113e5 Write sample format description within avcodec_string() 17 years ago
Peter Ross aa29709ec8 add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder) 17 years ago
Alexander Strange 385c820b4a Add a new -debug option for tracing calls to the default get/release_buffer functions. 17 years ago
Michael Niedermayer 7c7cf452c9 Add skip* AVOptions, which seem to have been missed. 17 years ago
Michael Niedermayer 5771b2c324 Make strict_std_compliance available to decoders. 17 years ago
Michael Niedermayer 6ebc89ac48 Make the ugly hack which uses an unused entry in the internal buffer 17 years ago
Michael Niedermayer 7c5ea40ca4 100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in the 17 years ago
Stefano Sabatini ef2b64f04c Free in avcodec_close() avctx->rc_eq. Fix a memory leak. 17 years ago
Stefano Sabatini 9606a83824 strdup() the default value for rc_eq in AVCodec when setting it in 17 years ago
Andreas Öman 0261e3651a Deprecate avcodec_build(), it returns the same value as 17 years ago
Laurent Desnogues a6ce3d3d2d Add command line support for '-idct simplearmv6'. 17 years ago
Stefan Gehrer cf2baeb338 mark read-only data as const 17 years ago
Baptiste Coudurier 8983aa337c enable global_header flag for audio and video encoding, was wrongly part of commit r13722 17 years ago
Baptiste Coudurier 02226bc8a5 revert wrong part of r13722 commit 17 years ago
Baptiste Coudurier febea2f2e1 uniformize trellis quant option 17 years ago
Baptiste Coudurier 89223ef698 add esa/dia compat me options and new tesa for libx264 17 years ago
Michael Niedermayer 09dafaeba1 Move *_static to bitstream.c which is the only file left which needs 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Michael Niedermayer f3eec1cf52 Fix closed gop flag disapearence. 17 years ago
Michael Niedermayer 978805b2c5 Fix possible heap overflow caused by av_fast_realloc() 17 years ago
Diego Biurrun 2cab640129 typo fixes 17 years ago
Baptiste Coudurier cbaf50f850 indentation 17 years ago
Baptiste Coudurier 7ee4dd0282 do not display par and dar if not available 17 years ago
Panagiotis Issaris d42a814ef1 Make av_class a pointer to a const AVClass. Addresses one warning in 17 years ago
Aurelien Jacobs 48d533e6fa define BI frame type along with other frame types 17 years ago
Aurelien Jacobs c06ccb1357 cosmetic: align 17 years ago
Aurelien Jacobs fbd4293df9 remove more useless mpegvideo.h includes 17 years ago
Michael Niedermayer 6f08c541b4 floating point AAN IDCT 17 years ago
Vitor Sessak cf73e32a5f Fix bug I introduced in r11962. 17 years ago
Michael Niedermayer a939a005f9 Remove apparently unneeded and buggy align. 17 years ago
Vitor Sessak db7ae7d1b9 Simplify avcodec_default_get_buffer() 17 years ago
Diego Biurrun 5e53486545 typo fix: inited --> initialized 17 years ago
Paul Kelly f1618fd939 Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may 17 years ago
Michael Niedermayer 2efa7fd10d Make avcodec_decode_* functions take const input buffers. 17 years ago
Michael Niedermayer 0431d3b121 one "cast discards qualifiers from pointer target type" less 17 years ago
Evgeniy Stepanov f8d7c9d373 Add support for Matroska attachments. 17 years ago
Aurelien Jacobs 3abe5fbdc4 improve CRC API 17 years ago
Reimar Döffinger 9c87b8f777 Check for avcodec_open codec parameter == NULL and return error in that case 17 years ago
Justin Ruggles 1408352ada Add option for user to scale the amount of dynamic range compression which is 17 years ago
Måns Rullgård a309073bf4 use av_log_get/set_level() 17 years ago