source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @708ab7d   13 years justin.ruggles fmtconvert: port float_to_int16() x86 inline asm to yasm
(edit) @45add995   13 years justin.ruggles fmtconvert: fix and extend documentation for float_interleave()
(edit) @ef74e397   13 years justin.ruggles flvenc: store delay and last_ts per-stream.
(edit) @b034c95c   13 years mans h264: fix ppc/altivec build Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @b8bb9c02   13 years rsbultje Enable multithreding when decoding with libopenjpeg Enable …
(edit) @27209bb1   13 years rsbultje h264: mark some MC functions with av_always_inline instead of inline. …
(edit) @05fb63f5   13 years rsbultje H264: have hl_motion() and its callees take a chroma_idc argument.
(edit) @c2d33742   13 years rsbultje H264: change weight/biweight functions to take a height argument. …
(edit) @229d263c   13 years rsbultje Support for lossless and inter H264 4:2:2.
(edit) @76741b0e   13 years rsbultje h264: 4:2:2 intra decoding support Signed-off-by: Diego Biurrun …
(edit) @dc49bf12   13 years rsbultje sws/pixfmt/pixdesc: add support for yuv420p9le/be.
(edit) @e85297e0   13 years rsbultje Revert d1d421cbc0d13b08535f7fc08d179572ee352072: change to …
(edit) @ce42a048   13 years rsbultje vp8: fix up handling of segmentation_maps in reference frames. …
(edit) @8305041e   13 years rsbultje swscale: prevent overflow in coefficient calculation.
(edit) @65d3176a   13 years anton lavc: hide private symbols. Overhead as reported by rbelf-size goes …
(edit) @586657c2   13 years anton lavc: deprecate img_get_alpha_info(). It's never been touched or used …
(edit) @0842d589   13 years anton lavc: use avpriv_ prefix for ff_toupper4. It's used in lavf.
(edit) @9f51c68   13 years anton lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. They …
(edit) @6f89efe   13 years anton lavc: use avpriv_ prefix for ff_ac3_parse_header. It's used in lavf.
(edit) @9138a130   13 years anton lavc: use avpriv_ prefix for ff_frame_rate_tab. It's used in lavf.
(edit) @773375c3   13 years anton lavc: rename ff_find_start_code to avpriv_mpv_find_start_code It's …
(edit) @357db4c2   13 years anton lavc: use avpriv_ prefix for ff_split_xiph_headers. It's used in lavf.
(edit) @2361e59b   13 years anton lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header. It's …
(edit) @242c73a0   13 years anton lavc: use avpriv_ prefix for some dv symbols used in lavf. …
(edit) @d9cca9fc   13 years anton lavc: use avpriv_ prefix for some flac symbols used in lavf. …
(edit) @59a9a235   13 years anton lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. …
(edit) @82ab61f9   13 years anton lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. …
(edit) @73ae27e1   13 years anton lavc: use avpriv_ prefix for ff_aac_parse_header(). It's used in lavf.
(edit) @8d74bf17   13 years anton lavf: hide private symbols. Overhead as reported by rbelf-size goes …
(edit) @ab88b25f   13 years anton lavf: use avpriv_ prefix for some dv functions. They are used in …
(edit) @1fa395e4   13 years anton lavf: use avpriv_ prefix for ff_new_chapter(). It's used in libavdevice.
(edit) @68d3aec8   13 years justin.ruggles avcodec: add CODEC_CAP_DELAY note to avcodec_decode_audio3() documentation
(edit) @352fc5f1   13 years justin.ruggles avcodec: clarify the CODEC_CAP_DELAY note in avcodec_decode_video2()
(edit) @ffeeae92   13 years justin.ruggles avcodec: clarify documentation of CODEC_CAP_DELAY
(edit) @1baa25c7   13 years justin.ruggles shorten: fix end-of-stream decoding. enable CODEC_CAP_DELAY to flush …
(edit) @d03f9f65   13 years justin.ruggles shorten: do not use block size to determine whether to read the header.
(edit) @882dafe9   13 years justin.ruggles shorten: check output buffer size before decoding
(edit) @bd7f7d6c   13 years justin.ruggles shorten: use av_clip_int16() for output sample clipping
(edit) @069ada4   13 years justin.ruggles shorten: use bytestream functions to decode the embedded WAVE header
(edit) @c25762fc   13 years justin.ruggles shorten: add some comments
(edit) @15d146c9   13 years justin.ruggles shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc()
(edit) @034f42df   13 years justin.ruggles cosmetics: remove some needless commented-out stuff
(edit) @cfa317f6   13 years justin.ruggles shorten: validate block size
(edit) @45d7d31f   13 years justin.ruggles shorten: move declaration of 'ret' to top of shorten_decode_frame()
(edit) @a8055992   13 years justin.ruggles shorten: pass on error value from allocate_buffers() instead of …
(edit) @9e5e2c2d   13 years justin.ruggles shorten: check for realloc failure
(edit) @fe31a637   13 years justin.ruggles shorten: move decoding of prediction order and applying of global …
(edit) @0f97c501   13 years justin.ruggles shorten: only calculate output size when returning decoded samples, …
(edit) @e9e37f2d   13 years justin.ruggles cosmetics: reindent
(edit) @9000b6db   13 years justin.ruggles shorten: separate processing of audio commands from non-audio commands
(edit) @0774548   13 years justin.ruggles shorten: skip some fields in the WAV header embedded in the shorten …
(edit) @a1f7885a   13 years justin.ruggles shorten: split reading of file header into a separate functions
(edit) @9ef6c797   13 years justin.ruggles avformat: do not require frame_size for Speex. Having it there forces …
(edit) @0e69c047   13 years justin.ruggles ogg/speex: set correct timestamp and duration for the first packet. …
(edit) @4ee247a   13 years justin.ruggles flvenc: check packet duration in speex using timestamps Using …
(edit) @b606a017   13 years justin.ruggles libspeexenc: add libspeex encoder
(edit) @52375ba5   13 years justin.ruggles flvenc: adjust for negative DTS for all codecs, not just H.264
(edit) @265980da   13 years diego x86: Move some variable declarations below the appropriat #ifdef. …
(edit) @2cb7c816   13 years diego x86: Fix linking of ProRes DSP ASM with YASM disabled.
(edit) @463ea05a   13 years diego avcodec.h: Move G.729/G.723 CODEC_IDs to the correct section. This is …
(edit) @26af0953   13 years diego Only test-compile w32pthreads.h if W32THREADS are available. This …
(edit) @8096fdf0   13 years janne-libav presets: rename presets directory
(edit) @f0eeff70   13 years anton lavc: make avcodec_get_context_defaults3 "officially" public …
(edit) @84ad31ff   13 years anton lavf: replace av_new_stream->avformat_new_stream part II. Manual …
(edit) @3b3bbdd3   13 years anton lavf,lavd: replace av_new_stream->avformat_new_stream part I. Trivial …
(edit) @569129a6   13 years anton lavf: add avformat_new_stream as a replacement for av_new_stream. It …
(edit) @73447eb4   13 years martin Use correct scaling table for bwd-pred MVs in second B-field When …
(edit) @0d8506b8   13 years anton Ut Video decoder Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @df3ca34a   13 years anton Makefile: change presets extension to .avpreset Fixes make install.
(edit) @ec2ac927   13 years anton lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs The …
(edit) @0244879f   13 years anton lavfi: add testsrc source Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @4e64c4d5   13 years anton AVOptions: add documentation.
(edit) @1279098d   13 years anton presets: update libx264 ffpresets Use the native libx264 options and …
(edit) @d97ca425   13 years janne-libav sunrast: Check for out of bounds reads Signed-off-by: Janne Grunau …
(edit) @6b1f93fa   13 years anton lavc: rename AV_ER_* options to AV_EF_* and rename AGGRESSIVE to …
(edit) @204e613   13 years anton lavc: replace API-bump-triggered AVCodecContext field change with …
(edit) @075d6439   13 years anton Add libvpx presets. Based on a patch by James Zern jzern AT google DOT com
(edit) @a5f05e52   13 years anton doc/avtools: add forgotten part to stream specifiers description
(edit) @d1d421cb   13 years janne-libav swscale: prevent overflow during initialization Signed-off-by: Janne …
(edit) @6e6003a4   13 years martin g722: Add a fate test for the encoder Signed-off-by: Martin Storsjö …
(edit) @73dbc89c   13 years martin fate: Add a target for creating a 16000 Hz mono synthetic audio file …
(edit) @ec5e5212   13 years lu_zero macosx: use the default surface on newer sdl SDL 1.2.14 works fine …
(edit) @3ec34462   13 years anton avconv: add presets Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @51369f28   13 years martin rtsp: Expose the flag options via private AVOptions for sdp and rtp, …
(edit) @3a6765fb   13 years martin rtsp: Make the rtsp flags avoptions set via a define This helps …
(edit) @9f938ca5   13 years martin rtpenc: Set a default video codec avconv doesn't map video streams to …
(edit) @299234a0   13 years martin avoptions: Fix av_opt_flag_is_set With the changes in …
(edit) @2e69dd66   13 years martin rtp: Fix ff_rtp_get_payload_type It was broken in …
(edit) @02a1a28c   13 years martin doc: Update the documentation on setting options for RTSP …
(edit) @9867aea5   13 years martin rtsp: Remove the separate filter_source variable Read it as a flag …
(edit) @eca4850c   13 years martin rtsp: Accept options via private avoptions instead of URL options …
(edit) @2c9aa024   13 years martin rtsp: Simplify AVOption definitions Use defines for shortening common …
(edit) @17fff881   13 years martin rtsp: Merge the AVOption lists This eases adding options that are …
(edit) @b157be1f   13 years anton lavfi: port libmpcodecs delogo filter The ported filter supports …
(edit) @ce6b6ef   13 years anton lavfi: port boxblur filter from libmpcodecs With the following …
(edit) @171868e2   13 years anton lavfi: add negate filter This filter is a simple wrapper around the …
(edit) @8fe0c527   13 years anton lavfi: add LUT (LookUp Table) generic filters Signed-off-by: Anton …
(edit) @85afbb1d   13 years anton AVOptions: don't segfault on NULL parameter in av_set_options_string()
(edit) @ab294069   13 years alex.converse avio: Check for invalid buffer length.
(edit) @5a9ee315   13 years anton mpegenc/mpegtsenc: add muxrate private options. Deprecate …
Note: See TracRevisionLog for help on using the revision log.