summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Some (Solaris) gcc versions apparently output a comment as first lineDiego Biurrun2008-05-291-1/+1
* Add ASUS V1/V2 decoder codec long names.Stefano Sabatini2008-05-291-0/+2
* When shared libraries are built, make the pkg-config requires Requires.private.Anssi Hannula2008-05-291-1/+2
* Check return of url_fseek in mpeg timestamp reading code.Joakim Plate2008-05-291-1/+3
* Simplify show_banner() so that it does not require arguments, similarStefano Sabatini2008-05-295-10/+13
* reindentBaptiste Coudurier2008-05-291-6/+6
* check that redirect is set, fixes CID13 RUN2Baptiste Coudurier2008-05-291-1/+2
* reindentBaptiste Coudurier2008-05-291-12/+12
* check that stream is set, fixes CID13 RUN2Baptiste Coudurier2008-05-291-1/+2
* check if stream has been set, fixes CID15 RUN2Baptiste Coudurier2008-05-291-0/+2
* init h, fixes CID54 RUN2Baptiste Coudurier2008-05-291-1/+1
* warn if pts is not set, prevent writing negative/weird cts, happens when usin...Baptiste Coudurier2008-05-291-0/+4
* reindentBaptiste Coudurier2008-05-291-6/+6
* this should be valid for audio tooBaptiste Coudurier2008-05-291-2/+0
* check if extradata comes from mp4 and assume bitsteam is already formated, sh...Baptiste Coudurier2008-05-291-1/+3
* set avctx time_base in dv decoderBaptiste Coudurier2008-05-281-0/+1
* Define private libraries as 'Libs:' when only static libraries are built,Anssi Hannula2008-05-281-4/+3
* ILP64 fixMichael Niedermayer2008-05-281-1/+1
* memleak / CID124 RUN2Michael Niedermayer2008-05-281-1/+1
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-282-2/+2
* Rename variableVitor Sessak2008-05-281-6/+6
* Dead code removal, fixes CID59 RUN2.Michael Niedermayer2008-05-281-4/+1
* More intermediate vars removalVitor Sessak2008-05-281-3/+1
* Removing dead code, fixes CID4 RUN2.Michael Niedermayer2008-05-281-5/+1
* Remove unused varVitor Sessak2008-05-281-1/+0
* Remove useless intermediate varVitor Sessak2008-05-281-3/+3
* Remove dec1() functionVitor Sessak2008-05-281-17/+12
* remove != 0Michael Niedermayer2008-05-281-7/+7
* Do a little more checking.Michael Niedermayer2008-05-281-1/+1
* Do not read from after the table, fixes CID108 RUN2.Michael Niedermayer2008-05-281-1/+1
* Use ff_acelp_weighted_vector_sum() instead of reimplementing itVitor Sessak2008-05-282-3/+4
* Make lpc coefficients 16 bit wideVitor Sessak2008-05-281-12/+17
* Simplify implementation and use of dec2()Vitor Sessak2008-05-281-14/+19
* remove dummy coded frame, no muxer should use it anywayBaptiste Coudurier2008-05-281-8/+0
* Add a note about everybody's favorite recurring gcc bug:Diego Biurrun2008-05-281-0/+8
* Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.Michael Niedermayer2008-05-281-0/+6
* Slightly clarify bitstream filter help output.Stefano Sabatini2008-05-281-3/+3
* Remove coded_frame==NULL checks for video encoders.Michael Niedermayer2008-05-281-5/+5
* set coded_frameMichael Niedermayer2008-05-282-1/+12
* Update regression checksums after dts calculation fix (r13470).Michael Niedermayer2008-05-281-1/+1
* Add command line option to set the value of bindir.Diego Biurrun2008-05-281-0/+2
* cosmetics: spelling typo fixesDiego Biurrun2008-05-282-2/+2
* Null pointer check / CID26.Michael Niedermayer2008-05-281-0/+2
* Fix return type of ff_init_me().Michael Niedermayer2008-05-282-2/+4
* uselessMichael Niedermayer2008-05-281-1/+0
* minor simplificationMichael Niedermayer2008-05-281-4/+4
* redundantMichael Niedermayer2008-05-281-1/+2
* Fixes NULL pointer dereference CID66Michael Niedermayer2008-05-281-0/+3
* Tell the user if a AVI is non interleaved.Michael Niedermayer2008-05-281-1/+3
* Check dia size a little more. Fixes CID80.Michael Niedermayer2008-05-271-0/+6
OpenPOWER on IntegriCloud