2008-06-02 |
Michael Niedermayer | Add off argument so that fetch_timestamp can search... |
tree | commitdiff |
2008-06-02 |
Michael Niedermayer | Factorize fetch_timestamp() into its own function |
tree | commitdiff |
2008-06-02 |
Michael Niedermayer | unused variable |
tree | commitdiff |
2008-06-02 |
Baptiste Coudurier | cosmetics, remove table_ prefix |
tree | commitdiff |
2008-06-02 |
Michael Niedermayer | indent |
tree | commitdiff |
2008-06-02 |
Michael Niedermayer | Rename last_frame_offset to next_frame_offset. |
tree | commitdiff |
2008-06-02 |
Baptiste Coudurier | optimize, merge offset bits in vlc code |
tree | commitdiff |
2008-06-02 |
Michael Niedermayer | Simplify parser core. |
tree | commitdiff |
2008-06-02 |
Justin Ruggles | move some AC3HeaderInfo struct fields to the Coded... |
tree | commitdiff |
2008-06-01 |
Baptiste Coudurier | return if bitrate is not specified or too low |
tree | commitdiff |
2008-06-01 |
Baptiste Coudurier | add context_to_name func for logging |
tree | commitdiff |
2008-06-01 |
Vitor Sessak | Replace comments by error messages. |
tree | commitdiff |
2008-06-01 |
Vitor Sessak | Cosmetics |
tree | commitdiff |
2008-06-01 |
Vitor Sessak | Rename dec2() function |
tree | commitdiff |
2008-06-01 |
Vitor Sessak | Rename var |
tree | commitdiff |
2008-06-01 |
Vitor Sessak | Rename dec1() to a more descriptive name |
tree | commitdiff |
2008-06-01 |
Vitor Sessak | The function dec1() do two completly unrelated things... |
tree | commitdiff |
2008-06-01 |
Vitor Sessak | Yet more variable renaming |
tree | commitdiff |
2008-06-01 |
Vitor Sessak | More variable renaming |
tree | commitdiff |
2008-06-01 |
Vitor Sessak | Rename functions |
tree | commitdiff |
2008-06-01 |
Vitor Sessak | Rename variables |
tree | commitdiff |
2008-06-01 |
Baptiste Coudurier | memcpy considering output width, not src linesize,... |
tree | commitdiff |
2008-06-01 |
Baptiste Coudurier | give context to av_log |
tree | commitdiff |
2008-06-01 |
Michael Niedermayer | Prevent scalefactors from overflowing. |
tree | commitdiff |
2008-05-31 |
Justin Ruggles | cosmetics: add a comment, remove a comment |
tree | commitdiff |
2008-05-31 |
Justin Ruggles | simplify |
tree | commitdiff |
2008-05-31 |
Justin Ruggles | set lfe params at frame init instead of in every block |
tree | commitdiff |
2008-05-31 |
Justin Ruggles | only calculate number of exponent groups when exponents... |
tree | commitdiff |
2008-05-31 |
Justin Ruggles | cosmetics: remove unneeded braces |
tree | commitdiff |
2008-05-31 |
Justin Ruggles | 10l: cosmetics |
tree | commitdiff |
2008-05-31 |
Justin Ruggles | new dba values requires running last 2 bit allocation... |
tree | commitdiff |
2008-05-31 |
Justin Ruggles | get_transform_coeffs() never returns an error, so make... |
tree | commitdiff |
2008-05-31 |
Vitor Sessak | Add doxy comments to eq() and do_voice() |
tree | commitdiff |
2008-05-31 |
Justin Ruggles | use enum value for CRC error |
tree | commitdiff |
2008-05-31 |
Justin Ruggles | move header error logging to after CRC check |
tree | commitdiff |
2008-05-31 |
Vitor Sessak | Minor simplification |
tree | commitdiff |
2008-05-31 |
Vitor Sessak | Rename variable |
tree | commitdiff |
2008-05-31 |
Vitor Sessak | Remove useless intermediate variable |
tree | commitdiff |
2008-05-31 |
Vitor Sessak | Remove ra144.o dependency added in revision r13500... |
tree | commitdiff |
2008-05-30 |
Michael Niedermayer | unused |
tree | commitdiff |
2008-05-30 |
Michael Niedermayer | As *_static are not deallocated anymore except on progr... |
tree | commitdiff |
2008-05-30 |
Michael Niedermayer | unused |
tree | commitdiff |
2008-05-30 |
Michael Niedermayer | Remove non C code. |
tree | commitdiff |
2008-05-30 |
Michael Niedermayer | Move *_static to bitstream.c which is the only file... |
tree | commitdiff |
2008-05-30 |
Michael Niedermayer | Change init_vlc_rl() so it does not use *alloc_static... |
tree | commitdiff |
2008-05-30 |
Michael Niedermayer | Change init_2d_vlc_rl() to not use *alloc_static(). |
tree | commitdiff |
2008-05-30 |
Michael Niedermayer | Remove constant argument. |
tree | commitdiff |
2008-05-30 |
Michael Niedermayer | Switch to INIT_VLC_USE_NEW_STATIC. |
tree | commitdiff |
2008-05-30 |
Michael Niedermayer | Little helper macro to make the use of INIT_VLC_USE_NEW... |
tree | commitdiff |
2008-05-30 |
Michael Niedermayer | Make init_vlc* support proper static tables instead... |
tree | commitdiff |
2008-05-30 |
Vitor Sessak | Revert r13499, log: |
tree | commitdiff |
2008-05-29 |
Carl Eugen Hoyos | Warn about unimplemented H264 feature. |
tree | commitdiff |
2008-05-29 |
Pascal Massimino | in TRUNCATED mode, use residual fragments in ParseContext |
tree | commitdiff |
2008-05-29 |
Stefano Sabatini | Add ASUS V1/V2 decoder codec long names. |
tree | commitdiff |
2008-05-28 |
Baptiste Coudurier | set avctx time_base in dv decoder |
tree | commitdiff |
2008-05-28 |
Michael Niedermayer | ILP64 fix |
tree | commitdiff |
2008-05-28 |
Vitor Sessak | Rename variable |
tree | commitdiff |
2008-05-28 |
Vitor Sessak | More intermediate vars removal |
tree | commitdiff |
2008-05-28 |
Vitor Sessak | Remove unused var |
tree | commitdiff |
2008-05-28 |
Vitor Sessak | Remove useless intermediate var |
tree | commitdiff |
2008-05-28 |
Vitor Sessak | Remove dec1() function |
tree | commitdiff |
2008-05-28 |
Vitor Sessak | Use ff_acelp_weighted_vector_sum() instead of reimpleme... |
tree | commitdiff |
2008-05-28 |
Vitor Sessak | Make lpc coefficients 16 bit wide |
tree | commitdiff |
2008-05-28 |
Vitor Sessak | Simplify implementation and use of dec2() |
tree | commitdiff |
2008-05-28 |
Michael Niedermayer | Prevent 128*1<<trellis from becoming 0 and creating... |
tree | commitdiff |
2008-05-28 |
Michael Niedermayer | set coded_frame |
tree | commitdiff |
2008-05-28 |
Diego Biurrun | cosmetics: spelling typo fixes |
tree | commitdiff |
2008-05-28 |
Michael Niedermayer | Fix return type of ff_init_me(). |
tree | commitdiff |
2008-05-28 |
Michael Niedermayer | minor simplification |
tree | commitdiff |
2008-05-28 |
Michael Niedermayer | redundant |
tree | commitdiff |
2008-05-27 |
Michael Niedermayer | Check dia size a little more. Fixes CID80. |
tree | commitdiff |
2008-05-27 |
Michael Niedermayer | Arrays where one element too small, fixes CID114. |
tree | commitdiff |
2008-05-27 |
Michael Niedermayer | memleak / fixes CID118 |
tree | commitdiff |
2008-05-27 |
Michael Niedermayer | Do not read from prior the array, fix CID 127. |
tree | commitdiff |
2008-05-27 |
Vitor Sessak | Add comment |
tree | commitdiff |
2008-05-27 |
Vitor Sessak | Fix doxy comments |
tree | commitdiff |
2008-05-27 |
Diego Biurrun | cosmetics: XviD is now called Xvid. |
tree | commitdiff |
2008-05-27 |
Diego Biurrun | cosmetics: typo fixes |
tree | commitdiff |
2008-05-27 |
Justin Ruggles | zero the upper frequencies of the correct coefficients |
tree | commitdiff |
2008-05-26 |
Diego Biurrun | consistency cosmetics: indices --> indexes in variable... |
tree | commitdiff |
2008-05-26 |
Stefano Sabatini | Clarify avcodec_encode_audio() vs. PCM audio. |
tree | commitdiff |
2008-05-26 |
Diego Biurrun | consistency cosmetics: indices --> indexes |
tree | commitdiff |
2008-05-26 |
Diego Biurrun | cosmetics: typo |
tree | commitdiff |
2008-05-26 |
Diego Biurrun | cosmetics: Use C-style comments in #endif directives. |
tree | commitdiff |
2008-05-26 |
Vitor Sessak | Rename var: add read coefficients a decent name |
tree | commitdiff |
2008-05-26 |
Vitor Sessak | Update comment |
tree | commitdiff |
2008-05-26 |
Vitor Sessak | Rename var: val -> energy |
tree | commitdiff |
2008-05-26 |
Vitor Sessak | Rename var: swapbuf* are LPC related |
tree | commitdiff |
2008-05-26 |
Vitor Sessak | Rename var: buffer_2 is an adaptive codebook |
tree | commitdiff |
2008-05-26 |
Vitor Sessak | Context vars are not global vars. glob is a bad name... |
tree | commitdiff |
2008-05-26 |
Vitor Sessak | Rename context struct to be more consistent with the... |
tree | commitdiff |
2008-05-26 |
Michael Niedermayer | Warn about packed B-frames. (especially useful if the... |
tree | commitdiff |
2008-05-26 |
Michael Niedermayer | indent |
tree | commitdiff |
2008-05-26 |
Michael Niedermayer | allow av_parser_close(NULL) |
tree | commitdiff |
2008-05-26 |
Michael Niedermayer | print direct_spatial_mv_pred |
tree | commitdiff |
2008-05-25 |
Justin Ruggles | safer solution for setting audio parameters |
tree | commitdiff |
2008-05-25 |
Vitor Sessak | Merge two if's |
tree | commitdiff |
2008-05-25 |
Vitor Sessak | Use (u)int16_t instead of (unsigned) short |
tree | commitdiff |
2008-05-25 |
Justin Ruggles | set audio parameters if frame header is ok, even if... |
tree | commitdiff |
2008-05-25 |
Justin Ruggles | cosmetics: indent |
tree | commitdiff |
next |