2008-10-26 |
Baptiste Coudurier | fix start position UL |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Baptiste Coudurier | svq3 watermark code now needs zlib |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Baptiste Coudurier | svq3 watermark decoding support, based on reverse engin... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Vitor Sessak | Silence GCC warning |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Måns Rullgård | cosmetic: align backslashes in makefiles |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Måns Rullgård | Merge OBJS-$(FOO) lists with same FOO |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Benjamin Larsson | Disable codec downmix when not using simd instead of... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Benjamin Larsson | Fix dca decoder with non simd float2int16 conversion |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Benjamin Larsson | Fix compilation with TRACE |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Carl Eugen... | Remove unused code that can't be compiled without svn... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Måns Rullgård | ARM: faster ARMv6 FASTDIV() |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Aurelien Jacobs | remove useless ifdeffery, tscc won't do anything useful... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Aurelien Jacobs | enable zlib and bzlib only when useful |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Aurelien Jacobs | svq3: remove unused include |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Michael Niedermayer | Do not attempt to use the unscaled yuv2rgb converter... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Måns Rullgård | Use OBJS variable for all object files |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Måns Rullgård | Remove unused SRCS make variable |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Måns Rullgård | Add CONFIG_GOLOMB and auto-select when needed |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Måns Rullgård | Auto-enable CONFIG_MDCT when needed |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Måns Rullgård | AC3 encoder doesn't need FFT |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Diego Biurrun | Add subtitle format section. |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Diego Biurrun | cosmetics: Slightly update MP3 support entry. |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Diego Biurrun | Mark formats requiring external libs with an 'E' in... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Diego Biurrun | Add GSM into list of supported audio codecs. |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Diego Biurrun | cosmetics: Uniformize external library comments. |
commit | commitdiff | tree | snapshot |
2008-10-25 |
David Conrad | Documentation and changelog update for libspeex decoding |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Diego Biurrun | cosmetics: Change the order of mlp parser objects to... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Diego Biurrun | Move declaration of mlp decoder dependency on mlp parse... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Baptiste Coudurier | cosmetics: ffserver -> FFserver |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Baptiste Coudurier | cosmetics, indentation |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Baptiste Coudurier | check if stream is set, fix potential segv |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Måns Rullgård | Build MMX/SSE FFT only if CONFIG_FFT is set |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Måns Rullgård | DCA decoder needs FFT |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Måns Rullgård | configure: add foo_suggest facility |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Måns Rullgård | configure: add enable_weak and disable_weak |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Måns Rullgård | configure: allow recursive foo_select options |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Baptiste Coudurier | simplify sample rate code, flv_set_audio_codec already... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Måns Rullgård | Auto-enable CONFIG_FFT for codecs that need it |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Måns Rullgård | configure: cosmetics |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Måns Rullgård | configure: add foo_select facility |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Måns Rullgård | configure: fix disabled_any to return false for empty... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Diego Biurrun | prettyprinting cosmetics |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Diego Biurrun | spelling cosmetics |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Kenan Gillet | Split off celp_filters.[ch] from acelp_filters.[ch... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Kenan Gillet | Rename acelp_math.[ch] to celp_math.[ch] to prepare... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Baptiste Coudurier | force sample rate to 16khz for speex in flv, fix speexa... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Pascal Massimino | fix for >2GB flv files |
commit | commitdiff | tree | snapshot |
2008-10-24 |
David Conrad | Speex decoding via libspeex |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Kostya Shishkov | Choose RV3/4 DC quantizer correctly |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Baptiste Coudurier | raw dnxhd de/muxer |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Baptiste Coudurier | dnxhd parser |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Vitor Sessak | Cosmetics: alignment |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Vitor Sessak | Fix broken palette8to*. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Baptiste Coudurier | dnxhd codec is intra only |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Baptiste Coudurier | add state64 field to ParseContext storing last 8 bytes... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Diego Biurrun | cosmetics: typo fix |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Diego Biurrun | Add information about a workaround for MinGW gcc versions. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Benoit Fouet | Revert r15653. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Aurelien Jacobs | 10l: missing change from r15667 - global header also... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Aurelien Jacobs | matroskaenc: require global header |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Víctor Paesa | Fix spelling |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Diego Pettenò | Include headers for optional libraries only when enabled. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Diego Biurrun | cosmetics: Leave out quotes from libdirac pkg-config... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Måns Rullgård | split bswap.h into per-arch files |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Aurelien Jacobs | uses FF_ARRAY_ELEMS() where appropriate |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Michael Niedermayer | Port read_time() that works on x86_32 and 64 from noe. |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Jens Rosenboom | The v4l2 driver can silently change the pixel format... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Måns Rullgård | ARM: allow --cpu=armvN in configure |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Måns Rullgård | Allow target name on every line in dependency postproce... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Måns Rullgård | Do not add $cross_prefix to compiler name given with... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Måns Rullgård | configure: fix handling of option arguments containing... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Reimar Döffinger | Use x86_reg type instead of long in float_to_int16... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Michael Niedermayer | Use av_freep() in ff_parse_close(). |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Andrew Wason | Copy pts for each raw encoded frame. |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Kostya Shishkov | 34l: free RV3/4 context variables at the end |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Kostya Shishkov | RV3 and RV4 decoders set some deblocking coefs for... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Kostya Shishkov | Mark some of RV3/4 block types as having separate DC... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Alexis Ballier | Add missing sys/select.h #include, fixes compilation... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Måns Rullgård | ARM: Kill warning in bswap_32() |
commit | commitdiff | tree | snapshot |
2008-10-19 |
David Conrad | Convert typeof keyword into __typeof__; this is a gcc... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Måns Rullgård | fix configure with libx264 disabled |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Stefano Sabatini | Remove the ugly and unnecessary require_cpp_condition... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Stefano Sabatini | Make more clear the error message for the libx264 versi... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
David Conrad | Cosmetics: reindent |
commit | commitdiff | tree | snapshot |
2008-10-19 |
David Conrad | Combine non-bitexact sections |
commit | commitdiff | tree | snapshot |
2008-10-19 |
David Conrad | VP3 loop filter is mmx2 not mmx |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Michael Niedermayer | Check for pts==dts on I/P frames in the presence of... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Michael Niedermayer | Move code setting delay and presentation_delayed a... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Víctor Paesa | Fix issue 68: |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Diego Biurrun | cosmetics: Save some backslashes. |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Stefano Sabatini | Provide more context to the opt_preset() error messages... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Stefano Sabatini | Make ffmpeg abort if a preset file contains an invalid... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Stefano Sabatini | Provide more context for the error message issued when... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Michael Niedermayer | Append read data onto the buffer instead of overwriting... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Alexander Wichers | Nellymoser 8KHZ flv muxing fix, patch by Alexander... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Alexander Wichers | 8HZ -> 8KHZ, cosmetics patch by Alexander Wichers devel... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Michael Niedermayer | Assume mono if no other information for raw. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
David Conrad | MMX VP3 Loop Filter |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Diego Biurrun | Remove -fasm CFLAGS check, it is no longer needed. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Diego Biurrun | Update DEPEND_CMD comment to better explain why we... |
commit | commitdiff | tree | snapshot |
next |