source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d1ea26f   13 years shahriman_ams Do not try to read residue if ave_mean <= 1 Otherwise, we end up with …
(edit) @59df25ef   13 years shahriman_ams Move some variable declarations to comply with C90
(edit) @3ce50bf5   13 years shahriman_ams Cosmetics: fix some whitespace errors
(edit) @6345184f   13 years shahriman_ams Support 24-bit decoding
(edit) @dc08e7ea   13 years shahriman_ams wmall: remove ;; Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @bfbd22f9   13 years shahriman_ams Cosmetics: Fix some whitespace errors and indentation
(edit) @6ca1016b   13 years shahriman_ams Use correct variable type for 32-bit samples buffer
(edit) @2083a10a   13 years shahriman_ams Fix audio output Up until now, the decoder didn't output anything in …
(edit) @f7166f7d   13 years shahriman_ams Suppress dumping of residues buffer
(edit) @3d844951   13 years shahriman_ams Use quantizer value read from bitstream Currently the code …
(edit) @a6da23f1   13 years shahriman_ams Cosmetics: Remove two empty lines and realign some code
(edit) @8dc8dd9f   13 years shahriman_ams Reset acfilter_prevvalues buffer in clear_codec_buffers()
(edit) @001a74ff   13 years shahriman_ams Fix AC filter buffers and AC filter reversion
(edit) @70dd5a60   13 years shahriman_ams Perform dequantization of channel coefficients
(edit) @cf6284b2   13 years shahriman_ams Perform inverse inter-channel decorrelation and ac-filter
(edit) @74092106   13 years shahriman_ams Implement revert_inter_ch_decorr() and revert_acfilter()
(edit) @10406b9   13 years shahriman_ams Enable inverse-MCLMS filter
(edit) @302d5df8   13 years shahriman_ams Fix inverse-MCLMS filtering routines
(edit) @4fa3f1c   13 years shahriman_ams Do not update buffers in case no speed change is necessary
(edit) @153a8537   13 years shahriman_ams Use int for channel_coeffs instead of int16_t
(edit) @6d4deecf   13 years shahriman_ams Pass pointer to integer buffer instead of integer to memcpy
(edit) @c5cd2311   13 years shahriman_ams Partially fix CDLMS prediction
(edit) @460bec68   13 years shahriman_ams Fix lms_update()
(edit) @075ebdf7   13 years shahriman_ams Move num_lms reading out of a loop
(edit) @29c2fcb6   13 years shahriman_ams Use correct value for range The current range value causes an …
(edit) @768261e   13 years shahriman_ams Fix some int / int16_t / int32_t confusion For now force everything …
(edit) @8aa831c0   13 years shahriman_ams Implement revert_mclms() and associated functions
(edit) @bf871571   13 years shahriman_ams Fix two more int16_t vs. int confusion If everything works fine for …
(edit) @be8a0d26   13 years shahriman_ams Init s->cdlms[][].recent to order - 1 Not sure if this is correct. …
(edit) @6dd19c97   13 years shahriman_ams Add a size argument to dump_int_buffer()
(edit) @81a3c671   13 years shahriman_ams Get rid of logging that are not required anymore (Resolves some conflicts)
(edit) @e6c66fcf   13 years shahriman_ams Fix some int vs. int16_t confusion Size should be determined from …
(edit) @ea0323b0   13 years shahriman_ams call revert_cdlms()
(edit) @6cf31ef2   13 years shahriman_ams Fix some loop conditions to prevent overreads
(edit) @a3a8d5e0   13 years shahriman_ams Initialize pred in lms_predict()
(edit) @7a9807d   13 years shahriman_ams Clean-up
(edit) @3e2f664b   13 years shahriman_ams dump_int_buffer() to dump samples from a buffer
(edit) @caf9eb8   13 years shahriman_ams Implement revert_cdlms()
(edit) @d47782df   13 years shahriman_ams Doxy for reset_codec()
(edit) @3e4901b2   13 years shahriman_ams Store transient state and position of transient area
(edit) @3f3d2b5f   13 years shahriman_ams Implement use_high_update_speed() and use_normal_update_speed()
(edit) @1e0db1c   13 years shahriman_ams Initialize num_logged_tiles and remove unnecessary codes
(edit) @5b2680a2   13 years shahriman_ams Log index for each line of output
(edit) @a7c31f15   13 years shahriman_ams Log tile size
(edit) @d5aef477   13 years shahriman_ams Output decoded residues
(edit) @f3d349f6   13 years shahriman_ams Replace placeholders with actual calls to clear_codec_buffers() and …
(edit) @269a0dee   13 years shahriman_ams Implement lms_update()
(edit) @0faae51   13 years shahriman_ams Implement lms_predict()
(edit) @03684c8f   13 years shahriman_ams Implement reset_codec()
(edit) @93d2cabd   13 years shahriman_ams Add missing syntax elements to WmallDecodeCtx
(edit) @79b16e78   13 years shahriman_ams Add .recent syntax element to cdlms struct
(edit) @87b9c23b   13 years shahriman_ams Implement clear_codec_buffers()
(edit) @d58db720   13 years shahriman_ams Add buffers to context necessary for reverting cdmls and mclms filter
(edit) @a80a10bd   13 years shahriman_ams Use avpriv_copy_bits() instead of ff_copy_bits()
(edit) @374582ac   13 years shahriman_ams Cosmetics
(edit) @fa3e0190   13 years shahriman_ams Add missing ff_ before the AVCodec struct for wmalossless
(edit) @4d9d9a4   13 years shahriman_ams wmall: Working bitstream parser
(edit) @c40e1757   13 years martin httpproxy: Fix dependencies Fix building with --disable-network. …
(edit) @66e9c0b6   13 years martin httpproxy: Specify the object files needed in the Makefile …
(edit) @09d243dd   13 years rsbultje swscale: Fix stack alignment for SSE Although gcc guarantees 16 byte …
(edit) @f3a29b7   13 years justin.ruggles avcodec: move some AVCodecContext fields to an internal struct. A new …
(edit) @513b6919   13 years justin.ruggles avcodec: use av_opt_set() instead of deprecated av_set_string3()
(edit) @fa9aeb82   13 years justin.ruggles avcodec: fix some const warnings libavcodec/options.c:583: warning: …
(edit) @86d37303   13 years justin.ruggles avcodec: remove pointless AVOption, internal_buffer_count
(edit) @c693aa6f   13 years alex.converse imgutils: Fix illegal read. Found with address sanitizer. …
(edit) @ff3755cb   13 years janne-libav configure: add check for w32threads to enable it automatically
(edit) @704af3e2   13 years lu_zero rtmp: do not hardcode invoke numbers Note: FCPublish/FCUnpublish are …
(edit) @b7d939d9   13 years lu_zero cinepack: return non-generic errors
(edit) @81ac4cda   13 years anton fate-lavf-ts: use -mpegts_transport_stream_id option. Serves as a …
(edit) @f872e4d0   13 years anton Add an APIchanges entry and a minor bump for avio changes.
(edit) @45f511ec   13 years anton avio: Mark the old interrupt callback mechanism as deprecated Prepare …
(edit) @40972f7c   13 years anton avplay: Set the new interrupt callback Signed-off-by: Anton Khirnov …
(edit) @2abe947a   13 years anton avconv: Set new interrupt callbacks for all AVFormatContexts, use …
(edit) @a4009c6a   13 years martin cinepak: remove redundant coordinate checks Signed-off-by: Michael …
(edit) @867b4966   13 years martin cinepak: check strip_size Signed-off-by: Michael Niedermayer …
(edit) @d92fea2b   13 years martin cinepak, simplify, use AV_RB24() Signed-off-by: Michael Niedermayer …
(edit) @a2b51fe8   13 years martin cinepak: simplify, use FFMIN() Signed-off-by: Michael Niedermayer …
(edit) @b55aa7df   13 years martin cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0 …
(edit) @795d9594   13 years martin applehttp: Fix seeking in streams not starting at DTS=0 The Apple …
(edit) @dbc2424   13 years martin http: Don't use the normal http proxy mechanism for https The tls …
(edit) @2565dbe   13 years martin tls: Handle connection via a http proxy Signed-off-by: Martin Storsjö …
(edit) @f5c5d57b   13 years martin http: Reorder two code blocks This is in preparation for a later …
(edit) @9f1dae94   13 years martin http: Add a new protocol for opening connections via http proxies …
(edit) @bf7723a6   13 years martin http: Split out the non-chunked buffer reading part from http_read …
(edit) @ddf9b510   13 years martin segafilm: add support for raw videos Signed-off-by: Martin Storsjö …
(edit) @525c5b08   13 years martin rtpdec: only use RTCP for PTS when synchronizing multiple streams …
(edit) @12348ca2   13 years martin rtpdec: unwrap RTP timestamps for PTS calculation The timestamp field …
(edit) @bb4b0ad8   13 years alex.converse vp5: Fix illegal read. Found with Address Sanitizer
(edit) @e0966eb1   13 years alex.converse vp6: Fix illegal read. Found with Address Sanitizer Signed-off-by: …
(edit) @92db95e9   13 years martin tls: Use TLSv1_client_method for OpenSSL TLSv1 is compatible with …
(edit) @268fb3f9   13 years martin mpegaudiodec: Don't use a nonexistent log context for av_dlog This …
(edit) @18579f0   13 years martin avformat: Accept the ISO8601 separate format as input, too This makes …
(edit) @4a835416   13 years martin avformat: Interpret times in ff_iso8601_to_unix_time as UTC This …
(edit) @62706711   13 years martin avutil: Add av_timegm as a public function This is useful, since the …
(edit) @747283a0   13 years martin cinepak: Add another special case so that it can handle the following …
(edit) @ffc638c2   13 years martin lagarith: add some RGBA decoding support Signed-off-by: Martin …
(edit) @39616fc3   13 years martin lagarith: Add correct line prediction for RGB Signed-off-by: Martin …
(edit) @52767d89   13 years mans lavf: fix multiplication overflow in avformat_find_stream_info() …
(edit) @f1d1516e   13 years justin.ruggles cosmetics: indentation
(edit) @1158745a   13 years justin.ruggles mpegaudiodec: init static tables in AVCodec.init_static_data()
Note: See TracRevisionLog for help on using the revision log.