Age | Commit message (Expand) | Author |
2010-01-24 | Make url_read_complete handle EAGAIN more intelligently. | Reimar Döffinger |
2010-01-24 | Doxument url_close(). | Stefano Sabatini |
2010-01-24 | Doxument url_open_protocol(). | Stefano Sabatini |
2010-01-24 | Doxument url_read(). | Stefano Sabatini |
2010-01-23 | Make url_read_complete retry on EAGAIN and return how much data it read | Reimar Döffinger |
2010-01-23 | Print a warning when DATA chunk is encountered in the middle of chunk. | Ronald S. Bultje |
2010-01-22 | Remove conditional M_PI definition, it is already defined in | Stefano Sabatini |
2010-01-22 | Replace deprecated guess_format() with av_guess_format(). | Martin Storsjö |
2010-01-22 | Make style a little bit more K&R'ish. | Ronald S. Bultje |
2010-01-22 | Rename a function which is no longer ipv6-specific. Patch by Martin Storsjö | Martin Storsjö |
2010-01-22 | Use the control URI from the SDP (if present) rather than the input filename, | Alan Steremberg |
2010-01-21 | mkvenc: Write TrackTimecodeScale | Rafaël Carré |
2010-01-21 | Remove reply and content_ptr arguments from rtsp_send_cmd_async(), since | Ronald S. Bultje |
2010-01-21 | Change on rtsp_send_cmd() to the _async() version since we don't use the | Ronald S. Bultje |
2010-01-21 | Reindent after r21368. | Ronald S. Bultje |
2010-01-21 | Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized | Ronald S. Bultje |
2010-01-21 | Make output-example.c handle AAC audio. | Martin Storsjö |
2010-01-21 | Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>. | Martin Storsjö |
2010-01-21 | Set start_time and duration in AVStream instead of AVFormatContext for | David Conrad |
2010-01-20 | Use the configure check from r21351 and use it to properly define struct | Martin Storsjö |
2010-01-19 | fetch flv duration from file if it is set to 0 in metadata | Baptiste Coudurier |
2010-01-18 | reindent | Baptiste Coudurier |
2010-01-18 | set average frame rate in mov demuxer | Baptiste Coudurier |
2010-01-18 | move aspect ratio code at the end of the track parsing, fix cathedral-beta2-4... | Baptiste Coudurier |
2010-01-18 | Rename the RTP muxer sources so that the packetisation functions are in | Luca Abeni |
2010-01-18 | Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such function | Luca Abeni |
2010-01-18 | add uldx fourcc to mpeg4 in riff.c | Ben Littler |
2010-01-17 | add vspx fourcc to mpeg4 in riff.c | Ben Littler |
2010-01-17 | Use av_match_ext() rather than the deprecated match_ext(), fix | Stefano Sabatini |
2010-01-17 | Fix comment typo carefull -> careful | Måns Rullgård |
2010-01-17 | Fix indentation after r21257. | Carl Eugen Hoyos |
2010-01-17 | Support demuxing of Sony OpenMG files without metadata header. | Michael Karcher |
2010-01-16 | Support decoding of SoftLab-NSK VideoTizer. | ami_stuff |
2010-01-16 | Add symbol versioning for shared libraries | Måns Rullgård |
2010-01-15 | Support decoding of Avid uncompressed mov files, fixes issue 1685. | Carl Eugen Hoyos |
2010-01-15 | Support decoding Avid 1:1x codec, (partially) fixes issue1684. | Carl Eugen Hoyos |
2010-01-14 | Latent libavformat version bump and documentation update for Adobe Filmstrip ... | Peter Ross |
2010-01-14 | Adobe Filmstrip muxer and demuxer | Peter Ross |
2010-01-14 | set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalog... | Andrew Wason |
2010-01-13 | do not skip mdat data if it's the last atom, avoids one seek | Baptiste Coudurier |
2010-01-13 | restore old buffer content when seek failed in http protocol, fix issue #1631 | Baptiste Coudurier |
2010-01-13 | revert wrongly commited hunk in r21205 | Baptiste Coudurier |
2010-01-13 | remove useless type declarations | Baptiste Coudurier |
2010-01-13 | remove useless declarations from mpegts.h | Baptiste Coudurier |
2010-01-13 | use codec rc_max_rate if set and warn if bit rate is not set | Baptiste Coudurier |
2010-01-13 | Do not split audio frames accross pes packets. | Baptiste Coudurier |
2010-01-13 | print more debug info about muxing parameters, patch by Mike Scheutzow, scheu... | Mike Scheutzow |
2010-01-13 | update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at ... | Mike Scheutzow |
2010-01-13 | Insert null packets to keep pcr values correct, patch by Mike Scheutzow, | Mike Scheutzow |
2010-01-13 | move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike ... | Mike Scheutzow |