source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @91d3cbe0   13 years anton avfiltergraph: make the AVFilterInOut alloc/free API public This is …
(edit) @12e7e1d   13 years anton graphparser: allow specifying sws flags in the graph description.
(edit) @4e781c25   13 years anton graphparser: fix the order of connecting unlabeled links. Right now, …
(edit) @d7bcc71d   13 years anton graphparser: add avfilter_graph_parse2(). Unlike …
(edit) @7ae7c414   13 years anton vsrc_buffer: allow using a NULL buffer to signal EOF.
(edit) @9206ac8   13 years rsbultje swscale: handle last pixel if lines have an odd width. Fixes bug 270.
(edit) @f5be7958   13 years mans qdm2: fix a dubious pointer cast This reworks a loop to get rid of an …
(edit) @680097cb   13 years martin WMAL: Do not try to read rawpcm coefficients if bits is invalid …
(edit) @accea4d9   13 years martin mov: Fix detecting there is no sync sample. Stss atom without entries …
(edit) @f346b6bb   13 years alex.converse tiffdec: K&R cosmetics
(edit) @cbf767a8   13 years lu_zero avf: has_duration does not check the global one Some container …
(edit) @b089ca87   13 years rsbultje dsputil: fix optimized emu_edge function on Win64. Recent register …
(edit) @ef0ee7f6   13 years diego swscale: K&R formatting cosmetics (part II) Also adjust some comments …
(edit) @90a43060   13 years alex.converse tiffdec: Add a malloc check and refactor another.
(edit) @99a33529   13 years alex.converse faxcompr: Check malloc results and unify return path
(edit) @6555acad   13 years mans configure: escape colons in values written to config.fate The fields …
(edit) @de7f22ab   13 years rsbultje ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and …
(edit) @31168588   13 years rsbultje matroska: Fix leaking memory allocated for laces. During error …
(edit) @97ae3700   13 years rsbultje pthread: Fix crash due to fctx->delaying not being cleared. …
(edit) @27c2fb0f   13 years rsbultje vp3: Assert on invalid filter_limit values. Signed-off-by: Dale …
(edit) @76538d7a   13 years rsbultje h264: fix 10bit biweight functions after recent x86inc.asm fixes. …
(edit) @2b8374e9   13 years alex.converse ffv1: Fix size mismatch in encode_line.
(edit) @73b7437f   13 years alex.converse movenc: Remove a dead initialization
(edit) @6048fd2   13 years diego git-howto: Explain how to avoid Windows line endings in git checkouts.
(edit) @baaab606   13 years diego build: Move all arch OBJS declarations into arch subdirectory Makefiles.
(edit) @18e8fef7   13 years diego libxvid: remove disabled code
(edit) @9f3e781   13 years mans qdm2: make a table static const Signed-off-by: Mans Rullgard …
(edit) @9ffe8ee7   13 years mans qdm2: simplify bitstream reader setup for some subpacket types …
(edit) @a31787ee   13 years mans qdm2: use get_bits_left() Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @7bb3a302   13 years diego build: Consistently handle conditional compilation for all …
(edit) @2ef15b46   13 years diego avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics
(edit) @992f71e9   13 years justin.ruggles msrle: convert MS RLE decoding function to bytestream2. …
(edit) @729f90e2   13 years justin.ruggles x86inc improvements for 64-bit Add support for all x86-64 registers …
(edit) @e1ce7568   13 years alex.converse avplay: Don't free video filters string until the end of decoding. …
(edit) @ebbede22   13 years martin movenc: small refactor mov_write_packet Share the formerly internal …
(edit) @18b59956   13 years martin movenc: remove redundant check The proper check is already in …
(edit) @9676d8eb   13 years diego interplayvideo: fix av_dlog parameter type mismatch …
(edit) @679481b3   13 years diego Drop some pointless #ifdefs. The files are only compiled if the …
(edit) @2130bd8f   13 years rsbultje rv40dsp x86: use only one register, for both increment and loop …
(edit) @272b252   13 years rsbultje rv40dsp: implement prescaled versions for biweight. Quite often, the …
(edit) @d3c59d50   13 years justin.ruggles avconv: use default channel layouts when they are unknown If either …
(edit) @95a8dac5   13 years justin.ruggles avconv: parse channel layout string This allows the user to use …
(edit) @a559d65   13 years diego nutdec: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @a40ba3af   13 years martin vda: Signal 4 byte NAL headers to the decoder regardless of what's in …
(edit) @14f063d2   13 years martin mem: Consistently return NULL for av_malloc(0) Plain POSIX malloc(0) …
(edit) @e36b25d1   13 years anton vf_overlay: implement poll_frame() Signal that it can output a frame …
(edit) @90f65dc6   13 years anton vf_scale: support named constants for sws flags.
(edit) @7c59b5c2   13 years anton lavc doxy: add all installed headers to doxy groups.
(edit) @ec57b7de   13 years anton lavc doxy: add avfft to the main lavc group.
(edit) @8a74029   13 years anton lavc doxy: add remaining avcodec.h functions to a misc doxygen group.
(edit) @6aadfbda   13 years anton lavc doxy: add AVPicture functions to a doxy group.
(edit) @56512ce1   13 years anton lavc doxy: add resampling functions to a doxy group.
(edit) @40ca0e6   13 years anton lavc doxy: replace \ with / It's the more proper symbol to use and it …
(edit) @f038515f   13 years anton lavc doxy: add encoding functions to a doxy group.
(edit) @c8ef8464   13 years anton lavc doxy: add decoding functions to a doxy group.
(edit) @199ada49   13 years anton lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE,H263_MB_INFO}
(edit) @30f3f625   13 years anton lavc doxy: add AVPacket-related stuff to a separate doxy group. Also …
(edit) @294b3a50   13 years anton lavc doxy: add core functions/definitions to a doxy group.
(edit) @02c39f0   13 years diego ppc: Add/remove a number of const qualifiers to fix related warnings.
(edit) @b073819b   13 years justin.ruggles avconv: allow '-async -1' to disable timestamp sync for audio encoding …
(edit) @679a973e   13 years justin.ruggles avconv: use default alignment for audio buffer
(edit) @c58846f3   13 years justin.ruggles avcodec: use align == 0 for default alignment in …
(edit) @0109a09d   13 years justin.ruggles avutil: use align == 0 for default alignment in audio sample buffer …
(edit) @18ed378   13 years justin.ruggles avutil: allow NULL linesize in av_samples_fill_arrays() and …
(edit) @b6c4518a   13 years anton avconv: remove OutputStream.picref. It's only used inside …
(edit) @695ec04e   13 years anton avconv: only set SAR once on the decoded frame. No point in repeating …
(edit) @1337de0c   13 years justin.ruggles avcodec: validate the channel layout vs. channel count for decoders …
(edit) @b2db359   13 years justin.ruggles audioconvert: make av_get_channel_layout accept composite names. …
(edit) @4d693b02   13 years justin.ruggles avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt() …
(edit) @9294f538   13 years martin rtsp: Don't use av_malloc(0) if there are no streams Signed-off-by: …
(edit) @62c3c8ca   13 years martin rtsp: Don't use uninitialized data if there are no streams …
(edit) @58e1032d   13 years martin vaapi: mpeg2: fix slice_vertical_position calculation. …
(edit) @9cb150c9   13 years martin hwaccel: mpeg2: decode first field, if requested. If user opted to …
(edit) @2ce7f4d4   13 years martin cosmetics: Fix indentation Signed-off-by: Martin Storsjö …
(edit) @45600148   13 years martin rtsp: Don't expose the MS-RTSP RTX data stream to the caller This …
(edit) @d293e346   13 years martin rtpdec_asf: Set the no_resync_search option for the chained asf …
(edit) @75b7feae   13 years martin asfdec: Add an option for not searching for the packet markers Some …
(edit) @14285275   13 years martin cosmetics: Clean up the tiffenc pix_fmts declaration to match the …
(edit) @00c3b67b   13 years martin cosmetics: Align codec declarations Also break some long lines, …
(edit) @6d27d8b1   13 years martin cosmetics: Convert mimic.c to utf-8 Signed-off-by: Martin Storsjö …
(edit) @d4936548   13 years anton avconv: remove an unused function parameter.
(edit) @4648fe6   13 years anton avconv: remove now pointless variables.
(edit) @e06d2dfc   13 years anton avconv: drop support for building without libavfilter. Since the …
(edit) @439c3d5b   13 years martin nellymoserenc: fix crash due to memsetting the wrong area. …
(edit) @ba24f129   13 years martin libavformat: Only require first packet to be known for audio/video …
(edit) @951e715   13 years martin avplay: Don't try to scale timestamps if the tb isn't set If …
(edit) @20234a4b   13 years martin cosmetics: Align muxer/demuxer declarations Also add missing trailing …
(edit) @fdf3a749   13 years martin mpeg12: Do not change frame_pred_frame_dct flag and demote error into …
(edit) @bb0618e6   13 years justin.ruggles avcodec: remove avcodec_guess_channel_layout() It is not public …
(edit) @5cc51a58   13 years justin.ruggles avutil: Add av_get_default_channel_layout() Also, use the new …
(edit) @0becb07   13 years diego h264: Factorize declaration of mb_sizes array.
(edit) @a03f8ea0   13 years anton vsrc_buffer: when no frame is available, return an error instead of …
(edit) @cfec77aa   13 years anton configure: add dl to frei0r extralibs.
(edit) @6b81da2   13 years rsbultje dsputil x86: use SSE float instruction instead of SSE2 integer …
(edit) @cd88105f   13 years rsbultje dsputil x86: remove deprecated parameter from scalarproduct_int16 …
(edit) @f9888520   13 years rsbultje vp8dsp x86: perform rounding shift with a single instruction …
(edit) @7756859a   13 years rsbultje fate: add BMP tests.
(edit) @bc0bdda7   13 years rsbultje swscale: handle complete dimensions for monoblack/white. Fixes bug 269.
(edit) @e484265c   13 years diego aacenc: Mark deinterleave_input_samples argument as const. This fixes …
(edit) @1f068e44   13 years diego vf_unsharp: Mark readonly variable as const. This fixes the following …
Note: See TracRevisionLog for help on using the revision log.