| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -3/+3 |
* | libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameter | Martin Storsjö | 2011-03-02 | 1 | -7/+19 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -7/+7 |
* | avio: rename url_fopen/fclose -> avio_open/close. | Anton Khirnov | 2011-02-23 | 1 | -3/+3 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -3/+3 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -7/+7 |
* | Move find_info_tag to lavu and add av_ prefix to it | Anton Khirnov | 2011-02-17 | 1 | -35/+5 |
* | Deprecate parse_date() in favor of av_parse_time(). | Stefano Sabatini | 2011-02-16 | 1 | -116/+8 |
* | lavf: add av_ prefix to dump_format() | Anton Khirnov | 2011-02-16 | 1 | -0/+10 |
* | Fix av_find_best_stream when using a program | Balint Marton | 2011-02-16 | 1 | -1/+1 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | lavf: add AV_DISPOSITION_CLEAN_EFFECTS flag | Anssi Hannula | 2011-02-14 | 1 | -0/+2 |
* | lavf: print stream disposition in dump_stream_format | Anssi Hannula | 2011-02-13 | 1 | -0/+18 |
* | make av_find_best_stream() ignore streams marked with AV_DISPOSITION_*_IMPAIRED | Peter Ross | 2011-02-10 | 1 | -0/+2 |
* | Frame-based multithreading framework using pthreads | Alexander Strange | 2011-02-09 | 1 | -0/+6 |
* | lavf: rename ff_probe_input_buffer to make it public | Anssi Hannula | 2011-02-08 | 1 | -2/+2 |
* | lavf: simplify pb parameter of ff_probe_input_buffer | Anssi Hannula | 2011-02-08 | 1 | -4/+4 |
* | Make av_set_pts_info keep previous time base if new one is invalid. | Reimar Döffinger | 2011-02-06 | 1 | -7/+10 |
* | libavformat: Add a function for freeing an AVFormatContext | Martin Storsjö | 2011-02-04 | 1 | -3/+8 |
* | add ff_index_search_timestamp and ff_add_index_entry | Peter Ross | 2011-02-03 | 1 | -15/+30 |
* | Make ff_interleave_compare_dts static to utils.c. | Diego Elio Pettenò | 2011-01-25 | 1 | -1/+1 |
* | Clarify timestamps related error messages in compute_pkt_fields2(). | Stefano Sabatini | 2011-01-11 | 1 | -2/+2 |
* | Fix assertion fail on audio files with invalid sample rates, | Daniel Kang | 2011-01-06 | 1 | -1/+1 |
* | Revert previous commit, as it was not meant to be pushed. | Stefano Sabatini | 2011-01-06 | 1 | -4/+2 |
* | Issue more explicit error messages in compute_pkt_fields2(). | Stefano Sabatini | 2011-01-06 | 1 | -2/+4 |
* | In av_close_input_stream(), flush the packet queue before to actually | Stefano Sabatini | 2011-01-06 | 1 | -1/+1 |
* | Add AVOption support for muxers. | Anssi Hannula | 2011-01-02 | 1 | -0/+4 |
* | Implement av_find_best_stream. | Nicolas George | 2010-12-27 | 1 | -0/+61 |
* | Allow output formats without any streams. | Anton Khirnov | 2010-12-27 | 1 | -2/+2 |
* | add ff_find_stream_index | Peter Ross | 2010-12-26 | 1 | -0/+9 |
* | Fix crash if invalid bit-rate was read from file. | David Czech | 2010-12-20 | 1 | -1/+2 |
* | add subtitle codec autodetection | Aurelien Jacobs | 2010-12-04 | 1 | -0/+2 |
* | In av_find_stream_info, decode more h264 to get correct delay, issue #2020 | Baptiste Coudurier | 2010-11-25 | 1 | -1/+1 |
* | Add av_append_packet function, to be used in code that merges packets | Reimar Döffinger | 2010-11-21 | 1 | -0/+15 |
* | av_find_stream_info(): set subtitle codec time_base | Aurelien Jacobs | 2010-11-16 | 1 | -1/+2 |
* | allow passing subtitles header between decoder and encoder | Aurelien Jacobs | 2010-11-13 | 1 | -1/+7 |
* | lavf/utils: use av_{i/o}format_next() instead of first_{i/o}format | Anton Khirnov | 2010-11-13 | 1 | -8/+6 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | lavf: simplify setting the encoder ident tag. | Anton Khirnov | 2010-10-16 | 1 | -10/+1 |
* | add FF_API_SYMVER define to disable symver compatibility functions | Aurelien Jacobs | 2010-10-15 | 1 | -1/+1 |
* | add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public api | Aurelien Jacobs | 2010-10-15 | 1 | -0/+6 |
* | add FF_API_PARSE_FRAME_PARAM define to disable the deprecated | Aurelien Jacobs | 2010-10-15 | 1 | -1/+1 |
* | add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function | Aurelien Jacobs | 2010-10-15 | 1 | -1/+1 |
* | add FF_API_GUESS_FORMAT define to disable the deprecated guess_format() | Aurelien Jacobs | 2010-10-15 | 1 | -2/+2 |
* | move av_find_stream_info() info struct to AVStream to avoid messy (re)allocation | Aurelien Jacobs | 2010-10-08 | 1 | -54/+35 |
* | remove useless local variable | Aurelien Jacobs | 2010-10-07 | 1 | -3/+2 |
* | remove useless local allocated start_time array | Aurelien Jacobs | 2010-10-07 | 1 | -14/+7 |
* | properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJOR | Aurelien Jacobs | 2010-10-06 | 1 | -6/+7 |
* | add new streams API without MAX_STREAMS limit | Aurelien Jacobs | 2010-10-06 | 1 | -0/+10 |
* | dynamically use nb_streams instead of static use of MAX_STREAMS | Aurelien Jacobs | 2010-10-06 | 1 | -8/+33 |