source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4a6d790a   12 years michaelni nutenc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @53eaca5d   12 years michaelni mpegtsenc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @5f8f6243   12 years michaelni swr: fix 10l use of uninitialized data Signed-off-by: Michael …
(edit) @b9e5c5f   12 years michaelni doc/encoders: update libvpxenc mappings max-intra-rate / …
(edit) @dded4cb2   12 years michaelni lavc: fix support of unofficial pix_fmt extensions of jpeg …
(edit) @465a72b4   12 years stefasab lavfi: move definition of avfilter_copy_buf_props() from buffer.c to …
(edit) @134815a0   12 years stefasab lavfi: change name of tracing functions and of the macro which enables …
(edit) @c1d62489   12 years onemda libvorbis: split encoder from decoder Also fix build dependencies …
(edit) @2942431a   12 years michaelni arm/intmath: disable av_clip_uintp2_arm with config_small The code …
(edit) @f06269dd   12 years onemda cosmetics: align more codecs declarations Signed-off-by: Paul B Mahol …
(edit) @a7fbc5d0   12 years onemda libvorbis: cosmetics: remove empty line at EOF Signed-off-by: Paul B …
(edit) @dc1c79be   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @2a622c23   12 years michaelni lavf: add a "warning" when discarding a oddly backward subtitle or …
(edit) @47695b1d   12 years michaelni lavf: handle data like subtitles in start time calculation. This …
(edit) @65a80ee1   12 years alex.converse avfilter: Log an error if avfilter fails to configure a link.
(edit) @728f86ed   12 years michaelni swr: mix_2_1_int16_mmx/sse Signed-off-by: Michael Niedermayer …
(edit) @d504266c   12 years michaelni swr: mix_1_1_int16_sse Signed-off-by: Michael Niedermayer …
(edit) @cbeeaf25   12 years michaelni swr: mix_1_1 int16 MMX Signed-off-by: Michael Niedermayer …
(edit) @52afa436   12 years michaelni swr: mix_2_1_float SSE/AVX Based-on code by Justin Ruggles …
(edit) @beb0cd6a   12 years michaelni swr: SIMD rematrixing and SSE/AVX mix_1_1 float Signed-off-by: …
(edit) @48a45f81   12 years michaelni swr: add native matrix for SIMD Signed-off-by: Michael Niedermayer …
(edit) @9abbbf75   12 years michaelni swr: add function pointers for SIMD rematrixing Signed-off-by: …
(edit) @634d539c   12 years michaelni swresample.c: update copyleft year Signed-off-by: Michael Niedermayer …
(edit) @47b812e9   12 years anton avconv: support only native pthreads. Our w32pthreads wrapper has …
(edit) @0a9a2257   12 years martin rtmp: Fix a possible access to invalid memory location when the …
(edit) @c8553bea   12 years michaelni swr: use &~15 Idea-by: reimar (and ubitux on IRC) Signed-off-by: …
(edit) @4289b669   12 years michaelni swr: replace /16 by >>4 Signed-off-by: Michael Niedermayer …
(edit) @359abb18   12 years stefasab lavu/error: add av_make_error_string() and av_err2str() convenience …
(edit) @5683de00   12 years stefasab lavu/error: fix sign error in av_sterror() error code The value …
(edit) @4299fd23   12 years stefasab lavu/error: use a table to store error codes and strings, add test …
(edit) @3ecaba67   12 years stefasab tests/parseutils: change test to make it platform independent Make …
(edit) @9ec5e956   12 years michaelni ffmpeg: disable threading on mingw, it doesnt work due to dependance …
(edit) @f91b635b   12 years michaelni rtmpproto: replace strtok_r by av_strtok its unavailable in mingw …
(edit) @94d56502   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtmp: …
(edit) @65efc66d   12 years michaelni pngenc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @7925f92   12 years michaelni 4xm: use av_assert() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @3827a86e   12 years michaelni Optimization of AMR NB and WB decoders for MIPS AMR NB and WB …
(edit) @751dcd92   12 years onemda Remove eightsvx_raw decoder line Decoder have been renamed to …
(edit) @d9a9518f   12 years michaelni flvenc: use av_assert instead of assert Signed-off-by: Michael …
(edit) @709b54ea   12 years michaelni rv20enc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @f862537d   12 years martin rtmp: Do not send extension for flv files This fixes bugzilla bug …
(edit) @8ee3e187   12 years martin rtmp: support connection parameters Allow using connection parameters …
(edit) @b4c92e94   12 years martin doc: Add documentation for the newly added rtmp_* options …
(edit) @66531c75   12 years michaelni random_seed: rewrite generic code. The new code is faster and reuses …
(edit) @37f1a7d   12 years Carl Eugen Hoyos Make png-in-mov QuickTime-compatible for more colour-spaces. Reported …
(edit) @20e46aaf   12 years Clément Bœsch mov: export orphan tmcd track metadata to global format metadata.
(edit) @1ec23d9c   12 years Clément Bœsch mov: copy timecode metadata from tmcd track to the related video …
(edit) @0d96ec19   12 years Clément Bœsch mov: parse tref atom.
(edit) @9fb2e234   12 years Clément Bœsch movenc: add timecode track support.
(edit) @9846a9c7   12 years Clément Bœsch riff: add ISMP/timecode tag.
(edit) @0478d5f9   12 years michaelni ffmpeg: allow overriding framerate for stream copy Signed-off-by: …
(edit) @cb7f0622   12 years michaelni libvpxenc: add support for forced key frames Signed-off-by: Michael …
(edit) @a5ca320   12 years michaelni rangecoder: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @1248de53   12 years michaelni amrnbdec: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @4e3a5bc1   12 years michaelni j2k: remove unreachable assert() Signed-off-by: Michael Niedermayer …
(edit) @3630a07   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @9e724d7   12 years michaelni dct-test: fix alignment in ff_prores_idct_put_10_sse2() …
(edit) @234d42f5   12 years michaelni postprocess: fix another void returning void function. lets hope this …
(edit) @ee1748ab   12 years stefasab lavfi: fix signature for default_filter_name() Return a const char *, …
(edit) @91bdced3   12 years michaelni mpegtsenc: prevent pcr_packet_period==0 a period of 1 is the smallest …
(edit) @1321e6e   12 years michaelni tiffenc: use av_assert() Signed-off-by: Michael Niedermayer …
(edit) @bcbb30e   12 years anton libmp3lame: add missing layout terminator Signed-off-by: Anton …
(edit) @0d249316   12 years nicolas.george vf_fps: set frame_rate.
(edit) @c8428a0d   12 years nicolas.george vf_tile: update deprecated functions.
(edit) @7b993c4   12 years nicolas.george vf_tile: set frame_rate.
(edit) @4adf5dfa   12 years nicolas.george sdl: fix aspect ratio computations. The rounding was wrong due to …
(edit) @3ff6b1a2   12 years nicolas.george sdl: fix overlay size. The size passed to SDL_CreateYUVOverlay is the …
(edit) @2f9907be   12 years nicolas.george sdl: add AVFMT_VARIABLE_FPS and AVFMT_NOTIMESTAMPS. It allows vsync …
(edit) @5db5169e   12 years anton avconv: multithreaded demuxing. When there are multiple input files, …
(edit) @b0f0dfc4   12 years anton Bump lavu minor and add an APIChanges entry for audioconvert functions.
(edit) @59d58b33   12 years anton audioconvert: add a function for extracting the channel with the given …
(edit) @5df320e1   12 years anton audioconvert: add a function for getting the name of a single channel.
(edit) @406b257   12 years anton audioconvert: add a function for getting channel's index in layout
(edit) @3596de55   12 years anton audioconvert: use av_popcount64 in av_get_channel_layout_nb_channels
(edit) @d7d071a   12 years anton vf_libopencv: add missing headers. Fix build after b74a1da4.
(edit) @19be0f3c   12 years kostya.shishkov iac: add missing dependency
(edit) @4bfee465   12 years michaelni bprint-test: avoid z modifier, mingw fails with it Signed-off-by: …
(edit) @d35c27db   12 years michaelni sink_buffer: dont return void from void functions. Signed-off-by: …
(edit) @3b196bb7   12 years michaelni libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASM Signed-off-by: …
(edit) @915ec91e   12 years michaelni libavcodec/x86/h264dsp_mmx.c: add forgotten HAVE_YASM Signed-off-by: …
(edit) @63bfee87   12 years michaelni libavcodec/x86/dwt.c: move some missed things under HAVE_YASM …
(edit) @b84c9cf7   12 years michaelni dct-test: fix #if for ff_prores_idct_put_10_sse2() Signed-off-by: …
(edit) @7b0d3625   12 years michaelni libavfilter: make ff_null_start_frame_keep_ref() a non static inline …
(edit) @8836b41a   12 years michaelni fate-acodec-dca2: add bitexact flag Signed-off-by: Michael …
(edit) @fd8da83d   12 years michaelni enc_dec_pcm: add bitexact flag Signed-off-by: Michael Niedermayer …
(edit) @8f1b139c   12 years michaelni cmdutils: dont return void from a void function Signed-off-by: …
(edit) @dfaf2dd9   12 years michaelni h264: use externally provided dimensions when they appear to be more …
(edit) @32759812   12 years onemda libopenjpegdec: make use of FF_ARRAY_ELEMS Signed-off-by: Paul B …
(edit) @695e85f1   12 years michaelni libvpxenc: add VP8E_SET_MAX_INTRA_BITRATE_PCT mapping defines …
(edit) @53dfc384   12 years stefasab lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZE
(edit) @1ef5561   12 years onemda libopenjpeg: YUVA422P and YUVA444P support Signed-off-by: Paul B …
(edit) @75f8f702   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @8554e21f   12 years onemda ffv1enc: add yuva422p to .pix_fmts This was forgotten in …
(edit) @94632dbb   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: fix …
(edit) @2138bc16   12 years michaelni remove unreferenced table "dnxhd_1238_ac_index_flag" (empty curly …
(edit) @a4744032   12 years onemda libopenjpegdec: unbreak yuva420p support Regression introduced in …
(edit) @143a5390   12 years Marton Balint ffplay: fix return value of get_video_frame if avcodec_decode_video …
(edit) @7655cc39   12 years onemda colorspace-test: add few more tests Signed-off-by: Paul B Mahol …
(edit) @b0415287   12 years michaelni float_dsp.c: Restore author attribution that was removed by libav …
(edit) @f0313e90   12 years michaelni x86/float_dsp.asm: restore author attribution The attribution was …
Note: See TracRevisionLog for help on using the revision log.