| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-19 | 1 | -0/+3 |
|\ |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -0/+4 |
|\| |
|
| * | lavf: add avformat_close_input(). | Anton Khirnov | 2011-12-12 | 1 | -0/+4 |
* | | APIchanges: add entry after av_buffersink_poll_frame() addition | Stefano Sabatini | 2011-12-08 | 1 | -0/+3 |
* | | lavu: introduce av_log_format_line. | Nicolas George | 2011-12-08 | 1 | -0/+3 |
* | | lavu/error: define AVERROR_BUG. | Nicolas George | 2011-12-03 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -0/+13 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-29 | 1 | -6/+6 |
|\| |
|
| * | APIchanges: fill in some blanks | Mans Rullgard | 2011-11-28 | 1 | -6/+6 |
* | | lavu: add av_get_alt_sample_fmt(). | Clément Bœsch | 2011-11-24 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-24 | 1 | -0/+7 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-20 | 1 | -0/+8 |
|\| |
|
| * | avcodec: move some AVCodecContext fields to an internal struct. | Justin Ruggles | 2011-11-19 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-19 | 1 | -0/+10 |
|\| |
|
| * | Add an APIchanges entry and a minor bump for avio changes. | Anton Khirnov | 2011-11-18 | 1 | -0/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-17 | 1 | -0/+3 |
|\| |
|
| * | avutil: Add av_timegm as a public function | Martin Storsjö | 2011-11-16 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-07 | 1 | -1/+7 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-06 | 1 | -0/+3 |
|\| |
|
| * | avformat: Add functions for doing global network initialization | Martin Storsjö | 2011-11-05 | 1 | -0/+3 |
* | | APIChanges: fill missing dates and hashes. | Clément Bœsch | 2011-11-05 | 1 | -14/+14 |
* | | Replace all strcasecmp/strncasecmp usages. | Reimar Döffinger | 2011-11-03 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-29 | 1 | -0/+4 |
|\| |
|
| * | avcodec: remove avcodec_parse_frame and deprecate associated elements. | Justin Ruggles | 2011-10-27 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -0/+3 |
|\| |
|
| * | lavf: add avformat_new_stream as a replacement for av_new_stream. | Anton Khirnov | 2011-10-19 | 1 | -0/+3 |
* | | lavu: update minor number and add APIchanges entry after recent av_strtok() a... | Stefano Sabatini | 2011-10-18 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-14 | 1 | -0/+3 |
|\| |
|
| * | avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK. | Justin Ruggles | 2011-10-13 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -0/+19 |
|\| |
|
| * | AVOptions: bump minor and add APIchanges entry. | Anton Khirnov | 2011-10-12 | 1 | -0/+19 |
* | | lavu: add av_x_if_null(). | Clément Bœsch | 2011-09-22 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-18 | 1 | -4/+4 |
|\| |
|
| * | doc/APIChanges: fill in missing hashes and dates. | Anton Khirnov | 2011-09-18 | 1 | -5/+5 |
* | | lavc: add CODEC_FLAG2_SHOW_ALL | Michael Niedermayer | 2011-09-18 | 1 | -0/+3 |
* | | lavfi: add avfilter_all_channel_layouts public symbol | Stefano Sabatini | 2011-09-16 | 1 | -0/+3 |
* | | lavfi: rename avfilter_all_* function names to avfilter_make_all_* | Stefano Sabatini | 2011-09-16 | 1 | -0/+8 |
* | | APIchanges: remove prores decoder addition entry | Stefano Sabatini | 2011-09-16 | 1 | -3/+0 |
* | | ProRes Decoder | Elvis Presley | 2011-09-15 | 1 | -0/+3 |
* | | lavfi: bump minor and update APIchanges after recent updates | Stefano Sabatini | 2011-09-12 | 1 | -1/+4 |
* | | lavfi: simplify signature for avfilter_get_audio_buffer() and friends | Stefano Sabatini | 2011-09-12 | 1 | -0/+4 |