source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @88a740af   13 years michaelni matroskadec: change assert to av_assert0() Signed-off-by: Michael …
(edit) @71529bd8   13 years michaelni Fix incorrect unsigned->signed conversion. Signed-off-by: Dale Curtis …
(edit) @15f8941   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Avoid …
(edit) @01a14ce0   13 years michaelni riff: use av_assert Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @9d87c8e6   13 years michaelni rawdec: use av_assert() Signed-off-by: Michael Niedermayer …
(edit) @948e97a2   13 years michaelni pcmdec: use av_assert() Signed-off-by: Michael Niedermayer …
(edit) @d246c18e   13 years diego Avoid C99 variable declarations within for statements. We generally …
(edit) @bb850480   13 years michaelni mjpegenc: support slice multithreading Signed-off-by: Michael …
(edit) @7dc747f5   13 years martin rtmp: Read and handle incoming packets while writing data This makes …
(edit) @d2d193c   13 years lu_zero doc: document THREAD_TYPE fate variable
(edit) @d1beee07   13 years martin rtpdec: Don't require frames to start with a Mode A packet While …
(edit) @ddece75b   13 years onemda png_parser: use designated initializers Signed-off-by: Paul B Mahol …
(edit) @79c39a98   13 years onemda Add truehd decoder line. Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @1b129c2a   13 years onemda flashsv2enc: align codec declarations While here constify enums for …
(edit) @8ce0c7d2   13 years onemda g729dec: align codec declarations Signed-off-by: Paul B Mahol …
(edit) @225489f1   13 years onemda mjpegdec: remove superfluous "mjpeg " Signed-off-by: Paul B Mahol …
(edit) @69bf775e   13 years nicolas.george bprint: implement vsnprintf for win32.
(edit) @9034b0ed   13 years anton avconv: don't try to free threads that were not initialized.
(edit) @0f73ac3f   13 years onemda vqavideo: pass context to remaining av_(d)log Finally get rid of all …
(edit) @a5c1a0c0   13 years michaelni asfdec: fix returned error codes Signed-off-by: Michael Niedermayer …
(edit) @2ad8ac88   13 years michaelni configure: support Bitrig OS Signed-off-by: Michael Niedermayer …
(edit) @266771f   13 years michaelni configure: fix SLIBNAME_WITH_MAJOR for openbsd (and bitrig in the next …
(edit) @0922633f   13 years michaelni fate.texi: fix typo in title Signed-off-by: Michael Niedermayer …
(edit) @c7b9eab2   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtmp: …
(edit) @4a6d790a   13 years michaelni nutenc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @53eaca5d   13 years michaelni mpegtsenc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @8517e9c4   13 years martin rtmp: Add a new option 'rtmp_buffer', for setting the client buffer …
(edit) @9477c035   13 years martin rtmp: Set the client buffer time to 3s instead of 0.26s This …
(edit) @c2d38bea   13 years martin rtmp: Handle server bandwidth packets Signed-off-by: Martin Storsjö …
(edit) @9ff930aa   13 years martin rtmp: Display a verbose message when an unknown packet type is …
(edit) @9cdf74f9   13 years anton lavfi/audio: use av_samples_copy() instead of custom code. Fixes a …
(edit) @ce03b088   13 years anton configure: add all filters hardcoded into avconv to avconv_deps
(edit) @24b2f4ed   13 years anton avfiltergraph: remove a redundant call to avfilter_get_by_name().
(edit) @2f296e39   13 years anton lavfi: allow building without swscale.
(edit) @5f8f6243   13 years michaelni swr: fix 10l use of uninitialized data Signed-off-by: Michael …
(edit) @a4880283   13 years diego build: Do not delete tests/vsynth2 directory, which is no longer created.
(edit) @b9e5c5f   13 years michaelni doc/encoders: update libvpxenc mappings max-intra-rate / …
(edit) @dded4cb2   13 years michaelni lavc: fix support of unofficial pix_fmt extensions of jpeg …
(edit) @9baeff95   13 years anton lavfi: replace AVFilterContext.input/output_count with …
(edit) @9d0bfc50   13 years anton lavfi: make AVFilterPad opaque after two major bumps. It will allow …
(edit) @84b9fbe0   13 years anton lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name(). This …
(edit) @6d58358a   13 years anton lavfi: make avfilter_get_video_buffer() private on next bump. They …
(edit) @8772997d   13 years diego jack: update to new latency range API as the old one has been …
(edit) @465a72b4   13 years stefasab lavfi: move definition of avfilter_copy_buf_props() from buffer.c to …
(edit) @134815a0   13 years stefasab lavfi: change name of tracing functions and of the macro which enables …
(edit) @05338686   13 years martin rtmp: Tokenize the AMF connection parameters manually instead of using …
(edit) @c1d62489   13 years onemda libvorbis: split encoder from decoder Also fix build dependencies …
(edit) @af10fead   13 years diego ppc: Rename H.264 optimization template file for consistency.
Note: See TracRevisionLog for help on using the revision log.