source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @560f773c   13 years justin.ruggles avcodec: change number of plane pointers from 4 to 8 at next major …
(edit) @9b9815ee   13 years lu_zero Update developers documentation with coding conventions. …
(edit) @51a16077   13 years mans svq1dec: avoid undefined get_bits(0) call Signed-off-by: Mans …
(edit) @59807fee   13 years mans ARM: h264dsp_neon cosmetics - Replace 'ip' with 'r12'. - Use correct …
(edit) @a760f530   13 years mans ARM: make some NEON macros reusable Signed-off-by: Mans Rullgard …
(edit) @150ddbc1   13 years mans Do not memcpy raw video frames when using null muxer Commit 035af99 …
(edit) @5a2e2516   13 years lu_zero fate: update asf seektest
(edit) @e02dec25   13 years rsbultje vp8: flush buffers on size changes.
(edit) @7d68f592   13 years lu_zero doc: improve general documentation for MacOSX Signed-off-by: Luca …
(edit) @b88eb876   13 years lu_zero asf: use packet dts as approximation of pts Having a somehow off …
(edit) @73f027c1   13 years lu_zero asf: do not call av_read_frame The asf_read_pts should read the …
(edit) @30266038   13 years martin rtsp: Initialize the media_type_mask in the rtp guessing demuxer The …
(edit) @d0fd6fc2   13 years rsbultje Cleaned up alacenc.c Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(edit) @04403ec2   13 years martin rtpenc: Add support for G726 audio Signed-off-by: Martin Storsjö …
(edit) @fa6dce4c   13 years martin rtpdec: Interpret the different G726 names as bits_per_coded_sample …
(edit) @77e0c75   13 years martin rtpenc: Change rtp_send_samples to handle sample sizes other than even …
(edit) @2d31d890   13 years martin rtpenc: Cast a rescaling parameter to int64_t This avoids overflow if …
(edit) @2574f08d   13 years rsbultje h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1. This …
(edit) @3adba2de   13 years mans ARM: fix indentation in ff_dsputil_init_neon() Signed-off-by: Mans …
(edit) @96fef6cf   13 years mans ARM: NEON put/avg_pixels8/16 cosmetics This makes whitespace and …
(edit) @716f1705   13 years mans ARM: add remaining NEON avg_pixels8/16 functions
(edit) @94267ddf   13 years mans ARM: clean up NEON put/avg_pixels macros Although this adds a few …
(edit) @ca12401   13 years justin.ruggles fate: split acodec-pcm into individual tests this removes 2 redundant …
(edit) @5089ce1b   13 years siretart swscale: #include "libavutil/mathematics.h" this file uses the M_PI …
(edit) @74e96eb7   13 years anton pmpdec: don't use deprecated av_set_pts_info.
(edit) @37fed0e6   13 years mans rv34: align temporary block of "dct" coefs This is needed for …
(edit) @f28070a1   13 years anton Add PlayStation Portable PMP format demuxer Not yet complete, for …
(edit) @c3b05d21   13 years martin proto: Realign struct initializers Signed-off-by: Martin Storsjö …
(edit) @7e580505   13 years martin proto: Use .priv_data_size to allocate the private context This …
(edit) @9c6777bd   13 years martin mmsh: Properly clean up if the second ffurl_alloc failed …
(edit) @02490bf3   13 years martin rtmp: Clean up properly if the handshake failed This prevents memory …
(edit) @6af35443   13 years martin md5proto: Remove the get_file_handle function The private data …
(edit) @1ca87d60   13 years martin applehttpproto: Use the close function if the open function fails …
(edit) @abe20c59   13 years martin http: Make sure proxyauth is initialized This string will be passed …
(edit) @adfdcf87   13 years rsbultje vble: use dsp.add_hfyu_median_prediction() this allows asm …
(edit) @317ea97   13 years rsbultje vble: remove flags copy, its not used in any speed relevant code. …
(edit) @e46abbcf   13 years rsbultje vble: merge len and val arrays There's no reason to use two arrays …
(edit) @0dd704db   13 years rsbultje vble: remove unused variable len. Signed-off-by: Michael Niedermayer …
(edit) @c8f0e88b   13 years martin rtpdec: Templatize the code for different g726 bitrate variants …
(edit) @bb8a6e03   13 years mans rv40: move loop filter to rv34dsp context Signed-off-by: Mans …
(edit) @c3f9ebf7   13 years anton lavf: make av_set_pts_info private. It's supposed to be called only …
(edit) @06d7325a   13 years martin rtpdec: Add support for G726 audio This requires using a separate …
(edit) @25836606   13 years martin rtpdec: Add an init function that can do custom codec context …
(edit) @7bb3e625   13 years anton avconv: make copy_tb on by default. I.e. on streamcopy set output …
(edit) @c98c1f43   13 years anton matroskadec: don't set codec timebase. It's not supposed to be set …
(edit) @d3e3ffa   13 years anton rmdec: don't set codec timebase. It's not supposed to be set outside …
(edit) @741a05a2   13 years anton avconv: compute next_pts from input packet duration when possible.
(edit) @20922325   13 years anton lavf: estimate frame duration from r_frame_rate. If r_frame_rate is …
(edit) @91b412e7   13 years anton avconv: update InputStream.pts in the streamcopy case. This was …
(edit) @464ccb01   13 years alex.converse indeo3: check per-plane data buffer against input buffer bounds. …
(edit) @fdab793a   13 years alex.converse avconv: Handle audio sync for non-S16 sample formats. Also fix …
(edit) @39a7a5b8   13 years rsbultje pthread: don't increment index on zero-sized packets. The next call …
(edit) @ac47e014   13 years alex.converse adtsenc: Check frame size. Inspired by work from: Michael Niedermayer …
(edit) @a2780518   13 years alex.converse txd: Fix order of operations.
(edit) @b94a3b28   13 years mans APIchanges: fill in some blanks Signed-off-by: Mans Rullgard …
(edit) @60084a17   13 years mans timer: fix misspelling of "decicycles" Signed-off-by: Mans Rullgard …
(edit) @c88ebdb4   13 years diego Eliminate pointless 0/NULL initializers in AVCodec and similar …
(edit) @1469f94   13 years diego indeo3: cosmetics Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @2b45222b   13 years alex.converse md5proto: Fix order of operations.
(edit) @999e7ebd   13 years alex.converse dca: Replace oversized unused get_bits() with skip_bits_long().
(edit) @1f948745   13 years lu_zero vc1: use an enum for Frame Coding Mode Document it a little and …
(edit) @9270b8a3   13 years lu_zero doc: cleanup filter section Use the @command{} tag when needed and …
(edit) @97980db4   13 years rsbultje indeo3: error out if no motion vector is set. This fixes a crash on a …
(edit) @6b6ee582   13 years rsbultje x86inc: Flag shufps as an floating-point instruction for the AVX …
(edit) @0df5e869   13 years justin.ruggles mpegaudio: do not use init_static_data() for initializing tables. It …
(edit) @d9ba767   13 years mans musepack: fix signed shift overflow in mpc_read_packet() Using an …
(edit) @028a2375   13 years alex.converse mov: Make format string match variable type.
(edit) @f11b0e95   13 years alex.converse wmavoice: Make format string match variable type.
(edit) @498605b4   13 years rsbultje vc1: select interlaced scan table by FCM element Interlaced videos …
(edit) @12bc2050   13 years rsbultje Generalize RIFF INFO tag support; support reading INFO tag in wav …
(edit) @3f5aa7df   13 years rsbultje pthread: track thread existence in a separate variable. This fixes a …
(edit) @7c5ce99b   13 years mans swscale: fix signed overflow in yuv2mono_X_c_template As old bits are …
(edit) @8540dcfd   13 years mans snow: fix integer overflows The way these values are used, they …
(edit) @0e55edcb   13 years mans svq1enc: remove stale altivec-related hack altivec.h is no longer …
(edit) @ff6d9cc5   13 years mans snow: fix signed overflow in byte to 32-bit replication …
(edit) @9d2dd356   13 years justin.ruggles adx: rename ff_adx_decode_header() to avpriv_adx_decode_header() It …
(edit) @a17c3c7d   13 years justin.ruggles avformat: add CRI ADX format demuxer
(edit) @27360ccc   13 years justin.ruggles adx: add an ADX parser. This simplifies the decoder so it doesn't …
(edit) @d8cec2d7   13 years justin.ruggles adx: move header decoding to ADX common code
(edit) @7ff55d9b   13 years justin.ruggles adx: calculate the number of blocks in a packet
(edit) @05c1f11b   13 years justin.ruggles adx: define and use 2 new macro constants BLOCK_SIZE and BLOCK_SAMPLES
(edit) @d1745619   13 years justin.ruggles adx: check for unsupported ADX formats
(edit) @99423853   13 years justin.ruggles adx: simplify encoding by using put_sbits()
(edit) @b237248e   13 years justin.ruggles adx: calculate correct LPC coeffs Instead of using fixed …
(edit) @954d94dd   13 years justin.ruggles adx: use 12-bit coefficients instead of 14-bit to avoid integer overflow
(edit) @c52ddc60   13 years justin.ruggles adx: simplify adx_decode() by using get_sbits() to read residual samples
(edit) @ca9e4727   13 years justin.ruggles adx: fix the data offset parsing in adx_decode_header() first 2 bytes …
(edit) @837bbd19   13 years justin.ruggles adx: remove unneeded post-decode channel interleaving instead …
(edit) @e2d1eace   13 years justin.ruggles adx: validate header values
(edit) @8db67610   13 years justin.ruggles adx: cosmetics: general pretty-printing and comment clean-up
(edit) @fbc79a91   13 years justin.ruggles adx: remove useless comments
(edit) @e0722d7f   13 years justin.ruggles adx: change short to int16_t
(edit) @dd1b9f7c   13 years justin.ruggles adx: rename struct PREV to ADXChannelState
(edit) @3a83b246   13 years mans dnxhdenc: fix signed overflows Signed-off-by: Mans Rullgard …
(edit) @b6ae0866   13 years mans dv: simplify bitstream splicing in dv_decode_ac() This is simpler and …
(edit) @b02aa3a8   13 years mans s3tc: fix shift overflow by using unsigned constant Signed-off-by: …
(edit) @f7f892e4   13 years mans svq1enc: fix signed multiplication overflow This multiplication can …
(edit) @e4faa31a   13 years mans svq1dec: use sign_extend() Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @171ec81   13 years mans rv34: fix signed multiplication overflow Multiply by unsigned …
(edit) @e524eadb   13 years rsbultje [PATCH] Fix crash when initializing multi-threaded decoding for …
Note: See TracRevisionLog for help on using the revision log.