]> git.sesse.net Git - ffmpeg/history - libavcodec/avcodec.h
Add approved chunks to AAC encoder
[ffmpeg] / libavcodec / avcodec.h
2008-08-10 Robert SwainBump minor version as av_log_missing_feature() was...
2008-08-10 Justin RugglesAdd a generic function to lavc to log messages about...
2008-08-08 Stefano SabatiniDoxygenate avcodec_version().
2008-08-06 Peter RossElectronic Arts TGV decoder
2008-07-28 Peter Rossincrement minor version for commit r14412 (add sample_f...
2008-07-26 Peter Rossadd sample_fmts infrastructure: AVCodec->sample_fmts...
2008-07-26 Peter Rossadd CODEC_ID_PCM_F32BE (32-bit floating point PCM big...
2008-07-26 Alexander StrangeAdd a new -debug option for tracing calls to the defaul...
2008-07-21 trippCorrect b_quant offset comment in avcodec.h, it is...
2008-07-19 Michael NiedermayerMake strict_std_compliance available to decoders.
2008-07-12 Michael NiedermayerNew codec probing system try #1.
2008-07-11 Andreas ÖmanDeprecate avcodec_build(), it returns the same value as
2008-07-10 Gregory MontoirMotion Pixels Video Decoder.
2008-07-09 Peter Rossincrement minor version for commit r14110 (Electronic...
2008-07-08 Peter RossElectronic Arts CMV decoder
2008-07-04 Ramiro PollaMLP/TrueHD decoder.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-09 Baptiste Coudurieruniformize trellis quant option
2008-06-08 Benjamin LarssonOma demuxer
2008-06-05 Loren Merrittrename me=tesa
2008-06-05 Baptiste Coudurieradd esa/dia compat me options and new tesa for libx264
2008-06-02 Aurelien Jacobsbump micro version after commit r13615
2008-06-02 Michael NiedermayerMove new field to the end to avoid ABI breakage, I...
2008-06-02 Michael NiedermayerRename last_frame_offset to next_frame_offset.
2008-06-02 Michael NiedermayerSimplify parser core.
2008-05-30 Michael NiedermayerMove *_static to bitstream.c which is the only file...
2008-05-26 Stefano SabatiniClarify avcodec_encode_audio() vs. PCM audio.
2008-05-17 Lars TäuberLPCM 24 bits support, patch by Lars Täuber, lars.taeube...
2008-05-11 Stefano SabatiniDocument AVCodecContext channels field.
2008-04-29 Ramiro PollaTypo: distoration -> distortion.
2008-04-22 Stefano SabatiniAdd supported_samplerates field to AVCodec
2008-04-17 Benoit Fouetfix a typo
2008-04-17 Stefano SabatiniMake two comments doxygen compatible.
2008-04-17 Stefano SabatiniAdd descriptive long_name to AVCodec
2008-04-14 Robert MarstonMaxis XA demuxer and decoder.
2008-04-13 Sisir KoppakaBFI demuxer
2008-04-13 Diego BiurrunAdd explanatory comments to enum CodecID.
2008-04-08 Michael Niedermayeradd CODEC_ID_DIRAC
2008-03-31 Eli FriedmanEscape 124 (RPL) decoder
2008-03-30 Jai Menon8SVX decoder
2008-03-29 Michael NiedermayerFix closed gop flag disapearence.
2008-03-21 Sascha Sommerrl2 decoder
2008-03-21 Michael NiedermayerDocument AVCodec.flush()
2008-03-21 Michael NiedermayerDocument AVCodec.capabilities.
2008-03-21 Zuxy MengApply 'alloc_size' and 'malloc' attributes to av_malloc...
2008-03-20 Michael NiedermayerMore complete documentation for AVFrame.reference.
2008-03-18 Ramiro PollaMimic decoder.
2008-03-15 Ramiro PollaTypo
2008-03-13 Diego BiurrunThis file does not use size_t, so no need to #include...
2008-03-10 Diego Biurrunmisc spelling fixes
2008-03-06 Panagiotis IssarisMake av_class a pointer to a const AVClass. Addresses...
2008-03-06 Kostya ShishkovIMA ADPCM encoder - QT variant
2008-03-05 Aurelien Jacobsdoxyfy frame type comments and add some more comments
2008-03-05 Aurelien Jacobsdefine BI frame type along with other frame types
2008-02-27 Benjamin LarssonAdd more riff IDs to support remuxing.
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-26 Michael Niedermayerfloating point AAN IDCT
2008-02-25 Måns RullgårdInstall headers in $prefix/include/$libname
2008-02-23 Benjamin LarssonRiff ids for wmapro and wmavoice, this adds support...
2008-02-20 Michael Niedermayerrevert 12156
2008-02-20 Michael NiedermayerMake timestamp interpolation work with mpeg2 field...
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-17 Måns Rullgårdremove duplicate AV_STRINGIFY() definition
2008-02-15 Luca AbeniFix
2008-02-11 Paul KellyAdd 'reservoir' flag to lavc's flags2 controlling wheth...
2008-02-06 Reimar DöffingerAdd support for speex in ogg
2008-02-02 Michael NiedermayerMake avcodec_decode_* functions take const input buffers.
2008-02-01 Michael NiedermayerThe buffer passed into the decoder should be const.
2008-01-27 Reimar DöffingerAdd CODEC_ID_MOV_TEXT and use it instead of modifying...
2008-01-27 Evgeniy StepanovAdd support for Matroska attachments.
2007-12-29 Evgeniy Stepanovexport raw SSA tracks with their own codec ID (patch...
2007-12-28 Ivo van PoortenSun Rasterfile decoder
2007-12-28 Justin Rugglesuse cutoff frequency to adjust bandwidth in ac3 encoder
2007-12-26 Ivo van PoortenPC Paintbrush PCX image decoder
2007-12-21 Diego Biurruncomment typo fixes
2007-12-21 Ivo van Poortentypo ;)
2007-12-20 Michael NiedermayerDocument a few more structure change rules with relatio...
2007-12-20 Michael NiedermayerDocument structure change rules with relation to ABI...
2007-12-20 Justin RugglesAdd option for user to scale the amount of dynamic...
2007-12-18 Michael NiedermayerA little more doxygenization.
2007-12-18 Michael NiedermayerDocument Motion_Est_IDs.
2007-12-18 Michael NiedermayerRemove old variable with the next major version bump.
2007-12-17 Michael Niedermayeranother comment ->doxy
2007-12-17 Michael NiedermayerME default does not belong to the ME type enum.
2007-12-17 Michael Niedermayerchange some normal comments to doxy ones
2007-12-12 Michael Niedermayerav_*_next() API for libavcodec
2007-12-12 Panagiotis IssarisShow which bitstreamfilters were compiled in, similar...
2007-12-02 Diego BiurrunMisc spelling fixes, prefer American over British English.
2007-12-01 Diego Biurrunsucces --> success typo
2007-11-28 Stefano SabatiniClarify documentation for avcodec_encode_audio.
2007-11-25 Aurelien Jacobsadd pcm_s16le_planar support for electronicarts files
2007-11-15 Panagiotis IssarisAttribute for specifying direction should come right...
2007-11-09 Michael Niedermayerintrax8 decoder patch by "someone"
2007-11-07 Kostya ShishkovMusepack SV8 demuxer and decoder
2007-11-03 Aurelien Jacobsadd Electronic Arts XAS ADPCM decoder
2007-10-30 Peter RossEA IMA EACS decoder
2007-10-30 Peter RossEA IMA SEAD decoder
2007-10-24 Peter RossEA ADPCM R1, R2 and R3 decoder
2007-10-22 Kostya ShishkovBeam Software SIFF demuxer and video decoder
2007-10-21 Kostya ShishkovNew RM format deserves small version bump
next