source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8703f01   12 years mans flvdec: remove incomplete, disabled seeking code
(edit) @51a2b554   12 years mans http: replace atoll() with strtoll()
(edit) @ae2bb52c   12 years mans mpegts: remove unused/incomplete/broken seeking code
(edit) @ae46fbee   12 years justin.ruggles af_amix: allow float planar sample format as input
(edit) @f0ece49e   12 years justin.ruggles af_amix: use AVFloatDSPContext.vector_fmac_scalar()
(edit) @82b2df97   12 years justin.ruggles float_dsp: add x86-optimized functions for vector_fmac_scalar()
(edit) @cb5042d0   12 years justin.ruggles float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil
(edit) @4e4dd717   12 years justin.ruggles lavr: Add x86-optimized function for flt to s32 conversion
(edit) @6c63cbfe   12 years justin.ruggles lavr: Add x86-optimized function for flt to s16 conversion
(edit) @97ce1ba8   12 years justin.ruggles lavr: Add x86-optimized functions for s32 to flt conversion
(edit) @5904f25b   12 years justin.ruggles lavr: Add x86-optimized functions for s32 to s16 conversion
(edit) @d721f67d   12 years justin.ruggles lavr: Add x86-optimized functions for s16 to flt conversion
(edit) @1168e29d   12 years justin.ruggles lavr: Add x86-optimized function for s16 to s32 conversion
(edit) @579fd87b   12 years martin rtpenc: Support packetizing iLBC Signed-off-by: Martin Storsjö …
(edit) @89c39605   12 years martin rtpdec: Add a depacketizer for iLBC Signed-off-by: Martin Storsjö …
(edit) @a2b251a0   12 years martin Implement the iLBC storage file format Signed-off-by: Martin Storsjö …
(edit) @9e74db68   12 years martin mov: Support muxing/demuxing iLBC The packet size, signalled via …
(edit) @3641b04   12 years martin Add support for iLBC decoding/encoding via the external library …
(edit) @46743a85   12 years martin rtmp: Don't send every flv packet in a separate HTTP request in RTMPT …
(edit) @bbc80386   12 years martin rtsp: Send mode=record instead of mode=receive This seems to be the …
(edit) @db28b01d   12 years mans dirac: replace compound literal with normal initialiser …
(edit) @f61ce90c   12 years justin.ruggles lavr: add x86-optimized functions for mixing 1-to-2 s16p with flt coeffs
(edit) @29f7490c   12 years justin.ruggles lavr: add x86-optimized functions for mixing 1-to-2 fltp with flt coeffs
(edit) @3971be0   12 years justin.ruggles Add Dolby/DPLII downmix support to libavresample Signed-off-by: …
(edit) @9fcda25e   12 years mans vorbisdec: replace div/mod in loop with a counter 2x speedup of …
(edit) @7457ebee   12 years mans fate: vorbis: add 5.1 surround test Signed-off-by: Mans Rullgard …
(edit) @d77f4af   12 years martin rtpenc: Allow requesting H264 RTP packetization mode 0 This requires …
(edit) @becc3c62   12 years martin configure: Sort the library listings in the help text alphabetically …
(edit) @d9669eab   12 years mans dwt: remove variable-length arrays Signed-off-by: Mans Rullgard …
(edit) @8e50c57d   12 years martin RTMPT protocol support This adds two protocols, but one of them is an …
(edit) @35127bf1   12 years martin http: Properly handle chunked transfer-encoding for replies to post …
(edit) @eb564b23   12 years martin http: Fail reading if the connection has gone away This can happen if …
(edit) @eb3918c1   12 years martin amr: Mark an array const Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @634e874d   12 years martin amr: More space cleanup This was missed in the previous cleanup …
(edit) @e9ef88fb   12 years martin rtpenc: Fix memory leaks in the muxer open function Also return a …
(edit) @5f26d4d4   12 years martin amr: Cosmetic cleanup Add spaces around operators, fix brace …
(edit) @44fdf37c   12 years martin mov_chan: Fix operator precedence by adding parentheses …
(edit) @f404c7dc   12 years diego doc: Add missing protocols to list of supported protocols.
(edit) @a7cc78cb   12 years martin tcp: Check the listen call Signed-off-by: Martin Storsjö …
(edit) @ae702edf   12 years anton flacdec: read attached pictures.
(edit) @a5db8e4a   12 years anton lavf: don't segfault when a NULL filename is passed to …
(edit) @fbc57405   12 years janne-libav af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64
(edit) @1cdcf043   12 years janne-libav segment: remove unnecessary <strings.h> include
(edit) @16b85259   12 years janne-libav fate: add snow hpel tests Signed-off-by: Janne Grunau …
(edit) @d246c18e   12 years diego Avoid C99 variable declarations within for statements. We generally …
(edit) @7dc747f5   12 years martin rtmp: Read and handle incoming packets while writing data This makes …
(edit) @d2d193c   12 years lu_zero doc: document THREAD_TYPE fate variable
(edit) @d1beee07   12 years martin rtpdec: Don't require frames to start with a Mode A packet While …
(edit) @9034b0ed   12 years anton avconv: don't try to free threads that were not initialized.
(edit) @8517e9c4   12 years martin rtmp: Add a new option 'rtmp_buffer', for setting the client buffer …
(edit) @9477c035   12 years martin rtmp: Set the client buffer time to 3s instead of 0.26s This …
(edit) @c2d38bea   12 years martin rtmp: Handle server bandwidth packets Signed-off-by: Martin Storsjö …
(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.
Note: See TracRevisionLog for help on using the revision log.