866 Commits (778bc09bbe5cd5b1044c47ff914de34971e3ba81)

Author SHA1 Message Date
Baptiste Coudurier da396bf84e dnxhd parser 16 years ago
Francesco Cosoleto 30ab4deda8 Document the directpred auto value. 16 years ago
Benjamin Larsson faeedbbb06 Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work 16 years ago
Michael Niedermayer 475e4e2ffc Remove deprecated avcodec_decode_audio() this one was not under #ifdef. 16 years ago
Michael Niedermayer 9d21494776 avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_fmts. 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
Michael Niedermayer 8e5af7a654 Clarify sample_aspect_ratio. 16 years ago
Justin Ruggles 2988c93d94 create a separate codec_id for E-AC-3 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Peter Ross 43a38a7c3e Remove 'currently unused' warning about SAMPLE_FMT_xxx. 16 years ago
Peter Ross 2bfd8855fb Bump libavcodec minor version number for r15017. 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
Robert Swain 7d8f3de4a8 Last hunk of the AAC decoder code to be OKed and build system and documentation 16 years ago
Michael Niedermayer 79de84f263 Provide a simpler way for the user to reorder her timestamps. 16 years ago
Jai Menon 833e90ddf5 Update changelog and general.texi to reflect 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
Peter Ross 97ceb75218 Mark SAMPLE_FMT_S24 as deprecated. 16 years ago
Robert Swain 697c7cd44b Bump minor version as av_log_missing_feature() was added to public API in 16 years ago
Justin Ruggles ea779d91ca Add a generic function to lavc to log messages about missing features. 16 years ago
Stefano Sabatini 96afa6be0b Doxygenate avcodec_version(). 17 years ago
Peter Ross cfc78718f3 Electronic Arts TGV decoder 17 years ago
Peter Ross 993ba05182 increment minor version for commit r14412 (add sample_fmts infrastructure) 17 years ago
Peter Ross 88a07af740 add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum. 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
tripp 662e54119c Correct b_quant offset comment in avcodec.h, it is the description for 17 years ago
Michael Niedermayer 5771b2c324 Make strict_std_compliance available to decoders. 17 years ago
Michael Niedermayer 0bef08e516 New codec probing system try #1. 17 years ago
Andreas Öman 0261e3651a Deprecate avcodec_build(), it returns the same value as 17 years ago
Gregory Montoir 974e0eeed3 Motion Pixels Video Decoder. 17 years ago
Peter Ross 5cfdfd8aae increment minor version for commit r14110 (Electronic Arts CMV decoder) 17 years ago
Peter Ross 495900f78b Electronic Arts CMV decoder 17 years ago
Ramiro Polla b517af05b9 MLP/TrueHD decoder. 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Baptiste Coudurier febea2f2e1 uniformize trellis quant option 17 years ago
Benjamin Larsson b339f0c6be Oma demuxer 17 years ago
Loren Merritt 359bbdabf3 rename me=tesa 17 years ago
Baptiste Coudurier 89223ef698 add esa/dia compat me options and new tesa for libx264 17 years ago
Aurelien Jacobs 9b85e378bf bump micro version after commit r13615 17 years ago
Michael Niedermayer 5c027f8866 Move new field to the end to avoid ABI breakage, I thought this struct 17 years ago
Michael Niedermayer 26f237254d Rename last_frame_offset to next_frame_offset. 17 years ago
Michael Niedermayer cb63a4b37c Simplify parser core. 17 years ago
Michael Niedermayer 09dafaeba1 Move *_static to bitstream.c which is the only file left which needs 17 years ago
Stefano Sabatini 5231f101d1 Clarify avcodec_encode_audio() vs. PCM audio. 17 years ago