2008-02-15 |
Vitor Sessak | Add a simple video source filter which loads a PPM... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Add a filter to cut video frames into smaller slices. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Provide some default functions to simplify the implemen... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | cosmetic: more vertical alignment |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Rework filter initialization sequence. Now supports... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Support passing parameters to filters. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Cosmetic: align arguments to memcpys |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Even better way to pass size to memcpy. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | typo |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Fix a pointer type |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Make linesize a per-reference property |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Use memcpy() to copy an array. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Some simple filters for testing |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Initial stab at an API |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | 100l |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Michael Niedermayer | Fix timestamps and durations if the first packets have... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Simplify avcodec_default_get_buffer() |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Add header for declaration of ff_xxxx functions in... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | This should not be part of the public API |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | My commit in r11942 broke compilation. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Remove everything not yet commited to svn |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Improve conditional compilation of vsrc_movie.c |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Fix compilation |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | True conditional compilation |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Add movie file video source filter. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Cosmetics: split long line |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Link to libraries in dependency order. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | More targets addition |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Víctor Paesa | Fix Cygwin compilation. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Targets addition and removal |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Remove test program and test video output module since... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Merge of several revisions that add more targets to the |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | work into the ffmpeg build system |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Add rule for make clean. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Merge of several revisions adding filters |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | First version of libavfilter Makefile |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Vitor Sessak | Split avpicture_fill() in two functions. This will be |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Diego Biurrun | prettyprinting cosmetics |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Benjamin Larsson | silence wmaenc.c:181: warning:suggestparentheses around... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Michael Niedermayer | It appears last_pts was not set ... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Luca Abeni | Fix |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Luca Abeni | Fix |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Stefano Sabatini | More explicit unsupported pixel format error messages. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Michael Niedermayer | Header elision muxing support. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Michael Niedermayer | Elision header demuxing support. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Michael Niedermayer | -vsync 2 (drop frames if there are too many but do... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Benoit Fouet | Update regression test checksum for ffm. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
avcoder | Avoid void*-arithmetic. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Michael Niedermayer | Read match time delta in the frame header. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Michael Niedermayer | Read match_time_delta in the framecode table. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Michael Niedermayer | update flags |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Baptiste Coudurier | honor stsd v1 first, fix mace surge-2-8-MAC3.mov, bewar... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Thorsten Jordan | Cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Thorsten Jordan | Remove useless buffering of input data, so that avcodec... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Baptiste Coudurier | 10l, forgot alaw/mulaw mono, use bits_per_sample in... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Luca Abeni | Include poll.h instead of sys/poll.h |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Baptiste Coudurier | warn use if edit list is not starting at 0, a/v desync... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Baptiste Coudurier | remove now useless code |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Baptiste Coudurier | remove messy and not always correct chunk size workarou... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Diego Biurrun | typo fix: inited --> initialized |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Diego Biurrun | typo |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Diego Biurrun | Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Diego Biurrun | Mark MSVC compiler macros as such. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Diego Biurrun | Disentangle nested preprocessor directives. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Diego Biurrun | Print Theora bitstream version at DEBUG, not at VERBOSE... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Diego Biurrun | cosmetics: Replace // by /* */ comments. |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Diego Biurrun | Do not use ranges with tr, the results are locale-depen... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Baptiste Coudurier | return error when dv audio extraction fails |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Baptiste Coudurier | remove obsolete comments |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Baptiste Coudurier | remove useless braces |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Baptiste Coudurier | cosmetics, indentation, braces |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Baptiste Coudurier | split chunks in the case of big compressed audio frames, |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Baptiste Coudurier | use correct demux mechanism when audio compression... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Vitor Sessak | Factor bytewidth determination in its own function |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Baptiste Coudurier | fcp imx 40 fourccs |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Baptiste Coudurier | indentation |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Baptiste Coudurier | more correct and simpler |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Paul Kelly | Add 'reservoir' flag to lavc's flags2 controlling wheth... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
D Richard Felker III | Do not use GNU-specific (or BSD-specific or whatever... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Vitor Sessak | Coding style changes |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Vitor Sessak | More code factorization |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Vitor Sessak | Factor duplicated loop |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Vitor Sessak | Do not hardcode the list of pixel formats and use PIX_F... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Vitor Sessak | Do not hardcode the type of AVFilterFormats.formats... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Vitor Sessak | Oops, my last commit broke compilation... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Vitor Sessak | Make regression tests to pass with libavfilter. |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Vitor Sessak | Need to be careful when dealing with references. |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Vitor Sessak | 10l. parameter was unused and redundant. |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Vitor Sessak | avfilter_formats_unref() should remove the given refere... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Vitor Sessak | First libavfilter commit. |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Loren Merritt | asm argument that might be in memory needs a size |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Carl Eugen... | Make dither4 & dither8 const. |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Carl Eugen... | Allow compilation with icc 10.1. |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Diego Biurrun | Remove pointless #if. |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Michael Niedermayer | Remove pointless code. |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Diego Biurrun | Use HAVE_ALTIVEC preprocessor conditionals like in... |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Michael Niedermayer | Remove pointless code. |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Michael Niedermayer | assert() and note about odd len. |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Loren Merritt | 30% faster ff_vorbis_floor1_render_list, 3% faster... |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Loren Merritt | use fewer registers in apply_welch_window_sse2 |
commit | commitdiff | tree | snapshot |
next |