source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f32fd318   13 years martin g722: Change bits per sample to 4 Earlier, bits per sample was …
(edit) @6fcbb0f5   13 years martin g722dec: Signal skipping the lower bits via AVOptions instead of …
(edit) @0bafe049   13 years justin.ruggles api-example: update to use avcodec_decode_audio4()
(edit) @f199f38   13 years justin.ruggles avplay: use avcodec_decode_audio4()
(edit) @e2a2c49   13 years justin.ruggles avplay: use a separate buffer for playing silence
(edit) @f08e54e8   13 years justin.ruggles avformat: use avcodec_decode_audio4() in avformat_find_stream_info()
(edit) @d1241ff   13 years justin.ruggles avconv: use avcodec_decode_audio4() instead of avcodec_decode_audio3()
(edit) @6d23d197   13 years alex.converse mov: Allow empty stts atom. Fixes regressions caused by 30c3d976
(edit) @def5dc12   13 years diego doc: document preferred Doxygen syntax and make patcheck detect it
(edit) @dc6d043   13 years justin.ruggles adpcmenc: cosmetics: pretty-printing Signed-off-by: Justin Ruggles …
(edit) @541d083a   13 years justin.ruggles ac3dec: cosmetics: pretty-printing Signed-off-by: Justin Ruggles …
(edit) @a4e21baa   13 years justin.ruggles yuv4mpeg: cosmetics: pretty-printing Signed-off-by: Justin Ruggles …
(edit) @eda87312   13 years justin.ruggles shorten: remove dead initialization Signed-off-by: Justin Ruggles …
(edit) @7679bd6e   13 years anton roqvideodec: set AVFrame reference before reget_buffer. Otherwise it …
(edit) @1e92d58e   13 years anton bmp: fix some 1bit samples. <= 8bpp BMP images always have palette. …
(edit) @8dd92eca   13 years janne-libav latmdec: add fate test for audio config change
(edit) @c8b27a0e   13 years anton oma: PCM support Signed-off-by: David Goldwich …
(edit) @8ae5eb75   13 years anton oma: better format detection with small probe buffer Signed-off-by: …
(edit) @e9607007   13 years anton oma: clearify ambiguous if condition Signed-off-by: David Goldwich …
(edit) @a548b6cb   13 years rsbultje wavpack: Properly clip samples during lossy decode When decoding …
(edit) @425b45d4   13 years rsbultje Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and …
(edit) @4a59eca9   13 years rsbultje Cleaned pixdesc.c file in libavutil Signed-off-by: Ronald S. Bultje …
(edit) @8f8c785f   13 years rsbultje zmbv.c: coding style clean-up. Signed-off-by: Ronald S. Bultje …
(edit) @6eedeefe   13 years rsbultje xan.c: coding style clean-up. Signed-off-by: Ronald S. Bultje …
(edit) @363114e8   13 years rsbultje mpegvideo.c: code cleanup - first 500 lines. Signed-off-by: Ronald S. …
(edit) @adedd840   13 years rsbultje h264: fix frame reordering code. Fixes …
(edit) @55a28056   13 years janne-libav fate: Add a test for the VBLE decoder Signed-off-by: Derek Buitenhuis …
(edit) @a0338b5   13 years lu_zero doc: break some long lines in developer.texi
(edit) @2cf74ec   13 years lu_zero drawtext: make x and y parametric Introduce variables "E", "PHI", …
(edit) @ec11ff84   13 years lu_zero drawtext: manage memory allocation better Call dtext_prepare_text as …
(edit) @a2fb4bcb   13 years lu_zero drawtext: refactor draw_text Split the memory allocation from the …
(edit) @8499442   13 years janne-libav doc: remove space between variable and post increment in example code
(edit) @d268b79e   13 years janne-libav aac_latm: reconfigure decoder on audio specific config changes
(edit) @fd095539   13 years janne-libav latmdec: fix audio specific config parsing Pass the correct size in …
(edit) @0eea212   13 years justin.ruggles Add avcodec_decode_audio4(). Deprecate avcodec_decode_audio3(). …
(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 …
Note: See TracRevisionLog for help on using the revision log.