| Commit message (Expand) | Author | Age | Files | Lines |
* | Flag to ignore dts on frames that contain pts. | Michael Niedermayer | 2010-01-30 | 1 | -0/+1 |
* | Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. | Ronald S. Bultje | 2010-01-28 | 1 | -1/+1 |
* | Schedule an increase in the maximum number of streams | Jai Menon | 2010-01-27 | 1 | -0/+4 |
* | Latent libavformat version bump and documentation update for Adobe Filmstrip ... | Peter Ross | 2010-01-14 | 1 | -1/+1 |
* | Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>. | Martin Storsjö | 2010-01-11 | 1 | -1/+2 |
* | Improve avformat_version() doxy. | Art Clarke | 2010-01-08 | 1 | -1/+2 |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and | Stefano Sabatini | 2010-01-03 | 1 | -2/+2 |
* | Deprecate match_ext() in favor of av_match_ext(), and mark it for | Stefano Sabatini | 2010-01-01 | 1 | -2/+9 |
* | Reindent. | Stefano Sabatini | 2010-01-01 | 1 | -2/+2 |
* | Deprecate guess_format() in favor of av_guess_format(). | Stefano Sabatini | 2010-01-01 | 1 | -2/+9 |
* | Document guess_format(). | Stefano Sabatini | 2009-12-31 | 1 | -0/+13 |
* | Deprecate and mark for deletion the function guess_stream_format(), | Stefano Sabatini | 2009-12-31 | 1 | -1/+3 |
* | CD+G demuxer and decoder | Michael Tison | 2009-12-17 | 1 | -1/+1 |
* | Add flags to prevent strdup() on arguments to av_metadata_set2(). | Michael Niedermayer | 2009-12-13 | 1 | -1/+13 |
* | APIChanges & minor bump due to avg_frame_rate addition. | Michael Niedermayer | 2009-12-13 | 1 | -1/+1 |
* | Add avg_frame_rate. | Michael Niedermayer | 2009-12-13 | 1 | -0/+5 |
* | Implement RTMP output (publishing FLV stream to RTMP server). | Sergiy | 2009-12-04 | 1 | -1/+1 |
* | Update Changelog, documentation, and libavformat minor version number for | Ramiro Polla | 2009-12-03 | 1 | -2/+2 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 1 | -0/+10 |
* | Add Speex support to the FLV muxer. | Justin Ruggles | 2009-10-16 | 1 | -1/+1 |
* | Add Speex support to the Ogg muxer. | Justin Ruggles | 2009-10-13 | 1 | -1/+1 |
* | Fix reading VDR files (broken since r19000). | Carl Eugen Hoyos | 2009-09-24 | 1 | -2/+2 |
* | Hook up the MD studio demuxer and Atrac1 decoder. | Benjamin Larsson | 2009-09-22 | 1 | -1/+1 |
* | Improve amortized worst case speed of the muxers packet interleaving code | Michael Niedermayer | 2009-09-16 | 1 | -2/+2 |
* | Make packet interleaving in the muxer not scan through the whole | Michael Niedermayer | 2009-09-16 | 1 | -0/+6 |
* | Document padding for AVProbeData. | shinya.tesutosan@hotmail.com | 2009-09-09 | 1 | -2/+2 |
* | Add support for S/PDIF encapsulation. | Bartlomiej Wolowiec | 2009-08-21 | 1 | -1/+1 |
* | actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc | Aurelien Jacobs | 2009-08-10 | 1 | -0/+1 |
* | RTMP protocol support (as a client) | Kostya Shishkov | 2009-07-31 | 1 | -1/+1 |
* | Make arguments of av_set_pts_info() unsigned. | Michael Niedermayer | 2009-07-01 | 1 | -1/+1 |
* | Remove inconsistent use of a @brief command in av_write_trailer() | Stefano Sabatini | 2009-06-28 | 1 | -2/+2 |
* | Use consistently the third person in doxy, as recommended by the | Stefano Sabatini | 2009-06-28 | 1 | -33/+33 |
* | use AVFormatContext->probesize in av_find_stream_info and raise default to 5M | Baptiste Coudurier | 2009-06-25 | 1 | -1/+1 |
* | limit raw packet buffer size used for codec probing | Baptiste Coudurier | 2009-06-25 | 1 | -2/+9 |
* | Change packet_size from signed to unsigned, since it never has a negative | Ronald S. Bultje | 2009-06-22 | 1 | -2/+2 |
* | fix codec probing, stop after MAX_PROBE_PACKETS and return all packets | Baptiste Coudurier | 2009-05-31 | 1 | -1/+8 |
* | Document match_ext(). | Stefano Sabatini | 2009-05-27 | 1 | -0/+6 |
* | Remove \p and \e doxygen markup. | Stefano Sabatini | 2009-05-25 | 1 | -7/+7 |
* | Add QCP demuxer. | Kenan Gillet | 2009-05-20 | 1 | -1/+1 |
* | Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly | Michael Niedermayer | 2009-04-15 | 1 | -2/+2 |
* | Describe read_alloc return value and required pkt handling to avoid memleaks | Reimar Döffinger | 2009-04-07 | 1 | -1/+4 |
* | Move av_packet_*() functions from libavformat/ to libavcodec/, where the | Thilo Borgmann | 2009-04-07 | 1 | -40/+0 |
* | Move AVPacket declaration from avformat.h to avcodec.h. | Thilo Borgmann | 2009-04-02 | 1 | -49/+0 |
* | Support raw TrueHD files | Ramiro Polla | 2009-03-19 | 1 | -2/+2 |
* | Pass packet position to the parser, so frame's AVPacket.pos is computed corre... | Ivan Schreter | 2009-03-05 | 1 | -1/+1 |
* | deprecate old metadata API | Aurelien Jacobs | 2009-03-01 | 1 | -1/+9 |
* | new metadata API is now officially part of public API | Aurelien Jacobs | 2009-03-01 | 1 | -3/+2 |
* | Add some basic metadata conversion tables for matroska and asf. | Aurelien Jacobs | 2009-03-01 | 1 | -2/+2 |
* | add a metadata conversion API | Aurelien Jacobs | 2009-02-28 | 1 | -2/+16 |
* | Mark as "internal but installed" the avio.h file. | Stefano Sabatini | 2009-02-26 | 1 | -1/+1 |