source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9ff930aa   12 years martin rtmp: Display a verbose message when an unknown packet type is …
(edit) @9cdf74f9   12 years anton lavfi/audio: use av_samples_copy() instead of custom code. Fixes a …
(edit) @ce03b088   12 years anton configure: add all filters hardcoded into avconv to avconv_deps
(edit) @24b2f4ed   12 years anton avfiltergraph: remove a redundant call to avfilter_get_by_name().
(edit) @2f296e39   12 years anton lavfi: allow building without swscale.
(edit) @a4880283   12 years diego build: Do not delete tests/vsynth2 directory, which is no longer created.
(edit) @9baeff95   12 years anton lavfi: replace AVFilterContext.input/output_count with …
(edit) @9d0bfc50   12 years anton lavfi: make AVFilterPad opaque after two major bumps. It will allow …
(edit) @84b9fbe0   12 years anton lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name(). This …
(edit) @6d58358a   12 years anton lavfi: make avfilter_get_video_buffer() private on next bump. They …
(edit) @8772997d   12 years diego jack: update to new latency range API as the old one has been …
(edit) @05338686   12 years martin rtmp: Tokenize the AMF connection parameters manually instead of using …
(edit) @af10fead   12 years diego ppc: Rename H.264 optimization template file for consistency.
(edit) @d6251368   12 years anton lavfi: add channelsplit audio filter.
(edit) @47953626   12 years justin.ruggles golomb: check remaining bits during unary decoding in …
(edit) @404410a5   12 years anton sws: fix planar RGB input conversions for 9/10/16 bpp. Fixes bug 282. …
(edit) @65a80ee1   12 years alex.converse avfilter: Log an error if avfilter fails to configure a link.
(edit) @47b812e9   12 years anton avconv: support only native pthreads. Our w32pthreads wrapper has …
(edit) @0a9a2257   12 years martin rtmp: Fix a possible access to invalid memory location when the …
(edit) @f862537d   12 years martin rtmp: Do not send extension for flv files This fixes bugzilla bug …
(edit) @8ee3e187   12 years martin rtmp: support connection parameters Allow using connection parameters …
(edit) @b4c92e94   12 years martin doc: Add documentation for the newly added rtmp_* options …
(edit) @bcbb30e   12 years anton libmp3lame: add missing layout terminator Signed-off-by: Anton …
(edit) @5db5169e   12 years anton avconv: multithreaded demuxing. When there are multiple input files, …
(edit) @b0f0dfc4   12 years anton Bump lavu minor and add an APIChanges entry for audioconvert functions.
(edit) @59d58b33   12 years anton audioconvert: add a function for extracting the channel with the given …
(edit) @5df320e1   12 years anton audioconvert: add a function for getting the name of a single channel.
(edit) @406b257   12 years anton audioconvert: add a function for getting channel's index in layout
(edit) @3596de55   12 years anton audioconvert: use av_popcount64 in av_get_channel_layout_nb_channels
(edit) @d7d071a   12 years anton vf_libopencv: add missing headers. Fix build after b74a1da4.
(edit) @19be0f3c   12 years kostya.shishkov iac: add missing dependency
(edit) @30f51509   12 years mans h264: allow cropping to AVCodecContext.width/height Override the …
(edit) @8aa93e90   12 years mans mov: set AVCodecContext.width/height for h264 This is required for …
(edit) @cac4760   12 years kostya.shishkov iac: generate codec tables as they are supposed to be Unlike its …
(edit) @e1a3fa5d   12 years kostya.shishkov indeo4: handle frame type 1 properly It turns out that this frame …
(edit) @03e098e   12 years justin.ruggles lavu: change versioning script to include all av* prefixed symbols …
(edit) @3b81a18b   12 years justin.ruggles float_dsp: ppc: add a separate header for Altivec function prototypes …
(edit) @a839d6ab   12 years mans ARM: fix float_dsp breakage from d5a7229 Signed-off-by: Mans Rullgard …
(edit) @d5a7229   12 years justin.ruggles Add a float DSP framework to libavutil Move vector_fmul() from …
(edit) @98db4e2a   12 years justin.ruggles PPC: Move types_altivec.h and util_altivec.h from libavcodec to …
(edit) @94d2b0d   12 years justin.ruggles ARM: Move asm.S from libavcodec to libavutil This will allow for …
(edit) @bc92214e   12 years mans vc1dsp: mark put/avg_vc1_mspel_mc() always_inline This ensures that …
(edit) @a8656cd4   12 years alex.converse mpegts: Remove disabled extension matching probe.
(edit) @d0e9415d   12 years mans fate: avoid freopen(NULL) in videogen/rotozoom A number of systems do …
(edit) @ecf79c4d   12 years alex.converse vorbis: Validate that the floor 1 X values contain no duplicates. …
(edit) @503f2feb   12 years alex.converse avprobe: Identify codec probe failures rather than calling them …
(edit) @f0ff9eb4   12 years alex.converse avformat: Probe codecs at score 0 on buffer exhaustion conditions.
(edit) @62bebf6e   12 years alex.converse avformat: Factorize codec probing.
(edit) @c6061443   12 years kostya.shishkov Indeo Audio decoder
(edit) @34271cab   12 years kostya.shishkov imc: make IMDCT support stereo output This will be useful for Indeo …
(edit) @c45e2da6   12 years kostya.shishkov imc: move channel-specific data into separate context This will be …
(edit) @803391f7   12 years anton lavfi: remove request/poll and drawing functions from public API on …
(edit) @fa417fcd   12 years anton lavfi: make avfilter_insert_pad and pals private on next bump. They …
(edit) @b74a1da   12 years anton lavfi: make formats API private on next bump. It is only useful …
(edit) @67339f6e   12 years anton avplay: use buffersrc instead of custom input filter. We do not allow …
(edit) @d55c2e05   12 years anton avtools: move buffer management code from avconv to cmdutils. It will …
(edit) @3ffa2335   12 years anton avconv: don't use InputStream in the buffer management code. Use just …
(edit) @e58b75f   12 years anton avconv: fix exiting when max frames is reached. frame number should …
(edit) @b56825c4   12 years kostya.shishkov mpc8: fix maximum bands handling In Musepack SV8 codec property tell …
(edit) @79c8e29a   12 years alex.converse aacdec: Turn PS off when switching to stereo and turn it to implicit …
(edit) @41e9682a   12 years alex.converse movenc: Write chan atom for all audio tracks in mov mode movies.
(edit) @84e430dd   12 years martin mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeing Per …
(edit) @2b1f105f   12 years anton doc/avconv: add some details about the transcoding process.
(edit) @a982e5a0   12 years anton avidec: make scale and rate unsigned. The specs say they are unsigned …
(edit) @bb7431f   12 years anton avconv: check output stream recording time before each frame returned …
(edit) @a508e7a1   12 years anton avconv: split selecting input file out of transcode().
(edit) @2f51ec2b   12 years anton avconv: split checking for active outputs out of transcode().
(edit) @8eb9bf0   12 years anton avfiltergraph: make some functions static. They are not used outside …
(edit) @19dfbf19   12 years anton librtmp: return AVERROR_UNKNOWN instead of -1.
(edit) @a91943bc   12 years anton librtmp: don't abuse a variable for two unrelated things.
(edit) @007aede   12 years anton librtmp: add rtmp_app and rtmp_playpath private options. This makes …
(edit) @96fadfb1   12 years kostya.shishkov bmv: add stricter checks for invalid decoded length This makes …
(edit) @cf3a1948   12 years anton avpacket: fix duplicating side data. Use correct side data size …
(edit) @21e2dc9f   12 years lu_zero flv: support stream text data as onTextData Adobe specifies …
(edit) @2439bd86   12 years martin mpegtsenc: Support LATM packetization for AAC This adds the avoption …
(edit) @485d3ea0   12 years martin adtsenc: Don't expose the muxer internals to the rest of lavf This …
(edit) @b1c56ea   12 years martin mpegtsenc: use AVFormatContext for AAC packetization This removes the …
(edit) @d1a3a3d4   12 years martin mpegtsenc: use AVERROR() for return codes Signed-off-by: Jindrich …
(edit) @dbaf79c9   13 years martin http: Add the url_shutdown function for https, too Signed-off-by: …
(edit) @59525641   13 years martin http: Simplify code by removing a local variable Signed-off-by: …
(edit) @3cbcfa2d   13 years martin http: Clear the old URLContext pointer when closed This fixes issues …
(edit) @b7c3772b   13 years martin tcp: Try enabling SO_REUSEADDR when listening Signed-off-by: Martin …
(edit) @641f4a88   13 years martin tcp: Check the return values from bind and accept Signed-off-by: …
(edit) @5c742005   13 years martin avisynth: Make sure the filename passed to avisynth is in the right …
(edit) @0fcf3013   13 years martin fate: Fix fate-ac3-fixed-encode for pre-ssse3 x86 machines The …
(edit) @9613240f   13 years martin http: Pass the proper return code of net IO operations Signed-off-by: …
(edit) @1876e7c0   13 years martin http: Add 'post_data', a new option which sets custom HTTP post data …
(edit) @c7bd556d   13 years justin.ruggles lavfi: amix: check active input count before calling request_samples …
(edit) @6163d880   13 years rsbultje vp8: move block coeff arithcoder on stack. This prevents gcc from …
(edit) @64bde805   13 years rsbultje mp3/ac3 probe: search for PES headers to prevent probing MPEG-PS as MP3.
(edit) @d041dec3   13 years derek.buitenhuis pcm-mpeg: improve log message wording We support every defined value …
(edit) @0857e46d   13 years mans fate: add missing $(TARGET_PATH) to ac3-fixed-encode Signed-off-by: …
(edit) @00c78a0a   13 years mans fate: fix md5sum replacement on some systems On systems where the …
(edit) @43b50e6   13 years lu_zero avprobe: correctly set the default formatter
(edit) @b75726c   13 years justin.ruggles lavr: add x86-optimized function for mixing 2 to 1 s16p with q8 coeffs
(edit) @c140fb2c   13 years justin.ruggles lavr: add x86-optimized functions for mixing 2 to 1 s16p with float coeffs
(edit) @8dfc1227   13 years justin.ruggles lavr: add C functions for mixing 2 to 1 channels with s16p format
(edit) @5289955   13 years lu_zero avprobe: move formatter functions in the context Avoid possible clashes.
(edit) @c9cc7629   13 years anton avconv: extend -r to work on any input stream. This is done by …
(edit) @4f81a507   13 years anton doc/avconv: expand documentation for the -s option.
Note: See TracRevisionLog for help on using the revision log.