summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13154-749/+757
* Include libavformat/avformat.h before all the other libav* headers.Stefano Sabatini2009-01-131-2/+3
* Document the ld, st, while statements.Víctor Paesa2009-01-131-0/+3
* Avoid using sub_id in mpeg1/2video.Michael Niedermayer2009-01-131-1/+2
* Document the same functions, in the same order, that eval.c has.Víctor Paesa2009-01-131-2/+8
* Add presets for Apple iPod constraintsRobert Swain2009-01-132-0/+9
* Add presets to use as constraints for H.264 Baseline and Main profilesRobert Swain2009-01-132-0/+4
* Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.Michael Niedermayer2009-01-131-6/+0
* Let the mpeg audio parser correct the codec_id.Michael Niedermayer2009-01-131-0/+3
* Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.Michael Niedermayer2009-01-134-1/+19
* Add CODEC_ID_MP1.Michael Niedermayer2009-01-131-0/+1
* add SLMJ fourcc to mjpegBen Littler2009-01-131-0/+1
* VC-1 display dimensions should affect coded dimensions only (I think)Kostya Shishkov2009-01-131-2/+2
* Print VC-1 aspect ratio in debugKostya Shishkov2009-01-131-0/+1
* 421l: fix loop filter for P-frames in VC-1Kostya Shishkov2009-01-131-8/+16
* Cinepak strip ID is a single byteKostya Shishkov2009-01-131-1/+1
* Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.Kostya Shishkov2009-01-131-21/+21
* configure: add Alpha CPU typesMåns Rullgård2009-01-131-0/+3
* fix version protectionAurelien Jacobs2009-01-131-2/+3
* add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs2009-01-133-0/+3
* ARM: use push/pop pseudo-instructions in simple_idct_armv6.SMåns Rullgård2009-01-121-20/+20
* ARM: simple_idct_armv6.S whitespace cosmeticsMåns Rullgård2009-01-121-27/+27
* ARM: clean up pc-relative references in simple_idct_armv6.SMåns Rullgård2009-01-121-12/+12
* ARM: use rX register names in simple_idct_armv6.SMåns Rullgård2009-01-121-224/+224
* Reindent after the last commit, while at it also add some spaces forStefano Sabatini2009-01-121-6/+6
* Make avfilter_open() set to NULL the pads and the filters when theStefano Sabatini2009-01-121-1/+5
* AVI: add bswap.h include needed on big endianMåns Rullgård2009-01-121-0/+2
* configure: fix PIC activation for x86_64 shared libsMåns Rullgård2009-01-111-1/+1
* Add missing inclusion of libavutil/intreadwrite.h, fix compilation whenStefano Sabatini2009-01-111-0/+1
* Use the dimensions in tkhd for timed text tracksDavid Conrad2009-01-111-0/+7
* Pass subarch instead of arch to YASMFLAGSRamiro Polla2009-01-111-1/+1
* Extend 'checkheaders' target to architecture-specific subdirectories.Diego Biurrun2009-01-113-1/+5
* Split arch variable into arch and subarch.Diego Biurrun2009-01-111-7/+8
* Use 'enabled' function to simplify x86_64 check in the mingw32 section.Diego Biurrun2009-01-111-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-1182-3/+91
* Add truncf() replacement function.Michael Kostylev2009-01-112-1/+9
* Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini2009-01-113-3/+18
* Use setmode() if it exists in <io.h>, and not based on O_BINARY.Ramiro Polla2009-01-112-1/+6
* Use 'enabled' function instead of raw 'test' calls in arch checks.Diego Biurrun2009-01-111-7/+5
* Add my GPG key.Diego Biurrun2009-01-111-0/+1
* cosmetics: indentationDiego Biurrun2009-01-111-18/+18
* Fix illegal identifier starting with an underscore.Diego Biurrun2009-01-111-2/+2
* move ffindex set before mov_read_default so it can be used in functionsBaptiste Coudurier2009-01-111-1/+2
* Add necessary, remove unnecessary #includes.Diego Biurrun2009-01-112-2/+3
* Drop unnecessary intreadwrite.h and bswap.h #includes.Diego Biurrun2009-01-111-2/+0
* Add missing #include to fix 'make checkheaders'.Diego Biurrun2009-01-111-0/+1
* cosmetics: Remove useless quotes.Diego Biurrun2009-01-111-30/+30
* 1l: better alphabetical orderDiego Biurrun2009-01-111-1/+1
* Add missing --disable-armv6t2 to help output.Diego Biurrun2009-01-111-0/+1
* Increase BUFFER_SIZE.Michael Niedermayer2009-01-111-1/+1
OpenPOWER on IntegriCloud