Mercurial > libavcodec.hg
graph
-
Add graceful error handling to avcodec_get_pix_fmt_name() and avcodec_get_pix_fmt(). libavcodec2008-08-03, by pross
-
Picture.ref_count/ref_poc have to be stored per field (actually also per libavcodec2008-08-02, by michael
-
do not fail on qscale==0 if error resilience is high, fix broken quicktime h261, lotr.mov libavcodec2008-08-02, by bcoudurier
-
Mark add_png_paeth_prediction_* functions which are only used within this file libavcodec2008-08-02, by diego
-
Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_get_sample_fmt(), avcodec_sample_fmt_string() libavcodec2008-07-31, by pross
-
Modify all codecs to report their supported input and output sample format(s). libavcodec2008-07-31, by pross
-
increment minor version for commit r14412 (add sample_fmts infrastructure) libavcodec2008-07-28, by pross
-
Change the way the input is passed to do_hybrid_filter(). Before, in[0] was libavcodec2008-07-28, by vitor
-
Remove RA288Context.output buffer. This buffer is just RA288Context.sb libavcodec2008-07-28, by vitor
-
Remove the history buffer from the context. It can easily be evaluated libavcodec2008-07-27, by vitor
-
Rename two context buffers: pr{1,2} -> {sp,gain}_lpc. Also add a few doxy libavcodec2008-07-27, by vitor
-
Remove st1 and st2 temporary buffers in backward_filter() and use instead libavcodec2008-07-27, by vitor
-
And.... Fix another spec reference to be more specific and correct. libavcodec2008-07-26, by heydowns
-
Remove st1 and st2 variables from context, since they could be just local vars libavcodec2008-07-26, by vitor
-
Rename st{1,2}{a,b} context variables to more meaningful names: {sp,gain}_{rec,hist} libavcodec2008-07-26, by vitor
-
Move colmult() function to the beginning of file to group DSP-related functions. libavcodec2008-07-26, by vitor
-
Give the context structure of ra288 a better name: s/Real288_internal/RA288Context/ libavcodec2008-07-26, by vitor
-
add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum. libavcodec2008-07-26, by pross
-
add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder) libavcodec2008-07-26, by pross
-
Add a new -debug option for tracing calls to the default get/release_buffer functions. libavcodec2008-07-26, by astrange
-
Remove another stupidity, long_ref==0 check 4 lines after assert(long_ref==0). libavcodec2008-07-25, by michael
-
Rewrite fill_default_ref_list(), the old code was obfuscated beyond libavcodec2008-07-25, by michael
-
Make remove_short() match remove_long() in that it calls unreference_pic(). libavcodec2008-07-25, by michael
-
Merge oddly duplicated remove_long/remove_long_at_index() function. libavcodec2008-07-25, by michael
-
Remove another of these obfuscated special cases for field pictures libavcodec2008-07-25, by michael
-
Make sure mmco index is 0 (instead of uninitialized) in all error returns. libavcodec2008-07-25, by michael
-
cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavcodec2008-07-24, by diego
-
Rename update() function to backward_filter() and add a doxy comment libavcodec2008-07-24, by vitor
-
Follow FFmpeg convention of returning negative values on error in eval_lpc_coeffs() libavcodec2008-07-24, by vitor
-
Remove truncated support, use an AVParser if you used that, it is the same. libavcodec2008-07-23, by michael
-
Reduce the loglevel on a log message in the Nellymoser decoder. Related to Roundup 447. libavcodec2008-07-23, by banan
-
qscale has a range of 0..51 we thus do not need a 256 entry table and neither need libavcodec2008-07-22, by michael
-
Setting chroma_qp to 0 for PCM blocks is really an interesting minor libavcodec2008-07-22, by michael
-
Correct b_quant offset comment in avcodec.h, it is the description for libavcodec2008-07-21, by diego
-
Use slice_type_nos instead of slice_type where it makes no difference. libavcodec2008-07-21, by michael