| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix date and revision for lavc 52.104. | Carl Eugen Hoyos | 2011-01-17 | 1 | -1/+1 |
* | Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples. | Stefano Sabatini | 2011-01-15 | 1 | -0/+3 |
* | Add APIchanges entry for the av_metadata_copy() addition. | Stefano Sabatini | 2011-01-15 | 1 | -0/+3 |
* | Deprecate reordered_opaque in favor of pkt_pts/dts | Michael Niedermayer | 2011-01-07 | 1 | -0/+3 |
* | Add pkt_dts to AVFrame, this will in the future allow multithreading decoders | Michael Niedermayer | 2011-01-07 | 1 | -0/+4 |
* | Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts | Michael Niedermayer | 2011-01-07 | 1 | -0/+3 |
* | Add av_get_profile_name() to get profile names. | Anssi Hannula | 2011-01-07 | 1 | -0/+3 |
* | Bump lavfi minor and add an entry after r26108 (which added | Stefano Sabatini | 2010-12-27 | 1 | -0/+3 |
* | Fix date in APIchanges. | Stefano Sabatini | 2010-12-27 | 1 | -1/+1 |
* | Consistently prefer short library names in APIchanges. | Stefano Sabatini | 2010-12-27 | 1 | -3/+3 |
* | Implement av_find_best_stream. | Nicolas George | 2010-12-27 | 1 | -0/+3 |
* | lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMS | Anton Khirnov | 2010-12-27 | 1 | -0/+4 |
* | Add av_file_map() and av_file_unmap() functions. | Stefano Sabatini | 2010-12-22 | 1 | -0/+3 |
* | Add AVERROR_*_NOT_FOUND codes. | Nicolas George | 2010-12-19 | 1 | -0/+11 |
* | Fix typo. | Stefano Sabatini | 2010-12-09 | 1 | -1/+1 |
* | Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from | Stefano Sabatini | 2010-12-09 | 1 | -0/+4 |
* | Add CODEC_CAP_NEG_LINESIZES. | Stefano Sabatini | 2010-12-04 | 1 | -0/+3 |
* | Cosmetics: add empty line which was previously removed. | Stefano Sabatini | 2010-12-04 | 1 | -0/+1 |
* | Deprecate avcodec_pix_fmt_string() in favor of | Stefano Sabatini | 2010-12-04 | 1 | -0/+4 |
* | Implement av_image_alloc() and use it in | Stefano Sabatini | 2010-12-04 | 1 | -0/+3 |
* | Add avfilter_graph_create_filter(). | Stefano Sabatini | 2010-12-02 | 1 | -0/+3 |
* | Fix date in last APIchanges entry. | Stefano Sabatini | 2010-11-26 | 1 | -1/+1 |
* | Implement avfilter_get_video_buffer_ref_from_arrays(). | Stefano Sabatini | 2010-11-25 | 1 | -0/+3 |
* | Move audio channel API from libavcodec to libavcore. | Stefano Sabatini | 2010-11-21 | 1 | -0/+9 |
* | Document added functions. | Reimar Döffinger | 2010-11-21 | 1 | -0/+6 |
* | move the av_parse_color() function from libavfilter to libavcore | Aurelien Jacobs | 2010-11-17 | 1 | -0/+3 |
* | minor bump and APIchanges for r25745 | Aurelien Jacobs | 2010-11-14 | 1 | -0/+4 |
* | Fix revision number of the last APIchanges entry. | Stefano Sabatini | 2010-11-13 | 1 | -1/+1 |
* | Make avfiltergraph.h public. | Stefano Sabatini | 2010-11-13 | 1 | -0/+3 |
* | Prefix with "ff_" the functions: | Stefano Sabatini | 2010-11-13 | 1 | -0/+8 |
* | Use hierarchic names convention (prefix them with av_expr) for the | Stefano Sabatini | 2010-11-08 | 1 | -0/+12 |
* | Rename avfilter_destroy() as avfilter_free(). | Stefano Sabatini | 2010-11-08 | 1 | -0/+4 |
* | Remove graphparser.h header, move AVFilterInOut and | Stefano Sabatini | 2010-11-07 | 1 | -0/+4 |
* | Fix date in latest APIchanges entry. | Stefano Sabatini | 2010-11-07 | 1 | -1/+1 |
* | Bump lavfi minor and add APIchanges entry after the rename of | Stefano Sabatini | 2010-11-07 | 1 | -0/+4 |
* | Fix off-by-one error in APIchanges file. | Stefano Sabatini | 2010-11-04 | 1 | -2/+2 |
* | Rename avfilter_graph_destroy() to avfilter_graph_free(). | Stefano Sabatini | 2010-11-04 | 1 | -0/+4 |
* | Implement avfilter_graph_alloc(). | Stefano Sabatini | 2010-11-04 | 1 | -0/+3 |
* | Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h and | Stefano Sabatini | 2010-11-02 | 1 | -0/+4 |
* | Implement functions: | Stefano Sabatini | 2010-11-02 | 1 | -0/+10 |
* | Move sample format definitions from libavcodec to libavcore. | Stefano Sabatini | 2010-11-02 | 1 | -0/+4 |
* | Add avfilter_graph_config(). | Stefano Sabatini | 2010-10-16 | 1 | -0/+3 |
* | Export metadata in the generic format. Deprecate old conversion API. | Anton Khirnov | 2010-10-15 | 1 | -0/+5 |
* | Add APIchanges entry after r25441. | Stefano Sabatini | 2010-10-10 | 1 | -0/+3 |
* | Add APIchanges entry for lsws change of r32368. | Stefano Sabatini | 2010-09-28 | 1 | -0/+3 |
* | Update APIchanges after r25236. | Stefano Sabatini | 2010-09-27 | 1 | -0/+4 |
* | Add APIchanges entry after r25227. | Stefano Sabatini | 2010-09-27 | 1 | -0/+4 |
* | Add APIchanges entry after r25225. | Stefano Sabatini | 2010-09-27 | 1 | -0/+4 |
* | Bump version and update APIchanges after r25210. | Stefano Sabatini | 2010-09-27 | 1 | -0/+3 |
* | 2nd try to fix av_log() repeated detection | Michael Niedermayer | 2010-09-24 | 1 | -0/+5 |