summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* Correct the threshold of get_ur_golomb_jpegls() at which the optimizedMichael Niedermayer2008-09-15
* cosmetics: fix indentation after r15321Justin Ruggles2008-09-14
* write actual min and max frame size to FLAC header. update regression test ch...Justin Ruggles2008-09-14
* cosmetics: Fix indentation.Diego Biurrun2008-09-14
* Remove useless #ifdef around #include.Diego Biurrun2008-09-14
* write MD5 checksum to FLAC header. update regression tests.Justin Ruggles2008-09-14
* write number of samples in FLAC extradata.Justin Ruggles2008-09-14
* Return error when trying to decode non-grayscale 16-bit PNM images.Justin Ruggles2008-09-14
* Reindent after last commitRobert Swain2008-09-13
* Apply pulses to unscaled coefficients rather than scaled.Alex Converse2008-09-13
* Operands of '+' are not necessarily evaluated in order so r15311 was pointless.Robert Swain2008-09-13
* Correct order of parsing for pulse scalefactor band and offset to match theAlex Converse2008-09-13
* Cosmetics: line breaksVitor Sessak2008-09-13
* Simplify: use a single history buffer for gain and a single one forVitor Sessak2008-09-13
* Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char &David Conrad2008-09-13
* Reindent after last commitRobert Swain2008-09-12
* Only read some of TNS bitstream data in the case that the TNS filter order isAlex Converse2008-09-12
* Cosmetics: align spec referencesVitor Sessak2008-09-11
* Rename function: s/colmult/apply_window/Vitor Sessak2008-09-11
* misc spelling/wording/grammar fixesDiego Biurrun2008-09-11
* Make it possible to disable loop filter in VC-1.Kostya Shishkov2008-09-11
* Correct pulse amplitude application - a negative or 0 coefficient implies theRobert Swain2008-09-11
* Fix incorrect printing of brainfart cropping error in some cases in progressi...Jason Garrett-Glaser2008-09-11
* Convert table to integer.Vitor Sessak2008-09-10
* Convert two tables to signed decimalVitor Sessak2008-09-09
* Cosmetics: remove useless parenthesesVitor Sessak2008-09-09
* Remove ChannelData.lev var and use ChannelData.level insteadVitor Sessak2008-09-09
* Add support for creating Simple Profile (I-frame only, no arithmetic coding)Anuradha Suraparaju2008-09-09
* vorbis_enc : set coded_frame->pts value to running sample count.Jai Menon2008-09-09
* remove one more stuff under #if LIBAVCODEC_VERSION_INTAurelien Jacobs2008-09-08
* alac : fix case where bits_per_sample is not set.Baptiste Coudurier2008-09-08
* Remove useless commentVitor Sessak2008-09-08
* Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just anVitor Sessak2008-09-08
* Remove deprecated avcodec_decode_audio() this one was not under #ifdef.Michael Niedermayer2008-09-08
* avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_...Michael Niedermayer2008-09-08
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* Pass directly variable 'a' to interp instead of evaluating it from num_blocksVitor Sessak2008-09-08
* Simplify if() in copy_and_dup()Vitor Sessak2008-09-08
* Add av_cold attribute to decode_init()Vitor Sessak2008-09-08
* Cosmetics: Make the two additional units in size more clearVitor Sessak2008-09-08
* Remove DEFAULT_FRAME_RATE_BASE.Michael Niedermayer2008-09-08
* Drop deprecated SAMPLE_FMT_S24.Michael Niedermayer2008-09-08
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-08
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Try to fix wma regression.Michael Niedermayer2008-09-08
* Relicense as ISC with the authors' permission.Diego Biurrun2008-09-08
* Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission.Diego Biurrun2008-09-07
* Check output buffer size before decoding.Vitor Sessak2008-09-07
* Cosmetics: rename vars s/ctx/chd/Vitor Sessak2008-09-07
* Exploit symmetry to reduce size of tables by half.Vitor Sessak2008-09-07