| Commit message (Expand) | Author | Age | Files | Lines |
* | Move ffm_close function up to avoid a forward declaration. | Reimar Döffinger | 2010-07-25 | 1 | -11/+10 |
* | ffmdec: Do not manually free streams on read_header error, this is always | Reimar Döffinger | 2010-07-25 | 1 | -6/+3 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, so that | Ronald S. Bultje | 2010-03-17 | 1 | -1/+1 |
* | Fix ffm_close return type. | Benoit Fouet | 2010-03-10 | 1 | -1/+3 |
* | Fix memory leak in FFM demuxer | Vitor Sessak | 2010-03-10 | 1 | -1/+9 |
* | Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623)... | Benjamin Larsson | 2009-12-14 | 1 | -0/+1 |
* | Update ffserver to include all basic x264 parameters in .ffm files. | Jason Garrett-Glaser | 2009-11-24 | 1 | -0/+13 |
* | remove useless duplication of what av_new_stream() already does | Aurelien Jacobs | 2009-04-10 | 1 | -1/+0 |
* | fix compilation when DEBUG_SEEK is defined | Baptiste Coudurier | 2009-03-21 | 1 | -1/+1 |
* | fix valid seeking range | Baptiste Coudurier | 2009-03-21 | 1 | -9/+7 |
* | resync ffm if error in stream | Baptiste Coudurier | 2009-03-20 | 1 | -2/+18 |
* | typo, fix eof check | Baptiste Coudurier | 2009-03-20 | 1 | -1/+1 |
* | do not write ffm write index by default, detect if file is being written and ... | Baptiste Coudurier | 2009-03-20 | 1 | -17/+20 |
* | return error if read failed | Baptiste Coudurier | 2009-02-12 | 1 | -1/+2 |
* | Change ffm_write_write_index to return int, and return if error occured. | Patrik Kullman | 2009-02-12 | 1 | -2/+4 |
* | return eof/error if only ffm header has been written, should fix #815 | Baptiste Coudurier | 2009-02-01 | 1 | -0/+3 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -12/+12 |
* | Improve long names for FFM muxer and demuxer: | Stefano Sabatini | 2008-07-27 | 1 | -1/+1 |
* | cosmetics, pts->dts | Baptiste Coudurier | 2008-06-22 | 1 | -15/+15 |
* | enable feeder threads | Baptiste Coudurier | 2008-06-22 | 1 | -0/+1 |
* | ffm has no per stream priv_data anymore | Baptiste Coudurier | 2008-06-19 | 1 | -14/+1 |
* | Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es. | Albert Astals Cid | 2008-06-09 | 1 | -1/+1 |
* | pass dts and pts through ffm, should fix streaming b frames | Baptiste Coudurier | 2008-06-09 | 1 | -7/+9 |
* | pass extradata through ffm | Baptiste Coudurier | 2008-06-09 | 1 | -1/+7 |
* | fix pts handling in ffm | Baptiste Coudurier | 2008-06-07 | 1 | -6/+0 |
* | Reset reading state after successful seek. | Baptiste Coudurier | 2008-06-07 | 1 | -0/+7 |
* | cosmetics, rename first to header, more explicit name | Baptiste Coudurier | 2008-06-06 | 1 | -3/+3 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | typo | Baptiste Coudurier | 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 |
* | 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 |
* | split ffm de/muxer | Baptiste Coudurier | 2008-05-26 | 1 | -0/+498 |