| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: improve support for AVC-Intra files. | Reimar Döffinger | 2013-11-14 | 1 | -0/+6 |
* | avf: move url utility functions in a separate file | Luca Barbato | 2013-06-16 | 1 | -36/+0 |
* | avf: move ff_http_match_no_proxy to network | Luca Barbato | 2013-06-16 | 1 | -2/+0 |
* | lavf: Handle the environment variable no_proxy more properly | Martin Storsjö | 2013-02-27 | 1 | -0/+2 |
* | doxy: Clarify what avpriv_set_pts_info does | Derek Buitenhuis | 2012-12-17 | 1 | -5/+7 |
* | lavf: add a common function for selecting a pcm codec from parameters | Justin Ruggles | 2012-11-28 | 1 | -0/+15 |
* | lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h | Justin Ruggles | 2012-11-28 | 1 | -0/+3 |
* | rtp: set the payload type as stream id | Luca Barbato | 2012-11-14 | 1 | -2/+3 |
* | avformat: split muxing functions from util.c | Luca Barbato | 2012-10-01 | 1 | -0/+9 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -3/+3 |
* | lavf: make av_interleave_packet_per_dts() private. | Anton Khirnov | 2012-03-20 | 1 | -0/+18 |
* | lavf: deprecate av_read_packet(). | Anton Khirnov | 2012-03-20 | 1 | -0/+9 |
* | lavf: move CodecMime from matroska.h to internal.h | Anton Khirnov | 2012-02-29 | 1 | -0/+5 |
* | libavformat: Add an ff_ prefix to some lavf internal symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | frame{crc/md5}: set the stream timebase from codec timebase. | Anton Khirnov | 2012-02-03 | 1 | -0/+6 |
* | libavformat: Add a utility function for adding parameter change side data | Martin Storsjö | 2011-12-21 | 1 | -0/+8 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -0/+13 |
* | lavf: make some seeking functions private | Anton Khirnov | 2011-10-28 | 1 | -0/+33 |
* | lavf: use avpriv_ prefix for ff_new_chapter(). | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | lavf: factor out conversion of ISO8601 string to unix time | Anton Khirnov | 2011-07-13 | 1 | -0/+5 |
* | doxygen: Escape '\' in Doxygen documentation. | Diego Biurrun | 2011-07-03 | 1 | -2/+2 |
* | Use av_printf_format to check the usage of printf style functions | Martin Storsjö | 2011-06-23 | 1 | -1/+1 |
* | sdp: Allow passing an AVFormatContext to the SDP generation | Martin Storsjö | 2011-06-10 | 1 | -1/+3 |
* | mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro. | Diego Biurrun | 2011-06-03 | 1 | -0/+6 |
* | lavf: remove FF_API_URL_SPLIT cruft | Anton Khirnov | 2011-04-19 | 1 | -12/+0 |
* | lavf: make av_guess_image2_codec internal | Anton Khirnov | 2011-04-08 | 1 | -0/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | lavf: Make make_absolute_url a lavf internal function | Martin Storsjö | 2011-03-17 | 1 | -0/+11 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -4/+4 |
* | Deprecate parse_date() in favor of av_parse_time(). | Stefano Sabatini | 2011-02-16 | 1 | -3/+0 |
* | lavf: rename ff_probe_input_buffer to make it public | Anssi Hannula | 2011-02-08 | 1 | -19/+0 |
* | lavf: simplify pb parameter of ff_probe_input_buffer | Anssi Hannula | 2011-02-08 | 1 | -1/+1 |
* | lavf: update ff_probe_input_buffer documentation | Anssi Hannula | 2011-02-08 | 1 | -1/+1 |
* | lavf: move internal functions from avformat.h to internal.h | Anton Khirnov | 2011-02-06 | 1 | -0/+21 |
* | add ff_index_search_timestamp and ff_add_index_entry | Peter Ross | 2011-02-03 | 1 | -0/+14 |
* | add ff_find_stream_index | Peter Ross | 2010-12-26 | 1 | -0/+6 |
* | add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function | Aurelien Jacobs | 2010-10-15 | 1 | -1/+1 |
* | Properly handle IPv6 addresses in the SDP generation | Martin Storsjö | 2010-08-25 | 1 | -1/+3 |
* | Move the definition of the maximum url size for static buffers to internal.h | Martin Storsjö | 2010-08-19 | 1 | -0/+2 |
* | Make parse_key_value from httpauth a common lavf internal function | Martin Storsjö | 2010-08-19 | 1 | -0/+24 |
* | Make hex_to_data a lavf internal function | Martin Storsjö | 2010-08-09 | 1 | -0/+10 |
* | document ff_get_line() | Aurelien Jacobs | 2010-07-21 | 1 | -0/+11 |
* | improve ff_get_line to return line length | Aurelien Jacobs | 2010-07-21 | 1 | -1/+1 |
* | move ff_get_line to aviobuf.c | Aurelien Jacobs | 2010-07-21 | 1 | -0/+2 |
* | Move SPACE_CHARS back to libavformat/internal.h | Martin Storsjö | 2010-07-16 | 1 | -0/+2 |
* | move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c | Michael Chinen | 2010-07-09 | 1 | -0/+10 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -4/+4 |
* | rtpdec: Move space_chars from avformat/internal to rtpdec | Josh Allmann | 2010-06-28 | 1 | -2/+0 |
* | Make ff_url_split() public | Måns Rullgård | 2010-06-27 | 1 | -22/+5 |
* | RTSP: Remove skip_spaces in favor of strspn | Josh Allmann | 2010-06-25 | 1 | -0/+2 |