| Commit message (Expand) | Author | Age | Files | Lines |
* | flvenc.o depends on avc.o (for H.264 support functions). | Peter Ross | 2008-05-31 | 1 | -1/+1 |
* | raw mlp demuxer | Ramiro Polla | 2008-05-30 | 3 | -0/+15 |
* | Detect "tif" suffix as TIFF. | Quoc Cuong Pham | 2008-05-30 | 1 | -0/+1 |
* | 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 header #includes. | Erik Hovland | 2008-05-29 | 3 | -3/+0 |
* | Check return of url_fseek in mpeg timestamp reading code. | Joakim Plate | 2008-05-29 | 1 | -1/+3 |
* | 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 |
* | 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 |
* | Dead code removal, fixes CID59 RUN2. | Michael Niedermayer | 2008-05-28 | 1 | -4/+1 |
* | Removing dead code, fixes CID4 RUN2. | Michael Niedermayer | 2008-05-28 | 1 | -5/+1 |
* | remove != 0 | Michael Niedermayer | 2008-05-28 | 1 | -7/+7 |
* | Do a little more checking. | Michael Niedermayer | 2008-05-28 | 1 | -1/+1 |
* | Do not read from after the table, fixes CID108 RUN2. | Michael Niedermayer | 2008-05-28 | 1 | -1/+1 |
* | Null pointer check / CID26. | Michael Niedermayer | 2008-05-28 | 1 | -0/+2 |
* | useless | Michael Niedermayer | 2008-05-28 | 1 | -1/+0 |
* | Fixes NULL pointer dereference CID66 | Michael Niedermayer | 2008-05-28 | 1 | -0/+3 |
* | Tell the user if a AVI is non interleaved. | Michael Niedermayer | 2008-05-28 | 1 | -1/+3 |
* | use internal video frame number | Baptiste Coudurier | 2008-05-27 | 1 | -1/+1 |
* | cosmetics | Baptiste Coudurier | 2008-05-27 | 1 | -1/+1 |
* | simplify, use pointer to codec context in struct instead of only id | Baptiste Coudurier | 2008-05-27 | 1 | -2/+1 |
* | simplify, use pointer to codec context in struct instead of only id | Baptiste Coudurier | 2008-05-27 | 1 | -31/+23 |
* | redundant check-- | Michael Niedermayer | 2008-05-27 | 1 | -1/+2 |
* | Fix memleak, fixed CID123. | Michael Niedermayer | 2008-05-27 | 1 | -6/+13 |
* | Do not use the pts/dts calculation code which needs a parser, when no parser | Michael Niedermayer | 2008-05-27 | 1 | -1/+1 |
* | use AVFifoBuffer | Baptiste Coudurier | 2008-05-27 | 2 | -11/+10 |
* | cosmetics | Baptiste Coudurier | 2008-05-27 | 1 | -9/+3 |
* | merge init and declaration | Baptiste Coudurier | 2008-05-27 | 1 | -3/+1 |
* | simplify and use version instead | Baptiste Coudurier | 2008-05-27 | 1 | -9/+10 |
* | simplify | Baptiste Coudurier | 2008-05-27 | 1 | -4/+1 |
* | simplify | Baptiste Coudurier | 2008-05-27 | 1 | -5/+1 |
* | cosmetics, remove useless cases and braces | Baptiste Coudurier | 2008-05-27 | 1 | -16/+8 |
* | use av_fifo_generic_write, old func is deprecated | Baptiste Coudurier | 2008-05-27 | 1 | -1/+1 |
* | remove const qualifier, removes warning: | Baptiste Coudurier | 2008-05-27 | 1 | -1/+1 |
* | typo | Baptiste Coudurier | 2008-05-26 | 1 | -1/+1 |
* | consistency cosmetics: indices --> indexes | Diego Biurrun | 2008-05-26 | 5 | -5/+5 |
* | aac and h264 in flv demuxing | Baptiste Coudurier | 2008-05-26 | 1 | -0/+32 |
* | aac and h264 in flv muxing | Baptiste Coudurier | 2008-05-26 | 1 | -4/+63 |
* | aac chan config is 0 if bitstream contains program_config_element | Baptiste Coudurier | 2008-05-26 | 1 | -1/+1 |
* | Support non interleaved avi with phantom streams. | Michael Niedermayer | 2008-05-26 | 1 | -1/+1 |
* | replace printf by av_log | Baptiste Coudurier | 2008-05-26 | 1 | -3/+3 |
* | use av_hex_dump_log | Baptiste Coudurier | 2008-05-26 | 1 | -6/+1 |
* | use dprintf | Baptiste Coudurier | 2008-05-26 | 1 | -3/+1 |
* | cosmetics, add demuxer word | Baptiste Coudurier | 2008-05-26 | 1 | -1/+1 |