source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fb0688b0   13 years stefasab doc/general: add missing device support information
(edit) @9a757cca   13 years nicolas.george avf_concat: fix min value for v option.
(edit) @66a5201   13 years stefasab lavfi: add flite audio source
(edit) @fd2b6c1e   13 years stefasab doc/filters: itemize movie examples
(edit) @32390d67   13 years stefasab lavfi: move movie and amovie to a "multimedia sources" section Since …
(edit) @7cf9aadd   13 years stefasab lavu/bprint: extend/clarify documentation for av_bprint_init() …
(edit) @a2f91e7b   13 years michaelni mpegaudiodec: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @64c53fa1   13 years michaelni dxva2: Fix some warnings about incompatible pointer type …
(edit) @0fa35262   13 years michaelni dvdsubenc: switch to av_assert we use av_assert0() because the …
(edit) @55cdd45   13 years michaelni avio: Document that write_packet() is not allowed to change its input …
(edit) @c6963a22   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @94c3e11a   13 years michaelni imgutils: Fix warnings about incompatible pointer type and discarded …
(edit) @5361e10a   13 years rsbultje proresdsp: port x86 assembly to cpuflags.
(edit) @4f2549e   13 years Carl Eugen Hoyos Fix aiff demuxer dependencies.
(edit) @e9da9a3   13 years justin.ruggles lavr: x86: improve non-SSE4 version of S16_TO_S32_SX macro Removes a …
(edit) @743f070   13 years justin.ruggles lavfi: better channel layout negotiation Allow substitution of …
(edit) @81f548d   13 years justin.ruggles alac: check for truncated packets This will give a clearer error …
(edit) @fb57e913   13 years justin.ruggles alac: reverse lpc coeff order, simplify filter Reversing the lpc …
(edit) @52a62f90   13 years michaelni dwt: Fix several warnings about incompatible pointer type …
(edit) @2f096bb1   13 years justin.ruggles lavr: add x86-optimized mixing functions Adds optimized functions for …
(edit) @79687079   13 years justin.ruggles x86: add support for fmaddps fma4 instruction with abstraction to avx/sse
(edit) @b3841db1   13 years Carl Eugen Hoyos vf_alphamerge: Fix reversed conditional Reviewed-by: Nicolas George
(edit) @789f8cb0   13 years michaelni avutil: support 50 and 60 frame rates in timecode api Signed-off-by: …
(edit) @3be02afb   13 years michaelni mxfdec: fix off by one error in d10 aes3 decoding Without this fix …
(edit) @c49e0d2c   13 years michaelni aviobuf: Fix warning about discarded qualifier Signed-off-by: Michael …
(edit) @a2cd13f0   13 years michaelni zmbv: Fix warning about discarded qualifier Based on patch by: jamal …
(edit) @cb40d360   13 years michaelni ffv1: Fix warnings about incompatible pointer type and discarded …
(edit) @0cf7d84   13 years kostya.shishkov tscc2: fix typo in array index
(edit) @b9d3c378   13 years mans build: use COMPILE template for HOSTOBJS Signed-off-by: Mans Rullgard …
(edit) @a758c5e   13 years mans build: do full flag handling for all compiler-type tools This adds a …
(edit) @02ac2822   13 years rsbultje eval: fix printing of NaN in eval fate test. This fixes "make …
(edit) @87849592   13 years diego build: Rename aandct component to more descriptive aandcttables
(edit) @236ecc3   13 years michaelni fate: change fate-suite rsync server. there are some technical …
(edit) @bde73f28   13 years rsbultje mpegaudio: bury inline asm under HAVE_INLINE_ASM.
(edit) @30b45d9c   13 years rsbultje x86inc: automatically insert vzeroupper for YMM functions.
(edit) @316f8db2   13 years Clément Bœsch SubViewer demuxer and decoder.
(edit) @2755abff   13 years Clément Bœsch lavc/rt: small wording fix in a comment.
(edit) @8ea1459b   13 years martin rtmp: Check the buffer length of ping packets Signed-off-by: Martin …
(edit) @e49e6b64   13 years martin rtmp: Allow having more unknown data at the end of a chunk size packet …
(edit) @2357f606   13 years martin rtmp: Prevent reading outside of an allocate buffer when receiving …
(edit) @7333798c   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @307a20cc   13 years michaelni Changelog: put entries lost in …
(edit) @f5a5b43   13 years michaelni ffmpeg: doxyfy some comments and mention the timebase used in various …
(edit) @1a7af514   13 years michaelni ffmpeg: move decoded_frame->pts computation together This clarifies …
(edit) @c76a5365   13 years michaelni ffmpeg: Fix rounding errors in decoded_frame->pts computation …
(edit) @9b1fdb1c   13 years michaelni ffmpeg: fix assumed decoded_frame->pts timebase Signed-off-by: …
(edit) @b616405c   13 years michaelni ffmpeg: reset decoded_frame->pts after rescaling. This ensures its …
(edit) @e15e5328   13 years michaelni mpc8: Initialize AVFrame properly Signed-off-by: Michael Niedermayer …
(edit) @5938b4d3   13 years michaelni mpc7: Initialize AVFrame properly Signed-off-by: Michael Niedermayer …
(edit) @55fa883b   13 years michaelni ffmpeg: fix units of next_?ts in debug printing routine. …
(edit) @506ffa79   13 years michaelni h264_cabac: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @7a4e30f3   13 years michaelni h264_cabac: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @44dc9c6a   13 years lu_zero libopenjpeg: support YUV and deep RGB pixel formats Based on FFmpeg …
(edit) @92566540   13 years kostya.shishkov Fix typo in v410 decoder. Signed-off-by: Derek Buitenhuis …
(edit) @d5d5e3da   13 years nicolas.george lavfi/af_amerge: avfilter_copy_buffer_ref_props will overwrite output pts
(edit) @97c0d535   13 years michaelni omadec: switch to AVSTREAM_PARSE_FULL_RAW Signed-off-by: Michael …
(edit) @9c83f3e6   13 years michaelni loasdec: switch to AVSTREAM_PARSE_FULL_RAW Signed-off-by: Michael …
(edit) @e083a62e   13 years michaelni aacdec: switch to AVSTREAM_PARSE_FULL_RAW Signed-off-by: Michael …
(edit) @6f618237   13 years michaelni hls: replace probsize=0 by noheader flag removial. This fixes h264 …
(edit) @12d1ee6a   13 years michaelni ff_add_index_entry: reject AV_NOPTS_VALUE Signed-off-by: Michael …
(edit) @2cd491a4   13 years michaelni lavf: move generic index generation code to a later point By moving …
(edit) @2880c316   13 years michaelni parse_packet: use pkt.pos always instead of the avparser offset. This …
(edit) @4e7f9ebd   13 years michaelni wav: switch to AVSTREAM_PARSE_FULL_RAW Signed-off-by: Michael …
(edit) @fdc37111   13 years michaelni ff_raw_audio_read_header: mark as AVSTREAM_PARSE_FULL_RAW …
(edit) @5ea4ee7b   13 years michaelni flacdec: mark as AVSTREAM_PARSE_FULL_RAW Signed-off-by: Michael …
(edit) @ea8c12c9   13 years michaelni mp3dec: mark as AVSTREAM_PARSE_FULL_RAW Signed-off-by: Michael …
(edit) @c5f23df2   13 years michaelni movenc: fix remuxing of yuv2 Attached patch fixes remuxing of yuv2 in …
(edit) @9054f6b6   13 years michaelni probe_codec: fix memory corruption Found-by: Tanami Ohad …
(edit) @6bf87785   13 years nicolas.george ffmpeg: warn about new streams after startup.
(edit) @d0d92725   13 years nicolas.george faq: explain about new streams, probesize and analyzeduration.
(edit) @b5c8aa74   13 years lu_zero vf_yadif: unset cur_buf on the input link. The buffer is stored …
(edit) @f431315a   13 years lu_zero vf_overlay: ensure the overlay frame does not get leaked. …
(edit) @08fc1ad1   13 years lu_zero vf_overlay: prevent premature freeing of cur_buf Signed-off-by: Anton …
(edit) @5423e908   13 years martin Support urlencoded http authentication credentials It should be …
(edit) @abf77a24   13 years martin rtmp: Return an error when the client bandwidth is incorrect …
(edit) @be8f9492   13 years martin rtmp: Return proper error code in handle_server_bw Signed-off-by: …
(edit) @088a82b   13 years martin rtmp: Return proper error code in handle_client_bw Signed-off-by: …
(edit) @e7ea6883   13 years martin rtmp: Return proper error codes in handle_chunk_size Signed-off-by: …
(edit) @f7d4e26c   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtmp: …
(edit) @0dadf9d1   13 years justin.ruggles lavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp_flt()
(edit) @9746f87f   13 years michaelni libvpxenc: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @aee675a   13 years michaelni intrax8: asserts cleanup Signed-off-by: Michael Niedermayer …
(edit) @48098788   13 years derek.buitenhuis vp8: Replace x*155/100 by x*101581>>16. Idea stolen from webp (by …
(edit) @a1878a88   13 years derek.buitenhuis vp3: don't use calls to inline asm in yasm code. Mixing yasm and …
(edit) @79195ce5   13 years derek.buitenhuis x86/dsputil: put inline asm under HAVE_INLINE_ASM. This allows …
(edit) @845e92fd   13 years derek.buitenhuis dsputil_mmx: fix incorrect assembly code In …
(edit) @6d1c9945   13 years martin rtmp: Factorize the code by adding handle_invoke Signed-off-by: …
(edit) @7be2a7d8   13 years martin rtmp: Factorize the code by adding handle_chunk_size Signed-off-by: …
(edit) @0ffd5161   13 years martin rtmp: Factorize the code by adding handle_ping Signed-off-by: Martin …
(edit) @912ecc9a   13 years martin rtmp: Factorize the code by adding handle_client_bw Signed-off-by: …
(edit) @9b498148   13 years martin rtmp: Factorize the code by adding handle_server_bw Signed-off-by: …
(edit) @758377a2   13 years martin rtmp: Add a new option 'rtmp_pageurl' This option specifies the URL …
(edit) @98df48db   13 years martin doc: Update the description of the rtmp_tcurl option Signed-off-by: …
(edit) @63ffa15   13 years martin rtmp: Make the description of the rtmp_tcurl option more generic …
(edit) @160a27c5   13 years martin libfdk-aacenc: add LATM/LOAS encapsulation support Signed-off-by: …
(edit) @ecfff0e9   13 years martin sctp: add port missing error message Without this patch a user a bit …
(edit) @f9a9a148   13 years martin tcp: add port missing error message Without this patch a user a bit …
(edit) @30051224   13 years michaelni hls: call avformat_find_stream_info() This is needed to correctly …
(edit) @da62b432   13 years michaelni av_find_stream_info: skip flushing codecs and estimating timings if …
(edit) @703f294   13 years michaelni fate: update avui test due to commit …
Note: See TracRevisionLog for help on using the revision log.