Commit Graph

  • a21e444461 build: fix test Tae-il Lim 2016-12-04 00:28:30 +09:00
  • 3b2517dd53 build: make framework list less verbose Tae-il Lim 2016-12-03 21:30:17 +09:00
  • 3adc3d63fe build: more message for configure failure Tae-il Lim 2016-12-03 21:28:20 +09:00
  • aab8a13d2f build: remove Library shim Tae-il Lim 2016-12-03 09:12:43 +09:00
  • 4dbb2bce4f test: fix script file permission Tae-il Lim 2016-12-02 12:56:34 +09:00
  • 66aa0cfe2e build: use FFMPEG_DIR env var to override library path Tae-il Lim 2016-12-01 22:15:28 +09:00
  • 32db56199b build/travis: add osx configuration Tae-il Lim 2016-12-01 21:51:33 +09:00
  • 722974cc2d build/macos: specify required frameworks for static build Tae-il Lim 2016-12-01 21:50:12 +09:00
  • a671c7af8b build: handle static feature flag Tae-il Lim 2016-12-01 21:47:28 +09:00
  • 60a390df64 build: use pkg-config to detect pre-installed ffmpeg Tae-il Lim 2016-11-30 18:30:07 +09:00
  • 7ba8f47d16 build: use gcc to detect compiler Tae-il Lim 2016-11-30 18:20:46 +09:00
  • ae12cdec7c build: fix ffmpeg version for travis Tae-il Lim 2016-11-30 09:02:10 +09:00
  • 678d1bfa22 build: fix link error on Ubuntu Tae-il Lim 2016-11-29 17:12:20 +09:00
  • f171805338 *: update to ffmpeg 3.2 Tae-il Lim 2016-11-27 12:10:43 +09:00
  • d55b2e2407 crate: bump version Tae-il Lim 2016-11-20 22:12:45 +09:00
  • e38ac24b0e *: fix warnings meh 2016-09-21 19:17:39 +02:00
  • 471ecbfd37 build: add NVENC support john wells 2016-09-17 09:29:06 -06:00
  • 3cc8c58f7a avformat: update struct fields john wells 2016-09-17 09:26:37 -06:00
  • 2adb18e4d3 build: update build script to use git and check for extralibs meh 2016-07-19 00:06:51 +02:00
  • 373afc7839 build: remove secondary 'dist' from the include search path john wells 2016-05-30 11:36:48 -06:00
  • 4e917bbc8c avcodec: make FFTComplex fields public kryptan 2016-05-22 12:52:20 +03:00
  • c61540a55b avcodec: fix AVCodecContext::bit_rate size Andreas Sommer 2016-04-25 10:10:47 +02:00
  • e53873ac55 avcodec: fix AVPacket::duration size Andreas Sommer 2016-04-24 21:00:12 +02:00
  • 2674450c7f crate: start preparing for 3.0 meh 2016-04-15 18:56:25 +02:00
  • 571c30f665 crate: bump version meh 2016-04-15 18:51:27 +02:00
  • bb57a3442a avcodec: remove version check for bit_rate size meh 2016-04-15 18:51:07 +02:00
  • 8b8b31f878 crate: bump version meh 2016-04-15 18:30:49 +02:00
  • d05978272c build: add -fPIC and zlib build features Eric D. Reichert 2016-04-14 09:59:23 -04:00
  • fc15cf5926 build: multi-cpu build support Wictor Lund 2016-03-31 09:04:25 +03:00
  • 0c8c674bac codec: fix voxware feature name Ed Barnard 2016-03-30 12:58:49 +01:00
  • 804fc6f715 build: combine Travis build scripts with "&&" because it does not fail fast by default Andreas Sommer 2016-03-10 13:44:49 +01:00
  • b53e08c711 avcodec: fix existence of AVCodecContext::b_frame_strategy using FF_API_PRIVATE_OPT Andreas Sommer 2016-03-10 12:27:04 +01:00
  • 8611d0c3b8 avcodec: fix existence of AVCodecContext::codec_name using defined-ness of FF_API_CODEC_NAME Andreas Sommer 2016-03-10 12:25:56 +01:00
  • ac9129d2b6 avcodec: fix AVCodecContext::bit_rate field size by version inspection Andreas Sommer 2016-03-10 12:25:18 +01:00
  • 5ea07980f8 build: output all matching and erroneous fields in case of error Andreas Sommer 2016-03-10 12:23:39 +01:00
  • e30673e64f build: add Travis build configuration Andreas Sommer 2016-03-06 19:42:55 +01:00
  • fdd32b3679 build: add automatic test for field offsets/sizes of struct AVCodecContext Andreas Sommer 2016-03-06 19:42:46 +01:00
  • 32dcc51bcc crate: bump version meh 2016-02-23 03:13:39 +01:00
  • 839f77a299 avcodec: revert some changes that weren't pertintent to 2.8 meh 2016-02-23 03:13:15 +01:00
  • 7a396939f8 crate: bump version meh 2016-01-20 02:42:35 +01:00
  • 798bbcaf58 avcodec: fix size of field AVPacket::duration Andreas Sommer 2016-01-19 23:45:25 +01:00
  • afdc9013a5 avcodec: fix size of field AVCodecContext::bit_rate Andreas Sommer 2016-01-09 23:59:39 +01:00
  • d09b048650 build: fix build script for Windows and don't fail silently Andreas Sommer 2016-01-09 23:55:30 +01:00
  • 39caf6f09f crate: bump version meh 2015-12-23 02:34:38 +01:00
  • 8ebfe91e44 build: default undefined var to false meh 2015-12-23 02:34:16 +01:00
  • 3528ccd38f avutil/pixmft: add missing check for ff_api_xvmc feature inrustwetrust 2015-12-21 12:28:44 +01:00
  • a4b3e7669b crate: bump version meh 2015-12-03 19:04:46 +01:00
  • 468c4bd4f6 crate: fix up feature recognition and upstream setting meh 2015-12-03 19:04:34 +01:00
  • 06489d2e01 crate: bump version meh 2015-12-03 18:09:57 +01:00
  • ab3e442fcd build: check headers for ifdefs meh 2015-12-03 18:07:38 +01:00
  • b06645e7d5 crate: bump version meh 2015-11-24 21:35:21 +01:00
  • d2209b1f0c avutil/frame: add missing fields to AVFrame struct inrustwetrust 2015-11-24 20:31:36 +01:00
  • 36073c2f4b crate: bump version meh 2015-11-21 18:45:50 +01:00
  • 9234a72f4f cargo: add links = ffmpeg lummax 2015-11-21 13:55:12 +01:00
  • 3c59e18f5d crate: fix libc version meh 2015-11-05 14:37:02 +01:00
  • 5dabfb7e2e crate: bump version meh 2015-09-19 14:41:04 +02:00
  • 9793097e91 cargo: rename the license features meh 2015-09-19 14:40:35 +02:00
  • 0738a1b691 crate: bump version meh 2015-09-18 21:27:55 +02:00
  • e7c17cb4e2 cargo: update build meh 2015-09-18 21:27:36 +02:00
  • 8f63181087 cargo: don't build when it's not set meh 2015-09-18 05:53:45 +02:00
  • 7040aaf929 crate: bump version meh 2015-09-18 05:48:49 +02:00
  • ce45fd6436 cargo: add build helper meh 2015-09-18 05:48:33 +02:00
  • ca4017266c crate: bump version meh 2015-09-15 20:52:38 +02:00
  • 67a31f14dd *: update to 2.8 meh 2015-09-15 20:52:32 +02:00
  • 1b1d9a0f82 crate: bump version meh 2015-09-09 20:04:13 +02:00
  • befa8fe07f avfilter/filter: set ptr in avfilter_graph_dummp() to const lummax 2015-09-09 19:36:12 +02:00
  • 3c99782350 crate: bump version meh 2015-09-09 13:53:51 +02:00
  • 442978074d avformat: make av_guess_codec fmt pointer constant meh 2015-09-09 13:53:45 +02:00
  • b3d3fd7277 avutil/frame: add missing field to AVFrame lummax 2015-09-06 19:20:19 +02:00
  • 0b8805e463 crate: bump version meh 2015-09-04 16:48:57 +02:00
  • 3c4b98ed46 avfilter/filter: make a pointer const meh 2015-09-04 16:48:50 +02:00
  • 95d8f31ec7 avfilter/buffersrc: make a pointer to const meh 2015-09-04 16:48:37 +02:00
  • 07f7d23287 avutil/opt: remove wrong parameter meh 2015-09-04 16:48:17 +02:00
  • 9cac4fdd5f crate: bump version meh 2015-09-02 15:07:07 +02:00
  • 2ad9c086c0 avutil/opt: correct some wrong function signatures lummax 2015-09-01 14:40:56 +02:00
  • c89f7d1364 crate: bump version meh 2015-08-30 16:21:19 +02:00
  • c441808dfb avutil/frame: add missing field error lummax 2015-08-30 11:35:46 +02:00
  • b9159066ea crate: bump version meh 2015-08-29 16:11:08 +02:00
  • 40823f4bac avcodec: add missing field to AVCodec meh 2015-08-29 15:51:21 +02:00
  • b2808f7704 crate: bump version meh 2015-08-28 16:20:51 +02:00
  • 8ac1507f8c avformat: make pointer *const in av_find_program_from_stream lummax 2015-08-24 18:08:42 +02:00
  • 2260f025f1 avformat: make pointer *const in av_find_best_stream lummax 2015-08-24 18:06:12 +02:00
  • c21dd15889 avformat: fix typo in av_find_best_stream lummax 2015-08-24 18:02:35 +02:00
  • e67a9ea009 avformat: change signature of avformat_alloc_output_context2 lummax 2015-08-24 14:09:12 +02:00
  • 3e36ce4076 avutil/log: fix av_log type meh 2015-08-03 18:54:09 +02:00
  • 77fdeb479c crate: bump version meh 2015-07-03 16:41:03 +02:00
  • bc5ad74226 avformat: change dump pointer to *const meh 2015-07-03 16:40:48 +02:00
  • 85ce7d8814 crate: bump version meh 2015-06-23 15:12:17 +02:00
  • 82f19159d4 avfilter: make some function pointers nullable meh 2015-06-23 14:28:29 +02:00
  • c6abbb475a avcodec: make some function pointers nullable meh 2015-06-23 14:27:52 +02:00
  • fac42d98fb avocdec/codec: make the destruct field nullable meh 2015-06-23 00:22:19 +02:00
  • 775b36d950 crate: bump version meh 2015-06-22 13:42:20 +02:00
  • fb9fee78e1 crate: bump version meh 2015-06-20 19:14:18 +02:00
  • d999c19a9f crate: improve link attributes and allow static linking meh 2015-06-20 19:13:59 +02:00
  • 0a8843dc37 *: update to 2.7 meh 2015-06-17 16:30:54 +02:00
  • e2327f1947 crate: bump version meh 2015-06-16 23:48:37 +02:00
  • f18be83d42 avutil/mem: disable inline function that doesn't work on Windows meh 2015-06-16 23:48:26 +02:00
  • 101cdee8d3 crate: bump version meh 2015-06-08 15:54:30 +02:00
  • 5e7118d97d avformat: change some pointers to *const meh 2015-06-08 15:54:15 +02:00
  • 3155678a31 crate: use external libc meh 2015-06-05 18:33:23 +02:00