source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3ea3e32e   12 years stefasab lavfi: add showwaves filter
(edit) @93bbe53c   12 years stefasab lavfi/asplit: fix memleak The input samples buffer must be …
(edit) @86206035   12 years onemda avio: av_protocol_next() is gone Signed-off-by: Paul B Mahol …
(edit) @420990db   12 years onemda libilbc: use designated initializers for AVClass Signed-off-by: Paul …
(edit) @10952e06   12 years onemda lavfi/color: fix typo Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @18d7bea6   12 years michaelni wmv2enc: fix rounding flag. Fixes Ticket1467 Signed-off-by: Michael …
(edit) @9e754336   12 years onemda lavfi/color: use AVOptions Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @cabbd271   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (24 …
(edit) @6b9446e9   12 years onemda avidec: add .category While here make .class_name consistent with …
(edit) @5fa82264   12 years michaelni libavfilter: improve atempo audio quality Reduce audio fragment …
(edit) @08613d50   12 years michaelni lavf: separate muxer/demuxer class category Signed-off-by: Michael …
(edit) @6fb7d03d   12 years michaelni lavc: seperate encoder/decoder class category Signed-off-by: Michael …
(edit) @e69263cd   12 years michaelni avutil: add get_category() for the case where one AVClass can have …
(edit) @b76f77ee   12 years michaelni log: swap colors for muxer and codec layer This way the filters which …
(edit) @0412e518   12 years michaelni lavfi/avfilter: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @82ac6a66   12 years michaelni rv40dsp: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @db142a8   12 years stefasab lavfi/avcodec: make avfilter_fill_frame_from*() functions use …
(edit) @8f8d8b95   12 years stefasab lavfi/avcodec: always use av_frame* accessors in …
(edit) @d5761fe4   12 years stefasab lavfi/avcodec: copy pos field from AVFilterBuffer to AVFrame pkt_pos
(edit) @208c5a08   12 years stefasab lavc/qtrlenc: return proper error codes from qtrle_encode_init()
(edit) @5793a6d9   12 years stefasab lavc/libschroedinger: add missing failure checks in ff_create_schro_frame()
(edit) @97726e86   12 years michaelni x86/intmath: fix type of FASTDIV Signed-off-by: Michael Niedermayer …
(edit) @7238ed6c   12 years onemda avidec: use designated initializers for AVClass Signed-off-by: Paul B …
(edit) @ef8bea91   12 years onemda mov: use designated initializers for AVClass Signed-off-by: Paul B …
(edit) @c47fc942   12 years Carl Eugen Hoyos Fix dependencies for the atempo filter. Found, analysed and tested by …
(edit) @4cc2920d   12 years diego flvdec: remove incomplete, disabled seeking code
(edit) @be1a839c   12 years martin mem: add support for _aligned_malloc() as found on Windows The check …
(edit) @7146177d   12 years martin lavc: Extend the documentation for avcodec_init_packet Add a note …
(edit) @0c142e4c   12 years michaelni swr: introduce filter_alloc in preparation of SIMD resample …
(edit) @80e857c9   12 years michaelni swr/resample: optimize C code for the most common case 15% speedup …
(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) @c90e805   12 years stefasab lavc/avcodec.h: fix reference to nonexistent function in …
(edit) @18b4404d   12 years stefasab lavc/imgconvert: fix check on av_image_check_size() return code in …
(edit) @0b2ecf82   12 years stefasab lavc/imgconvert: remove pointless switch block from avpicture_fill()
(edit) @b583ccc   12 years stefasab lavc/rawdec: propagate duration from packet to frame
(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) @4b5c7d4d   12 years michaelni huffyuv: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @da42f569   12 years michaelni asv1: switch to av_assert Signed-off-by: Michael Niedermayer …
(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) @b90f83e9   12 years michaelni snowenc: update selftest code for the new temporary arrays …
(edit) @82edf672   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavr: …
(edit) @f87dacb2   12 years michaelni libavutil: add a merge sort. compared to qsort this is slower but its …
(edit) @096db654   12 years michaelni qsort doxy Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @88f87eba   12 years michaelni qsort: add some forgotten () Signed-off-by: Michael Niedermayer …
(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) @3a0a2f33   12 years michaelni libavutil: add AV_QSORT() about 2-5 times faster than gnu libcs …
(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) @8c351464   12 years nicolas.george ffmpeg.c: count subtitles in total size. This avoids the "Output file …
(edit) @c49e960a   12 years nicolas.george ffprobe: dump AVPacket.convergence_duration.
(edit) @9ae3e455   12 years nicolas.george ffprobe: add -show_data option.
(edit) @2243f0d   12 years nicolas.george lavf: add field for how duration is estimated Signed-off-by: Michael …
(edit) @3b3150ec   12 years Carl Eugen Hoyos Fix interlaced prediction for RGB utvideo. Fixes ticket #1215
(edit) @d9669eab   12 years mans dwt: remove variable-length arrays Signed-off-by: Mans Rullgard …
(edit) @564bb244   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: fix …
(edit) @6ca48ad0   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: amr: …
(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) @db835708   12 years Marton Balint ffplay: fix -vismv 1 Signed-off-by: Michael Niedermayer …
(edit) @8f45c314   12 years Marton Balint ffplay: rename buffer source instance from "src" to "ffplay_buffer" …
(edit) @251f3987   12 years Marton Balint ffplay: use key=val syntax for the buffersrc args Fix warning: [src @ …
(edit) @1125606a   12 years michaelni vp3dec: fix null ptr derefernce. Fixes ticket1403 Signed-off-by: …
(edit) @5015c37b   12 years michaelni attributes: move av_restrict fallback from internal to attributes …
(edit) @5f26d4d4   12 years martin amr: Cosmetic cleanup Add spaces around operators, fix brace …
(edit) @40ffbf20   12 years michaelni fate: fix fate-aac-aref-encode dependancies Signed-off-by: Michael …
(edit) @eaf65538   12 years michaelni avienc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @4aed3ac8   12 years michaelni msmpeg4enc: use av_assert Signed-off-by: Michael Niedermayer …
(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) @20a6fa77   12 years Clément Bœsch doc: add two similar overlay "side-by-side" examples.
(edit) @54101214   12 years onemda lavfi: use designated initializers for AVClass While here: - add …
(edit) @d70a1a50   12 years stefasab MAINTAINERS: reorganize entries in the libavfilter section
(edit) @c390822e   12 years michaelni intel h263 dec: support advanced prediction Fixes Ticket1292 …
(edit) @a1aac8d0   12 years stefasab lavfi: add atempo filter Add atempo audio filter for adjusting audio …
Note: See TracRevisionLog for help on using the revision log.