summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 10l: Add useless backslashes in AltiVec CFLAGS test.Diego Biurrun2008-05-301-2/+2
* fix got_key_frame when stream is audioBaptiste Coudurier2008-05-301-3/+4
* set got_key_frame when packet is video, fix first video packet with index 0 a...Baptiste Coudurier2008-05-301-11/+5
* update regressions tests, should be stable nowBaptiste Coudurier2008-05-301-9/+9
* sleep seems needed to wait for feed to be setupBaptiste Coudurier2008-05-301-0/+1
* log error when writing frame to outputBaptiste Coudurier2008-05-301-1/+3
* wake up connections to stop waiting when feed is being closedBaptiste Coudurier2008-05-301-0/+6
* fix timestamps rescaling, index in source format might be differentBaptiste Coudurier2008-05-301-2/+3
* take over ffserver maintenanceBaptiste Coudurier2008-05-301-1/+1
* log some errorsBaptiste Coudurier2008-05-301-3/+10
* set is_streamed before writing data to output fileBaptiste Coudurier2008-05-301-0/+2
* Warn about unimplemented H264 feature.Carl Eugen Hoyos2008-05-291-0/+2
* cosmetics, reindentBaptiste Coudurier2008-05-291-134/+134
* cosmetics, move declaration where it is used, remove now useless blockBaptiste Coudurier2008-05-291-4/+1
* cosmetics, space before and after parenthesis, weird indentationBaptiste Coudurier2008-05-291-12/+12
* in TRUNCATED mode, use residual fragments in ParseContextPascal Massimino2008-05-291-8/+9
* use av_parse_video_frame_rateBaptiste Coudurier2008-05-291-2/+8
* Check av_new_stream return value, fixes CID75 RUN2Reimar Döffinger2008-05-291-0/+2
* ENOMEM is better, yes ...Michael Niedermayer2008-05-291-1/+1
* Check av_new_stream return value, fixes CID79 RUN2Reimar Döffinger2008-05-291-0/+4
* Check for av_new_stream failure, fixes CID76 RUN2Reimar Döffinger2008-05-291-1/+7
* Remove unnecessary #include.Diego Biurrun2008-05-291-1/+0
* Remove unnecessary header #includes.Erik Hovland2008-05-297-7/+0
* 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