source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2ef241c0   14 years stefano.sabatini-lala oggdec: use av_dlog() Simplify.
(edit) @6b4c0be5   14 years stefano.sabatini-lala mem: define the MAX_MALLOC_SIZE constant and use it in place of …
(edit) @5f3c436b   14 years michaelni muxers.texi changes for mkv/webm options
(edit) @bed12e24   14 years michaelni mpegaudio: Correct license header To the best of my knowledge the …
(edit) @02260ccc   14 years michaelni add 5.1 to stereo downmix to resample.c this is based on previous …
(edit) @01a73d6   14 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ffmpeg: …
(edit) @0753721e   14 years Carl Eugen Hoyos Do not ask for samples if a specific channel layout was requested.
(edit) @458f20bc   14 years stefano.sabatini-lala libx264: specify field for default union values in options Fix warnings.
(edit) @f455f464   14 years michaelni movdec: dont divide by zero when stts_data[0].duration = 0. Fixes …
(edit) @a0cd98b   14 years michaelni Fix ticket127 This fixes detectiion of slightly too big dummy frames. …
(edit) @94ea1707   14 years michaelni dct32: Replacing libav by ffmpeg in the license header with the …
(edit) @a121754   14 years martin ffmpeg: Don't trigger url_interrupt_cb on the first signal Currently, …
(edit) @8089b7fa   14 years martin avoptions: Check the return value from av_get_number This avoids …
(edit) @5045786b   14 years stefano.sabatini-lala lavf: fix style for avformat_alloc_output_context2() More …
(edit) @5ecdfd00   14 years stefano.sabatini-lala lavf: deprecate avformat_alloc_output_context() in favor of …
(edit) @83db7197   14 years stefano.sabatini-lala lavfi: make vsrc_buffer.h header public Address trac issue #33.
(edit) @422b2362   14 years siretart dct32_sse: eliminate some spills 125->104 cycles on penryn (x86_64 only)
(edit) @e6c1791b   14 years Carl Eugen Hoyos Fix compilation with --disable-yasm.
(edit) @165c7c42   14 years rsbultje Fix dct32() compilation with --disable-yasm Signed-off-by: Ronald S. …
(edit) @bf8bb943   14 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ffmpeg: …
(edit) @33adcdb5   14 years michaelni mpeg2dec: Fix lowres 3 Fixes ticket212 Signed-off-by: Michael …
(edit) @af2ed4b7   14 years stefano.sabatini-lala lavfi: bump minor and add changelog entry after the split filter addition
(edit) @8a5b71d0   14 years stefano.sabatini-lala vf_split: add documentation to filters.texi
(edit) @6f5a145b   14 years stefano.sabatini-lala vf_split: give more meaningful names to the output pads Rename …
(edit) @de1100a0   14 years stefano.sabatini-lala vf_split: define draw_slice() before end_frame() Improve logical …
(edit) @88fc2e41   14 years stefano.sabatini-lala vf_split: add description
(edit) @7d5297b3   14 years stefano.sabatini-lala vf_split: fix various nits
(edit) @eb97d4d6   14 years michaelni wmadec: avoid infinit loop. Fixes ticket183 Signed-off-by: Michael …
(edit) @a13fec8   14 years michaelni DirectShow capture: Fix build Signed-off-by: Michael Niedermayer …
(edit) @71cc331c   14 years anton ffmpeg: get rid of the -vglobal option. It's badly documented and …
(edit) @6204feb1   14 years siretart dct32: Add AVX implementation of 32-point DCT
(edit) @4e653b98   14 years siretart dct32: Change pass 6 permutation to allow for AVX implementation
(edit) @3758eb0e   14 years siretart dct32: port SSE 32-point DCT to YASM
(edit) @e6ec9212   14 years michaelni matroska: switch stereo mode from int to string and add support in the …
(edit) @69a83da   14 years michaelni matroska: cosmetics
(edit) @8dd12b07   14 years michaelni Create a stereo_mode metadata tag to specify the stereo 3d video …
(edit) @a38a00ed   14 years michaelni libavfilter: vf_split from soc. Commited by michael, for detailed …
(edit) @95eb2e3a   14 years michaelni DirectShow capture support Signed-off-by: Michael Niedermayer …
(edit) @153382e1   14 years diego multiple inclusion guard cleanup Add missing multiple inclusion …
(edit) @d49051e0   14 years anton avio: document buffer must created with av_malloc() and friends Else …
(edit) @9e2dabed   14 years anton avio: check AVIOContext malloc failure Signed-off-by: Anton Khirnov …
(edit) @7d4c4394   14 years anton swscale: point out an alternative to sws_getContext Signed-off-by: …
(edit) @cdca7c37   14 years rsbultje svq3: Do initialization after parsing the extradata If done before, …
(edit) @f8c49d02   14 years Carl Eugen Hoyos Fix channel_layout documentation. libavformat/riff.c has been writing …
(edit) @21bbca5b   14 years siretart add changelog entries for 0.7_beta2
(edit) @6d32bcd7   14 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @840238b   14 years michaelni ffserver: dont just crash With changes from ubitux.
(edit) @ab1c19ef   14 years michaelni fix ffserver's SIGSEGV
(edit) @0eed5016   14 years michaelni avoptions: Support getting flag values using av_get_int
(edit) @1b30e4f5   14 years michaelni preset dir for win32
(edit) @0424e052   14 years michaelni Merge remote-tracking branch 'ffmpeg-mt/master' * …
(edit) @5c08c7b2   14 years michaelni Add a flag to disable side data merging. Signed-off-by: Michael …
(edit) @94eadee7   14 years michaelni Merge/split side data. Signed-off-by: Michael Niedermayer …
(edit) @007f7739   14 years Carl Eugen Hoyos Encoding alac with more than two channels is not supported.
(edit) @03c804e1   14 years rsbultje mp3lame: add #include required for AV_RB32 macro. Fixes compilation …
(edit) @a1d0dcc7   14 years mans configure: make executable again Signed-off-by: Mans Rullgard …
(edit) @42da8ea8   14 years diego LATM/AAC: Free previously initialized context on reinit. Fixes memory …
(edit) @0a6db2a2   14 years diego configure: Do not unconditionally add -Wall to host CFLAGS. Some …
(edit) @9297f1ed   14 years diego configure: Set OS/2 objformat to a.out. Signed-off-by: Diego Biurrun …
(edit) @d69f9a42   14 years diego Add support for a.out object format to assembler macros. This format …
(edit) @6da57043   14 years mans fate: disable threading for encoding This explicitly disables …
(edit) @5ffccc00   14 years mans fate: add comment field This adds a comment field to the report …
(edit) @eb8da636   14 years mans fate: allow overriding default build and install dirs This is useful …
(edit) @50fefa10   14 years martin mpegtsenc: Add an AVClass pointer to the private data Since a private …
(edit) @f255a28d   14 years mans mpegaudio: clean up #includes Signed-off-by: Mans Rullgard …
(edit) @0199e00b   14 years mans mpegaudio: move all header parsing to mpegaudiodecheader.[ch] …
(edit) @f1b3f33d   14 years stefano.sabatini-lala vf_libopencv: prefer opencv/cxcore.h over cxtypes.h Require the …
(edit) @125d8076   14 years stefano.sabatini-lala decoders.texi: fix typos in rawvideo section
(edit) @950b3589   14 years stefano.sabatini-lala cmdutils: use const AVClass * when senseful Fix warnings: cmdutils.c: …
(edit) @52da548c   14 years stefano.sabatini-lala encoders.texi: add documentation for the libx264 encoder Also remove …
(edit) @c5385147   14 years stefano.sabatini-lala decoders.texi: add documentation for rawvideo decoder and options
(edit) @5e45f034   14 years stefano.sabatini-lala doc: add decoders.texi file
(edit) @d4111e52   14 years stefano.sabatini-lala encoders.texi: decrease level for audio encoders section Make Audio …
(edit) @1e31ea71   14 years stefano.sabatini-lala ffprobe.texi: remove inclusion of muxers section Muxers are not used …
(edit) @7f58eb3c   14 years stefano.sabatini-lala indeo3: release buffer in indeo3_decode_end() Fix leak.
(edit) @5443812f   14 years stefano.sabatini-lala indeo3: remove unnecessary includes
(edit) @a469c324   14 years stefano.sabatini-lala indeo3: add @file doxy and a link to multimedia wiki documentation
(edit) @0d65e0f8   14 years stefano.sabatini-lala cmdutils: reset *picref_ptr to NULL in get_filtered_frame() Avoid the …
(edit) @32881039   14 years stefano.sabatini-lala ffmpeg: remove useless NULL-check on avfilter_unref_buffer The check …
(edit) @ed96fffb   14 years stefano.sabatini-lala libmp3lame: include "libavutil/intreadwrite.h" header Fix compilation.
(edit) @80d156d7   14 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: qdm2: …
(edit) @984ece75   14 years rsbultje qdm2: Use floating point synthesis filter. This avoid needlessly …
(edit) @4e987f82   14 years rsbultje h264: correct border check. When backing up the top-left border, …
(edit) @0ffc841   14 years rsbultje h264: fix loopfilter with threading at slice boundaries.
(edit) @89a20987   14 years mans Fix ff_mpa_synth_filter_fixed() prototype The prototype should use …
(edit) @6efb2968   14 years michaelni Reindent
(edit) @65a4d8e5   14 years michaelni rtpenc_chain: Pass the MP4A_LATM flag to chained muxers
(edit) @ef409645   14 years michaelni rtpenc: MP4A-LATM payload support
(edit) @bd61b2a1   14 years michaelni movenc: Pass AVFormatContext flags to the SDP generation
(edit) @abe93638   14 years michaelni sdp: Allow passing AVFormatContext flags to the SDP generation
(edit) @c78a85ad   14 years stefano.sabatini-lala vsrc_buffer: document av_vsrc_buffer_add_video_buffer_ref()
(edit) @c000a9f7   14 years stefano.sabatini-lala vsrc_buffer: add av_vsrc_buffer_add_frame() The new function is a …
(edit) @d3fddb84   14 years stefano.sabatini-lala vsrc_buffer: fix example in docs, add mandatory parameters
(edit) @50764e19   14 years stefano.sabatini-lala vsrc_buffer: make the source accept sws_param in init Avoid the need …
(edit) @509b32c   14 years stefano.sabatini-lala vsrc_buffer: propagate avfilter_open() error code
(edit) @3799805e   14 years stefano.sabatini-lala vsrc_buffer: fix style
(edit) @9fdf7721   14 years stefano.sabatini-lala lavfi: add avfilter_get_video_buffer_ref_from_frame to avcodec.h …
(edit) @6070b7e1   14 years stefano.sabatini-lala vsrc_buffer: remove dependency on AVFrame Rename …
(edit) @4887f824   14 years diego Rename costablegen.c ---> cos_tablegen.c. This is consistent with how …
(edit) @9f24056   14 years diego Collapse tableprint.c into tableprint.h. tableprint.c serves little …
Note: See TracRevisionLog for help on using the revision log.