source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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) @dfa07e89   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: 4xm: …
(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()
(edit) @546adc1f   13 years justin.ruggles mov: Parse EC3SpecificBox (dec3 atom). Skip to parse fields for …
(edit) @73c1e3ba   13 years michaelni asrc_abuffer: return EAGAIN if no frame is available Signed-off-by: …
(edit) @6b55aab   13 years stefasab lavfi: create buffer reference in filters which need to access the ref …
(edit) @6f3b1d7f   13 years stefasab lavfi/bbox: add missing space between pts and x1 values in the log
(edit) @423b8276   13 years Clément Bœsch lavc: add MicroDVD decoder. Based on my MicroDVD->ASS conversion code …
(edit) @e40981b8   13 years Clément Bœsch lavf/microdvd: set packet duration.
(edit) @df8aa459   13 years martin mpegts: Make sure we don't return uninitialized packets This fixes …
(edit) @3e1d3eb   13 years nicolas.george parseutils: replace setenv() by putenv(). putenv() seems to be more …
(edit) @1b4f0857   13 years diego gitignore: replace library catch-all pattern by more specific patterns …
(edit) @dcfc12e8   13 years michaelni swr-test: simplify prng code Signed-off-by: Michael Niedermayer …
(edit) @e5474f5c   13 years nicolas.george doc: fix syntax for durations and timestamps. Omitting the seconds …
(edit) @bbd3dc49   13 years michaelni swr: unroll audioconvert core C function 36k->32k decicycles …
(edit) @4119fa70   13 years michaelni swr: audioconvert, mark some constants as floats. idea from avr …
(edit) @76d376d9   13 years michaelni swr-test: fix declaration statement ordering. swr-test is now warning …
(edit) @f75169b2   13 years michaelni swr-test: fix pointer type warnings Signed-off-by: Michael …
(edit) @7b2ce507   13 years michaelni swr-test: fix unused var warnings Signed-off-by: Michael Niedermayer …
(edit) @a0dd81dd   13 years michaelni swr-test:indent Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @e890b689   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @f1f5b398   13 years michaelni swr-test: support fabrices audiogen like avr Signed-off-by: Michael …
(edit) @73be22f5   13 years michaelni swr-test: fix u8 zero point. Signed-off-by: Michael Niedermayer …
(edit) @56f89bae   13 years michaelni swr-test: improve rounding in set() Signed-off-by: Michael …
(edit) @5473a98e   13 years nicolas.george af_amerge: return errors from subfilters when requesting a frame
(edit) @0a07f2b3   13 years mans dsputil: fix invalid array indexing Indexing outside an array is …
(edit) @27de7a8e   13 years michaelni swr-test: remove unneeded hack to test planar formats. planar formats …
(edit) @08809e30   13 years michaelni swr-test: improve output Signed-off-by: Michael Niedermayer …
(edit) @5347b9da   13 years michaelni swr-test: print channel layout, instead of just channel counts …
(edit) @e6c460e3   13 years michaelni swr-test: Use randomized collision free hypercube corner enumeration …
(edit) @7461e9ae   13 years michaelni swr-test: use formats array Signed-off-by: Michael Niedermayer …
(edit) @69f3af95   13 years michaelni swr-test: remove 0 terminator in layouts for consistency …
(edit) @b1519102   13 years michaelni swr-test: add rates tables containing a new set of sample rates. …
(edit) @030d6b65   13 years michaelni swr-test: indent Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @dd63e275   13 years michaelni swr-test: add sorted formats table from avr Signed-off-by: Michael …
(edit) @3510a133   13 years mans configure: add libavresample to rpath Signed-off-by: Mans Rullgard …
(edit) @a4b58fd9   13 years michaelni ffv1: add examples of supported slices counts Signed-off-by: Michael …
(edit) @da958795   13 years michaelni swr: pass resample parameters from the user to the resampler. doxy …
(edit) @a522e03   13 years michaelni swr: Add longer more descriptive alternative AVOptions. They match …
(edit) @20fc6104   13 years michaelni swr: Capitalize help texts for AVOptions Signed-off-by: Michael …
(edit) @36a9dd2f   13 years michaelni swr: align options a little Signed-off-by: Michael Niedermayer …
Note: See TracRevisionLog for help on using the revision log.