| Commit message (Expand) | Author | Age | Files | Lines |
* | rename av_read_frame_flush to ff_read_frame_flush | Aurelien Jacobs | 2010-03-15 | 3 | -7/+7 |
* | rename av_program_add_stream_index to ff_program_add_stream_index | Aurelien Jacobs | 2010-03-15 | 3 | -4/+4 |
* | Correctly write last 0 lacing value when packet size is multiple of 255, patc... | Greg Maxwell | 2010-03-15 | 1 | -5/+4 |
* | Add AVSEEK_FORCE flag to indicate that the code should attempt to seek | Michael Niedermayer | 2010-03-15 | 3 | -3/+12 |
* | matroskadec: fix missing dependency | Aurelien Jacobs | 2010-03-15 | 1 | -1/+1 |
* | cosmetics : Print newline after error message. | Jai Menon | 2010-03-15 | 1 | -2/+2 |
* | Reindent | Martin Storsjö | 2010-03-15 | 1 | -3/+3 |
* | Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_p... | Martin Storsjö | 2010-03-15 | 1 | -4/+14 |
* | Make rtsp_skip_packet non-static, add ff prefix | Martin Storsjö | 2010-03-15 | 2 | -2/+7 |
* | Reindent | Martin Storsjö | 2010-03-15 | 1 | -1/+1 |
* | RTSP: Synchronize the start time of the chained RTP muxers | Martin Storsjö | 2010-03-15 | 2 | -0/+9 |
* | Use AVFormatContext.start_time_realtime in the RTP muxer | Martin Storsjö | 2010-03-15 | 1 | -0/+4 |
* | Move the NTP offset definitions to internal.h | Martin Storsjö | 2010-03-15 | 2 | -3/+3 |
* | Add a new field AVFormatContext.start_time_realtime | Martin Storsjö | 2010-03-15 | 1 | -1/+10 |
* | riff: don't pad extradata when writing ASF. | Anton Khirnov | 2010-03-15 | 1 | -1/+1 |
* | matroskadec: use more appropriate error code | Aurelien Jacobs | 2010-03-15 | 1 | -1/+1 |
* | move ff_url_split() and ff_url_join() declarations to internal.h | Aurelien Jacobs | 2010-03-14 | 9 | -53/+60 |
* | Move the probe loop from av_open_input_file() into its own method | Micah F. Galizia | 2010-03-14 | 2 | -31/+85 |
* | Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in | Reimar Döffinger | 2010-03-14 | 1 | -1/+2 |
* | Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark | Stefano Sabatini | 2010-03-13 | 4 | -8/+8 |
* | oggdec: Set packet duration for ogm streams | David Conrad | 2010-03-13 | 1 | -0/+3 |
* | matroskadec: add support for SIPR audio tracks | Aurelien Jacobs | 2010-03-12 | 3 | -4/+17 |
* | export rm_reorder_sipr_data() for future use by matroska demuxer | Aurelien Jacobs | 2010-03-12 | 2 | -5/+10 |
* | export sipr_subpk_size for future use by matroska demuxer | Aurelien Jacobs | 2010-03-12 | 2 | -2/+3 |
* | oggdec: Pass packets to header() until the stream is done with them | David Conrad | 2010-03-12 | 2 | -10/+6 |
* | oggdec: Parse ogm chapters | David Conrad | 2010-03-12 | 1 | -1/+36 |
* | oggdec: Cosmetics | David Conrad | 2010-03-12 | 1 | -48/+48 |
* | oggdec: Read ogm metadata | David Conrad | 2010-03-12 | 1 | -2/+5 |
* | Const correctness for vorbis_comment | David Conrad | 2010-03-12 | 2 | -2/+2 |
* | oggdec: Metadata is per-stream; don't merge multiple streams' together | David Conrad | 2010-03-12 | 6 | -8/+8 |
* | Add ff_ prefix to vorbis_comment | David Conrad | 2010-03-12 | 6 | -7/+7 |
* | Fix a crash in the H.263 RTP packetizer | Martin Storsjö | 2010-03-11 | 1 | -1/+1 |
* | Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packet... | Peter Ross | 2010-03-11 | 1 | -7/+7 |
* | Cosmetics, break a long line, fix brace placement | Martin Storsjö | 2010-03-11 | 1 | -1/+3 |
* | RTSP muxer: Create the SDP with the numerical IP of the peer | Martin Storsjö | 2010-03-11 | 1 | -3/+20 |
* | oggdec: Seek to keyframes | David Conrad | 2010-03-11 | 2 | -3/+34 |
* | oggdec: Determine pts and filepos on a packet basis in read_timestamp | David Conrad | 2010-03-11 | 1 | -8/+7 |
* | oggdec: Move PTS/DTS calculation to a function | David Conrad | 2010-03-11 | 1 | -19/+31 |
* | oggdec: Fix memory leak in setting up vorbis headers | David Conrad | 2010-03-11 | 1 | -0/+1 |
* | oggdec: Don't use ogg_stream's seq for vorbis or speex headers | David Conrad | 2010-03-11 | 2 | -14/+18 |
* | oggdec: Fix duration calculation for streams with non-zero start | David Conrad | 2010-03-11 | 1 | -0/+2 |
* | oggdec: Parse skeleton to determine the start time of each stream | David Conrad | 2010-03-11 | 4 | -0/+88 |
* | oggdec: Check that we have a codec in gptopts (needed for skeleton) | David Conrad | 2010-03-11 | 1 | -1/+1 |
* | oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h | David Conrad | 2010-03-11 | 2 | -31/+30 |
* | oggdec: Set data_offset to the right value | David Conrad | 2010-03-11 | 1 | -0/+1 |
* | oggdec: Save offset of the page needed to reconstruct the current packet | David Conrad | 2010-03-11 | 2 | -3/+15 |
* | Make the ntp_time function available to other parts of libavformat, as ff_ntp... | Martin Storsjö | 2010-03-10 | 3 | -10/+15 |
* | 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 |
* | In mpegts muxer, free adts context and temporary data | Baptiste Coudurier | 2010-03-10 | 1 | -0/+3 |