log

age author description
2008-06-02 bcoudurier print correct mpeg-2 broken_link value, and print closed_gop libavcodec
2008-06-02 vitor Remove warning that could never be triggered. libavcodec
2008-06-02 michael indent libavcodec
2008-06-02 michael Only store timestamps when there are timestamps. libavcodec
2008-06-02 michael Our MPEG-TS demuxer does not send complete PES packets but sends them libavcodec
2008-06-02 michael Move new field to the end to avoid ABI breakage, I thought this struct libavcodec
2008-06-02 michael cosmetic libavcodec
2008-06-02 michael Allow matching timestamps to be removed by fetch_timestamp(). libavcodec
2008-06-02 michael Add off argument so that fetch_timestamp can search for timestamps libavcodec
2008-06-02 michael Factorize fetch_timestamp() into its own function libavcodec
2008-06-02 michael unused variable libavcodec
2008-06-02 bcoudurier cosmetics, remove table_ prefix libavcodec
2008-06-02 michael indent libavcodec
2008-06-02 michael Rename last_frame_offset to next_frame_offset. libavcodec
2008-06-02 bcoudurier optimize, merge offset bits in vlc code libavcodec
2008-06-02 michael Simplify parser core. libavcodec
2008-06-02 jbr move some AC3HeaderInfo struct fields to the Coded elements group. libavcodec
2008-06-01 bcoudurier return if bitrate is not specified or too low libavcodec
2008-06-01 bcoudurier add context_to_name func for logging libavcodec
2008-06-01 vitor Replace comments by error messages. libavcodec
2008-06-01 vitor Cosmetics libavcodec
2008-06-01 vitor Rename dec2() function libavcodec
2008-06-01 vitor Rename var libavcodec
2008-06-01 vitor Rename dec1() to a more descriptive name libavcodec
2008-06-01 vitor The function dec1() do two completly unrelated things. Split the rms calculation out of it. libavcodec
2008-06-01 vitor Yet more variable renaming libavcodec
2008-06-01 vitor More variable renaming libavcodec
2008-06-01 vitor Rename functions libavcodec
2008-06-01 vitor Rename variables libavcodec
2008-06-01 bcoudurier memcpy considering output width, not src linesize, fix segv with av_picture_pad libavcodec
2008-06-01 bcoudurier give context to av_log libavcodec
2008-06-01 michael Prevent scalefactors from overflowing. libavcodec
2008-05-31 jbr cosmetics: add a comment, remove a comment libavcodec
2008-05-31 jbr simplify libavcodec
2008-05-31 jbr set lfe params at frame init instead of in every block libavcodec
2008-05-31 jbr only calculate number of exponent groups when exponents are not reused. libavcodec
2008-05-31 jbr cosmetics: remove unneeded braces libavcodec
2008-05-31 jbr 10l: cosmetics libavcodec
2008-05-31 jbr new dba values requires running last 2 bit allocation stages libavcodec
2008-05-31 jbr get_transform_coeffs() never returns an error, so make the function and its children return void. libavcodec
2008-05-31 vitor Add doxy comments to eq() and do_voice() libavcodec
2008-05-31 jbr use enum value for CRC error libavcodec
2008-05-31 jbr move header error logging to after CRC check libavcodec
2008-05-31 vitor Minor simplification libavcodec
2008-05-31 vitor Rename variable libavcodec
2008-05-31 vitor Remove useless intermediate variable libavcodec
2008-05-31 vitor Remove ra144.o dependency added in revision r13500, now reverted libavcodec
2008-05-30 michael unused libavcodec
2008-05-30 michael As *_static are not deallocated anymore except on program termination libavcodec
2008-05-30 michael unused libavcodec
2008-05-30 michael Remove non C code. libavcodec
2008-05-30 michael Move *_static to bitstream.c which is the only file left which needs libavcodec
2008-05-30 michael Change init_vlc_rl() so it does not use *alloc_static() anymore. libavcodec
2008-05-30 michael Change init_2d_vlc_rl() to not use *alloc_static(). libavcodec
2008-05-30 michael Remove constant argument. libavcodec
2008-05-30 michael Switch to INIT_VLC_USE_NEW_STATIC. libavcodec
2008-05-30 michael Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier. libavcodec
2008-05-30 michael Make init_vlc* support proper static tables instead of this broken beyond libavcodec
2008-05-30 vitor Revert r13499, log: libavcodec
2008-05-29 cehoyos Warn about unimplemented H264 feature. libavcodec
2008-05-29 skal in TRUNCATED mode, use residual fragments in ParseContext libavcodec
2008-05-29 diego Add ASUS V1/V2 decoder codec long names. libavcodec
2008-05-28 bcoudurier set avctx time_base in dv decoder libavcodec
2008-05-28 michael ILP64 fix libavcodec
2008-05-28 vitor Rename variable libavcodec
2008-05-28 vitor More intermediate vars removal libavcodec
2008-05-28 vitor Remove unused var libavcodec
2008-05-28 vitor Remove useless intermediate var libavcodec
2008-05-28 vitor Remove dec1() function libavcodec
2008-05-28 vitor Use ff_acelp_weighted_vector_sum() instead of reimplementing it libavcodec
2008-05-28 vitor Make lpc coefficients 16 bit wide libavcodec
2008-05-28 vitor Simplify implementation and use of dec2() libavcodec
2008-05-28 michael Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. libavcodec
2008-05-28 michael set coded_frame libavcodec
2008-05-28 diego cosmetics: spelling typo fixes libavcodec
2008-05-28 michael Fix return type of ff_init_me(). libavcodec
2008-05-28 michael minor simplification libavcodec
2008-05-28 michael redundant libavcodec
2008-05-27 michael Check dia size a little more. Fixes CID80. libavcodec
2008-05-27 michael Arrays where one element too small, fixes CID114. libavcodec
2008-05-27 michael memleak / fixes CID118 libavcodec
2008-05-27 michael Do not read from prior the array, fix CID 127. libavcodec
2008-05-27 vitor Add comment libavcodec
2008-05-27 vitor Fix doxy comments libavcodec
2008-05-27 diego cosmetics: XviD is now called Xvid. libavcodec
2008-05-27 diego cosmetics: typo fixes libavcodec
2008-05-27 jbr zero the upper frequencies of the correct coefficients libavcodec
2008-05-26 diego consistency cosmetics: indices --> indexes in variable names libavcodec
2008-05-26 diego Clarify avcodec_encode_audio() vs. PCM audio. libavcodec
2008-05-26 diego consistency cosmetics: indices --> indexes libavcodec
2008-05-26 diego cosmetics: typo libavcodec
2008-05-26 diego cosmetics: Use C-style comments in #endif directives. libavcodec
2008-05-26 vitor Rename var: add read coefficients a decent name libavcodec
2008-05-26 vitor Update comment libavcodec
2008-05-26 vitor Rename var: val -> energy libavcodec
2008-05-26 vitor Rename var: swapbuf* are LPC related libavcodec