summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* vbr requires version=1 and samplesize=0 per QT specMichael Niedermayer2006-07-06
| | | | | | untested, but if this doesnt work the issue is likely somewhere else, as iam just chaning the random nonsense we do to what the spec says should be done Originally committed as revision 5636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix one case of choosing MV for chromaKostya Shishkov2006-07-06
| | | | Originally committed as revision 5635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add proper LGPL header.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling typoDiego Biurrun2006-07-05
| | | | Originally committed as revision 5633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with --disable-muxers.Gianluigi Tiesi2006-07-05
| | | | | | patch by Gianluigi Tiesi, mplayer==at==netfarm==dot==it Originally committed as revision 5632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-07-05
| | | | Originally committed as revision 5631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use $(LIBOBJFLAGS) when compiling sparc/*.cMåns Rullgård2006-07-05
| | | | Originally committed as revision 5630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set CONFIG_ENCODERS/CONFIG_DECODERS only if any encoders/decoders are enabledMåns Rullgård2006-07-05
| | | | Originally committed as revision 5629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #define SBUTTERFLY outside CONFIG_ENCODERSMåns Rullgård2006-07-05
| | | | Originally committed as revision 5628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* even more cbp safetyStefan Gehrer2006-07-05
| | | | Originally committed as revision 5627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missed removing this line in my last commitStefan Gehrer2006-07-05
| | | | Originally committed as revision 5626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove obsolete and non-functional support for external LZO.Ville Skyttä2006-07-05
| | | | | | patch by Ville Skyttä, scop at users dot sourceforge dot net Originally committed as revision 5625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: V_PATH vs VPATH typoDiego Biurrun2006-07-05
| | | | Originally committed as revision 5624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove erroneous -I../.. flag that points outside of the src directory.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify: $(SRC_PATH)/tests --> $(V_PATH)Diego Biurrun2006-07-05
| | | | Originally committed as revision 5620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set flags needed for shared libs on solarisMåns Rullgård2006-07-04
| | | | Originally committed as revision 5619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add rounding bias earlier in the idct, avoids many addsMichael Niedermayer2006-07-04
| | | | Originally committed as revision 5618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* floorf() is not used, and causes warnings on SolarisMåns Rullgård2006-07-04
| | | | Originally committed as revision 5617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to find a better shell if the one configure was started under isMåns Rullgård2006-07-04
| | | | | | broken. Solaris /bin/sh is broken. Originally committed as revision 5616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark read-only data as const. Patch by stefan huehner org.Stefan Huehner2006-07-04
| | | | Originally committed as revision 5615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* solaris sh doesn't allow functions and variables with the same nameMåns Rullgård2006-07-04
| | | | Originally committed as revision 5614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return -1 on bitstream errors instead of continuing, as the following stuff ↵Michael Niedermayer2006-07-04
| | | | | | almost always will be useless until the next startcode Originally committed as revision 5613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify intra prediction mode decodingMichael Niedermayer2006-07-04
| | | | Originally committed as revision 5612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check cbp for validity, avoids possible out of array reads / segfaultsMichael Niedermayer2006-07-04
| | | | Originally committed as revision 5611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor simplificationnMichael Niedermayer2006-07-04
| | | | Originally committed as revision 5610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement intensity compensationKostya Shishkov2006-07-04
| | | | Originally committed as revision 5609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly choose global transform mode, MV mode and fix bitplane decodingKostya Shishkov2006-07-04
| | | | Originally committed as revision 5608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimizations suggested by Michael NiedermayerKostya Shishkov2006-07-04
| | | | Originally committed as revision 5607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write exact values for audio stsd v1Baptiste Coudurier2006-07-04
| | | | Originally committed as revision 5606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* i wont split h263.c, too much work, and not important at all ...Michael Niedermayer2006-07-03
| | | | Originally committed as revision 5605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attempt to detect Chinese AVS videoMåns Rullgård2006-07-03
| | | | Originally committed as revision 5604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup macroblock layer: merged decode of skipped MBsStefan Gehrer2006-07-03
| | | | | | with non-skipped Originally committed as revision 5603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic patch:Stefan Gehrer2006-07-03
| | | | | | | Doxygen-style comments added some more comments Originally committed as revision 5602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly detect when use hpel or qpel modeKostya Shishkov2006-07-03
| | | | Originally committed as revision 5601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4-MV mode final fixes (now it works for non-exotic modes)Kostya Shishkov2006-07-03
| | | | Originally committed as revision 5600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vc1_decode_intra_block() simplifications and correctionsKostya Shishkov2006-07-03
| | | | Originally committed as revision 5599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add GXF demuxerReimar Döffinger2006-07-03
| | | | Originally committed as revision 5598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-03
| | | | Originally committed as revision 5597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix endianess build in a better wayLuca Barbato2006-07-03
| | | | Originally committed as revision 5596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni2006-07-03
| | | | Originally committed as revision 5595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more maintainers, if someone doesnt want to maintain something just say so ↵Michael Niedermayer2006-07-03
| | | | | | and ill remove you again Originally committed as revision 5594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* porder patch by (Justin Ruggles jruggle a t earthlink d ot net)Justin Ruggles2006-07-03
| | | | Originally committed as revision 5593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* big endian fixLuca Barbato2006-07-03
| | | | Originally committed as revision 5592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4-MV decoding supportKostya Shishkov2006-07-03
| | | | Originally committed as revision 5591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer2006-07-03
| | | | Originally committed as revision 5590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant macro definitionsMåns Rullgård2006-07-02
| | | | Originally committed as revision 5589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warningMåns Rullgård2006-07-02
| | | | Originally committed as revision 5588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l: put that int i backMåns Rullgård2006-07-02
| | | | Originally committed as revision 5587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warningsMåns Rullgård2006-07-02
| | | | Originally committed as revision 5586 to svn://svn.ffmpeg.org/ffmpeg/trunk