| Commit message (Expand) | Author | Age | Files | Lines |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 154 | -749/+757 |
* | Include libavformat/avformat.h before all the other libav* headers. | Stefano Sabatini | 2009-01-13 | 1 | -2/+3 |
* | Document the ld, st, while statements. | Víctor Paesa | 2009-01-13 | 1 | -0/+3 |
* | Avoid using sub_id in mpeg1/2video. | Michael Niedermayer | 2009-01-13 | 1 | -1/+2 |
* | Document the same functions, in the same order, that eval.c has. | Víctor Paesa | 2009-01-13 | 1 | -2/+8 |
* | Add presets for Apple iPod constraints | Robert Swain | 2009-01-13 | 2 | -0/+9 |
* | Add presets to use as constraints for H.264 Baseline and Main profiles | Robert Swain | 2009-01-13 | 2 | -0/+4 |
* | Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3. | Michael Niedermayer | 2009-01-13 | 1 | -6/+0 |
* | Let the mpeg audio parser correct the codec_id. | Michael Niedermayer | 2009-01-13 | 1 | -0/+3 |
* | Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders. | Michael Niedermayer | 2009-01-13 | 4 | -1/+19 |
* | Add CODEC_ID_MP1. | Michael Niedermayer | 2009-01-13 | 1 | -0/+1 |
* | add SLMJ fourcc to mjpeg | Ben Littler | 2009-01-13 | 1 | -0/+1 |
* | VC-1 display dimensions should affect coded dimensions only (I think) | Kostya Shishkov | 2009-01-13 | 1 | -2/+2 |
* | Print VC-1 aspect ratio in debug | Kostya Shishkov | 2009-01-13 | 1 | -0/+1 |
* | 421l: fix loop filter for P-frames in VC-1 | Kostya Shishkov | 2009-01-13 | 1 | -8/+16 |
* | Cinepak strip ID is a single byte | Kostya Shishkov | 2009-01-13 | 1 | -1/+1 |
* | Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier. | Kostya Shishkov | 2009-01-13 | 1 | -21/+21 |
* | configure: add Alpha CPU types | Måns Rullgård | 2009-01-13 | 1 | -0/+3 |
* | fix version protection | Aurelien Jacobs | 2009-01-13 | 1 | -2/+3 |
* | add the necessary include for LIBAV*_VERSION_* | Aurelien Jacobs | 2009-01-13 | 3 | -0/+3 |
* | ARM: use push/pop pseudo-instructions in simple_idct_armv6.S | Måns Rullgård | 2009-01-12 | 1 | -20/+20 |
* | ARM: simple_idct_armv6.S whitespace cosmetics | Måns Rullgård | 2009-01-12 | 1 | -27/+27 |
* | ARM: clean up pc-relative references in simple_idct_armv6.S | Måns Rullgård | 2009-01-12 | 1 | -12/+12 |
* | ARM: use rX register names in simple_idct_armv6.S | Måns Rullgård | 2009-01-12 | 1 | -224/+224 |
* | Reindent after the last commit, while at it also add some spaces for | Stefano Sabatini | 2009-01-12 | 1 | -6/+6 |
* | Make avfilter_open() set to NULL the pads and the filters when the | Stefano Sabatini | 2009-01-12 | 1 | -1/+5 |
* | AVI: add bswap.h include needed on big endian | Måns Rullgård | 2009-01-12 | 1 | -0/+2 |
* | configure: fix PIC activation for x86_64 shared libs | Måns Rullgård | 2009-01-11 | 1 | -1/+1 |
* | Add missing inclusion of libavutil/intreadwrite.h, fix compilation when | Stefano Sabatini | 2009-01-11 | 1 | -0/+1 |
* | Use the dimensions in tkhd for timed text tracks | David Conrad | 2009-01-11 | 1 | -0/+7 |
* | Pass subarch instead of arch to YASMFLAGS | Ramiro Polla | 2009-01-11 | 1 | -1/+1 |
* | Extend 'checkheaders' target to architecture-specific subdirectories. | Diego Biurrun | 2009-01-11 | 3 | -1/+5 |
* | Split arch variable into arch and subarch. | Diego Biurrun | 2009-01-11 | 1 | -7/+8 |
* | Use 'enabled' function to simplify x86_64 check in the mingw32 section. | Diego Biurrun | 2009-01-11 | 1 | -1/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 82 | -3/+91 |
* | Add truncf() replacement function. | Michael Kostylev | 2009-01-11 | 2 | -1/+9 |
* | Implement the avfilter_default_draw_slice() handler and use it in | Stefano Sabatini | 2009-01-11 | 3 | -3/+18 |
* | Use setmode() if it exists in <io.h>, and not based on O_BINARY. | Ramiro Polla | 2009-01-11 | 2 | -1/+6 |
* | Use 'enabled' function instead of raw 'test' calls in arch checks. | Diego Biurrun | 2009-01-11 | 1 | -7/+5 |
* | Add my GPG key. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | cosmetics: indentation | Diego Biurrun | 2009-01-11 | 1 | -18/+18 |
* | Fix illegal identifier starting with an underscore. | Diego Biurrun | 2009-01-11 | 1 | -2/+2 |
* | move ffindex set before mov_read_default so it can be used in functions | Baptiste Coudurier | 2009-01-11 | 1 | -1/+2 |
* | Add necessary, remove unnecessary #includes. | Diego Biurrun | 2009-01-11 | 2 | -2/+3 |
* | Drop unnecessary intreadwrite.h and bswap.h #includes. | Diego Biurrun | 2009-01-11 | 1 | -2/+0 |
* | Add missing #include to fix 'make checkheaders'. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | cosmetics: Remove useless quotes. | Diego Biurrun | 2009-01-11 | 1 | -30/+30 |
* | 1l: better alphabetical order | Diego Biurrun | 2009-01-11 | 1 | -1/+1 |
* | Add missing --disable-armv6t2 to help output. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | Increase BUFFER_SIZE. | Michael Niedermayer | 2009-01-11 | 1 | -1/+1 |