2008-11-26 |
Diego Biurrun | Only build the imgresample test if the old scaler was... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Diego Biurrun | Automatically check the dependencies for the AAN DCT... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Diego Biurrun | Move aanscales tables to their own file; fixes compilat... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Diego Biurrun | cosmetics: Rename aanscales to ff_aanscales, it will... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Diego Biurrun | Move encoder-specific quantize_c and related tables... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Michael Niedermayer | Add udp.c maintainer. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Reimar Döffinger | Replace pushf/popf by explicit pushfl/popfl (32 bit... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Måns Rullgård | snow: move scratch buffer from stack to malloced buffer... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Diego Biurrun | Disable unused code for now to allow 'make checkheaders... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Diego Biurrun | Add missing headers to get 'make checkheaders' closer... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Måns Rullgård | svq1enc: move scratch buffer from stack to context... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Måns Rullgård | flashsv: use skip_bits_long() where required |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Baptiste Coudurier | move decoder initialization in separate function, earli... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Diego Biurrun | Make non-void replacement functions actually return... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Diego Biurrun | Move #defines that are mostly used in h264.c out of... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Diego Biurrun | Use golomb_to_pict_type instead of its duplicate, slice... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Diego Biurrun | cosmetics: Align table for better readability. |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Kostya Shishkov | Some BMP files have file size declared in the header... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Kostya Shishkov | Give more meaningful message on BMP header parsing... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Kostya Shishkov | Add known BMP header sizes. |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Måns Rullgård | Add shift argument to MULL() macro |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Robert Swain | AAC: Cosmetics after last commit |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Alex Converse | AAC: Frequency domain prediction and hence Main profile... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Kostya Shishkov | Strong filtering function for future RV40 loop filter |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Måns Rullgård | ARM: move dct_unquantize_h263_*_armv5te asm to separate... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Ronald S. Bultje | Document 'ic' variable. See "[PATCH] RDT/Realmedia... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Måns Rullgård | Run regression tests on target system. |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Måns Rullgård | Build regression test data generators using HOSTCC |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Måns Rullgård | configure: set TARGET_EXEC and TARGET_PATH |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Måns Rullgård | configure: set HOSTCC to native compiler |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Måns Rullgård | configure: simplify set_default function |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Carl Eugen... | Add forgotten file format pgmyuv. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Carl Eugen... | Support picture output without -f image2 for most codecs. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Diego Biurrun | cosmetics: indentation, prettyprinting |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Diego Biurrun | cosmetics: consistent function declarations |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Diego Biurrun | cosmetics: Put statements after 'if' on their own line. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Reynaldo H... | Trivial, Cosmetics |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Reynaldo H... | Trivial, Cosmetics |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Stefano Sabatini | Make ffmpeg print in the error message the exact line... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Stefano Sabatini | Make ffmpeg print in the error message the exact line... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Kenan Gillet | More OKed parts of the QCELP decoder |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Vitor Sessak | Cosmetic: Fix typo |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Diego Biurrun | Move H.264 tables that are only useful for encoding... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Diego Biurrun | Get rid of last ifdef HAVE_MMX. Instead, all MMX-specif... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Måns Rullgård | SH4: fix IDCT |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Diego Biurrun | cosmetics: Consistently place HEADERS before OBJS in... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Diego Biurrun | cosmetics: Consistently place HEADERS before OBJS in... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Diego Biurrun | Move FFT-specific MMX optimizations out of the 'ifdef... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Diego Biurrun | cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Diego Biurrun | Use standard OBJS-$(HAVE_MMX) trick for MMX objects... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Kenan Gillet | Fix typo in table value. |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Kostya Shishkov | 33l Fix applying residue condition in RV30/40 decoder |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Kostya Shishkov | Eliminate direct use of s->current_picture in RV30... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Kostya Shishkov | Use wider margins for edge emulation in RV30/40 |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Måns Rullgård | SH4: fix memzero_align8() |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Måns Rullgård | SH4: add macros for setting and restoring FPSCR.PR bit |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Måns Rullgård | SH4: remove some commented out blocks of code |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Roman Shaposhnik | Making idct factor tables dynamically allocated |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Kostya Shishkov | Add channel layout to several audio decoders I maintain |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Roman Shaposhnik | Change of indentation |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Måns Rullgård | SH4: fix IDCT |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Måns Rullgård | SH4: do not mix code and declarations |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Måns Rullgård | SH4: fix compilation of memzero_align8() |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Måns Rullgård | SH4: remove unused functions |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Måns Rullgård | SH4: replace missed rnd_avg2 -> rnd_avg32 |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Måns Rullgård | SH4: rename functions with conflicting names |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Diego Biurrun | cosmetics: Add a few more explanatory comments to the... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Diego Biurrun | cosmetics: Sort processor-specific object lines into... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Roman Shaposhnik | Getting rid of huge static DV tables |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Roman Shaposhnik | Getting rid of unneeded extra wrapper functions |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Baptiste Coudurier | decrease atom size, fix broken files missing version... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Reynaldo H... | Trivial, Cosmetics |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Stefano Sabatini | Improve error message in case of output file with no... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Stefano Sabatini | Improve messages printed when there is no input/output... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Stefano Sabatini | Remove unnecessary calls to show_help(), make ffmpeg... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Diego Biurrun | Add a Makefile variable for the old scaler that gets... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Diego Biurrun | Revert previous commit: the libavcodec/i386/fft_*.o... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Diego Biurrun | Only the yasm-dependent objects should be enabled by... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Ronald S. Bultje | Change type of prev_stream_id from uint32_t to int... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Diego Biurrun | cosmetics: Group ppc-specific objects together. |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Diego Biurrun | Add missing options to the help output. |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Diego Biurrun | cosmetics: Move some options to more sensible places... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Diego Biurrun | Move zlib/bzlib options to the external library section... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Diego Biurrun | spelling and wording cosmetics for the help output |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Charles Yates | Take build_suffix into account in pkg-config files. |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Diego Biurrun | Print just [no] or [yes] in the help output instead... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Diego Biurrun | cosmetics: Group ARM objects sections together. |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Diego Biurrun | cosmetics: Reorder processor-specific entries alphabeti... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Ronald S. Bultje | Reindent after r15853. |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Ronald S. Bultje | Read optional components of the RDT packet header,... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Ronald S. Bultje | Change header reading implementation to using get_bits... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Ronald S. Bultje | Prefix all ff_rdt_parse_header() arguments with a p... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Ronald S. Bultje | Fix memleak caused by the fact that url_open_buf()... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Ronald S. Bultje | Add ByteIOContext argument to public ff_rm_* functions... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Benoit Fouet | Change email address to a valid one. |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Carl Eugen... | One const is enough. |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Diego Biurrun | Put variable declaration inside an #ifdef to avoid... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Jindřich Makovička | Get rid of MSG_DONTWAIT using a more standard way to... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Stefano Sabatini | Make the library names for the require checks more... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Benjamin Larsson | Silence warning in imc decoder |
commit | commitdiff | tree | snapshot |
next |