source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7effbee6   13 years Reimar.Doeffinger Mark truncated packets as corrupt in av_get_packet. Manually remove …
(edit) @75f847aa   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avplay: …
(edit) @aab5a452   13 years michaelni swr: add and use function pointers for rematrix Signed-off-by: …
(edit) @00fea26f   13 years michaelni swr: add native matrix for rematrixing Signed-off-by: Michael …
(edit) @f0839764   13 years michaelni ffmpeg: fix type of dither scale. This allows non integer scales. …
(edit) @046b5339   13 years michaelni swr: disable 1 stage convert when dither is enabled. This combination …
(edit) @f1ffb01e   13 years justin.ruggles avplay: use libavresample for sample format conversion and channel …
(edit) @e5b7d777   13 years justin.ruggles Fix compilation with YASM/NASM without AVX support. Signed-off-by: …
(edit) @035a394e   13 years kostya.shishkov WMAL: do not output last frame again if nothing was decoded in current …
(edit) @f92f4523   13 years kostya.shishkov WMAL: do not start decoding if frame does not end in current packet …
(edit) @30aa004f   13 years michaelni swr-test: allow randomizing mode differently each run. Signed-off-by: …
(edit) @bea3d19f   13 years michaelni swr-test: use uint_rand() for mode too Signed-off-by: Michael …
(edit) @03344643   13 years michaelni swr-test: simplify by using uint_rand() Signed-off-by: Michael …
(edit) @5f3f03f5   13 years stefasab doc/filters: use @var{} for denoting parameter reference in drawtext docs
(edit) @08c4dec5   13 years stefasab doc/filters: alphabetically sort drawtext option listing
(edit) @bb39c74b   13 years stefasab lavfi/lut: remove unused variable Fix warning: libavfilter/vf_lut.c: …
(edit) @a812ed00   13 years mans adpcm-thp: fix invalid array indexing Indexing outside array limits …
(edit) @c81d1e23   13 years mans ppc: add const where needed in scalarproduct_int16_altivec() …
(edit) @ce82dad7   13 years mans ppc: remove shift parameter from scalarproduct_int16_altivec() The …
(edit) @4c387c70   13 years mans ppc: dsputil: do unaligned block accesses correctly To load unaligned …
(edit) @c75eca9   13 years mans dvenc: do not call dsputil functions with stride not a multiple of 16 …
(edit) @4f6a1c97   13 years Reimar.Doeffinger Fix parsing of -force_key_frames option. Currently it always exits …
(edit) @5f161c23   13 years stefasab lavfi/tinterlace: support symbolic names for the parameter Also …
(edit) @837d0347   13 years stefasab lavfi/tinterlace: make video as interlaced in mode 6 This is useful …
(edit) @820c023   13 years stefasab lavfi/tinterlace: add tinterlace mode 6 This new mode is useful for …
(edit) @d4f8d717   13 years stefasab lavu/opt: clarify error message in set_key_value_pair()
(edit) @39de8343   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mkv: …
(edit) @f7ff0999   13 years justin.ruggles APIchanges: fill in some dates and commit hashes
(edit) @79e5902c   13 years michaelni Exposing forced flag for DVD and PGS subtitles Signed-off-by: Michael …
(edit) @1f46b50a   13 years michaelni Added AVClass for AVSubtitleRect Signed-off-by: Michael Niedermayer …
(edit) @fd6eba42   13 years michaelni ffv1: 10l add forgotten avclass Signed-off-by: Michael Niedermayer …
(edit) @5e1286a7   13 years michaelni libavutil: Document the shortcommings of av_parse_cpu_flags() and …
(edit) @eadac34c   13 years michaelni cmdutils/avutil: Move cpu caps parse code into av_parse_cpu_caps() …
(edit) @e738811c   13 years michaelni lavf: add AVFMT_SEEK_TO_PTS to indicate seeking is per PTS. See: …
(edit) @123dd934   13 years michaelni ffv1: add slicecrc option Signed-off-by: Michael Niedermayer …
(edit) @0ca4642e   13 years lu_zero mkv: mark corrupted packets and return them Do return error if memory …
(edit) @721af294   13 years lu_zero mkv: forward EMBL block data error Do not return 0 on error.
(edit) @24e3f44a   13 years michaelni EC: fix dest index for non 420 chroma. Signed-off-by: Michael …
(edit) @bcc213cf   13 years michaelni isom: remove duplicate line. Signed-off-by: Michael Niedermayer …
(edit) @9ea5756d   13 years michaelni isom: Clarify comment for 'ec-3' fourcc Signed-off-by: Derek …
(edit) @7588b33a   13 years michaelni ffmpeg: add the edge at the correct place in allocating of the buffer. …
(edit) @85395ba7   13 years lu_zero avcodec: introduce YCoCg colorspace Non perceptual color model that …
(edit) @ccc2dfbc   13 years lu_zero avcodec: cosmetic cleanup on header Apply coding style to the structs.
(edit) @dfa07e89   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: 4xm: …
(edit) @b12bf032   13 years derek.buitenhuis aac sbr: align struct member by 32 byte. Required because it's used …
(edit) @46eba43e   13 years stefasab lavfi/buffersink: fix header inclusion guard name
(edit) @3dafde0   13 years Carl Eugen Hoyos Simplify camstudio decoding and fix odd 16bit decoding. Fixes ticket …
(edit) @9f98a8e   13 years michaelni swr: use memcpy when input and output match Signed-off-by: Michael …
(edit) @106789df   13 years michaelni swr: add sample format to AudioData Signed-off-by: Michael …
(edit) @2d6c29f5   13 years michaelni swr: add set_audiodata_fmt() and use it to simplify code …
(edit) @65722e7f   13 years michaelni swr: int32_to_int16_mmx/sse Signed-off-by: Michael Niedermayer …
(edit) @755667ee   13 years Reimar.Doeffinger rmenc: more than 2 streams are not currently possible. It is possible …
(edit) @370211f4   13 years Reimar.Doeffinger nutdec: minor simplification. Also fixes an (incorrect) "control …
(edit) @1d128e58   13 years Reimar.Doeffinger nutdec: replace assert with av_assert0. Signed-off-by: Reimar …
(edit) @73edb58c   13 years michaelni swr: float_to_int16_sse2() Signed-off-by: Michael Niedermayer …
(edit) @5932938c   13 years michaelni swr: float_to_int32_sse2() Signed-off-by: Michael Niedermayer …
(edit) @acb2c79c   13 years mans 4xm: fix invalid array indexing Indexing outside arrays is invalid …
(edit) @9d7c1b4c   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @c31be45e   13 years nicolas.george lavc: minor bump for the new fields in AVFrame.
(edit) @7fb8b491   13 years rsbultje rv34dsp: factorize a multiplication in the noround inverse transform …
(edit) @128dda7   13 years nicolas.george lavc: add a sample_rate field to AVFrame. The field is filled with …
(edit) @4b0521ec   13 years nicolas.george lavc: add a channel_layout field to AVFrame. The field is filled with …
(edit) @d834ab0f   13 years rsbultje rv40: perform bitwise checks in loop filter Down from 95 kcycles to …
(edit) @774b681b   13 years rsbultje rv34: remove inline keyword from rv34_decode_block(). Force-inlining …
(edit) @0195ab5   13 years rsbultje rv40: change a logical test into a bitwise one. Signed-off-by: Ronald …
(edit) @88027999   13 years rsbultje rv34: remove constant parameter is_block2 was always 0, so just …
(edit) @34e1b075   13 years rsbultje rv40: don't always do the full prev_type search 120->100 cycles. …
(edit) @82c71913   13 years michaelni h264: new assembly version of get_cabac for x86_64 with PIC This adds …
(edit) @7f668cd2   13 years michaelni h264: use one table instead of several for cabac functions The reason …
(edit) @e52b961   13 years michaelni h264: (trivial) make ff_h264_lps_state static not used outside the …
(edit) @5520df6a   13 years michaelni h264: (trivial) remove unneeded macro argument in x86/cabac.h …
(edit) @e75d1d4f   13 years rsbultje dsputil x86: revert a test back to its previous value Commit 356ee8d …
(edit) @fe5ed69d   13 years rsbultje rv34dsp x86: implement MMX2 inverse transform 141 cycles down to 51. …
(edit) @f1b82099   13 years nicolas.george src_buffer: add forgotten avfilter_unref_buffer.
(edit) @b72a0f9c   13 years michaelni swr: add int16_to_float_sse2() Signed-off-by: Michael Niedermayer …
(edit) @64943b47   13 years michaelni lavf remove duplicated check in has_duration this hunk was merged in …
(edit) @75d5624c   13 years nicolas.george avfilter: filter_samples: read pts before filtering. The call to the …
(edit) @9b9df1cd   13 years rsbultje h264: new assembly version of get_cabac for x86_64 with PIC This adds …
(edit) @14e9ffc1   13 years rsbultje h264: use one table instead of several for cabac functions The reason …
(edit) @444f47b   13 years rsbultje h264: (trivial) remove unneeded macro argument in x86/cabac.h …
(edit) @832c3b10   13 years michaelni swr: add int32_to_float_sse2 could be done for sse/3dnow too if …
(edit) @95057b19   13 years michaelni swr: int16->int32: use the old index negate trick to avoid 2 adds …
(edit) @113738d6   13 years michaelni swr: more correct cglobal parameters to int16->int32 Signed-off-by: …
(edit) @12eeced8   13 years nicolas.george avio: change ffurl_alloc return code. If the designated protocol is …
(edit) @a7fa5ce6   13 years diego libschroedingerdec: check malloc Signed-off-by: Diego Biurrun …
(edit) @fa5daaca   13 years michaelni swr: seperate functions for aligned & unaligned If someone has an …
(edit) @bcc66ff0   13 years michaelni swr: add int16_to_int32_mmx/sse Signed-off-by: Michael Niedermayer …
(edit) @06b62cb8   13 years michaelni swr: move AudioConvert to header the next commits will need it …
(edit) @edbde522   13 years michaelni swr: change sample format representation so as to maintain the …
(edit) @9d4a1aca   13 years Reimar.Doeffinger Fix compilation with YASM/NASM without AVX support. Signed-off-by: …
(edit) @a0a0199d   13 years nicolas.george examples/filtering_audio: do not stop on decode error. Decode errors …
(edit) @8f19483d   13 years nicolas.george examples/filtering_audio: fix a memory leak.
(edit) @2ae5af80   13 years nicolas.george lavfi: rename vsrc_buffer.c into src_buffer.c.
(edit) @7ad0d986   13 years nicolas.george lavfi: merge asrc_abuffer into vsrc_buffer.
(edit) @3b52e9d   13 years lu_zero segment: reorder seg_write_header allocation As pointed by Paul B …
(edit) @e1e146a2   13 years lu_zero avio: make avio_close(NULL) a no-op Its behaviour in line with …
(edit) @28c57751   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mpegts: …
(edit) @18c6bd09   13 years stefasab lavfi/tinterlace: remove unnecessary NULL check in start_frame()
(edit) @cf9f7e4   13 years stefasab lavfi/tinterlace: use avfilter_unref_bufferp()
(edit) @a853e88a   13 years stefasab lavfi/tinterlace: fix doxy in copy_picture_field()
Note: See TracRevisionLog for help on using the revision log.