summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13154-749/+757
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include libavformat/avformat.h before all the other libav* headers.Stefano Sabatini2009-01-131-2/+3
| | | | | | | This is safer since they may use the symbol LIBAVFORMAT_BUILD defined in avformat.h. Originally committed as revision 16589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the ld, st, while statements.Víctor Paesa2009-01-131-0/+3
| | | | Originally committed as revision 16588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid using sub_id in mpeg1/2video.Michael Niedermayer2009-01-131-1/+2
| | | | Originally committed as revision 16587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the same functions, in the same order, that eval.c has.Víctor Paesa2009-01-131-2/+8
| | | | Originally committed as revision 16586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add presets for Apple iPod constraintsRobert Swain2009-01-132-0/+9
| | | | Originally committed as revision 16585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add presets to use as constraints for H.264 Baseline and Main profilesRobert Swain2009-01-132-0/+4
| | | | Originally committed as revision 16584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.Michael Niedermayer2009-01-131-6/+0
| | | | Originally committed as revision 16583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let the mpeg audio parser correct the codec_id.Michael Niedermayer2009-01-131-0/+3
| | | | Originally committed as revision 16582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.Michael Niedermayer2009-01-134-1/+19
| | | | Originally committed as revision 16581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CODEC_ID_MP1.Michael Niedermayer2009-01-131-0/+1
| | | | Originally committed as revision 16580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add SLMJ fourcc to mjpegBen Littler2009-01-131-0/+1
| | | | Originally committed as revision 16579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC-1 display dimensions should affect coded dimensions only (I think)Kostya Shishkov2009-01-131-2/+2
| | | | Originally committed as revision 16578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print VC-1 aspect ratio in debugKostya Shishkov2009-01-131-0/+1
| | | | Originally committed as revision 16577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 421l: fix loop filter for P-frames in VC-1Kostya Shishkov2009-01-131-8/+16
| | | | Originally committed as revision 16576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cinepak strip ID is a single byteKostya Shishkov2009-01-131-1/+1
| | | | Originally committed as revision 16575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.Kostya Shishkov2009-01-131-21/+21
| | | | | | This fixes issue 744 Originally committed as revision 16574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add Alpha CPU typesMåns Rullgård2009-01-131-0/+3
| | | | Originally committed as revision 16573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix version protectionAurelien Jacobs2009-01-131-2/+3
| | | | Originally committed as revision 16572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs2009-01-133-0/+3
| | | | Originally committed as revision 16571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: use push/pop pseudo-instructions in simple_idct_armv6.SMåns Rullgård2009-01-121-20/+20
| | | | Originally committed as revision 16570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: simple_idct_armv6.S whitespace cosmeticsMåns Rullgård2009-01-121-27/+27
| | | | Originally committed as revision 16569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: clean up pc-relative references in simple_idct_armv6.SMåns Rullgård2009-01-121-12/+12
| | | | Originally committed as revision 16568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: use rX register names in simple_idct_armv6.SMåns Rullgård2009-01-121-224/+224
| | | | Originally committed as revision 16567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after the last commit, while at it also add some spaces forStefano Sabatini2009-01-121-6/+6
| | | | | | improving readability. Originally committed as revision 16566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avfilter_open() set to NULL the pads and the filters when theStefano Sabatini2009-01-121-1/+5
| | | | | | | corresponding count is zero, rather than allocate a 16 bytes sized block for them. Improve safety. Originally committed as revision 16565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI: add bswap.h include needed on big endianMåns Rullgård2009-01-121-0/+2
| | | | Originally committed as revision 16564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix PIC activation for x86_64 shared libsMåns Rullgård2009-01-111-1/+1
| | | | Originally committed as revision 16563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing inclusion of libavutil/intreadwrite.h, fix compilation whenStefano Sabatini2009-01-111-0/+1
| | | | | | libtheora is enabled. Originally committed as revision 16562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the dimensions in tkhd for timed text tracksDavid Conrad2009-01-111-0/+7
| | | | Originally committed as revision 16561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass subarch instead of arch to YASMFLAGSRamiro Polla2009-01-111-1/+1
| | | | Originally committed as revision 16560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend 'checkheaders' target to architecture-specific subdirectories.Diego Biurrun2009-01-113-1/+5
| | | | Originally committed as revision 16559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split arch variable into arch and subarch.Diego Biurrun2009-01-111-7/+8
| | | | Originally committed as revision 16558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use 'enabled' function to simplify x86_64 check in the mingw32 section.Diego Biurrun2009-01-111-1/+1
| | | | Originally committed as revision 16557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-1182-3/+91
| | | | Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add truncf() replacement function.Michael Kostylev2009-01-112-1/+9
| | | | | | Patch by Michael Kostylev <mik at it-1 dot ru> Originally committed as revision 16555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini2009-01-113-3/+18
| | | | | | | avfilter_draw_slice() when the draw_slice callback is not defined in the input pad. Originally committed as revision 16554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use setmode() if it exists in <io.h>, and not based on O_BINARY.Ramiro Polla2009-01-112-1/+6
| | | | Originally committed as revision 16553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use 'enabled' function instead of raw 'test' calls in arch checks.Diego Biurrun2009-01-111-7/+5
| | | | Originally committed as revision 16552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add my GPG key.Diego Biurrun2009-01-111-0/+1
| | | | Originally committed as revision 16551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2009-01-111-18/+18
| | | | Originally committed as revision 16550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix illegal identifier starting with an underscore.Diego Biurrun2009-01-111-2/+2
| | | | Originally committed as revision 16549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ffindex set before mov_read_default so it can be used in functionsBaptiste Coudurier2009-01-111-1/+2
| | | | Originally committed as revision 16548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add necessary, remove unnecessary #includes.Diego Biurrun2009-01-112-2/+3
| | | | Originally committed as revision 16547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop unnecessary intreadwrite.h and bswap.h #includes.Diego Biurrun2009-01-111-2/+0
| | | | Originally committed as revision 16546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #include to fix 'make checkheaders'.Diego Biurrun2009-01-111-0/+1
| | | | Originally committed as revision 16545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove useless quotes.Diego Biurrun2009-01-111-30/+30
| | | | Originally committed as revision 16544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l: better alphabetical orderDiego Biurrun2009-01-111-1/+1
| | | | Originally committed as revision 16543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing --disable-armv6t2 to help output.Diego Biurrun2009-01-111-0/+1
| | | | Originally committed as revision 16542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase BUFFER_SIZE.Michael Niedermayer2009-01-111-1/+1
| | | | | | Fixes issue719. Originally committed as revision 16541 to svn://svn.ffmpeg.org/ffmpeg/trunk