| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '507b1e454cf9953da3e18f33c9bd1fca78c97cb5' | Michael Niedermayer | 2013-05-03 | 1 | -0/+3 |
|\ |
|
| * | avcodec: Add field order information to AVCodecParserContext. | Masaki Tanaka | 2013-05-03 | 1 | -0/+3 |
* | | Merge commit 'fc18cc44ebfae07da153dc782572e7ce2f6fe47d' | Michael Niedermayer | 2013-04-25 | 1 | -32/+32 |
|\| |
|
| * | doc/APIchanges: add missing hashes and dates | Anton Khirnov | 2013-04-24 | 1 | -32/+32 |
* | | Merge commit '5e83d9aced2fc2b2e1360452794c58aba55d497c' | Michael Niedermayer | 2013-04-19 | 1 | -0/+3 |
|\| |
|
| * | h264: fully support cropping. | Anton Khirnov | 2013-04-19 | 1 | -0/+3 |
* | | lavc: add AV_CODEC_PROP_TEXT_SUB. | Clément Bœsch | 2013-04-19 | 1 | -0/+3 |
* | | subtitles: introduce ASS codec id and use it. | Clément Bœsch | 2013-04-18 | 1 | -0/+4 |
* | | Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da' | Michael Niedermayer | 2013-04-12 | 1 | -0/+2 |
|\| |
|
| * | lavfi: change the filter registering system to match the other libraries | Anton Khirnov | 2013-04-11 | 1 | -0/+2 |
* | | Merge commit '7e8fe4be5fb4c98aa3c6a4ed3cec999f4e3cc3aa' | Michael Niedermayer | 2013-04-12 | 1 | -0/+1 |
|\| |
|
| * | lavfi: add a function for counting elements in AVFilterPad arrays. | Anton Khirnov | 2013-04-11 | 1 | -0/+1 |
* | | Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65' | Michael Niedermayer | 2013-04-12 | 1 | -0/+1 |
|\| |
|
| * | lavfi: mark filters with dynamic number of inputs or outputs with special flags | Anton Khirnov | 2013-04-11 | 1 | -0/+1 |
* | | Merge commit '1ba95a9cca57b023b9b9de071a5671fc05b05e58' | Michael Niedermayer | 2013-04-12 | 1 | -0/+1 |
|\| |
|
| * | lavfi: add avfilter_init_dict() for initializing a filter with a dict. | Anton Khirnov | 2013-04-11 | 1 | -0/+1 |
* | | lavu: add helper functions for integer lists. | Nicolas George | 2013-04-12 | 1 | -0/+4 |
* | | Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5' | Michael Niedermayer | 2013-04-12 | 1 | -0/+1 |
|\| |
|
| * | lavfi: add avfilter_init_str() to replace avfilter_init_filter(). | Anton Khirnov | 2013-04-11 | 1 | -0/+1 |
* | | Merge commit '111367263af41c88a44bd763ceefc11d53a7f655' | Michael Niedermayer | 2013-04-12 | 1 | -0/+2 |
|\| |
|
| * | lavfi: add AVFilterContext.graph. | Anton Khirnov | 2013-04-11 | 1 | -0/+2 |
* | | Merge commit 'c2c9801bc9bce688d51d1a96f5f3ea93933e2dee' | Michael Niedermayer | 2013-04-12 | 1 | -1/+2 |
|\| |
|
| * | lavfi: deprecate avfilter_graph_add_filter(). | Anton Khirnov | 2013-04-11 | 1 | -1/+2 |
* | | Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea' | Michael Niedermayer | 2013-04-12 | 1 | -0/+1 |
|\| |
|
| * | lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). | Anton Khirnov | 2013-04-11 | 1 | -0/+1 |
* | | Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4' | Michael Niedermayer | 2013-04-11 | 1 | -0/+4 |
|\| |
|
| * | lavfi: merge avfiltergraph.h into avfilter.h | Anton Khirnov | 2013-04-11 | 1 | -0/+4 |
* | | Merge commit '2e81acc687e64d15dd93c74793060bb5a233f44d' | Michael Niedermayer | 2013-04-11 | 1 | -0/+6 |
|\| |
|
| * | lavfi: add a bump and docs entries for the AVOptions switch | Anton Khirnov | 2013-04-09 | 1 | -0/+6 |
* | | lavu/samplefmt: add av_samples_alloc_array_and_pointers() | Stefano Sabatini | 2013-03-31 | 1 | -0/+3 |
* | | ffmpeg/avformat: factor av_guess_frame_rate() out | Michael Niedermayer | 2013-03-29 | 1 | -0/+3 |
* | | lavu/opt: add AV_OPT_TYPE_DURATION. | Nicolas George | 2013-03-20 | 1 | -0/+3 |
* | | lavu/opt: add AV_OPT_VIDEO_RATE option | Paul B Mahol | 2013-03-20 | 1 | -0/+3 |
* | | Merge commit '2c328a907978b61949fd20f7c991803174337855' | Michael Niedermayer | 2013-03-20 | 1 | -0/+3 |
|\| |
|
| * | pixdesc: add a function for counting planes in a pixel format. | Anton Khirnov | 2013-03-19 | 1 | -0/+3 |
* | | Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf' | Michael Niedermayer | 2013-03-16 | 1 | -0/+3 |
|\| |
|
| * | avfiltergraph: replace AVFilterGraph.filter_count with nb_filters | Anton Khirnov | 2013-03-16 | 1 | -0/+3 |
* | | Merge commit 'd8b31be6caebd8d1321ecb754b6e7daaf81dc111' | Michael Niedermayer | 2013-03-12 | 1 | -3/+37 |
|\| |
|
| * | Add the bumps and APIchanges entries for reference counted buffers changes. | Anton Khirnov | 2013-03-08 | 1 | -3/+37 |
* | | Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830' | Michael Niedermayer | 2013-03-08 | 1 | -0/+3 |
|\| |
|
| * | avstring: Add locale independent versions of some ctype.h functions | Reimar Döffinger | 2013-03-07 | 1 | -0/+3 |
* | | lavu: add escape API | Stefano Sabatini | 2013-03-07 | 1 | -0/+3 |
* | | lavfi/abuffersink: add sample_rates field to AVABufferSinkParams | Stefano Sabatini | 2013-02-24 | 1 | -0/+3 |
* | | Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf' | Michael Niedermayer | 2013-02-24 | 1 | -0/+4 |
|\| |
|
| * | lavfi: connect libavresample options to af_resample via AVFilterGraph | Justin Ruggles | 2013-02-23 | 1 | -0/+4 |
* | | doc/APIchanges: List merge commit hashes and version numbers | Michael Niedermayer | 2013-02-15 | 1 | -167/+167 |
* | | apichanges: fix 2 wrong hashes | Michael Niedermayer | 2013-02-14 | 1 | -2/+2 |
* | | apichanges: Use , instead of / to seperate multiple hashes | Michael Niedermayer | 2013-02-14 | 1 | -1/+1 |
* | | apichanges: fix date | Michael Niedermayer | 2013-02-14 | 1 | -1/+1 |
* | | doc/APIchanges: fix odd .01 versions | Michael Niedermayer | 2013-02-14 | 1 | -4/+4 |