| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | cosmetics, remove useless dot | Baptiste Coudurier | 2008-05-26 | 1 | -1/+1 |
* | return error if frame_offset is negative, prevent segfault | Baptiste Coudurier | 2008-05-26 | 1 | -1/+1 |
* | return error if len is negative, prevent segfault | Baptiste Coudurier | 2008-05-26 | 1 | -0/+2 |
* | move ffserver specific functions up and only include unistd.h in this case | Baptiste Coudurier | 2008-05-26 | 1 | -29/+29 |
* | move ffm_seek1 before get_pts function since func uses it | Baptiste Coudurier | 2008-05-26 | 1 | -17/+17 |
* | move DEBUG_SEEK definition before get_pts since func uses it | Baptiste Coudurier | 2008-05-26 | 1 | -2/+2 |
* | move get_pts function to avoid useless declaration | Baptiste Coudurier | 2008-05-26 | 1 | -16/+13 |
* | remove unneeded include | Baptiste Coudurier | 2008-05-26 | 1 | -1/+0 |
* | split ffm de/muxer | Baptiste Coudurier | 2008-05-26 | 4 | -286/+332 |