summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Latent libavformat version bump for Bink demuxer (r21569)Peter Ross2010-01-31
* Bink demuxerPeter Ross2010-01-31
* Flag to ignore dts on frames that contain pts.Michael Niedermayer2010-01-30
* Store strings directly in mov_mdhd_language_map instead of using pointers,Reimar Döffinger2010-01-30
* Always consider the mov language code as 4 bytes fixed size and change theReimar Döffinger2010-01-30
* Simplify conversion to 5-bit ASCII.Reimar Döffinger2010-01-30
* Remove duplicated empty line.Stefano Sabatini2010-01-30
* Set duration in Smacker demuxerDaniel Verkamp2010-01-30
* Demux Bink audio in Smacker filesDaniel Verkamp2010-01-30
* another 10l: forgot to change parent condition as wellKostya Shishkov2010-01-30
* 10l trocadero: now return value of ff_rtmp_packet_read() has different meaningKostya Shishkov2010-01-30
* Make RTMP send/receive packet functions report number of bytes read or sent.Kostya Shishkov2010-01-30
* cosmetics: add an empty line between variable declarations and codeKostya Shishkov2010-01-30
* Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier2010-01-29
* Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.Ronald S. Bultje2010-01-28
* Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon2010-01-28
* Use av_mallocz in url_open_protocol for URLContext.Daniel Kristjansson2010-01-28
* Remove last MAX_STREAMS from avienc.cMichael Niedermayer2010-01-28
* Introduce AVIStream struct and move stream based variables to it.Michael Niedermayer2010-01-28
* Support demuxing Blu-ray subtitles in matroska files.Carl Eugen Hoyos2010-01-27
* Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).Ronald S. Bultje2010-01-27
* Fix duration calculation in the presence of a single wraping of the timeline.Michael Niedermayer2010-01-27
* Schedule an increase in the maximum number of streamsJai Menon2010-01-27
* Revert Revision: 21473Michael Niedermayer2010-01-27
* Fix misc typos, patch byStefano Sabatini2010-01-27
* Document av_register_protocol(), not that it really needs to beStefano Sabatini2010-01-27
* Don't use tcp_fd if we're not using TCP-based connections (e.g. whenJeremy Morton2010-01-26
* Load the proper getaddrinfo functions from ws2_32.dll, if they're present.Martin Storsjö2010-01-25
* Doxument url_open().Stefano Sabatini2010-01-24
* Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec,Carl Eugen Hoyos2010-01-24
* Favor the term "URL" over "filename", as the API deals with URLsStefano Sabatini2010-01-24
* Make url_read_complete handle EAGAIN more intelligently.Reimar Döffinger2010-01-24
* Doxument url_close().Stefano Sabatini2010-01-24
* Doxument url_open_protocol().Stefano Sabatini2010-01-24
* Doxument url_read().Stefano Sabatini2010-01-24
* Make url_read_complete retry on EAGAIN and return how much data it readReimar Döffinger2010-01-23
* Print a warning when DATA chunk is encountered in the middle of chunk.Ronald S. Bultje2010-01-23
* Remove conditional M_PI definition, it is already defined inStefano Sabatini2010-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. Bultje2010-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 Steremberg2010-01-22
* mkvenc: Write TrackTimecodeScaleRafaël Carré2010-01-21
* Remove reply and content_ptr arguments from rtsp_send_cmd_async(), sinceRonald S. Bultje2010-01-21
* Change on rtsp_send_cmd() to the _async() version since we don't use theRonald S. Bultje2010-01-21
* Reindent after r21368.Ronald S. Bultje2010-01-21
* Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitializedRonald S. Bultje2010-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 forDavid Conrad2010-01-21