5 Commits (dacfaf237335d96fa6ebac3d834194761f8d8f7f)

Author SHA1 Message Date
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Måns Rullgård 74c4746344 Alpha: proper IDCT selection 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Stefano Sabatini 78acb9e74b Move the AVCodecContext options definition to a dedicated file, reduce 16 years ago
Benoit Fouet 5163c0d9a2 s/FFmpeg-devel/ffmpeg-devel/ 16 years ago
Diego Biurrun 0fa5f24c3b Change mplayerhq.hu references to ffmpeg.org where appropriate. 16 years ago
Måns Rullgård 7eec43289a ARM: NEON optimised simple_idct 16 years ago
Stefano Sabatini 7a961a46ba Make register_avcodec() call avcodec_init(). 16 years ago
Stefano Sabatini 335a761a90 Use a more explicit "codec" rather than "format" as the parameter of 16 years ago
Stefano Sabatini dbbec0c2f2 Make av_log_missing_feature an internal function, and change its name 16 years ago
Baptiste Coudurier 3bff4d8b7a Implement the fields rc_max_available_vbv_use and 16 years ago
Roman Shaposhnik 3a84713aaa Making it easier to send arbitrary structures as work orders to MT workers 16 years ago
Diego Biurrun 7fb9440674 Add missing #include "libavutil/avstring.h", fixes 16 years ago
Peter Ross 0d72e7d0ae Add audio channel layout API to libavcodec. 16 years ago
Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 16 years ago
Aurelien Jacobs fc228c9014 allows calling avcodec_find_(en|de)coder_by_name with NULL parameter 16 years ago
Diego Pettenò e6df765ed3 Mark list heads static. Patch by Diego Pettenò 16 years ago
Jason Garrett-Glaser a5d2413345 x264 has removed the b-rdo and bime options, and instead integrated 16 years ago
Michael Niedermayer ae4ffe9f64 Allocate 1 line more in the chroma plane for H.264, this avoids some 16 years ago
Michael Niedermayer 503bc4026d Replace second (and wrong) call to avcodec_align_dimensions() by adjusting 16 years ago
Diego Biurrun d0feff2a5b Uniformly define _XOPEN_SOURCE to 600. 16 years ago
Francesco Cosoleto 30ab4deda8 Document the directpred auto value. 16 years ago
Michael Niedermayer 047599a4ba Rename error_resilience to error_recognition. 16 years ago
Michael Niedermayer 38360668d6 Remove DEFAULT_FRAME_RATE_BASE. 16 years ago
Michael Niedermayer 23694e27f0 Drop deprecated SAMPLE_FMT_S24. 16 years ago
Michael Niedermayer d578432db8 Remove stuff under #if LIBAVCODEC_VERSION_INT. 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
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