summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* reindentBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check that redirect is set, fixes CID13 RUN2Baptiste Coudurier2008-05-29
| | | | Originally committed as revision 13524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check that stream is set, fixes CID13 RUN2Baptiste Coudurier2008-05-29
| | | | Originally committed as revision 13522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if stream has been set, fixes CID15 RUN2Baptiste Coudurier2008-05-29
| | | | Originally committed as revision 13521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init h, fixes CID54 RUN2Baptiste Coudurier2008-05-29
| | | | Originally committed as revision 13520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn if pts is not set, prevent writing negative/weird cts, happens when ↵Baptiste Coudurier2008-05-29
| | | | | | using genpts and streamcopy Originally committed as revision 13519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this should be valid for audio tooBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if extradata comes from mp4 and assume bitsteam is already formated, ↵Baptiste Coudurier2008-05-29
| | | | | | should fix streamcopy Originally committed as revision 13516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set avctx time_base in dv decoderBaptiste Coudurier2008-05-28
| | | | Originally committed as revision 13515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define private libraries as 'Libs:' when only static libraries are built,Anssi Hannula2008-05-28
| | | | | | | so that they work correctly even without pkgconfig's --static option. patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 13514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ILP64 fixMichael Niedermayer2008-05-28
| | | | Originally committed as revision 13513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak / CID124 RUN2Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-28
| | | | Originally committed as revision 13511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variableVitor Sessak2008-05-28
| | | | Originally committed as revision 13510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dead code removal, fixes CID59 RUN2.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More intermediate vars removalVitor Sessak2008-05-28
| | | | Originally committed as revision 13508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Removing dead code, fixes CID4 RUN2.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused varVitor Sessak2008-05-28
| | | | Originally committed as revision 13506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless intermediate varVitor Sessak2008-05-28
| | | | Originally committed as revision 13505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dec1() functionVitor Sessak2008-05-28
| | | | Originally committed as revision 13504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove != 0Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do a little more checking.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not read from after the table, fixes CID108 RUN2.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_acelp_weighted_vector_sum() instead of reimplementing itVitor Sessak2008-05-28
| | | | Originally committed as revision 13500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make lpc coefficients 16 bit wideVitor Sessak2008-05-28
| | | | Originally committed as revision 13499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify implementation and use of dec2()Vitor Sessak2008-05-28
| | | | Originally committed as revision 13498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dummy coded frame, no muxer should use it anywayBaptiste Coudurier2008-05-28
| | | | Originally committed as revision 13497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note about everybody's favorite recurring gcc bug:Diego Biurrun2008-05-28
| | | | | | error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' Originally committed as revision 13496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.Michael Niedermayer2008-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes CID84 RUN2 CID85 RUN2 CID86 RUN2 CID87 RUN2 CID88 RUN2 CID89 RUN2 CID90 RUN2 CID91 RUN2 CID92 RUN2 CID93 RUN2 CID94 RUN2 CID95 RUN2 CID96 RUN2 CID97 RUN2 CID98 RUN2 CID99 RUN2 CID100 RUN2 CID101 RUN2 CID102 RUN2 CID103 RUN2 CID104 RUN2 CID105 RUN2 CID106 RUN2 Originally committed as revision 13495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Slightly clarify bitstream filter help output.Stefano Sabatini2008-05-28
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove coded_frame==NULL checks for video encoders.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set coded_frameMichael Niedermayer2008-05-28
| | | | Originally committed as revision 13492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update regression checksums after dts calculation fix (r13470).Michael Niedermayer2008-05-28
| | | | | | Before, all dts where wrong, now just the first is a little odd. Originally committed as revision 13491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add command line option to set the value of bindir.Diego Biurrun2008-05-28
| | | | Originally committed as revision 13490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: spelling typo fixesDiego Biurrun2008-05-28
| | | | Originally committed as revision 13489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Null pointer check / CID26.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix return type of ff_init_me().Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uselessMichael Niedermayer2008-05-28
| | | | Originally committed as revision 13486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor simplificationMichael Niedermayer2008-05-28
| | | | Originally committed as revision 13485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* redundantMichael Niedermayer2008-05-28
| | | | Originally committed as revision 13484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes NULL pointer dereference CID66Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tell the user if a AVI is non interleaved.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check dia size a little more. Fixes CID80.Michael Niedermayer2008-05-27
| | | | Originally committed as revision 13481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable 'prefix' from config.mak.Diego Biurrun2008-05-27
| | | | Originally committed as revision 13480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use internal video frame numberBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13476 to svn://svn.ffmpeg.org/ffmpeg/trunk