| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -2/+2 |
|\ |
|
| * | doxygen: Escape '\' in Doxygen documentation. | Diego Biurrun | 2011-07-03 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-24 | 1 | -1/+1 |
|\| |
|
| * | Use av_printf_format to check the usage of printf style functions | Martin Storsjö | 2011-06-23 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-11 | 1 | -2/+3 |
|\| |
|
| * | sdp: Allow passing an AVFormatContext to the SDP generation | Martin Storsjö | 2011-06-10 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-04 | 1 | -0/+6 |
|\| |
|
| * | mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro. | Diego Biurrun | 2011-06-03 | 1 | -0/+6 |
* | | sdp: Allow passing AVFormatContext flags to the SDP generation | Martin Storsjö | 2011-05-20 | 1 | -1/+2 |
* | | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' | Michael Niedermayer | 2011-05-01 | 1 | -4/+2 |
|\ \ |
|
| * | | Move ff_dynarray_add to lavu and make it public. | Anton Khirnov | 2011-04-29 | 1 | -4/+2 |
| |/ |
|
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -12/+0 |
|\| |
|
| * | lavf: remove FF_API_URL_SPLIT cruft | Anton Khirnov | 2011-04-19 | 1 | -12/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-09 | 1 | -0/+2 |
|\| |
|
| * | 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 |
* | ff_url_join: Don't add any at-char if the auth is an empty string | Martin Storsjö | 2010-06-19 | 1 | -1/+2 |
* | Move AVCodecTag from riff.h into internal.h. | Francesco Lavra | 2010-05-22 | 1 | -0/+5 |
* | Add a libavformat internal function ff_write_chained | Martin Storsjö | 2010-05-21 | 1 | -0/+14 |
* | Make ff_sdp_write_media a lavf-internal function | Martin Storsjö | 2010-05-18 | 1 | -0/+17 |
* | Move the internal function declarations in avformat.h to internal.h. | Stefano Sabatini | 2010-04-11 | 1 | -0/+22 |
* | Add a lowercase parameter to ff_data_to_hex | Martin Storsjö | 2010-03-25 | 1 | -1/+1 |
* | rename av_read_frame_flush to ff_read_frame_flush | Aurelien Jacobs | 2010-03-15 | 1 | -1/+1 |
* | rename av_program_add_stream_index to ff_program_add_stream_index | Aurelien Jacobs | 2010-03-15 | 1 | -1/+1 |
* | Move the NTP offset definitions to internal.h | Martin Storsjö | 2010-03-15 | 1 | -0/+3 |
* | move ff_url_split() and ff_url_join() declarations to internal.h | Aurelien Jacobs | 2010-03-14 | 1 | -0/+53 |
* | Move the probe loop from av_open_input_file() into its own method | Micah F. Galizia | 2010-03-14 | 1 | -0/+19 |