| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu: add escape API | Stefano Sabatini | 2013-03-07 | 1 | -2/+2 |
* | Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174' | Michael Niedermayer | 2013-03-01 | 1 | -0/+4 |
|\ |
|
| * | lls: move to the private namespace | Luca Barbato | 2013-02-28 | 1 | -0/+4 |
* | | lavu/parseutils: allow MM:SS format for duration in av_parse_time() | Senthilnathan M | 2013-02-22 | 1 | -1/+1 |
* | | eval: print() support | Michael Niedermayer | 2013-02-17 | 1 | -1/+1 |
* | | lavu/parseutils: add digital cinema frame sizes | Dave Rice | 2013-02-03 | 1 | -1/+1 |
* | | Merge commit '38c1466ca41c73c7ce347da702362cb69c151716' | Michael Niedermayer | 2013-01-26 | 1 | -1/+1 |
|\| |
|
| * | dict: add av_dict_parse_string() | Justin Ruggles | 2013-01-25 | 1 | -1/+1 |
* | | Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b' | Michael Niedermayer | 2013-01-25 | 1 | -2/+2 |
|\| |
|
| * | lavu: Add av_strnstr() | Vladimir Pantelic | 2013-01-25 | 1 | -1/+1 |
* | | lavu/timecode: Allow drop frame mode for 60000/1001 fps | Jason | 2013-01-24 | 1 | -1/+1 |
* | | lavu/eval: extend if/ifnot functions to accept a third parameter | Stefano Sabatini | 2013-01-24 | 1 | -1/+1 |
* | | eval: add function to access the current "wallclock" time. | Michael Niedermayer | 2013-01-23 | 1 | -1/+1 |
* | | Merge commit 'ab2ad8bd56882c0ea160b154e8b836eb71abc49d' | Michael Niedermayer | 2013-01-15 | 1 | -1/+1 |
|\| |
|
| * | lavu: Add an API for calculating HMAC (RFC 2104) | Martin Storsjö | 2013-01-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-12 | 1 | -1/+1 |
|\| |
|
| * | Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU. | Diego Biurrun | 2013-01-12 | 1 | -1/+1 |
* | | Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405' | Michael Niedermayer | 2012-12-30 | 1 | -1/+1 |
|\| |
|
| * | avstring: add av_basename and av_dirname | Luca Barbato | 2012-12-29 | 1 | -1/+1 |
* | | opt: Add support to query ranges | Michael Niedermayer | 2012-12-08 | 1 | -2/+2 |
* | | av_assert should use AV_LOG_PANIC. | Reimar Döffinger | 2012-12-05 | 1 | -1/+1 |
* | | lavu/parseutils: accept %J for hours >= 24. | Nicolas George | 2012-12-02 | 1 | -1/+1 |
* | | lavu/opt: allow to set sample and pixel format with av_opt_set_int() | Stefano Sabatini | 2012-12-01 | 1 | -1/+1 |
* | | lavu/opt: change the way default pixel and sample format value is set | Stefano Sabatini | 2012-11-30 | 1 | -2/+2 |
* | | lavu/samplefmt: return the size of the allocated samples buffer at the next bump | Stefano Sabatini | 2012-11-25 | 1 | -0/+3 |
* | | lavu/opt: add support for reading pixel and sample format through av_get_int() | Stefano Sabatini | 2012-11-25 | 1 | -1/+1 |
* | | lavu/imgutils: add consistency checks to av_image_copy_plane() | Stefano Sabatini | 2012-11-25 | 1 | -1/+1 |
* | | lavu/opt: add av_opt_ accessors for pixel/format/image size options | Stefano Sabatini | 2012-11-25 | 1 | -1/+1 |
* | | lavu/bprint: implement av_bprint_strftime(). | Nicolas George | 2012-11-17 | 1 | -1/+1 |
* | | Merge commit '8f5587c3d0bc4b5f075e4282215bda91a21fc12e' | Michael Niedermayer | 2012-11-17 | 1 | -0/+3 |
|\| |
|
| * | cpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52 | Janne Grunau | 2012-11-16 | 1 | -0/+3 |
* | | lavu/opt: fix av_opt_get_key_value() API. | Nicolas George | 2012-11-16 | 1 | -1/+1 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+4 |
|\| |
|
| * | lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+4 |
* | | lavu: remove disabled FF_API_OLD_EVAL_NAMES code | Stefano Sabatini | 2012-11-07 | 1 | -3/+0 |
* | | Merge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e' | Michael Niedermayer | 2012-11-05 | 1 | -1/+1 |
|\| |
|
| * | lavu: add av_ctz() for trailing zero bit count | Justin Ruggles | 2012-11-05 | 1 | -1/+1 |
* | | lavu: drop disabled FF_API_OLD_TC_ADJUST_FRAMENUM code | Stefano Sabatini | 2012-11-04 | 1 | -3/+0 |
* | | lavu/opt: implement av_opt_get_key_value(). | Nicolas George | 2012-11-04 | 1 | -1/+1 |
* | | lavu/opt: add AV_OPT_SAMPLE_FMT option | Stefano Sabatini | 2012-11-03 | 1 | -1/+1 |
* | | lavu/bprint: add av_bprint_get_buffer(). | Nicolas George | 2012-11-02 | 1 | -1/+1 |
* | | lavu: add av_clip64() | Michael Niedermayer | 2012-10-27 | 1 | -1/+1 |
* | | Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714' | Michael Niedermayer | 2012-10-23 | 1 | -3/+0 |
|\| |
|
| * | lavu: remove disabled FF_API_AV_FIFO_PEEK cruft | Anton Khirnov | 2012-10-23 | 1 | -3/+0 |
* | | Merge commit 'c692957c4edd119920cd7f2121628dd183589e6a' | Michael Niedermayer | 2012-10-23 | 1 | -2/+2 |
|\| |
|
| * | lavu: remove disabled avoptions cruft | Anton Khirnov | 2012-10-23 | 1 | -6/+0 |
| * | lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruft | Anton Khirnov | 2012-10-23 | 1 | -3/+0 |
* | | Merge commit 'add3a6902ea4d459f36655656a1f8daa409118a7' | Michael Niedermayer | 2012-10-23 | 1 | -3/+3 |
|\| |
|
| * | lavu: bump major to 52 | Anton Khirnov | 2012-10-23 | 1 | -2/+2 |
* | | Merge commit '2b8dd371e4d276ca0d342e82b8b4cc281be0630a' | Michael Niedermayer | 2012-10-23 | 1 | -4/+4 |
|\| |
|