| Commit message (Expand) | Author | Age | Files | Lines |
* | 10l: Add useless backslashes in AltiVec CFLAGS test. | Diego Biurrun | 2008-05-30 | 1 | -2/+2 |
* | fix got_key_frame when stream is audio | Baptiste Coudurier | 2008-05-30 | 1 | -3/+4 |
* | set got_key_frame when packet is video, fix first video packet with index 0 a... | Baptiste Coudurier | 2008-05-30 | 1 | -11/+5 |
* | update regressions tests, should be stable now | Baptiste Coudurier | 2008-05-30 | 1 | -9/+9 |
* | sleep seems needed to wait for feed to be setup | Baptiste Coudurier | 2008-05-30 | 1 | -0/+1 |
* | log error when writing frame to output | Baptiste Coudurier | 2008-05-30 | 1 | -1/+3 |
* | wake up connections to stop waiting when feed is being closed | Baptiste Coudurier | 2008-05-30 | 1 | -0/+6 |
* | fix timestamps rescaling, index in source format might be different | Baptiste Coudurier | 2008-05-30 | 1 | -2/+3 |
* | take over ffserver maintenance | Baptiste Coudurier | 2008-05-30 | 1 | -1/+1 |
* | log some errors | Baptiste Coudurier | 2008-05-30 | 1 | -3/+10 |
* | set is_streamed before writing data to output file | Baptiste Coudurier | 2008-05-30 | 1 | -0/+2 |
* | Warn about unimplemented H264 feature. | Carl Eugen Hoyos | 2008-05-29 | 1 | -0/+2 |
* | cosmetics, reindent | Baptiste Coudurier | 2008-05-29 | 1 | -134/+134 |
* | cosmetics, move declaration where it is used, remove now useless block | Baptiste Coudurier | 2008-05-29 | 1 | -4/+1 |
* | cosmetics, space before and after parenthesis, weird indentation | Baptiste Coudurier | 2008-05-29 | 1 | -12/+12 |
* | in TRUNCATED mode, use residual fragments in ParseContext | Pascal Massimino | 2008-05-29 | 1 | -8/+9 |
* | use av_parse_video_frame_rate | Baptiste Coudurier | 2008-05-29 | 1 | -2/+8 |
* | Check av_new_stream return value, fixes CID75 RUN2 | Reimar Döffinger | 2008-05-29 | 1 | -0/+2 |
* | ENOMEM is better, yes ... | Michael Niedermayer | 2008-05-29 | 1 | -1/+1 |
* | Check av_new_stream return value, fixes CID79 RUN2 | Reimar Döffinger | 2008-05-29 | 1 | -0/+4 |
* | Check for av_new_stream failure, fixes CID76 RUN2 | Reimar Döffinger | 2008-05-29 | 1 | -1/+7 |
* | Remove unnecessary #include. | Diego Biurrun | 2008-05-29 | 1 | -1/+0 |
* | Remove unnecessary header #includes. | Erik Hovland | 2008-05-29 | 7 | -7/+0 |
* | Some (Solaris) gcc versions apparently output a comment as first line | Diego Biurrun | 2008-05-29 | 1 | -1/+1 |
* | Add ASUS V1/V2 decoder codec long names. | Stefano Sabatini | 2008-05-29 | 1 | -0/+2 |
* | When shared libraries are built, make the pkg-config requires Requires.private. | Anssi Hannula | 2008-05-29 | 1 | -1/+2 |
* | Check return of url_fseek in mpeg timestamp reading code. | Joakim Plate | 2008-05-29 | 1 | -1/+3 |
* | Simplify show_banner() so that it does not require arguments, similar | Stefano Sabatini | 2008-05-29 | 5 | -10/+13 |
* | reindent | Baptiste Coudurier | 2008-05-29 | 1 | -6/+6 |
* | check that redirect is set, fixes CID13 RUN2 | Baptiste Coudurier | 2008-05-29 | 1 | -1/+2 |
* | reindent | Baptiste Coudurier | 2008-05-29 | 1 | -12/+12 |
* | check that stream is set, fixes CID13 RUN2 | Baptiste Coudurier | 2008-05-29 | 1 | -1/+2 |
* | check if stream has been set, fixes CID15 RUN2 | Baptiste Coudurier | 2008-05-29 | 1 | -0/+2 |
* | init h, fixes CID54 RUN2 | Baptiste Coudurier | 2008-05-29 | 1 | -1/+1 |
* | warn if pts is not set, prevent writing negative/weird cts, happens when usin... | Baptiste Coudurier | 2008-05-29 | 1 | -0/+4 |
* | reindent | Baptiste Coudurier | 2008-05-29 | 1 | -6/+6 |
* | this should be valid for audio too | Baptiste Coudurier | 2008-05-29 | 1 | -2/+0 |
* | check if extradata comes from mp4 and assume bitsteam is already formated, sh... | Baptiste Coudurier | 2008-05-29 | 1 | -1/+3 |
* | set avctx time_base in dv decoder | Baptiste Coudurier | 2008-05-28 | 1 | -0/+1 |
* | Define private libraries as 'Libs:' when only static libraries are built, | Anssi Hannula | 2008-05-28 | 1 | -4/+3 |
* | ILP64 fix | Michael Niedermayer | 2008-05-28 | 1 | -1/+1 |
* | memleak / CID124 RUN2 | Michael Niedermayer | 2008-05-28 | 1 | -1/+1 |
* | use av_fifo_generic_write, old func is deprecated | Baptiste Coudurier | 2008-05-28 | 2 | -2/+2 |
* | Rename variable | Vitor Sessak | 2008-05-28 | 1 | -6/+6 |
* | Dead code removal, fixes CID59 RUN2. | Michael Niedermayer | 2008-05-28 | 1 | -4/+1 |
* | More intermediate vars removal | Vitor Sessak | 2008-05-28 | 1 | -3/+1 |
* | Removing dead code, fixes CID4 RUN2. | Michael Niedermayer | 2008-05-28 | 1 | -5/+1 |
* | Remove unused var | Vitor Sessak | 2008-05-28 | 1 | -1/+0 |
* | Remove useless intermediate var | Vitor Sessak | 2008-05-28 | 1 | -3/+3 |
* | Remove dec1() function | Vitor Sessak | 2008-05-28 | 1 | -17/+12 |