| Commit message (Expand) | Author | Age | Files | Lines |
* | pixdesc: mark pseudopaletted formats with a special flag. | Anton Khirnov | 2012-02-08 | 1 | -0/+3 |
* | lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacket | Anton Khirnov | 2012-02-08 | 1 | -0/+3 |
* | APIchanges: add missing commit hashes | Janne Grunau | 2012-02-02 | 1 | -4/+4 |
* | avcodec: Add av_fast_padded_malloc(). | Janne Grunau | 2012-02-01 | 1 | -0/+5 |
* | lavf: add functions for accessing the fourcc<->CodecID mapping tables. | Anton Khirnov | 2012-01-31 | 1 | -0/+3 |
* | lavc: add avcodec_is_open(). | Anton Khirnov | 2012-01-31 | 1 | -0/+3 |
* | doc: Fix the name of the new function | Martin Storsjö | 2012-01-30 | 1 | -1/+1 |
* | avutil: make intfloat api public | Paul B Mahol | 2012-01-30 | 1 | -0/+4 |
* | APIchanges: mention avcodec_alloc_context()/2/3 | Anton Khirnov | 2012-01-28 | 1 | -0/+2 |
* | lavf: increase major version from 53 to 54. | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | lavc: increase major version to 54. | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | doc: Update APIchanges with info on muxer flushing | Martin Storsjö | 2012-01-25 | 1 | -0/+6 |
* | doc/APIChanges: fill in missing dates and hashes | Anton Khirnov | 2012-01-21 | 1 | -5/+5 |
* | avcodec: bump minor version and add APIChanges for the new audio encoding API | Justin Ruggles | 2012-01-15 | 1 | -0/+8 |
* | lavfi: move version macros to a new installed header version.h | Anton Khirnov | 2012-01-12 | 1 | -0/+3 |
* | No longer build libpostproc by default | Reinhard Tartler | 2012-01-11 | 1 | -1/+1 |
* | APIchanges: mention cleaned up header includes | Jonathan Nieder | 2012-01-04 | 1 | -2/+4 |
* | lavu: bump lavu minor for av_popcount64 | Janne Grunau | 2012-01-03 | 1 | -4/+7 |
* | Add minor bumps and APIchanges entries for lavc/lavfi changes. | Anton Khirnov | 2011-12-25 | 1 | -0/+14 |
* | APIchanges: fill in revision for AVFrame.age deprecation | Mans Rullgard | 2011-12-18 | 1 | -1/+1 |
* | avcodec: deprecate AVFrame.age | Mans Rullgard | 2011-12-18 | 1 | -0/+3 |
* | lavf: add avformat_close_input(). | Anton Khirnov | 2011-12-12 | 1 | -0/+4 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -0/+7 |
* | avcodec: change number of plane pointers from 4 to 8 at next major bump. | Justin Ruggles | 2011-12-02 | 1 | -0/+6 |
* | APIchanges: fill in some blanks | Mans Rullgard | 2011-11-28 | 1 | -6/+6 |
* | libavutil: add utility functions to simplify allocation of audio buffers. | Justin Ruggles | 2011-11-23 | 1 | -0/+4 |
* | libavutil: add planar sample formats and av_sample_fmt_is_planar() | Justin Ruggles | 2011-11-23 | 1 | -0/+3 |
* | avcodec: move some AVCodecContext fields to an internal struct. | Justin Ruggles | 2011-11-19 | 1 | -0/+8 |
* | Add an APIchanges entry and a minor bump for avio changes. | Anton Khirnov | 2011-11-18 | 1 | -0/+10 |
* | avutil: Add av_timegm as a public function | Martin Storsjö | 2011-11-16 | 1 | -0/+3 |
* | doc/APIchanges: add missing dates and hashes | Anton Khirnov | 2011-11-06 | 1 | -6/+6 |
* | avstring: Add locale independent implementations of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -0/+3 |
* | avstring: Add locale independent implementations of toupper/tolower | Luca Barbato | 2011-11-06 | 1 | -0/+3 |
* | avformat: Add functions for doing global network initialization | Martin Storsjö | 2011-11-05 | 1 | -0/+3 |
* | avcodec: remove avcodec_parse_frame and deprecate associated elements. | Justin Ruggles | 2011-10-27 | 1 | -0/+4 |
* | lavf: add avformat_new_stream as a replacement for av_new_stream. | Anton Khirnov | 2011-10-19 | 1 | -0/+3 |
* | avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK. | Justin Ruggles | 2011-10-13 | 1 | -0/+3 |
* | AVOptions: bump minor and add APIchanges entry. | Anton Khirnov | 2011-10-12 | 1 | -0/+19 |
* | doc/APIChanges: fill in missing hashes and dates. | Anton Khirnov | 2011-09-18 | 1 | -5/+5 |
* | lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. | Anton Khirnov | 2011-09-03 | 1 | -0/+5 |
* | AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). | Anton Khirnov | 2011-09-03 | 1 | -0/+3 |
* | fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() | Stefano Sabatini | 2011-08-26 | 1 | -0/+3 |
* | lavf: add avformat_query_codec(). | Anton Khirnov | 2011-08-16 | 1 | -0/+3 |
* | lavc: add avcodec_get_type() for mapping codec_id -> type. | Anton Khirnov | 2011-08-16 | 1 | -0/+3 |
* | APIchanges: note error_recognition in lavf | Dustin Brody | 2011-08-12 | 1 | -0/+3 |
* | apichange: add an entry for AV_PKT_FLAG_CORRUPT | Luca Barbato | 2011-08-02 | 1 | -0/+3 |
* | APIchanges: fill in missing hashes and dates. | Anton Khirnov | 2011-07-14 | 1 | -8/+8 |
* | Add an APIChanges entry and bump minor versions for recent changes. | Anton Khirnov | 2011-07-14 | 1 | -0/+6 |
* | Add av_printf_format, for marking printf style format strings and their param... | Martin Storsjö | 2011-06-23 | 1 | -0/+3 |
* | document libswscale bump | Reinhard Tartler | 2011-06-20 | 1 | -1/+1 |