| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | spelling/wording/grammar cosmetics | Diego Biurrun | 2009-02-25 | 1 | -55/+54 |
* | untypo | Michael Niedermayer | 2009-02-25 | 1 | -1/+1 |
* | AVInputFormat.reed_seek2() | Michael Niedermayer | 2009-02-25 | 1 | -0/+11 |
* | Add timestamp computation if values are exported by decoder. | Ivan Schreter | 2009-02-24 | 1 | -2/+12 |
* | Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. | Michael Niedermayer | 2009-02-24 | 1 | -0/+1 |
* | Add convergence_duration to AVCodecParserContext. | Ivan Schreter | 2009-02-19 | 1 | -1/+1 |
* | Add key_frame to AVCodecParserContext, used in libavformat. | Ivan Schreter | 2009-02-18 | 1 | -1/+1 |
* | av_alloc_format_context has been renamed, update AVFormatContext av_class | avcoder | 2009-02-18 | 1 | -1/+1 |
* | Improve grammar: "X next after Y" -> "next X after Y". | Stefano Sabatini | 2009-02-15 | 1 | -2/+2 |
* | Replace calls/references of the deprecated register_protocol() | Stefano Sabatini | 2009-02-15 | 1 | -1/+1 |
* | Rename register_protocol() to av_register_protocol() and deprecate | Stefano Sabatini | 2009-02-15 | 1 | -1/+1 |
* | Document av_iformat_next() and av_oformat_next() functions. | Stefano Sabatini | 2009-02-15 | 1 | -0/+11 |
* | MXF D-10 muxer | Baptiste Coudurier | 2009-02-13 | 1 | -1/+1 |
* | Change ffm_write_write_index to return int, and return if error occured. | Patrik Kullman | 2009-02-12 | 1 | -1/+1 |
* | Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com | Toshimitsu Kimura | 2009-02-11 | 1 | -1/+1 |
* | Cosmetics: vertical align "*" for consistency with the other doxyies. | Stefano Sabatini | 2009-02-11 | 1 | -1/+1 |
* | Remove @deprecated notice from AVFrac, it is not deprecated anymore. | Stefano Sabatini | 2009-02-11 | 1 | -1/+0 |
* | Try to clarify doxy of avformat_seek_file(). | Michael Niedermayer | 2009-02-09 | 1 | -1/+1 |
* | Move declaration of ff_interleave_add_packet to internal.h. | Baptiste Coudurier | 2009-02-08 | 1 | -10/+0 |
* | Clarify that avformat_seek_file() is not part of the stable API yet. | Michael Niedermayer | 2009-02-08 | 1 | -0/+4 |
* | avformat_seek_file() prototype | Michael Niedermayer | 2009-02-08 | 1 | -0/+24 |