2010-03-01 |
Vitor Sessak | Revert r22119 and partially revert 22120.
|
commit | commitdiff | tree |
2010-02-28 |
Vitor Sessak | Plug some memory leaks in NUT muxer and demuxer
|
commit | commitdiff | tree |
2010-02-28 |
Vitor Sessak | Implement av_tree_destroy_free_elem() to destroy a...
|
commit | commitdiff | tree |
2010-02-26 |
Vitor Sessak | Do not read beyond end of input in EA-TGV. This should...
|
commit | commitdiff | tree |
2010-02-21 |
Vitor Sessak | AMR-NB floating-point based decoder.
|
commit | commitdiff | tree |
2010-02-21 |
Vitor Sessak | Fix memory leak for truncated packets in idCin demuxer
|
commit | commitdiff | tree |
2010-02-20 |
Vitor Sessak | Free encoder extradata in avcodec_close(). Should fix...
|
commit | commitdiff | tree |
2010-02-20 |
Vitor Sessak | Do not leave uninitialized data in the packet in MPC...
|
commit | commitdiff | tree |
2010-02-19 |
Vitor Sessak | Fix memory leak for truncated frames
|
commit | commitdiff | tree |
2010-02-19 |
Vitor Sessak | Fix memory leak for truncated frames
|
commit | commitdiff | tree |
2010-02-19 |
Vitor Sessak | Add missing dependency of TwinVQ
|
commit | commitdiff | tree |
2010-02-13 |
Francesco Lavra | Fix reading beyond buffer end on RA144Context.lpc_tables.
|
commit | commitdiff | tree |
2010-02-05 |
Vitor Sessak | Do not segfault when doing "ffplay -h"
|
commit | commitdiff | tree |
2010-01-20 |
Vitor Sessak | Floating point discrete cosine transform
|
commit | commitdiff | tree |
2010-01-16 |
Vitor Sessak | SIPR16k decoder
|
commit | commitdiff | tree |
2010-01-16 |
Vitor Sessak | Allow a SIPR table to be used by the upcoming SIPR16k...
|
commit | commitdiff | tree |
2010-01-16 |
Vitor Sessak | Split some SIPR structs to a header file for the upcoming...
|
commit | commitdiff | tree |
2010-01-16 |
Vitor Sessak | Use macros instead of inline functions to replace the...
|
commit | commitdiff | tree |
2010-01-13 |
Vitor Sessak | Remove needless use of log2f()
|
commit | commitdiff | tree |
2010-01-13 |
Vitor Sessak | Remove the struct SiprModeParam of the context. This...
|
commit | commitdiff | tree |
2010-01-12 |
Vitor Sessak | Add replacements for log2f(), exp2() and exp2f() for...
|
commit | commitdiff | tree |
2010-01-10 |
Vladimir Voroshilov | SIPR decoder for modes 8k5, 6k5 and 5k0.
|
commit | commitdiff | tree |
2010-01-05 |
Francesco Lavra | Use correct context for av_log(), should prevent a...
|
commit | commitdiff | tree |
2010-01-04 |
Vitor Sessak | Reindent after last commit
|
commit | commitdiff | tree |
2010-01-04 |
Vitor Sessak | Add missing "static" qualifier
|
commit | commitdiff | tree |
2010-01-02 |
Vitor Sessak | 10l, my last commit (r21001) broke regression tests.
|
commit | commitdiff | tree |
2010-01-02 |
Vitor Sessak | Small ELBG optimization: use last pixel as a initial...
|
commit | commitdiff | tree |
2009-12-19 |
Vitor Sessak | Add tables used by both AMR-NB and SIPR
|
commit | commitdiff | tree |
2009-12-17 |
Michael Tison | CD+G demuxer and decoder
|
commit | commitdiff | tree |
2009-12-16 |
Vitor Sessak | Cosmetics: make celp_filters.* formatting more consistent...
|
commit | commitdiff | tree |
2009-12-16 |
Vitor Sessak | Optimize ff_celp_lp_synthesis_filterf(). 50% faster...
|
commit | commitdiff | tree |
2009-12-16 |
Vitor Sessak | List myself as the maintainer of celp_filters.*
|
commit | commitdiff | tree |
2009-12-14 |
Vitor Sessak | Correct typo
|
commit | commitdiff | tree |
2009-12-12 |
Vitor Sessak | Commit functions used by both AMRNB and SIPR
|
commit | commitdiff | tree |
2009-11-24 |
Vitor Sessak | Make lsp2polyf() function non-static for upcoming usage...
|
commit | commitdiff | tree |
2009-11-23 |
Vitor Sessak | Add missing include. Fix the following compiler warnings:
|
commit | commitdiff | tree |
2009-11-22 |
Vitor Sessak | Make sorting function used in TwinVQ a shared function
|
commit | commitdiff | tree |
2009-11-15 |
Vitor Sessak | Implement ff_decode_pitch_lag() that is used by both...
|
commit | commitdiff | tree |
2009-11-12 |
Vitor Sessak | Bump minor version after MPEG-4 Lossless commit
|
commit | commitdiff | tree |
2009-11-11 |
Vitor Sessak | Use doubles in ff_set_min_dist_lsf(). After this patch...
|
commit | commitdiff | tree |
2009-11-10 |
Vitor Sessak | Fix palette copying in av_picture_copy(). Previous...
|
commit | commitdiff | tree |
2009-11-10 |
Vitor Sessak | Avoid variable-length array use in ff_acelp_lspd2lpc()
|
commit | commitdiff | tree |
2009-11-09 |
Vitor Sessak | Do not hardcode filter order in ff_acelp_lspd2lpc()
|
commit | commitdiff | tree |
2009-11-04 |
Vitor Sessak | Reduce stack memory allocation in MP3 decoder
|
commit | commitdiff | tree |
2009-10-31 |
Vitor Sessak | Implement AMR gain function that is used by both AMR...
|
commit | commitdiff | tree |
2009-10-27 |
Vitor Sessak | Commit some functions that are used by both SIPR and...
|
commit | commitdiff | tree |
2009-10-24 |
Vitor Sessak | Bump micro version after the FRWU decoder inclusion
|
commit | commitdiff | tree |
2009-10-18 |
Vitor Sessak | Fix recursive avfilter_poll_frame(). It was doing
|
commit | commitdiff | tree |
2009-10-18 |
Vitor Sessak | Replace big square-root table by a call to ff_sqrt...
|
commit | commitdiff | tree |
2009-10-17 |
Vitor Sessak | Avoid segfault for empty input files
|
commit | commitdiff | tree |
2009-09-24 |
Vitor Sessak | Reindent code folowing previous commit (r20019)
|
commit | commitdiff | tree |
2009-09-24 |
Vitor Sessak | Factorize duplicated code in at1_imdct_block()
|
commit | commitdiff | tree |
2009-09-15 |
Vitor Sessak | Add two more sizes to ff_sine_windows[] and also pad...
|
commit | commitdiff | tree |
2009-09-12 |
Vitor Sessak | Do not do free AVStream in case of error, this is not...
|
commit | commitdiff | tree |
2009-08-27 |
Vitor Sessak | Formatting K&R fixes
|
commit | commitdiff | tree |
2009-08-27 |
Vitor Sessak | Mark "i" parameter of vector_clipf_sse() as early-clobber
|
commit | commitdiff | tree |
2009-08-27 |
Vitor Sessak | 100l, revision 19728 added a bug that broke twinvq...
|
commit | commitdiff | tree |
2009-08-27 |
Vitor Sessak | Mark parameter src of vector_clipf() as const
|
commit | commitdiff | tree |
2009-08-27 |
Vitor Sessak | SSE optimized vector_clipf(). 10% faster TwinVQ decoding.
|
commit | commitdiff | tree |
2009-08-24 |
Vitor Sessak | Cosmetics: add some whitespace around operators
|
commit | commitdiff | tree |
2009-08-23 |
Vitor Sessak | TwinVQ decoder
|
commit | commitdiff | tree |
2009-06-23 |
Brian Crowell | Make documentation better match the code. Now AVCodecContext...
|
commit | commitdiff | tree |
2009-06-17 |
Vitor Sessak | Do not call rgb2rgbWrapper() for rgb48*, there is no...
|
commit | commitdiff | tree |
2009-05-24 |
Vitor Sessak | Fix unaligned dsputil call.
|
commit | commitdiff | tree |
2009-05-17 |
Vitor Sessak | Make TMV decoder check packet sizes before reading...
|
commit | commitdiff | tree |
2009-05-08 |
Vitor Sessak | "[" is a terminating char for the filter name. This...
|
commit | commitdiff | tree |
2009-05-07 |
Vitor Sessak | Fix sliced yuv410 -> yuv420 conversion
|
commit | commitdiff | tree |
2009-04-27 |
Vitor Sessak | Revert r18700, documentation of deprecated functions...
|
commit | commitdiff | tree |
2009-04-27 |
Vitor Sessak | Check if there is enough bytes before reading the buffer...
|
commit | commitdiff | tree |
2009-04-27 |
Vitor Sessak | Skip 0x0000 frame footer in EA ADPCM decoder.
|
commit | commitdiff | tree |
2009-04-17 |
Vitor Sessak | Remove useless assignment in generate_codebook(). Found...
|
commit | commitdiff | tree |
2009-04-14 |
Vitor Sessak | For every line, copy 3*width bytes instead of linesize...
|
commit | commitdiff | tree |
2009-03-10 |
Vitor Sessak | Fix bug when elbg->utility_inc[elbg->numCB-1] == 1
|
commit | commitdiff | tree |
2009-03-08 |
Vitor Sessak | Use FLG pseudo-random number generator in RoQ and ELBG
|
commit | commitdiff | tree |
2009-03-08 |
Vitor Sessak | Be more verbose in describing VQF demuxer
|
commit | commitdiff | tree |
2009-03-07 |
Vitor Sessak | VQF demuxer
|
commit | commitdiff | tree |
2009-03-04 |
Vitor Sessak | Add more correct bound checking in filter_mb().
|
commit | commitdiff | tree |
2009-03-01 |
Vitor Sessak | Reindent after last commit
|
commit | commitdiff | tree |
2009-03-01 |
Vitor Sessak | Do not read uninitialized buffer, no matter if it will...
|
commit | commitdiff | tree |
2009-02-24 |
Vitor Sessak | Do not reimplement ff_celp_lp_synthesis_filterf().
|
commit | commitdiff | tree |
2009-02-23 |
Kenan Gillet | Change sign in ff_celp_lp_synthesis_filterf(). This...
|
commit | commitdiff | tree |
2009-02-11 |
Vitor Sessak | Document old scaler as deprecated
|
commit | commitdiff | tree |
2009-02-08 |
Vitor Sessak | 10l: fix compiler warning:
|
commit | commitdiff | tree |
2009-02-08 |
Nicolas Martin | NC camera demuxer
|
commit | commitdiff | tree |
2009-01-24 |
Vitor Sessak | Do not allocate RoqTempData on the stack
|
commit | commitdiff | tree |
2009-01-17 |
Vitor Sessak | Use shared sine window instead of defining another...
|
commit | commitdiff | tree |
2008-12-11 |
Vitor Sessak | Avoid POSIX reserved _t suffix.
|
commit | commitdiff | tree |
2008-12-11 |
Vitor Sessak | Rename ROQDPCMContext_t to ROQDPCMContext to avoid...
|
commit | commitdiff | tree |
2008-12-02 |
Kenan Gillet | Commit last ok'ed parts of QCELP decoder and enable it.
|
commit | commitdiff | tree |
2008-12-01 |
Kenan Gillet | More OKed parts of the QCELP decoder
|
commit | commitdiff | tree |
2008-12-01 |
Vitor Sessak | Remove hack added to make "make checkheaders" pass...
|
commit | commitdiff | tree |
2008-12-01 |
Kenan Gillet | More OKed parts of the QCELP decoder
|
commit | commitdiff | tree |
2008-11-30 |
Kenan Gillet | More OKed parts of the QCELP decoder
|
commit | commitdiff | tree |
2008-11-21 |
Kenan Gillet | More OKed parts of the QCELP decoder
|
commit | commitdiff | tree |
2008-11-21 |
Vitor Sessak | Cosmetic: Fix typo
|
commit | commitdiff | tree |
2008-11-20 |
Kenan Gillet | Fix typo in table value.
|
commit | commitdiff | tree |
2008-11-14 |
Kenan Gillet | More OKed parts of the QCELP decoder
|
commit | commitdiff | tree |
2008-11-11 |
Kenan Gillet | More OKed parts of the QCELP decoder
|
commit | commitdiff | tree |
2008-11-09 |
Kenan Gillet | More OKed parts of the QCELP decoder
|
commit | commitdiff | tree |
2008-10-30 |
Kenan Gillet | OKed parts of the QCELP decoder
|
commit | commitdiff | tree |
next |