source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0b2ecf82   13 years stefasab lavc/imgconvert: remove pointless switch block from avpicture_fill()
(edit) @b583ccc   13 years stefasab lavc/rawdec: propagate duration from packet to frame
(edit) @4b5c7d4d   13 years michaelni huffyuv: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @da42f569   13 years michaelni asv1: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @b90f83e9   13 years michaelni snowenc: update selftest code for the new temporary arrays …
(edit) @82edf672   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavr: …
(edit) @f87dacb2   13 years michaelni libavutil: add a merge sort. compared to qsort this is slower but its …
(edit) @096db654   13 years michaelni qsort doxy Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @88f87eba   13 years michaelni qsort: add some forgotten () Signed-off-by: Michael Niedermayer …
(edit) @f61ce90c   13 years justin.ruggles lavr: add x86-optimized functions for mixing 1-to-2 s16p with flt coeffs
(edit) @29f7490c   13 years justin.ruggles lavr: add x86-optimized functions for mixing 1-to-2 fltp with flt coeffs
(edit) @3971be0   13 years justin.ruggles Add Dolby/DPLII downmix support to libavresample Signed-off-by: …
(edit) @3a0a2f33   13 years michaelni libavutil: add AV_QSORT() about 2-5 times faster than gnu libcs …
(edit) @9fcda25e   13 years mans vorbisdec: replace div/mod in loop with a counter 2x speedup of …
(edit) @7457ebee   13 years mans fate: vorbis: add 5.1 surround test Signed-off-by: Mans Rullgard …
(edit) @d77f4af   13 years martin rtpenc: Allow requesting H264 RTP packetization mode 0 This requires …
(edit) @becc3c62   13 years martin configure: Sort the library listings in the help text alphabetically …
(edit) @8c351464   13 years nicolas.george ffmpeg.c: count subtitles in total size. This avoids the "Output file …
(edit) @c49e960a   13 years nicolas.george ffprobe: dump AVPacket.convergence_duration.
(edit) @9ae3e455   13 years nicolas.george ffprobe: add -show_data option.
(edit) @2243f0d   13 years nicolas.george lavf: add field for how duration is estimated Signed-off-by: Michael …
(edit) @3b3150ec   13 years Carl Eugen Hoyos Fix interlaced prediction for RGB utvideo. Fixes ticket #1215
(edit) @d9669eab   13 years mans dwt: remove variable-length arrays Signed-off-by: Mans Rullgard …
(edit) @564bb244   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: fix …
(edit) @6ca48ad0   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: amr: …
(edit) @8e50c57d   13 years martin RTMPT protocol support This adds two protocols, but one of them is an …
(edit) @35127bf1   13 years martin http: Properly handle chunked transfer-encoding for replies to post …
(edit) @eb564b23   13 years martin http: Fail reading if the connection has gone away This can happen if …
(edit) @eb3918c1   13 years martin amr: Mark an array const Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @634e874d   13 years martin amr: More space cleanup This was missed in the previous cleanup …
(edit) @e9ef88fb   13 years martin rtpenc: Fix memory leaks in the muxer open function Also return a …
(edit) @db835708   13 years Marton Balint ffplay: fix -vismv 1 Signed-off-by: Michael Niedermayer …
(edit) @8f45c314   13 years Marton Balint ffplay: rename buffer source instance from "src" to "ffplay_buffer" …
(edit) @251f3987   13 years Marton Balint ffplay: use key=val syntax for the buffersrc args Fix warning: [src @ …
(edit) @1125606a   13 years michaelni vp3dec: fix null ptr derefernce. Fixes ticket1403 Signed-off-by: …
(edit) @5015c37b   13 years michaelni attributes: move av_restrict fallback from internal to attributes …
(edit) @5f26d4d4   13 years martin amr: Cosmetic cleanup Add spaces around operators, fix brace …
(edit) @40ffbf20   13 years michaelni fate: fix fate-aac-aref-encode dependancies Signed-off-by: Michael …
(edit) @eaf65538   13 years michaelni avienc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @4aed3ac8   13 years michaelni msmpeg4enc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @44fdf37c   13 years martin mov_chan: Fix operator precedence by adding parentheses …
(edit) @f404c7dc   13 years diego doc: Add missing protocols to list of supported protocols.
(edit) @20a6fa77   13 years Clément Bœsch doc: add two similar overlay "side-by-side" examples.
(edit) @54101214   13 years onemda lavfi: use designated initializers for AVClass While here: - add …
(edit) @d70a1a50   13 years stefasab MAINTAINERS: reorganize entries in the libavfilter section
(edit) @c390822e   13 years michaelni intel h263 dec: support advanced prediction Fixes Ticket1292 …
(edit) @a1aac8d0   13 years stefasab lavfi: add atempo filter Add atempo audio filter for adjusting audio …
(edit) @a7cc78cb   13 years martin tcp: Check the listen call Signed-off-by: Martin Storsjö …
(edit) @bc4da77b   13 years michaelni lavu/internal: define av_restrict if it has not been defined by …
(edit) @fbed9317   13 years michaelni enable C99-external_inline for icl Signed-off-by: Michael Niedermayer …
(edit) @137e808   13 years onemda lavc: build some codecs only if they are actually enabled Saves few …
(edit) @17fad33f   13 years michaelni Change all uses of restrict to use av_restrict instead. Defining …
(edit) @5c14b282   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @9946a6aa   13 years michaelni diracdsp: try to fix segfault This might fix Ticket1412 …
(edit) @c9e183b   13 years onemda lavfi: update some deprecated functions Signed-off-by: Paul B Mahol …
(edit) @0354412a   13 years michaelni ffmenc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @30000744   13 years michaelni mpegvideo_common.h: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @809d71d6   13 years michaelni sws/swscale_unscaled: use av_assert Signed-off-by: Michael …
(edit) @e003da71   13 years michaelni sws/utils: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @ae702edf   13 years anton flacdec: read attached pictures.
(edit) @a5db8e4a   13 years anton lavf: don't segfault when a NULL filename is passed to …
(edit) @fd8def92   13 years onemda lavfi/super2xsai: fix fate test on bigendian Signed-off-by: Paul B …
(edit) @c78cf00b   13 years michaelni md5: consistently use uint32_t instead of unsigned int Basically to …
(edit) @c7bdfbe7   13 years Clément Bœsch MAINTAINERS: add my GPG fingerprint.
(edit) @46c50b17   13 years michaelni vf_pad: check that we have write permission before writing in the …
(edit) @2b1fc562   13 years stefasab lavfi: add asetnsamples audio filter This filter changes the number …
(edit) @e20530ad   13 years stefasab lavfi/split: give a more accurate description to split The filter now …
(edit) @a1411eec   13 years stefasab ffprobe: add writer_print_rational() Improve overall consistency, …
(edit) @b6131ac5   13 years stefasab doc/filters: prefer @itemize environment for frei0r examples
(edit) @eb732b2a   13 years stefasab doc/filters: update Frei0r website link Frei0r recently changed …
(edit) @b2bcbcd9   13 years stefasab lavfi/super2xsai: simplify code updating the color matrix at each y …
(edit) @4ebb46eb   13 years stefasab lavfi/super2xsai: fix table used to update color matrix at the end of …
(edit) @ef255642   13 years stefasab fate/lavfi: add lavfi-pixfmts_super2xsai test
(edit) @635a2595   13 years stefasab lavfi/video: set output frame w/h properties in default_start_frame() …
(edit) @f0394f28   13 years stefasab lavfi/avcodec: add consistency checks in avfilter_copy_buf_props() …
(edit) @6808759a   13 years stefasab lavc/rawdec: fix various bogus error codes and add some logs Help …
(edit) @3cc1a898   13 years stefasab lavc/utils: in avcodec_decode_video2() return proper error code …
(edit) @90d8506   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @fbc57405   13 years janne-libav af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64
(edit) @1cdcf043   13 years janne-libav segment: remove unnecessary <strings.h> include
(edit) @16b85259   13 years janne-libav fate: add snow hpel tests Signed-off-by: Janne Grunau …
(edit) @be32145e   13 years onemda j2kdec: move s->avctx initialization to j2kdec_init() Signed-off-by: …
(edit) @29e9f831   13 years onemda j2kdec: check colorspace ncomponents This prevents out of array read. …
(edit) @dd208614   13 years michaelni nutenc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @17bbb818   13 years michaelni amr: use av_assert() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @47f83030   13 years michaelni lavf/aviobuf: use av_assert() Signed-off-by: Michael Niedermayer …
(edit) @67703d64   13 years michaelni lavf: cosmetic: format else with indentation Signed-off-by: Michael …
(edit) @b678daf0   13 years Clément Bœsch lavc/microdvddec: fix color parsing.
(edit) @47395a4f   13 years Clément Bœsch lavc/microdvddec: properly reset non persistent color tag.
(edit) @608bda92   13 years Clément Bœsch lavf/{srt,microdvd}: correctly raise error on avformat_new_stream() error.
(edit) @9b6f2c74   13 years michaelni file: Fix handling of windows named pipes Signed-off-by: Michael …
(edit) @11153a93   13 years michaelni avio: Collect and print statistics of bytes read & seeks …
(edit) @f77a695d   13 years michaelni lavfi: af_amerge options array was not ended with NULL Add a NULL to …
(edit) @cd65cd8c   13 years michaelni revert "extern inline" usage as it breaks ICC: …
(edit) @0719e44b   13 years michaelni new attribute "extern inline" (fixing linker error with …
(edit) @62c2daab   13 years onemda configure: do not auto enable mlp decoder when enabling truehd decoder …
(edit) @a09ae4ef   13 years onemda Remove duplicated png and mng signatures. Reviewed-by: Michael …
(edit) @59c122b3   13 years michaelni matroskadec: add assert on lack of overflow in pkt_size+offset …
(edit) @4b7c5234   13 years michaelni matroskadec: change size check in matroska_decode_buffer() to unsigned …
(edit) @08169fc3   13 years michaelni matroskadec: move lace_size check up so it catches all code pathes …
Note: See TracRevisionLog for help on using the revision log.