summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move decode_significance_x86() and decode_significance_8x8_x86() toJeff Downs2008-04-15
* Do not detect a format if another has the same score.Michael Niedermayer2008-04-15
* Using the same probe function in 2 formats is not a good idea.Michael Niedermayer2008-04-15
* DCA frame size is constantKostya Shishkov2008-04-15
* Reduce probe score as it misdetects our flv file from the regression test.Michael Niedermayer2008-04-15
* Fix probe for mov00003.mqv.Michael Niedermayer2008-04-15
* Identify codec in GMCMidiaASX.mov correctly.Michael Niedermayer2008-04-15
* Fix receiving from SDP with unicast destinationsLuca Abeni2008-04-15
* Remove the "multicast=" tag from UDP and RTP URLsLuca Abeni2008-04-15
* We require GNU Make 3.81.Diego Biurrun2008-04-15
* spelling/wording/grammar and better phrasingDiego Biurrun2008-04-14
* Use av_exit() instead of exit() for a minimal cleanupRamiro Polla2008-04-14
* Move av_exit() so it can be used by more functionsRamiro Polla2008-04-14
* Add DIRS variable to the list of variables to be cleared instead ofDiego Biurrun2008-04-14
* Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithin...Luca Barbato2008-04-14
* typoRamiro Polla2008-04-14
* Add #if 0 code to test for yet unsupported compressionsRamiro Polla2008-04-14
* Support biCompression I420Ramiro Polla2008-04-14
* Cosmetics: remove {}s over one-lined ifs.Ramiro Polla2008-04-14
* Simplify more errors by using gotoRamiro Polla2008-04-14
* Simplify returning errors by using gotoRamiro Polla2008-04-14
* Maxis XA demuxer and decoder.Robert Marston2008-04-14
* IndentationBenoit Fouet2008-04-14
* Support for BMP os2v1.Benoit Fouet2008-04-14
* Remove useless code.Michael Niedermayer2008-04-14
* Recommit r12809Michael Niedermayer2008-04-14
* Use generic seeking code for flv. The removed code was a buggy duplicate.Michael Niedermayer2008-04-14
* revert r12809Michael Niedermayer2008-04-14
* Stop find_stream_info() searching for further streams if 2 streams haveMichael Niedermayer2008-04-13
* 10lMichael Niedermayer2008-04-13
* BFI demuxerSisir Koppaka2008-04-13
* ILP64 fixes (untested)Michael Niedermayer2008-04-13
* Print warning if scale/rate is invalid.Michael Niedermayer2008-04-13
* indentMichael Niedermayer2008-04-13
* Restructure if/else a little.Michael Niedermayer2008-04-13
* Clear DIRS variable in common.mak, so it does not have to be cleared inDiego Biurrun2008-04-13
* Remove all dependency files on distclean.Diego Biurrun2008-04-13
* Unset DIRS after including subdir.mak so that the variable is not usedDiego Biurrun2008-04-13
* Generate the list of files to clean in subdirectories in common.mak.Diego Biurrun2008-04-13
* Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES.Diego Biurrun2008-04-13
* Simplify CLEANFILES generation.Diego Biurrun2008-04-13
* Do not call update_initial_durations if pkt->duration is 0.Reimar Döffinger2008-04-13
* Add explanatory comments to enum CodecID.Diego Biurrun2008-04-13
* Relicense test/example files as LGPL with Michael's permission.Diego Biurrun2008-04-13
* Remove redundant &.Michael Niedermayer2008-04-13
* Add a header file to declare Xvid IDCT functions.Alexander Strange2008-04-12
* remove useless extern keyword.Stefano Sabatini2008-04-11
* Crop parameters are unsigned, having them negative could be bad and leadMichael Niedermayer2008-04-11
* Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsvMichael Niedermayer2008-04-11
* ffplay.d needs SDL_CFLAGSMåns Rullgård2008-04-10