Mercurial > libavcodec.hg
graph
-
Use #define instead of a constant. Patch by Paul Kendall. libavcodecTue, 29 Jul 2008 05:39:33 +0000, by darkshikari
-
Small h264 decoding speed optimization: while->do/while libavcodecMon, 28 Jul 2008 15:42:49 +0000, by darkshikari
-
Remove the now useless phase variable from context libavcodecMon, 28 Jul 2008 10:49:14 +0000, by vitor
-
increment minor version for commit r14412 (add sample_fmts infrastructure) libavcodecMon, 28 Jul 2008 10:48:03 +0000, by pross
-
Rename two context vars: s/sb/sp_block/, s/lhist/gain_block/ libavcodecMon, 28 Jul 2008 04:53:05 +0000, by vitor
-
Declare temporary buffers to be only of the necessary size libavcodecMon, 28 Jul 2008 04:37:58 +0000, by vitor
-
Cosmetics: do not align with now removed next instruction libavcodecMon, 28 Jul 2008 04:24:08 +0000, by vitor
-
Change the way the input is passed to do_hybrid_filter(). Before, in[0] was libavcodecMon, 28 Jul 2008 02:55:47 +0000, by vitor
-
Remove RA288Context.output buffer. This buffer is just RA288Context.sb libavcodecMon, 28 Jul 2008 02:53:07 +0000, by vitor
-
Add a few comments pointing to the G.728 specification libavcodecSun, 27 Jul 2008 22:22:51 +0000, by vitor
-
Remove the history buffer from the context. It can easily be evaluated libavcodecSun, 27 Jul 2008 22:21:41 +0000, by vitor
-
Rename two context buffers: pr{1,2} -> {sp,gain}_lpc. Also add a few doxy libavcodecSun, 27 Jul 2008 20:58:29 +0000, by vitor
-
Remove st1 and st2 temporary buffers in backward_filter() and use instead libavcodecSun, 27 Jul 2008 20:55:27 +0000, by vitor
-
Change slightly the meaning of RA288Context.phase. This libavcodecSun, 27 Jul 2008 20:35:32 +0000, by vitor
-
Initialize outputed_poc to INT_MIN at decoder initialization. libavcodecSun, 27 Jul 2008 13:49:04 +0000, by heydowns
-
AAC tables and data that have been OKed by Michael libavcodecSun, 27 Jul 2008 08:21:48 +0000, by superdump
-
And.... Fix another spec reference to be more specific and correct. libavcodecSat, 26 Jul 2008 18:38:30 +0000, by heydowns
-
Fix reference to spec to be more specific and correct. libavcodecSat, 26 Jul 2008 18:34:34 +0000, by heydowns
-
Remove st1 and st2 variables from context, since they could be just local vars libavcodecSat, 26 Jul 2008 15:14:50 +0000, by vitor
-
Rename st{1,2}{a,b} context variables to more meaningful names: {sp,gain}_{rec,hist} libavcodecSat, 26 Jul 2008 15:10:17 +0000, by vitor
-
Simple refactoring to resolve a FIXME. Patch by Paul Kendall. libavcodecSat, 26 Jul 2008 15:07:04 +0000, by darkshikari
-
Move colmult() function to the beginning of file to group DSP-related functions. libavcodecSat, 26 Jul 2008 14:35:50 +0000, by vitor
-
Give the context variables of ra288 a better name: s/glob/ractx/ libavcodecSat, 26 Jul 2008 14:31:47 +0000, by vitor
-
Give the context structure of ra288 a better name: s/Real288_internal/RA288Context/ libavcodecSat, 26 Jul 2008 14:29:39 +0000, by vitor
-
add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum. libavcodecSat, 26 Jul 2008 08:48:26 +0000, by pross
-
add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder) libavcodecSat, 26 Jul 2008 07:08:15 +0000, by pross
-
Add a new -debug option for tracing calls to the default get/release_buffer functions. libavcodecSat, 26 Jul 2008 01:57:10 +0000, by astrange
-
Print an error if a reference picture is missing. libavcodecFri, 25 Jul 2008 23:39:43 +0000, by michael
-
Remove another stupidity, long_ref==0 check 4 lines after assert(long_ref==0). libavcodecFri, 25 Jul 2008 22:39:43 +0000, by michael
-
Rewrite fill_default_ref_list(), the old code was obfuscated beyond libavcodecFri, 25 Jul 2008 21:46:15 +0000, by michael
-
Do not scare the user with error messages when everything is ok. libavcodecFri, 25 Jul 2008 14:52:58 +0000, by michael
-
Make remove_short() match remove_long() in that it calls unreference_pic(). libavcodecFri, 25 Jul 2008 14:00:01 +0000, by michael
-
Removing yet another weird field pic special case, libavcodecFri, 25 Jul 2008 13:40:13 +0000, by michael
-
Make remove_long() call unreference_pic() internally. libavcodecFri, 25 Jul 2008 13:09:06 +0000, by michael
-
Merge oddly duplicated remove_long/remove_long_at_index() function. libavcodecFri, 25 Jul 2008 12:56:58 +0000, by michael
-
Remove another of these obfuscated special cases for field pictures libavcodecFri, 25 Jul 2008 12:23:41 +0000, by michael
-
Simplify mmco setup code used in IDR pictures. libavcodecFri, 25 Jul 2008 12:12:25 +0000, by michael
-
Assert that long_ref has been cleared for released pics. libavcodecFri, 25 Jul 2008 11:54:03 +0000, by michael
-
Clear long_ref when a frame is no longer a long_ref. libavcodecFri, 25 Jul 2008 11:52:40 +0000, by michael
-
Make sure mmco index is 0 (instead of uninitialized) in all error returns. libavcodecFri, 25 Jul 2008 11:48:32 +0000, by michael
-
Simplify strange obfuscated code in MMCO_LONG handling. libavcodecFri, 25 Jul 2008 00:13:02 +0000, by michael
-
Set field_poc (it was half uninitialized before) and use it libavcodecThu, 24 Jul 2008 23:43:44 +0000, by michael
-
cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavcodecThu, 24 Jul 2008 17:09:28 +0000, by diego
-
Remove AltiVec vector declaration compiler compatibility macros. libavcodecThu, 24 Jul 2008 10:53:32 +0000, by diego
-
Rename update() function to backward_filter() and add a doxy comment libavcodecThu, 24 Jul 2008 04:29:23 +0000, by vitor
-
Follow FFmpeg convention of returning negative values on error in eval_lpc_coeffs() libavcodecThu, 24 Jul 2008 04:07:50 +0000, by vitor
-
Rename pred() to eval_lpc_coeffs() and add a doxy comment libavcodecThu, 24 Jul 2008 04:05:41 +0000, by vitor
-
Give parameters of do_hybrid_window() more meaningful names libavcodecThu, 24 Jul 2008 03:28:01 +0000, by vitor
-
Rename co() function to the much more descriptive name of libavcodecThu, 24 Jul 2008 03:23:51 +0000, by vitor
-
Simplify co(): write constant in a more readable way libavcodecThu, 24 Jul 2008 03:22:19 +0000, by vitor
-
Simplify co(), use memcpy/memmove and colmult() when useful. libavcodecThu, 24 Jul 2008 03:19:52 +0000, by vitor
-
Reset prev_frame_num for idr frames as required by the spec. libavcodecThu, 24 Jul 2008 00:45:18 +0000, by michael
-
Remove truncated support, use an AVParser if you used that, it is the same. libavcodecWed, 23 Jul 2008 14:44:07 +0000, by michael
-
Reduce the loglevel on a log message in the Nellymoser decoder. Related to Roundup 447. libavcodecWed, 23 Jul 2008 12:21:56 +0000, by banan
-
My commit at r14340 was not the right solution. For a monochromatic libavcodecWed, 23 Jul 2008 05:54:34 +0000, by vitor
-
Do declaration and initialization separately in elbg.c libavcodecWed, 23 Jul 2008 03:56:13 +0000, by vitor
-
When picking a "high utility centroid" do not pick one libavcodecWed, 23 Jul 2008 03:55:37 +0000, by vitor
-
The codebook generator algorithm involves picking three libavcodecWed, 23 Jul 2008 03:54:31 +0000, by vitor
-
3rd try to get the loop filter ref/mv check working correctly. libavcodecTue, 22 Jul 2008 17:44:36 +0000, by michael
-
qscale has a range of 0..51 we thus do not need a 256 entry table and neither need libavcodecTue, 22 Jul 2008 13:01:10 +0000, by michael
-
Setting chroma_qp to 0 for PCM blocks is really an interesting minor libavcodecTue, 22 Jul 2008 12:31:48 +0000, by michael
-
Revert r13542: Spatial direct mode probably also works with PAFF. libavcodecMon, 21 Jul 2008 22:46:47 +0000, by cehoyos
-
Loop filtering with multiple slice types fix. libavcodecMon, 21 Jul 2008 22:19:06 +0000, by michael
-
Correct b_quant offset comment in avcodec.h, it is the description for libavcodecMon, 21 Jul 2008 20:52:24 +0000, by diego
-
Use slice_type_nos instead of slice_type where it makes no difference. libavcodecMon, 21 Jul 2008 19:11:41 +0000, by michael
-
More correct ref comparison in the loop filter. libavcodecMon, 21 Jul 2008 18:06:23 +0000, by michael
-
Simplify spatial direct ref selection with FFMIN3() libavcodecMon, 21 Jul 2008 01:41:56 +0000, by michael
-
cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines. libavcodecSun, 20 Jul 2008 20:56:40 +0000, by diego
-
cosmetics: Reformat PPC code in libavcodec according to style guidelines. libavcodecSun, 20 Jul 2008 18:58:30 +0000, by diego
-
Fix used references indexes in the loop filter. libavcodecSun, 20 Jul 2008 18:06:41 +0000, by michael
-
Add skip* AVOptions, which seem to have been missed. libavcodecSun, 20 Jul 2008 16:02:49 +0000, by michael
-
Decrease severity of 'invalid new backstep' log message to warning libavcodecSun, 20 Jul 2008 15:01:20 +0000, by andoma
-
Supply context argument to av_log() in mpeg audio decoder. libavcodecSun, 20 Jul 2008 14:58:49 +0000, by andoma
-
read 'coupling in use' parameter from bitstream into decoder context first, libavcodecSat, 19 Jul 2008 22:01:46 +0000, by jbr
-
Fix h264_loop_filter_strength_mmx2() so it works with PAFF. libavcodecSat, 19 Jul 2008 21:53:54 +0000, by michael
-
Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2 libavcodecSat, 19 Jul 2008 18:53:04 +0000, by banan
-
Take the brain amputated spec literally if the user asks for it (-strict 1). libavcodecSat, 19 Jul 2008 16:16:00 +0000, by michael
-
Make strict_std_compliance available to decoders. libavcodecSat, 19 Jul 2008 15:57:06 +0000, by michael
-
Fix for possible null pointer dereferencing, closes Coverity report 68 run 2. libavcodecSat, 19 Jul 2008 15:48:53 +0000, by banan
-
Make the automatic has_b_frames increasing code increase it up to the libavcodecSat, 19 Jul 2008 15:37:52 +0000, by michael
-
Simplify co(): remove variables that are only used once libavcodecSat, 19 Jul 2008 15:32:29 +0000, by vitor
-
Try to fix my latest 100l fate SVQ3 breakage. libavcodecSat, 19 Jul 2008 12:21:09 +0000, by michael
-
Do not forget marking disposed delayed pics as unused. libavcodecSat, 19 Jul 2008 03:33:42 +0000, by michael
-
cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF libavcodecSat, 19 Jul 2008 02:54:54 +0000, by jbr
-
Remove delayed_output_pic, I do not understand what this variable was good for. libavcodecSat, 19 Jul 2008 02:53:57 +0000, by michael
-
Drop out of order pics even if bitstream_restriction_flag is set. libavcodecSat, 19 Jul 2008 02:44:17 +0000, by michael
-
Set avctx->coded_frame in RoQ encoder. At some point in libavcodecSat, 19 Jul 2008 02:43:23 +0000, by vitor
-
Make the ugly hack which uses an unused entry in the internal buffer libavcodecSat, 19 Jul 2008 00:32:15 +0000, by michael
-
minor simplification of qdm2_decode_fft_packets() libavcodecFri, 18 Jul 2008 21:16:59 +0000, by michael
-
Make frames non reference by default, so they are disposed of automatically libavcodecFri, 18 Jul 2008 20:59:17 +0000, by michael
-
Only realloc() bitstream buffer when the needed size increased, libavcodecFri, 18 Jul 2008 11:38:53 +0000, by michael
-
If metadata has been parsed goto end instead of trying to libavcodecFri, 18 Jul 2008 11:08:15 +0000, by michael
-
Declare parameters of pred() that could be const as such libavcodecThu, 17 Jul 2008 23:02:52 +0000, by vitor
-
100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in the libavcodecThu, 17 Jul 2008 17:42:44 +0000, by michael
-
Free in avcodec_close() avctx->rc_eq. Fix a memory leak. libavcodecWed, 16 Jul 2008 22:10:34 +0000, by stefano
-
The funny memcpyin svq3 generally has src & dst overlapping, so it libavcodecWed, 16 Jul 2008 02:10:21 +0000, by michael
-
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous. libavcodecWed, 16 Jul 2008 00:50:12 +0000, by lorenm
-
unroll another common case in vorbis_residue_decode libavcodecTue, 15 Jul 2008 23:01:15 +0000, by lorenm
-
Move the size of the H264Context delayed_pic array into a #define. libavcodecTue, 15 Jul 2008 21:30:04 +0000, by astrange
-
10l, float_to_int16_interleave_sse/3dnow wrote the wrong samples libavcodecTue, 15 Jul 2008 04:11:30 +0000, by lorenm
-
H264: fix index range assert() in remove_short_at_index() libavcodecMon, 14 Jul 2008 19:17:13 +0000, by mru
-
Make our flac decoder decode all the data at EOF. libavcodecSun, 13 Jul 2008 21:51:29 +0000, by michael
-
strdup() the default value for rc_eq in AVCodec when setting it in libavcodecSun, 13 Jul 2008 21:44:00 +0000, by stefano
-
Fix the logic to access the location of a string to free when setting libavcodecSun, 13 Jul 2008 21:28:17 +0000, by stefano
-
Do not declare as double a var that only stores a float libavcodecSun, 13 Jul 2008 20:38:42 +0000, by vitor
-
check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and libavcodecSun, 13 Jul 2008 20:03:57 +0000, by reimar
-
Add av_clipf() function to common.h and use it in ra288.c libavcodecSun, 13 Jul 2008 19:59:44 +0000, by vitor
-
mlpdec: Check for bits left before each read of End-of-Stream indicator and libavcodecSun, 13 Jul 2008 14:59:39 +0000, by ramiro
-
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it libavcodecSun, 13 Jul 2008 14:27:48 +0000, by ramiro
-
clip MS ADPCM predictor range to correct [0..6] range, not [0..7] libavcodecSun, 13 Jul 2008 14:25:31 +0000, by reimar
-
Use bytestream and AV_RL* functions in ADPCM code where possible libavcodecSun, 13 Jul 2008 14:12:51 +0000, by reimar
-
Fix MS ADPCM de- and encoding: first and second sample are swapped. libavcodecSun, 13 Jul 2008 14:08:28 +0000, by reimar
-
mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter libavcodecSun, 13 Jul 2008 12:23:02 +0000, by mru
-
Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER libavcodecSun, 13 Jul 2008 00:07:43 +0000, by mru
-
Fix pts handling when encoding with libschroedinger, closes issue 453. libavcodecSat, 12 Jul 2008 20:12:18 +0000, by diego
-
Use new style static VLC tables for IMC decoder. libavcodecSat, 12 Jul 2008 15:02:40 +0000, by reimar
-
100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov libavcodecSat, 12 Jul 2008 09:23:37 +0000, by reimar
-
Change MS ADPCM table so they fit into int8_t and change array type. libavcodecFri, 11 Jul 2008 21:38:42 +0000, by reimar
-
Check that we have enough output space available. libavcodecFri, 11 Jul 2008 19:45:52 +0000, by michael
-
Deprecate avcodec_build(), it returns the same value as libavcodecFri, 11 Jul 2008 15:25:12 +0000, by andoma
-
Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding. libavcodecFri, 11 Jul 2008 07:48:37 +0000, by diego
-
Make preprocessor condition more specific and useful by changing libavcodecFri, 11 Jul 2008 07:45:49 +0000, by diego
-
SSE2 optimizations for Monkey's Audio decoder vector functions libavcodecFri, 11 Jul 2008 04:48:38 +0000, by kostya
-
H264: Fix decoding with CABAC/delta_qp/PCM macroblocks. libavcodecFri, 11 Jul 2008 02:07:57 +0000, by astrange
-
Parse frames to feed the decoder with individual parse units. libavcodecThu, 10 Jul 2008 11:44:01 +0000, by benoit
-
Monkey's Audio decoder vector functions work on input with length libavcodecThu, 10 Jul 2008 06:15:13 +0000, by kostya
-
Remove ancient code that hasnt worked in many years. libavcodecWed, 09 Jul 2008 19:21:08 +0000, by michael
-
Make the function prototype visible to comply with C99 inline. libavcodecWed, 09 Jul 2008 17:51:57 +0000, by astrange
-
increment minor version for commit r14110 (Electronic Arts CMV decoder) libavcodecWed, 09 Jul 2008 08:34:43 +0000, by pross
-
Remove wrong casts from vector declarations, this would cause errors when libavcodecTue, 08 Jul 2008 16:02:20 +0000, by diego
-
Remove AVPaletteControl from ALG MM demuxer/decoder libavcodecTue, 08 Jul 2008 12:44:08 +0000, by pross
-
1 c-asm loop less and 1x unroll of float_to_int16_sse() libavcodecMon, 07 Jul 2008 21:25:18 +0000, by michael
-
dont use C-asm loops and unroll once float_to_int16_3dnow() libavcodecMon, 07 Jul 2008 20:46:03 +0000, by michael
-
Remove context fields which can be used as simple local variables. libavcodecSun, 06 Jul 2008 10:01:54 +0000, by diego
-
Remove av_cold attribute on decode_frame and add it to decode_end libavcodecSun, 06 Jul 2008 09:58:23 +0000, by diego
-
Altivec implementation of APE vector functions libavcodecSun, 06 Jul 2008 07:33:09 +0000, by kostya
-
Add several vector functions used by Monkey's Audio decoder to dsputil libavcodecSun, 06 Jul 2008 06:06:55 +0000, by kostya
-
Create a function for float dot product instead of duplicating all over the file libavcodecSat, 05 Jul 2008 18:42:08 +0000, by vitor
-
Add correct header #include to fix 'make checkheaders'. libavcodecSat, 05 Jul 2008 10:16:54 +0000, by diego
-
Add a note to remind people that new PCM/ADPCM formats need to be added to libavcodecSat, 05 Jul 2008 07:30:59 +0000, by diego
-
Write for loops in a more standard way. In my opinion, they are much more readable now. libavcodecFri, 04 Jul 2008 19:55:58 +0000, by vitor
-
Move vars declaration to inner loop when possible libavcodecFri, 04 Jul 2008 15:37:52 +0000, by vitor
-
We do not only calculate it but we also return it. libavcodecThu, 03 Jul 2008 11:52:35 +0000, by michael
-
Use get_cabac_bypass_sign instead of an if/else. libavcodecWed, 02 Jul 2008 22:25:17 +0000, by astrange
-
Reorder the if/else for residual cats to match gcc's branch prediction. libavcodecWed, 02 Jul 2008 22:20:06 +0000, by astrange
-
Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop. libavcodecWed, 02 Jul 2008 22:08:12 +0000, by astrange
-
Don't generate two copies of hl_decode_mb() under ENABLE_SMALL. libavcodecWed, 02 Jul 2008 22:03:53 +0000, by astrange
-
Don't test for H264 encoding unless an encoder exists. libavcodecWed, 02 Jul 2008 21:46:18 +0000, by astrange
-
Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers. libavcodecTue, 01 Jul 2008 01:36:16 +0000, by ramiro
-
Clarify/simplify documentation for the default_val field in AVOption. libavcodecMon, 30 Jun 2008 21:46:49 +0000, by stefano
-
Remove useless wrapper around ra288_decode_frame() libavcodecMon, 30 Jun 2008 19:30:27 +0000, by vitor
-
Remove unpack() function, read the bitstream as needed libavcodecMon, 30 Jun 2008 19:09:00 +0000, by vitor
-
gain code, gain pitch and pitch delay decoding for ACELP based codecs libavcodecMon, 30 Jun 2008 18:03:38 +0000, by voroshil
-
Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one libavcodecSun, 29 Jun 2008 21:37:03 +0000, by vitor
-
Use ff_acelp_lp_synthesis_filter() instead of duplicating it libavcodecSun, 29 Jun 2008 11:21:06 +0000, by vitor
-
Add a rounding parameter to ff_acelp_lp_synthesis_filter() libavcodecSun, 29 Jun 2008 11:19:50 +0000, by vitor
-
Add command line support for '-idct simplearmv6'. libavcodecSun, 29 Jun 2008 08:32:27 +0000, by diego
-
Use MANGLE() instead of memory operands to read globals. libavcodecSat, 28 Jun 2008 18:27:31 +0000, by astrange
-
Make code independent/less dependent on dsputil. libavcodecSat, 28 Jun 2008 10:42:31 +0000, by michael
-
Seek the file forwards instead of backwards when sync is lost. libavcodecFri, 27 Jun 2008 21:36:01 +0000, by ramiro
-
VP3 parser can also handle VP6 without any changes. libavcodecThu, 26 Jun 2008 17:14:20 +0000, by aurel
-
move ff_log2_run to bitstream.c and reuse in ffv1.c libavcodecThu, 26 Jun 2008 16:39:21 +0000, by stefang
-
VP3 & Theora parser to extract keyframe flags. libavcodecThu, 26 Jun 2008 11:25:42 +0000, by michael
-
Set frame_size to the gcd of what the decoder can output. libavcodecWed, 25 Jun 2008 18:35:24 +0000, by michael
-
Don't set mm_flags in fft-test, since it doesn't do anything anyway. libavcodecWed, 25 Jun 2008 17:37:47 +0000, by astrange
-
Use a local variable instead of mm_flags in dct-test. libavcodecWed, 25 Jun 2008 17:33:55 +0000, by astrange
-
make ModeAlphabet read-only and use a custom mode alphabet libavcodecWed, 25 Jun 2008 14:14:58 +0000, by stefang
-
Make it a little easier to spot that the code is not dealing only with libavcodecWed, 25 Jun 2008 12:08:39 +0000, by ramiro
-
Define mm_flags/support to be 0 on architectures where they don't exist. libavcodecTue, 24 Jun 2008 23:51:17 +0000, by astrange
-
Replace redundant MAX macro declaration by proper use of FFMAX. libavcodecTue, 24 Jun 2008 20:15:31 +0000, by diego
-
Use lpc_coef[2] instead of lpc_coef and lpc_coef_old libavcodecTue, 24 Jun 2008 18:38:55 +0000, by vitor
-
Mark constant structure member as const to avoid some warnings. libavcodecTue, 24 Jun 2008 09:10:30 +0000, by diego
-
Remove redundant mm_flags declaration, fixes the warning: libavcodecTue, 24 Jun 2008 09:00:58 +0000, by diego
-
Merge the >> 4 calculation of cb1_base in the table libavcodecMon, 23 Jun 2008 21:10:59 +0000, by vitor
-
Consistency: make the output buffer the first argument of functions libavcodecMon, 23 Jun 2008 21:00:28 +0000, by vitor
-
It makes more sense to return 1 here in case of overflow. libavcodecMon, 23 Jun 2008 20:42:36 +0000, by vitor
-
Rename rotate_buffer() to copy_and_dup() and doxy it libavcodecMon, 23 Jun 2008 20:18:51 +0000, by vitor
-
Move code unrelated to lpc filtering out of lpc_filter() libavcodecMon, 23 Jun 2008 20:05:42 +0000, by vitor
-
Avoid a memcpy. Code is also simpler now in my opinion. libavcodecSun, 22 Jun 2008 20:09:13 +0000, by vitor
-
Add generic ff_sine_window_init function and implement in codecs appropriately libavcodecSun, 22 Jun 2008 15:12:27 +0000, by superdump
-
vp6: ensure that huffman decoding table is sorted with descending symbol order libavcodecSun, 22 Jun 2008 13:20:41 +0000, by aurel
-
Add missing mpegvideo.o to list of vc1.o dependencies. libavcodecSun, 22 Jun 2008 12:52:26 +0000, by diego
-
Add missing entry for ADPCM_EA_MAXIS_XA_DECODER. libavcodecSun, 22 Jun 2008 12:47:39 +0000, by diego
-
Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16 libavcodecSun, 22 Jun 2008 07:05:40 +0000, by reimar
-
Do not write junk in the end of truncated files. FATE libavcodecFri, 20 Jun 2008 20:46:07 +0000, by vitor
-
Do not shift F[I] twice, it is also clearer and smaller now. libavcodecThu, 19 Jun 2008 11:04:31 +0000, by michael
-
Copy 4 pointers to avid dozends of ptr dereferences. libavcodecThu, 19 Jun 2008 10:49:30 +0000, by michael
-
Improve an lclenc.c error message in case of unsupported input pixel libavcodecThu, 19 Jun 2008 10:12:15 +0000, by stefano
-
Remove the truncated bitstream handling from our g726 decoder. libavcodecWed, 18 Jun 2008 19:18:32 +0000, by michael
-
convert DOS-style carriage return to Unix-style libavcodecTue, 17 Jun 2008 14:42:51 +0000, by gpoirier
-
Do not inline g726_iterate() the function is big so its inlining will libavcodecTue, 17 Jun 2008 00:09:42 +0000, by michael
-
Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler. libavcodecMon, 16 Jun 2008 23:57:12 +0000, by michael
-
Remove redundant zeroing (the context is memset(0)). libavcodecMon, 16 Jun 2008 23:53:34 +0000, by michael
-
Float11 does not need int, .o file becomes smaller and the code might libavcodecMon, 16 Jun 2008 23:34:15 +0000, by michael
-
Check number of bits so we do not try to use table entries which do not exist. libavcodecMon, 16 Jun 2008 23:16:44 +0000, by michael
-
get_bits() outputs exactly as many bits as requested no need to mask them. libavcodecMon, 16 Jun 2008 20:42:54 +0000, by michael
-
Add missing #includes to fix 'make checkheaders'. libavcodecMon, 16 Jun 2008 08:25:48 +0000, by diego
-
fix verbatim mode decoding. patch by Jai Menon (realityman gmx net). libavcodecSun, 15 Jun 2008 18:01:25 +0000, by jbr
-
Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software libavcodecFri, 13 Jun 2008 09:30:42 +0000, by stefano
-
Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodecThu, 12 Jun 2008 21:50:13 +0000, by stefano
-
Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and libavcodecMon, 09 Jun 2008 16:30:59 +0000, by reimar
-
Almost-cosmetics: split out coeff_count from all_fragments struct into libavcodecMon, 09 Jun 2008 16:26:28 +0000, by reimar
-
enable global_header flag for audio and video encoding, was wrongly part of commit r13722 libavcodecMon, 09 Jun 2008 01:21:57 +0000, by bcoudurier
-
add fields needed for E-AC-3 decoding to decode context libavcodecSun, 08 Jun 2008 21:08:53 +0000, by jbr
-
Separating from nellymoserdec.c parts required by encoder libavcodecSun, 08 Jun 2008 20:45:18 +0000, by bwolowiec
-
store exp_strategy for all blocks in decode context libavcodecSat, 07 Jun 2008 22:30:47 +0000, by jbr
-
store cpl_in_use for all blocks in decode context libavcodecSat, 07 Jun 2008 22:30:43 +0000, by jbr
-
cosmetics: add and align references to spec variable names libavcodecSat, 07 Jun 2008 22:30:39 +0000, by jbr
-
use macro constants for array sizes in decode context libavcodecSat, 07 Jun 2008 22:30:31 +0000, by jbr
-
cosmetics: reorder decode context fields into logical groups libavcodecSat, 07 Jun 2008 22:30:22 +0000, by jbr
-
move the decode context and some macro constants to a new file, ac3dec.h libavcodecSat, 07 Jun 2008 22:30:16 +0000, by jbr
-
move mix level tables from parser to decoder. have parser read bitstream value instead of using an index to a table in the decoder. libavcodecSat, 07 Jun 2008 22:30:09 +0000, by jbr
-
add more gain levels and adjust mix level tables accordingly. libavcodecSat, 07 Jun 2008 22:30:03 +0000, by jbr
-
set default mix levels regardless of bitstream id libavcodecSat, 07 Jun 2008 22:29:45 +0000, by jbr
-
read frame type from header info into decode context libavcodecSat, 07 Jun 2008 22:29:19 +0000, by jbr
-
get the number of blocks from the ac3 parser and use in the ac3 decoder. libavcodecSat, 07 Jun 2008 22:29:03 +0000, by jbr
-
Remove Fabrice's copyright from the Makefiles. They have been entirely libavcodecFri, 06 Jun 2008 17:50:32 +0000, by diego
-
Remove *lpc_refl from the context. Only the value libavcodecThu, 05 Jun 2008 16:15:44 +0000, by vitor
-
Split function rms() in two (it does two unrelated things) libavcodecThu, 05 Jun 2008 16:11:51 +0000, by vitor
-
add esa/dia compat me options and new tesa for libx264 libavcodecThu, 05 Jun 2008 01:57:35 +0000, by bcoudurier
-
Sample tested and the code worked so the comment is removed libavcodecTue, 03 Jun 2008 16:46:38 +0000, by banan
-
In mpeg1/2 timestamps are associated with the access unit which libavcodecTue, 03 Jun 2008 02:43:17 +0000, by michael
-
print correct mpeg-2 broken_link value, and print closed_gop libavcodecMon, 02 Jun 2008 19:04:14 +0000, by bcoudurier
-
Only store timestamps when there are timestamps. libavcodecMon, 02 Jun 2008 14:53:54 +0000, by michael
-
Our MPEG-TS demuxer does not send complete PES packets but sends them libavcodecMon, 02 Jun 2008 14:40:27 +0000, by michael
-
Move new field to the end to avoid ABI breakage, I thought this struct libavcodecMon, 02 Jun 2008 14:23:25 +0000, by michael
-
Allow matching timestamps to be removed by fetch_timestamp(). libavcodecMon, 02 Jun 2008 13:12:54 +0000, by michael
-
Add off argument so that fetch_timestamp can search for timestamps libavcodecMon, 02 Jun 2008 13:09:56 +0000, by michael
-
Factorize fetch_timestamp() into its own function libavcodecMon, 02 Jun 2008 13:05:38 +0000, by michael
-
Rename last_frame_offset to next_frame_offset. libavcodecMon, 02 Jun 2008 03:10:00 +0000, by michael
-
move some AC3HeaderInfo struct fields to the Coded elements group. libavcodecMon, 02 Jun 2008 02:54:46 +0000, by jbr
-
return if bitrate is not specified or too low libavcodecSun, 01 Jun 2008 21:29:45 +0000, by bcoudurier
-
The function dec1() do two completly unrelated things. Split the rms calculation out of it. libavcodecSun, 01 Jun 2008 19:30:07 +0000, by vitor
-
memcpy considering output width, not src linesize, fix segv with av_picture_pad libavcodecSun, 01 Jun 2008 02:28:33 +0000, by bcoudurier
-
set lfe params at frame init instead of in every block libavcodecSat, 31 May 2008 21:57:45 +0000, by jbr
-
only calculate number of exponent groups when exponents are not reused. libavcodecSat, 31 May 2008 21:53:31 +0000, by jbr
-
new dba values requires running last 2 bit allocation stages libavcodecSat, 31 May 2008 19:56:54 +0000, by jbr
-
get_transform_coeffs() never returns an error, so make the function and its children return void. libavcodecSat, 31 May 2008 16:04:41 +0000, by jbr
-
Remove ra144.o dependency added in revision r13500, now reverted libavcodecSat, 31 May 2008 14:32:11 +0000, by vitor
-
As *_static are not deallocated anymore except on program termination libavcodecFri, 30 May 2008 23:26:09 +0000, by michael
-
Move *_static to bitstream.c which is the only file left which needs libavcodecFri, 30 May 2008 21:12:33 +0000, by michael
-
Change init_vlc_rl() so it does not use *alloc_static() anymore. libavcodecFri, 30 May 2008 21:08:41 +0000, by michael
-
Change init_2d_vlc_rl() to not use *alloc_static(). libavcodecFri, 30 May 2008 21:06:40 +0000, by michael
-
Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier. libavcodecFri, 30 May 2008 20:00:19 +0000, by michael
-
Make init_vlc* support proper static tables instead of this broken beyond libavcodecFri, 30 May 2008 19:48:02 +0000, by michael
-
in TRUNCATED mode, use residual fragments in ParseContext libavcodecThu, 29 May 2008 20:09:45 +0000, by skal
-
Use ff_acelp_weighted_vector_sum() instead of reimplementing it libavcodecWed, 28 May 2008 19:04:34 +0000, by vitor
-
Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. libavcodecWed, 28 May 2008 11:59:41 +0000, by michael
-
Arrays where one element too small, fixes CID114. libavcodecTue, 27 May 2008 22:10:17 +0000, by michael
-
Do not read from prior the array, fix CID 127. libavcodecTue, 27 May 2008 19:44:56 +0000, by michael
-
zero the upper frequencies of the correct coefficients libavcodecTue, 27 May 2008 00:43:39 +0000, by jbr
-
consistency cosmetics: indices --> indexes in variable names libavcodecMon, 26 May 2008 23:36:05 +0000, by diego
-
cosmetics: Use C-style comments in #endif directives. libavcodecMon, 26 May 2008 23:09:46 +0000, by diego
-
Rename var: add read coefficients a decent name libavcodecMon, 26 May 2008 18:26:47 +0000, by vitor
-
Context vars are not global vars. glob is a bad name for it. libavcodecMon, 26 May 2008 16:59:39 +0000, by vitor
-
Rename context struct to be more consistent with the rest of ffmpeg libavcodecMon, 26 May 2008 16:55:22 +0000, by vitor
-
Warn about packed B-frames. (especially useful if the file in question is libavcodecMon, 26 May 2008 11:32:42 +0000, by michael
-
set audio parameters if frame header is ok, even if crc fails libavcodecSun, 25 May 2008 18:54:17 +0000, by jbr
-
Cosmetics: merge declaration and initialization libavcodecSun, 25 May 2008 16:44:56 +0000, by vitor
-
Move evaluation of variable a to where it is trivial libavcodecSun, 25 May 2008 16:29:07 +0000, by vitor
-
Make add_wav() receive a vector instead of three integers libavcodecSun, 25 May 2008 16:27:33 +0000, by vitor
-
add checks for missing information in the first block libavcodecSun, 25 May 2008 15:34:48 +0000, by jbr
-
add check for invalid channel mode when coupling is used libavcodecSun, 25 May 2008 15:23:03 +0000, by jbr
-
Parameter n of dec functions is always 3. Hardcode it. libavcodecSun, 25 May 2008 13:22:56 +0000, by vitor
-
Move pitch vector interpolation code to acelp_filters libavcodecSat, 24 May 2008 17:18:42 +0000, by voroshil
-
Use an intermediate variable for overflow testing libavcodecSat, 24 May 2008 16:38:48 +0000, by vitor
-
Handle the case where we do not have enough input libavcodecSat, 24 May 2008 16:20:37 +0000, by vitor
-
adaptive and fixed codebook vector operations for ACELP-based codecs libavcodecFri, 23 May 2008 03:10:27 +0000, by voroshil
-
Fix decoding of 01-Untitled(1).oma, patch by Maxim Poliakovski libavcodecThu, 22 May 2008 19:16:28 +0000, by banan
-
Only one out of two values of gbuf1 is actually used. Make it half the size. libavcodecWed, 21 May 2008 16:41:58 +0000, by vitor
-
Make etable1 and etable2 tables instead of arrays. libavcodecWed, 21 May 2008 16:38:44 +0000, by vitor
-
Simplify ra144_decode_frame() by unrolling a senseless libavcodecWed, 21 May 2008 16:36:19 +0000, by vitor
-
Use ff_sqrt() function instead of using a table libavcodecWed, 21 May 2008 16:33:49 +0000, by vitor
-
Cosmetics: move function to remove forward declarations libavcodecSat, 17 May 2008 14:51:49 +0000, by vitor
-
LPCM 24 bits support, patch by Lars T«£uber, lars.taeuber gmx net libavcodecSat, 17 May 2008 11:42:03 +0000, by diego
-
The MPEG4AAC codec is provided by an external library and will be disabled libavcodecSat, 17 May 2008 11:38:30 +0000, by diego
-
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it libavcodecSat, 17 May 2008 10:20:01 +0000, by diego
-
Avoid using log2() freebsd does not support it. libavcodecFri, 16 May 2008 21:28:55 +0000, by michael
-
consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste it libavcodecFri, 16 May 2008 00:28:22 +0000, by diego
-
Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it. libavcodecFri, 16 May 2008 00:26:02 +0000, by diego
-
cosmetics: Use C-style comment delimiters with #endif directives. libavcodecThu, 15 May 2008 23:03:55 +0000, by diego
-
cosmetics: Fix typos in ADPCM codec long names. libavcodecThu, 15 May 2008 23:02:43 +0000, by diego
-
cosmetics: s/Id/id/ in libavcodec where Id refers to id Software. libavcodecThu, 15 May 2008 22:51:38 +0000, by diego
-
Do not pass the context to functions that do not use it libavcodecThu, 15 May 2008 18:41:04 +0000, by vitor
-
Do not copy tables to a context var, use them directly libavcodecThu, 15 May 2008 18:36:12 +0000, by vitor
-
Remove unneeded fields from the decoder context libavcodecThu, 15 May 2008 18:34:31 +0000, by vitor
-
Read the bitstream where the data is actually needed instead of doing it in unpack_input() libavcodecThu, 15 May 2008 18:31:55 +0000, by vitor
-
Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out) libavcodecThu, 15 May 2008 18:30:05 +0000, by vitor
-
The first table of decodetable[] is unrelated to the other. Rename it. libavcodecThu, 15 May 2008 18:28:24 +0000, by vitor
-
ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it libavcodecThu, 15 May 2008 11:35:19 +0000, by diego
-
DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste it libavcodecThu, 15 May 2008 11:31:14 +0000, by diego
-
Make av_set_string() fail when number could not be set. libavcodecThu, 15 May 2008 01:03:48 +0000, by benoit
-
Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it. libavcodecWed, 14 May 2008 16:30:37 +0000, by diego
-
Update offset in the option string later, to have a better error message. libavcodecWed, 14 May 2008 02:14:11 +0000, by benoit
-
Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT. libavcodecTue, 13 May 2008 15:56:45 +0000, by cehoyos
-
Replace one more occurrence of -1 with PIX_FMT_NONE. libavcodecMon, 12 May 2008 10:31:52 +0000, by cehoyos
-
armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since libavcodecMon, 12 May 2008 09:18:32 +0000, by gpoirier
-
Do not use variable frame_info before its value is set. libavcodecMon, 12 May 2008 06:51:30 +0000, by cehoyos
-
Previous commit missed an initialization - this fixes FATE's test sample. libavcodecSun, 11 May 2008 23:39:55 +0000, by astrange
-
Replace some occurrences of -1 with PIX_FMT_NONE. libavcodecSun, 11 May 2008 22:28:43 +0000, by cehoyos
-
Add some initial optimizations for ARM VFP (floating libavcodecSun, 11 May 2008 20:06:03 +0000, by gpoirier
-
Use h->mb_xy directly in decode_cabac_residual(). libavcodecSun, 11 May 2008 19:18:39 +0000, by astrange
-
Store mb_xy in H264Context and only calculate it once per MB. libavcodecSun, 11 May 2008 19:16:21 +0000, by astrange
-
Replace some hardcoded swapping with FFSWAP. libavcodecSun, 11 May 2008 18:43:11 +0000, by astrange
-
cosmetics: indent after last commit. patch by matthieu castet <castet matthieu free fr>. libavcodecSun, 11 May 2008 18:14:30 +0000, by jbr
-
simplify decoding of uncompressed samples. patch by matthieu castet <castet matthieu free fr>. libavcodecSun, 11 May 2008 18:13:30 +0000, by jbr
-
Implement bidirectional (positive offset - left, negative - right) libavcodecSun, 11 May 2008 11:49:25 +0000, by voroshil
-
Update comment to version, negotiated with Diego, and libavcodecSun, 11 May 2008 10:07:11 +0000, by voroshil
-
Simplify a list of array allocations with a loop. libavcodecSun, 11 May 2008 03:40:14 +0000, by diego
-
Replace hardcoded LP filter order with parameter. libavcodecSun, 11 May 2008 03:18:18 +0000, by voroshil
-
Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com. libavcodecSat, 10 May 2008 16:05:12 +0000, by diego
-
Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com. libavcodecSat, 10 May 2008 16:02:38 +0000, by diego
-
cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com, libavcodecSat, 10 May 2008 15:59:08 +0000, by diego
-
Use full path for #includes from another directory. libavcodecFri, 09 May 2008 11:56:36 +0000, by diego
-
ipp.h is a system header, use <> when #including it. libavcodecFri, 09 May 2008 10:06:51 +0000, by diego
-
dsputil.h is not a system header, use "" when #including it. libavcodecFri, 09 May 2008 09:48:49 +0000, by diego
-
ensure vp56_decode_frame always return unchanged buf_size libavcodecThu, 08 May 2008 21:59:51 +0000, by aurel
-
Do not misuse long as the size of a register in x86. libavcodecThu, 08 May 2008 21:11:24 +0000, by ramiro
-
Remove one more set of useless parentheses from a return call. libavcodecTue, 06 May 2008 09:20:50 +0000, by diego
-
Remove unnecessary parentheses from return calls. libavcodecTue, 06 May 2008 09:16:36 +0000, by diego
-
Use a state machine to reduce branching logic in decode_cabac_residual. libavcodecSun, 04 May 2008 22:39:12 +0000, by astrange
-
Prevent targaenc.c from outputting trash byte. libavcodecSun, 04 May 2008 20:04:00 +0000, by ramiro
-
Add complete multimedia Wiki URL, patch by Sisir Koppaka. libavcodecSun, 04 May 2008 09:58:22 +0000, by diego
-
cosmetics: Consistently use C-style comments in #endif preprocessor directives. libavcodecSat, 03 May 2008 14:15:29 +0000, by diego
-
10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, so libavcodecSat, 03 May 2008 13:55:31 +0000, by diego
-
Add Dirac parser from SoC; written by Marco Gerards; libavcodecSat, 03 May 2008 03:33:21 +0000, by diego
-
split out some decoder context params to a shared macro libavcodecFri, 02 May 2008 21:33:14 +0000, by jbr
-
change function parameters for metadata_streaminfo() libavcodecFri, 02 May 2008 21:29:49 +0000, by jbr
-
Mark symbol as static, patch by Diego 'Flameeyes' Petten«Ò, flameeyes gmail com. libavcodecThu, 01 May 2008 15:20:57 +0000, by diego
-
Remove leading whitespace in long codec name that was committed in r13017 libavcodecTue, 29 Apr 2008 08:37:40 +0000, by superdump
-
Calculate motion vector information based on PTS provided in slice header libavcodecMon, 28 Apr 2008 13:37:36 +0000, by kostya
-
Make 8SVX codec names just a single word for consistency with other codec names. libavcodecSun, 27 Apr 2008 22:19:02 +0000, by diego
-
Remove unnecessary test program dependency declarations. libavcodecSat, 26 Apr 2008 15:38:00 +0000, by diego
-
Grammar fixes and improvements for the new ACELP code libavcodecSat, 26 Apr 2008 15:20:06 +0000, by superdump
-
break if error in header so it can output already decoded frames libavcodecSat, 26 Apr 2008 14:41:29 +0000, by bcoudurier
-
move MP3On4DecodeContext def near the code and under ifdef libavcodecSat, 26 Apr 2008 14:22:43 +0000, by bcoudurier
-
correctly patch syncword for samples rates < 16000, decoder now fully support all iso ref files libavcodecSat, 26 Apr 2008 14:18:29 +0000, by bcoudurier
-
remove old draft last case not present anymore in iso specs libavcodecSat, 26 Apr 2008 14:08:34 +0000, by bcoudurier
-
mp3on4 decoder now depends on mpeg4audio code libavcodecSat, 26 Apr 2008 14:00:27 +0000, by bcoudurier
-
Skip blocks in B-frames reuse motion vectors from next reference frame. libavcodecSat, 26 Apr 2008 13:09:36 +0000, by kostya
-
correctly compute out_size and samples number libavcodecSat, 26 Apr 2008 13:03:41 +0000, by bcoudurier
-
Fixed-point LSP and LPC decoding routines for ACELP-based codecs libavcodecSat, 26 Apr 2008 11:52:33 +0000, by voroshil
-
get_vlc2() only gets up to three levels in the tables. The last codes weren't being read properly. libavcodecSat, 26 Apr 2008 05:03:36 +0000, by ramiro
-
Fixed-point implementation of ff_cos, ff_log2, ff_exp2. libavcodecFri, 25 Apr 2008 17:14:47 +0000, by voroshil
-
remove ima qt decoding hack, decode whole frame at once libavcodecFri, 25 Apr 2008 15:09:26 +0000, by bcoudurier
-
fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples += avctx->channels libavcodecFri, 25 Apr 2008 15:06:07 +0000, by bcoudurier
-
set channels and sample rate from mpeg4audio config libavcodecFri, 25 Apr 2008 14:09:42 +0000, by bcoudurier
-
mov demuxer depends on mpeg4audio code now libavcodecFri, 25 Apr 2008 14:05:32 +0000, by bcoudurier
-
Make sure some value is always returned via data_size libavcodecFri, 25 Apr 2008 13:25:11 +0000, by mbardiaux
-
Allow bitrates zero and 13200 (needed for decoding mov and aiff) libavcodecFri, 25 Apr 2008 13:05:15 +0000, by mbardiaux
-
add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() libavcodecThu, 24 Apr 2008 22:27:13 +0000, by bwolowiec
-
Do not ignore .depend files, they are no longer generated. libavcodecThu, 24 Apr 2008 10:17:55 +0000, by diego
-
The code now is pretty self explanatory about the header structure. libavcodecTue, 22 Apr 2008 20:30:50 +0000, by ramiro
-
Use bytestream functions for reading frame header. libavcodecTue, 22 Apr 2008 20:24:07 +0000, by ramiro
-
Make Xvid wrapper use threads (with support for newest CVS Xvid only) libavcodecTue, 22 Apr 2008 20:21:21 +0000, by superdump
-
Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library libavcodecTue, 22 Apr 2008 16:26:15 +0000, by diego
-
libdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDotuk libavcodecTue, 22 Apr 2008 13:22:21 +0000, by lu_zero
-
change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavcodecTue, 22 Apr 2008 11:14:01 +0000, by bwolowiec
-
Add checks to ff_split_xiph_headers to ensure that returned header_len and libavcodecSun, 20 Apr 2008 23:33:49 +0000, by reimar
-
Implement FFMAX3(a,b,c) - maximum over three arguments. libavcodecSat, 19 Apr 2008 17:07:58 +0000, by voroshil
-
Make most of E-AC-3 work without breaking regression tests. libavcodecSat, 19 Apr 2008 12:04:33 +0000, by michael
-
This fixes the code so it is correct on both sides of the if(). libavcodecSat, 19 Apr 2008 11:14:55 +0000, by michael
-
Part 2 of EAC3 support, this is still disabled as it breaks regressions libavcodecSat, 19 Apr 2008 02:29:27 +0000, by michael
-
Change aac and ac3 parsers to use ff_combine_frame(). libavcodecSat, 19 Apr 2008 01:50:40 +0000, by michael
-
cosmetics: __asm__ __volatile__ --> asm volatile libavcodecThu, 17 Apr 2008 21:57:52 +0000, by diego
-
10l: my last commit broke compilation and introduced warnings libavcodecThu, 17 Apr 2008 19:48:02 +0000, by vitor
-
Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them. libavcodecThu, 17 Apr 2008 15:41:25 +0000, by astrange
-
Change k limiting code, i think the code was buggy. libavcodecThu, 17 Apr 2008 03:00:08 +0000, by michael
-
Move scale_bias to a more sane place. I am starting to wonder how this libavcodecWed, 16 Apr 2008 15:28:11 +0000, by michael
-
Avoid reverse addressing, not sure if this is faster or slower but people libavcodecWed, 16 Apr 2008 14:59:23 +0000, by michael
-
Redo r12838 one more time, hopefully transferring the history libavcodecWed, 16 Apr 2008 14:22:36 +0000, by heydowns
-
Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. libavcodecWed, 16 Apr 2008 04:40:21 +0000, by heydowns
-
Revert 12838 to redo it the right way (use svn copy to create new libavcodecWed, 16 Apr 2008 04:26:52 +0000, by heydowns
-
Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs. libavcodecWed, 16 Apr 2008 01:34:55 +0000, by astrange
-
Move decode_significance_x86() and decode_significance_8x8_x86() to libavcodecTue, 15 Apr 2008 13:51:41 +0000, by heydowns
-
Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithinkswDoTcom libavcodecMon, 14 Apr 2008 20:54:23 +0000, by lu_zero
-
Clear DIRS variable in common.mak, so it does not have to be cleared in libavcodecSun, 13 Apr 2008 10:37:30 +0000, by diego
-
Unset DIRS after including subdir.mak so that the variable is not used libavcodecSun, 13 Apr 2008 10:22:46 +0000, by diego
-
Generate the list of files to clean in subdirectories in common.mak. libavcodecSun, 13 Apr 2008 10:09:47 +0000, by diego
-
Add a header file to declare Xvid IDCT functions. libavcodecSat, 12 Apr 2008 16:54:36 +0000, by diego
-
Crop parameters are unsigned, having them negative could be bad and lead libavcodecFri, 11 Apr 2008 12:57:49 +0000, by michael
-
Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv libavcodecFri, 11 Apr 2008 12:55:21 +0000, by michael
-
Only set channels in the stream if previously unset, fixes resampling crash on broken dca frames libavcodecThu, 10 Apr 2008 06:15:17 +0000, by banan
-
Fix H.264 interframe decoding when compiling with icc. Patch by Loren libavcodecTue, 08 Apr 2008 23:49:34 +0000, by melanson
-
Fix reference to a file in MPlayer that was renamed. libavcodecTue, 08 Apr 2008 15:16:48 +0000, by diego
-
Increase alignment for DCT block arrays from 8 to 16 libavcodecTue, 08 Apr 2008 01:09:33 +0000, by superdump
-
Add a missing comma in tiff_encoder.pix_fmts libavcodecTue, 08 Apr 2008 00:57:12 +0000, by superdump
-
change of aac_ac3_parser, so it is able to send complete portion of data to decoder libavcodecSat, 05 Apr 2008 20:09:36 +0000, by bwolowiec
-
Disable the split function. This should end the mpeg1/2 global header issues. libavcodecFri, 04 Apr 2008 00:43:34 +0000, by michael
-
Do not use the mlib IDCT by default. We do not want videos which are only libavcodecWed, 02 Apr 2008 11:47:00 +0000, by michael
-
Remove flexible array member from Escape 124 libavcodecTue, 01 Apr 2008 01:28:26 +0000, by superdump
-
cosmetics: Write some Doxygen comments in a more compact fashion. libavcodecMon, 31 Mar 2008 17:30:50 +0000, by diego
-
Remove redundant #ifdef around the complete file. libavcodecMon, 31 Mar 2008 17:13:00 +0000, by diego
-
Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL. libavcodecMon, 31 Mar 2008 17:12:10 +0000, by diego
-
change rle encoder to count up to 127, sgi does not support 128 libavcodecSun, 30 Mar 2008 17:27:58 +0000, by bcoudurier
-
Use 15-bit LPC precision by default. This generally gives better compression libavcodecSun, 30 Mar 2008 16:01:10 +0000, by jbr
-
Altivec and SSE2 require 16-byte alignment, so make sure they get it libavcodecSun, 30 Mar 2008 10:30:33 +0000, by gpoirier
-
check mm_flags for each DCT and skips the ones that can't be run libavcodecSun, 30 Mar 2008 10:29:28 +0000, by gpoirier
-
change name from stream type to frame type in AC3 code libavcodecFri, 28 Mar 2008 20:42:55 +0000, by bwolowiec
-
removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag libavcodecFri, 28 Mar 2008 19:59:58 +0000, by bwolowiec
-
only allocate context input buffer if AVCodecContext.error_reslience is greater than 0. libavcodecWed, 26 Mar 2008 22:36:41 +0000, by jbr
-
additional protection from segmentation faults and memory access errors by libavcodecTue, 25 Mar 2008 23:34:00 +0000, by jbr
-
Classify mlib as a configurable option, not as a hardware feature. libavcodecTue, 25 Mar 2008 21:30:16 +0000, by diego
-
Set mm_flags in dct-test to fix floating math. libavcodecTue, 25 Mar 2008 14:34:27 +0000, by benoit
-
Fix possible heap overflow caused by av_fast_realloc() libavcodecTue, 25 Mar 2008 10:15:17 +0000, by michael
-
using EAC3_STREAM_TYPE_* instead of numbers libavcodecMon, 24 Mar 2008 22:21:22 +0000, by bwolowiec
-
pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used libavcodecMon, 24 Mar 2008 11:49:59 +0000, by diego
-
Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by libavcodecSun, 23 Mar 2008 15:43:29 +0000, by jbr
-
Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx() libavcodecFri, 21 Mar 2008 12:36:49 +0000, by zuxy
-
Apply 'alloc_size' attribute to ff_realloc_static() libavcodecFri, 21 Mar 2008 04:48:59 +0000, by zuxy
-
Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static() libavcodecFri, 21 Mar 2008 03:54:45 +0000, by zuxy
-
Apply 'cold' attribute to init/uninit functions in libavcodec libavcodecFri, 21 Mar 2008 03:11:20 +0000, by zuxy
-
More complete documentation for AVFrame.reference. libavcodecThu, 20 Mar 2008 18:16:13 +0000, by michael
-
Hardcode register to prevent aparent miscompilation. libavcodecThu, 20 Mar 2008 14:24:29 +0000, by michael
-
correctly set avctx->frame_size for mp3on4 and mp3adu libavcodecThu, 20 Mar 2008 09:36:04 +0000, by bcoudurier
-
mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS libavcodecMon, 17 Mar 2008 02:33:08 +0000, by mru
-
Move functions that are only used when libswscale is not compiled in below libavcodecSun, 16 Mar 2008 17:34:31 +0000, by diego
-
improve precision in mdct.c using double for some temporaries libavcodecSun, 16 Mar 2008 13:15:42 +0000, by mru
-
Use correct t printf modifier for pointer differences. libavcodecFri, 14 Mar 2008 13:19:39 +0000, by diego
-
log aspect ratio forbidden value, and fail if error resilience is high libavcodecFri, 14 Mar 2008 09:33:38 +0000, by bcoudurier
-
do not fail badly if aspect ratio is 0/forbidden, fix issue 369 libavcodecThu, 13 Mar 2008 18:26:53 +0000, by bcoudurier
-
This file does not use size_t, so no need to #include <sys/types.h>. libavcodecThu, 13 Mar 2008 18:10:58 +0000, by diego
-
If consumed does not match nalsize, favor nalsize. libavcodecThu, 13 Mar 2008 01:49:19 +0000, by michael
-
Add missing stdint.h #include to headers that use it. libavcodecThu, 13 Mar 2008 00:20:15 +0000, by diego
-
make input buffer const, as it should be. fixes a warning. libavcodecMon, 10 Mar 2008 21:59:30 +0000, by jbr