log

age author description
2008-07-20 diego cosmetics: Reformat PPC code in libavcodec according to style guidelines. libavcodec
2008-07-20 michael Fix used references indexes in the loop filter. libavcodec
2008-07-20 michael Add skip* AVOptions, which seem to have been missed. libavcodec
2008-07-20 andoma Decrease severity of 'invalid new backstep' log message to warning libavcodec
2008-07-20 andoma Supply context argument to av_log() in mpeg audio decoder. libavcodec
2008-07-19 jbr read 'coupling in use' parameter from bitstream into decoder context first, libavcodec
2008-07-19 michael Fix h264_loop_filter_strength_mmx2() so it works with PAFF. libavcodec
2008-07-19 banan Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2 libavcodec
2008-07-19 michael Take the brain amputated spec literally if the user asks for it (-strict 1). libavcodec
2008-07-19 michael Make strict_std_compliance available to decoders. libavcodec
2008-07-19 banan Fix for possible null pointer dereferencing, closes Coverity report 68 run 2. libavcodec
2008-07-19 vitor Cosmetics: alignment libavcodec
2008-07-19 vitor Simplify co(): do not abuse pointer aritmetics libavcodec
2008-07-19 michael Make the automatic has_b_frames increasing code increase it up to the libavcodec
2008-07-19 vitor Simplify co(): remove variables that are only used once libavcodec
2008-07-19 michael Try to fix my latest 100l fate SVQ3 breakage. libavcodec
2008-07-19 michael Remove apparently unneeded out!=NULL check. libavcodec
2008-07-19 michael Simplify picture output code. libavcodec
2008-07-19 michael Remove useless #if 0 code. libavcodec
2008-07-19 michael Do not forget marking disposed delayed pics as unused. libavcodec
2008-07-19 michael indent libavcodec
2008-07-19 michael simplify libavcodec
2008-07-19 jbr cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF libavcodec
2008-07-19 michael Remove delayed_output_pic, I do not understand what this variable was good for. libavcodec
2008-07-19 michael Drop out of order pics even if bitstream_restriction_flag is set. libavcodec
2008-07-19 vitor Set avctx->coded_frame in RoQ encoder. At some point in libavcodec
2008-07-19 michael Make the ugly hack which uses an unused entry in the internal buffer libavcodec
2008-07-18 michael minor simplification of qdm2_decode_fft_packets() libavcodec
2008-07-18 michael Make frames non reference by default, so they are disposed of automatically libavcodec
2008-07-18 michael Support reading large metadata. libavcodec
2008-07-18 michael Make bitstream_* fields unsigned. libavcodec
2008-07-18 michael Only realloc() bitstream buffer when the needed size increased, libavcodec
2008-07-18 michael If metadata has been parsed goto end instead of trying to libavcodec
2008-07-18 benoit Fix a mem leak in vc1_decode_frame(). libavcodec
2008-07-17 vitor Simplify: do not overuse pointer aritmetic libavcodec
2008-07-17 vitor Declare parameters of pred() that could be const as such libavcodec
2008-07-17 vitor Another simplification libavcodec
2008-07-17 vitor Simplify libavcodec
2008-07-17 vitor Simplify libavcodec
2008-07-17 vitor Declare function parameters as const libavcodec
2008-07-17 michael 100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in the libavcodec
2008-07-16 stefano Free in avcodec_close() avctx->rc_eq. Fix a memory leak. libavcodec
2008-07-16 michael 10000l, revert libavcodec
2008-07-16 michael indent libavcodec
2008-07-16 michael SVQ3 uses the JPEG variant of YUV 4:2:0. libavcodec
2008-07-16 michael The funny memcpyin svq3 generally has src & dst overlapping, so it libavcodec
2008-07-16 michael Print slice num as well. libavcodec
2008-07-16 lorenm float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous. libavcodec
2008-07-15 lorenm vorbis: reduce memory by reusing buffers libavcodec
2008-07-15 lorenm unroll another common case in vorbis_residue_decode libavcodec
2008-07-15 astrange Move the size of the H264Context delayed_pic array into a #define. libavcodec
2008-07-15 mru ARM: optimised MAC64 and MLS64 libavcodec
2008-07-15 mru ARM: optimised MUL64 libavcodec
2008-07-15 mru ARM: ARMv6 optimised MULH libavcodec
2008-07-15 mru Remove dead code in bitstream.h libavcodec
2008-07-15 lorenm 10l, float_to_int16_interleave_sse/3dnow wrote the wrong samples libavcodec
2008-07-14 mru H264: fix index range assert() in remove_short_at_index() libavcodec
2008-07-14 michael Fix infinite loop at EOF. libavcodec
2008-07-14 vitor Revert r14218. FFMAX is a macro, so libavcodec
2008-07-13 michael Fix decoding of 320x240.ogg. libavcodec
2008-07-13 michael Make our flac decoder decode all the data at EOF. libavcodec
2008-07-13 stefano strdup() the default value for rc_eq in AVCodec when setting it in libavcodec
2008-07-13 stefano Fix the logic to access the location of a string to free when setting libavcodec
2008-07-13 vitor Simplify libavcodec
2008-07-13 vitor Another av_clipf() usage libavcodec
2008-07-13 vitor Do not declare as double a var that only stores a float libavcodec
2008-07-13 vitor Simplify: use FFMAX libavcodec
2008-07-13 reimar check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and libavcodec
2008-07-13 vitor Add av_clipf() function to common.h and use it in ra288.c libavcodec
2008-07-13 mru dvdsubdec: allow compilation with -DDEBUG libavcodec
2008-07-13 lorenm exploit mdct symmetry libavcodec
2008-07-13 ramiro mlpdec: Check for bits left before each read of End-of-Stream indicator and libavcodec
2008-07-13 lorenm simplify vorbis windowing libavcodec
2008-07-13 ramiro bitstream: move put_sbits() from flacenc.c to bitstream.h and use it libavcodec
2008-07-13 reimar clip MS ADPCM predictor range to correct [0..6] range, not [0..7] libavcodec
2008-07-13 reimar Use bytestream and AV_RL* functions in ADPCM code where possible libavcodec
2008-07-13 reimar Fix MS ADPCM de- and encoding: first and second sample are swapped. libavcodec
2008-07-13 mru mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter libavcodec
2008-07-13 mru mathops: add MAC64, MLS64, and MLS16 libavcodec
2008-07-13 mru Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER libavcodec
2008-07-12 diego Fix pts handling when encoding with libschroedinger, closes issue 453. libavcodec
2008-07-12 diego Fix pts handling when encoding with libdirac. libavcodec
2008-07-12 michael New codec probing system try #1. libavcodec
2008-07-12 reimar Use new style static VLC tables for IMC decoder. libavcodec
2008-07-12 superdump Typo and grammar fix libavcodec
2008-07-12 superdump Correct a couple of typos libavcodec
2008-07-12 reimar 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov libavcodec
2008-07-12 reimar 10l, forgot to replace a / 256 for r14173. libavcodec
2008-07-11 reimar Change MS ADPCM table so they fit into int8_t and change array type. libavcodec
2008-07-11 michael indent libavcodec
2008-07-11 michael Fix not coded channels / silence decoding. libavcodec
2008-07-11 michael Check that we have enough output space available. libavcodec
2008-07-11 andoma Deprecate avcodec_build(), it returns the same value as libavcodec
2008-07-11 diego Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding. libavcodec
2008-07-11 diego Make preprocessor condition more specific and useful by changing libavcodec
2008-07-11 kostya SSE2 optimizations for Monkey's Audio decoder vector functions libavcodec
2008-07-11 astrange H264: Fix decoding with CABAC/delta_qp/PCM macroblocks. libavcodec
2008-07-10 benoit Remove useless casts. libavcodec
2008-07-10 benoit Remove useless casts. libavcodec
2008-07-10 benoit Parse frames to feed the decoder with individual parse units. libavcodec
2008-07-10 benoit Add a parameter for queue size. libavcodec
2008-07-10 kostya Monkey's Audio decoder vector functions work on input with length libavcodec
2008-07-10 ramiro Motion Pixels Video Decoder. libavcodec
2008-07-09 michael Remove ancient code that hasnt worked in many years. libavcodec
2008-07-09 michael New full search ME libavcodec
2008-07-09 astrange Make the function prototype visible to comply with C99 inline. libavcodec
2008-07-09 pross increment minor version for commit r14110 (Electronic Arts CMV decoder) libavcodec
2008-07-09 michael float_to_int16_sse2() libavcodec
2008-07-09 michael fix IPCM_decode_error.h264 libavcodec
2008-07-08 michael Fix the av_set_string() free / alloc issue. libavcodec
2008-07-08 diego Remove wrong casts from vector declarations, this would cause errors when libavcodec
2008-07-08 pross Electronic Arts CMV decoder libavcodec
2008-07-08 pross Remove AVPaletteControl from ALG MM demuxer/decoder libavcodec
2008-07-08 benoit Make LOAD4/STORE4 macros more generic. libavcodec
2008-07-07 michael 1 c-asm loop less and 1x unroll of float_to_int16_sse() libavcodec
2008-07-07 michael Fix x86-64 libavcodec
2008-07-07 michael dont use C-asm loops and unroll once float_to_int16_3dnow() libavcodec
2008-07-07 banan redundant assignment found by Clang libavcodec
2008-07-06 vitor Simplify: glob->phase is always == 3 libavcodec
2008-07-06 vitor Cosmetics: reindent tables libavcodec
2008-07-06 vitor Remove phasep context var, it is just phase*5 libavcodec
2008-07-06 vitor Slighly faster operation libavcodec
2008-07-06 vitor Typo in a comment: s/two avoid/to avoid/ libavcodec
2008-07-06 vitor Cosmetics: remove braces libavcodec
2008-07-06 vitor Another use of scalar_product_float() libavcodec
2008-07-06 vitor Do not reimplement memmove() libavcodec
2008-07-06 diego Remove context fields which can be used as simple local variables. libavcodec
2008-07-06 diego Remove av_cold attribute on decode_frame and add it to decode_end libavcodec
2008-07-06 stefano Document av_find_opt(). libavcodec
2008-07-06 kostya Altivec implementation of APE vector functions libavcodec
2008-07-06 kostya Add several vector functions used by Monkey's Audio decoder to dsputil libavcodec
2008-07-05 vitor Cosmetics: remove braces libavcodec
2008-07-05 vitor Create a function for float dot product instead of duplicating all over the file libavcodec
2008-07-05 diego Add correct header #include to fix 'make checkheaders'. libavcodec
2008-07-05 diego Add required stdint.h header #include. libavcodec
2008-07-05 diego spelling cosmetics libavcodec
2008-07-05 diego Add a note to remind people that new PCM/ADPCM formats need to be added to libavcodec
2008-07-05 diego Remove unused variable, fixes the warning: libavcodec
2008-07-04 vitor Write for loops in a more standard way. In my opinion, they are much more readable now. libavcodec
2008-07-04 ramiro MLP/TrueHD decoder. libavcodec
2008-07-04 vitor Move vars declaration to inner loop when possible libavcodec
2008-07-04 vitor Simplify libavcodec
2008-07-03 vitor Remove unneeded var libavcodec
2008-07-03 vitor Use a matrix instead of a vector libavcodec
2008-07-03 vitor Reindent table libavcodec
2008-07-03 michael We do not only calculate it but we also return it. libavcodec
2008-07-03 michael More correct comment. libavcodec
2008-07-03 michael make sum_of_squares() more generic libavcodec
2008-07-02 astrange Cosmetics: split a long line. libavcodec
2008-07-02 astrange Use get_cabac_bypass_sign instead of an if/else. libavcodec
2008-07-02 astrange Reorder the if/else for residual cats to match gcc's branch prediction. libavcodec
2008-07-02 astrange Simplify loop condition for readability. libavcodec
2008-07-02 astrange Reindent. libavcodec
2008-07-02 astrange Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop. libavcodec
2008-07-02 astrange Don't generate two copies of hl_decode_mb() under ENABLE_SMALL. libavcodec
2008-07-02 astrange Don't test for H264 encoding unless an encoder exists. libavcodec
2008-07-02 ramiro Clarify comment about parity nibble. libavcodec
2008-07-01 ramiro Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers. libavcodec
2008-06-30 stefano Clarify/simplify documentation for the default_val field in AVOption. libavcodec
2008-06-30 vitor Remove useless wrapper around ra288_decode_frame() libavcodec
2008-06-30 vitor Remove unpack() function, read the bitstream as needed libavcodec
2008-06-30 vitor Clean up error message libavcodec
2008-06-30 vitor Rewrite unpack() using the bitstream reader libavcodec
2008-06-30 voroshil gain code, gain pitch and pitch delay decoding for ACELP based codecs libavcodec
2008-06-30 vitor Move function to avoid forward declaration libavcodec
2008-06-30 vitor Remove useless initialization libavcodec
2008-06-30 vitor Reindent the whole file libavcodec
2008-06-30 benoit Simplify mm_support() for ARM (by Måns). libavcodec
2008-06-30 benoit Define mm_support() for ARM. libavcodec
2008-06-29 vitor Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one libavcodec
2008-06-29 vitor Update copyright libavcodec
2008-06-29 vitor Use ff_acelp_lp_synthesis_filter() instead of duplicating it libavcodec
2008-06-29 vitor Add a rounding parameter to ff_acelp_lp_synthesis_filter() libavcodec
2008-06-29 diego Add command line support for '-idct simplearmv6'. libavcodec
2008-06-29 vitor Doxy comment libavcodec
2008-06-28 bcoudurier set frame_size in libfaad decoder libavcodec
2008-06-28 astrange Realign newlines. libavcodec
2008-06-28 astrange Use MANGLE() instead of memory operands to read globals. libavcodec
2008-06-28 michael Make code independent/less dependent on dsputil. libavcodec
2008-06-27 ramiro Seek the file forwards instead of backwards when sync is lost. libavcodec
2008-06-27 astrange Remove pointless AVFrame* casting. libavcodec
2008-06-27 astrange Remove duplicate emms. libavcodec
2008-06-27 astrange Remove commented-out code. libavcodec
2008-06-27 astrange Export qscale so that postprocessing works. libavcodec
2008-06-27 astrange Remove unused PutBitContext. libavcodec
2008-06-26 mru Revert "add libmpeg2 permutation to dct-test" libavcodec
2008-06-26 aurel VP3 parser can also handle VP6 without any changes. libavcodec
2008-06-26 stefang move ff_log2_run to bitstream.c and reuse in ffv1.c libavcodec
2008-06-26 michael VP3 & Theora parser to extract keyframe flags. libavcodec
2008-06-26 mru add libmpeg2 permutation to dct-test libavcodec
2008-06-25 michael Support >=4096 dimensions, fixes issue499. libavcodec
2008-06-25 michael Set frame_size to the gcd of what the decoder can output. libavcodec
2008-06-25 astrange Don't set mm_flags in fft-test, since it doesn't do anything anyway. libavcodec
2008-06-25 astrange Use a local variable instead of mm_flags in dct-test. libavcodec
2008-06-25 stefang make ModeAlphabet read-only and use a custom mode alphabet libavcodec
2008-06-25 benoit Close parse context. libavcodec
2008-06-25 ramiro Make it a little easier to spot that the code is not dealing only with libavcodec
2008-06-25 stefang remove duplicate tables libavcodec
2008-06-24 astrange Define mm_flags/support to be 0 on architectures where they don't exist. libavcodec
2008-06-24 vitor Simplify interp() libavcodec
2008-06-24 vitor More cosmetics libavcodec
2008-06-24 vitor Cosmetics libavcodec
2008-06-24 stefang revert accidental const slipping in libavcodec
2008-06-24 diego Replace redundant MAX macro declaration by proper use of FFMAX. libavcodec
2008-06-24 stefang mark read-only data as const libavcodec
2008-06-24 vitor Use lpc_coef[2] instead of lpc_coef and lpc_coef_old libavcodec
2008-06-24 vitor Remove unused entries from lpc_refl_cb* libavcodec
2008-06-24 vitor Remove unused entries from energy_tab libavcodec
2008-06-24 diego Mark constant structure member as const to avoid some warnings. libavcodec
2008-06-24 diego Remove redundant mm_flags declaration, fixes the warning: libavcodec
2008-06-23 vitor Remove unused values from gain_{val,exp}_tab libavcodec
2008-06-23 vitor Now these tables fit in 16 bits. libavcodec
2008-06-23 vitor Merge the >> 4 calculation of cb1_base in the table libavcodec
2008-06-23 vitor Consistency: make the output buffer the first argument of functions libavcodec
2008-06-23 vitor Use sizeof() intead of hardcoding the values libavcodec
2008-06-23 vitor Simplify libavcodec
2008-06-23 vitor Simplify libavcodec
2008-06-23 vitor It makes more sense to return 1 here in case of overflow. libavcodec
2008-06-23 vitor Cosmetics: indent libavcodec
2008-06-23 vitor Remove unneeded check libavcodec
2008-06-23 vitor rescale_rms() should use unsigned ints libavcodec
2008-06-23 vitor Move factor multiplication out of irms() libavcodec
2008-06-23 vitor This should be signed libavcodec
2008-06-23 vitor More comments removal/fixes libavcodec
2008-06-23 vitor Remove useless comment libavcodec
2008-06-23 vitor More comments improvement libavcodec
2008-06-23 vitor Document defines better libavcodec
2008-06-23 vitor Remove useless define libavcodec
2008-06-23 vitor Rename rotate_buffer() to copy_and_dup() and doxy it libavcodec
2008-06-23 vitor Simplify t_sqrt() libavcodec
2008-06-23 vitor Add doxy comment libavcodec
2008-06-23 vitor Rename var libavcodec
2008-06-23 vitor Move code unrelated to lpc filtering out of lpc_filter() libavcodec
2008-06-23 vitor Simplify rotate_buffer() libavcodec
2008-06-23 stefano Fix typo in libavcodec/opt.h. libavcodec
2008-06-23 benoit Allocate static tables on stack, not heap. libavcodec
2008-06-22 vitor Cosmetics libavcodec
2008-06-22 vitor Avoid a memcpy. Code is also simpler now in my opinion. libavcodec
2008-06-22 superdump Remove now unused variable libavcodec
2008-06-22 superdump Add generic ff_sine_window_init function and implement in codecs appropriately libavcodec
2008-06-22 aurel vp6: ensure that huffman decoding table is sorted with descending symbol order libavcodec
2008-06-22 diego cosmetics: alignment libavcodec
2008-06-22 diego Add missing entry for PCM_DVD_ENCODER. libavcodec
2008-06-22 diego Add missing mpegvideo.o to list of vc1.o dependencies. libavcodec
2008-06-22 diego Add missing entry for ADPCM_IMA_QT_ENCODER. libavcodec
2008-06-22 diego Add missing entry for ADPCM_EA_MAXIS_XA_DECODER. libavcodec
2008-06-22 reimar Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16 libavcodec
2008-06-21 stefano Extend documentation for AVOption. libavcodec
2008-06-20 vitor Do not write junk in the end of truncated files. FATE libavcodec
2008-06-19 vitor Misc cosmetics libavcodec
2008-06-19 vitor Remove useless comment libavcodec
2008-06-19 vitor Last table renaming libavcodec
2008-06-19 vitor Yet more table renaming libavcodec
2008-06-19 vitor 10l: fix typo libavcodec
2008-06-19 vitor More table renaming libavcodec
2008-06-19 vitor Rename table libavcodec
2008-06-19 vitor Rename vars: s/decsp/out/ libavcodec
2008-06-19 vitor Rename function libavcodec
2008-06-19 vitor Rename var libavcodec
2008-06-19 michael Do not shift F[I] twice, it is also clearer and smaller now. libavcodec
2008-06-19 michael Factorize c->ap += (-c->ap) >> 4 out libavcodec
2008-06-19 michael Get rid of G726Tables.bits. libavcodec
2008-06-19 michael Copy 4 pointers to avid dozends of ptr dereferences. libavcodec
2008-06-19 michael Does not need to be int16. libavcodec
2008-06-19 michael Factorize I >> (c->tbls->bits - 1) out. libavcodec
2008-06-19 stefano Improve an lclenc.c error message in case of unsupported input pixel libavcodec
2008-06-19 michael 1 abs() less libavcodec
2008-06-18 michael simplify libavcodec
2008-06-18 michael useless () libavcodec
2008-06-18 michael remove unneeded tr == 0 libavcodec
2008-06-18 michael simplify libavcodec
2008-06-18 michael Get rid of the redundant AVG726Context. libavcodec
2008-06-18 michael Remove the truncated bitstream handling from our g726 decoder. libavcodec
2008-06-17 gpoirier convert DOS-style carriage return to Unix-style libavcodec
2008-06-17 michael Change iquant tables to int16. libavcodec
2008-06-17 michael simplify libavcodec
2008-06-17 michael Get rid of useless wrapper function. libavcodec
2008-06-17 michael Do not inline g726_iterate() the function is big so its inlining will libavcodec
2008-06-16 michael Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler. libavcodec
2008-06-16 michael Remove redundant zeroing (the context is memset(0)). libavcodec
2008-06-16 michael Use smaller data types for tables. libavcodec
2008-06-16 michael Float11 does not need int, .o file becomes smaller and the code might libavcodec
2008-06-16 michael simplify libavcodec
2008-06-16 michael Correct validity checks. libavcodec
2008-06-16 michael Print sane error message for channels != 1. libavcodec
2008-06-16 michael Check number of bits so we do not try to use table entries which do not exist. libavcodec
2008-06-16 michael Support decoding of sample_g726.asf. libavcodec
2008-06-16 michael get_bits() outputs exactly as many bits as requested no need to mask them. libavcodec
2008-06-16 michael Remove dead code. libavcodec
2008-06-16 diego Add missing #includes to fix 'make checkheaders'. libavcodec
2008-06-15 jbr fix verbatim mode decoding. patch by Jai Menon (realityman gmx net). libavcodec
2008-06-13 michael -0x8000 == 0x8000 with int16 libavcodec
2008-06-13 stefano Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software libavcodec
2008-06-12 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
2008-06-10 bcoudurier remove useless wrapper func libavcodec
2008-06-09 reimar Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and libavcodec
2008-06-09 reimar Almost-cosmetics: split out coeff_count from all_fragments struct into libavcodec
2008-06-09 bcoudurier enable global_header flag for audio and video encoding, was wrongly part of commit r13722 libavcodec
2008-06-09 bcoudurier revert wrong part of r13722 commit libavcodec
2008-06-09 bcoudurier uniformize trellis quant option libavcodec
2008-06-08 jbr move rematrixing band table to ac3dec_data.c libavcodec
2008-06-08 jbr add ac3dec_data.[c,h] libavcodec
2008-06-08 jbr add fields needed for E-AC-3 decoding to decode context libavcodec
2008-06-08 bwolowiec Separating from nellymoserdec.c parts required by encoder libavcodec
2008-06-08 banan Oma demuxer libavcodec
2008-06-07 jbr split up header parsing function libavcodec
2008-06-07 jbr store exp_strategy for all blocks in decode context libavcodec
2008-06-07 jbr store cpl_in_use for all blocks in decode context libavcodec
2008-06-07 jbr cosmetics: add and align references to spec variable names libavcodec
2008-06-07 jbr cosmetics: vertical align libavcodec
2008-06-07 jbr use macro constants for array sizes in decode context libavcodec
2008-06-07 jbr cosmetics: vertical align libavcodec
2008-06-07 jbr cosmetics: reorder decode context fields into logical groups libavcodec
2008-06-07 jbr move the decode context and some macro constants to a new file, ac3dec.h libavcodec
2008-06-07 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. libavcodec
2008-06-07 jbr add more gain levels and adjust mix level tables accordingly. libavcodec
2008-06-07 jbr pass bap table to ff_ac3_bit_alloc_calc_bap() libavcodec
2008-06-07 jbr set default mix levels regardless of bitstream id libavcodec
2008-06-07 jbr cosmetics: indent libavcodec
2008-06-07 jbr skip unsupported frame types and substream id's libavcodec
2008-06-07 jbr read frame type from header info into decode context libavcodec
2008-06-07 jbr get substreamid from ac3 parser libavcodec
2008-06-07 jbr get the number of blocks from the ac3 parser and use in the ac3 decoder. libavcodec
2008-06-07 rtogni Remove my old email address libavcodec
2008-06-07 rtogni Remove my old email address. libavcodec
2008-06-06 diego Remove Fabrice's copyright from the Makefiles. They have been entirely libavcodec
2008-06-06 diego minor spelling/grammar fixes libavcodec
2008-06-06 michael Fix reading an element after the array. libavcodec
2008-06-05 vitor Remove *lpc_refl from the context. Only the value libavcodec
2008-06-05 vitor Split function rms() in two (it does two unrelated things) libavcodec
2008-06-05 lorenm rename me=tesa libavcodec
2008-06-05 bcoudurier add esa/dia compat me options and new tesa for libx264 libavcodec
2008-06-04 bcoudurier x264 interlaced encoding option libavcodec
2008-06-04 bcoudurier cleanup, remove useless parentheses libavcodec
2008-06-04 jbr return error on frame sync error libavcodec
2008-06-03 jbr prevent crash when dba params are invalid libavcodec
2008-06-03 banan Sample tested and the code worked so the comment is removed libavcodec
2008-06-03 diego small spelling/wording fixes libavcodec
2008-06-03 michael ff_fetch_timestamp() prototype libavcodec
2008-06-03 michael In mpeg1/2 timestamps are associated with the access unit which libavcodec
2008-06-02 aurel bump micro version after commit r13615 libavcodec
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