376 Commits (dd02ea118bf89f94090902e3ef2287abdaf3e3b1)

Author SHA1 Message Date
Baptiste Coudurier 8468664bd8 Remove 'const' qualifier from variable in av_parse_video_frame_size(). 16 years ago
Baptiste Coudurier 8eb027c83c remove useless cast, it does not remove warning, encode prototype must be changed 16 years ago
Stefano Sabatini 9d385cfec4 Drop the deprecated function register_avcodec() at the next major 16 years ago
Stefano Sabatini 85662f4935 Rename register_avcodec() as avcodec_register() and deprecate the old 16 years ago
Michael Niedermayer 6337178b4f Ensure that the palette is set in data[1] for all 8bit formats. 16 years ago
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
Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 16 years ago
Kenan Gillet 0ba39dd1a9 Split ff_log_missing_feature into ff_log_missing_feature 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Michael Niedermayer c9b3c0c740 Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3. 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